@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TT Norms Pro Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms-Italic";
  font-display: swap;
  src: url("../fonts/TT Norms Pro Italic.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TT Norms Pro Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TT Norms Pro Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TT Norms Pro Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TT Norms Pro ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TT Norms Pro Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?jg6akv");
  src: url("../fonts/icomoon.eot?jg6akv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jg6akv") format("truetype"), url("../fonts/icomoon.woff?jg6akv") format("woff"), url("../fonts/icomoon.svg?jg6akv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-arrow_right:before {
  content: "\e904";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-full:before {
  content: "\e9d9";
}

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

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

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

.icon-chevron-small-right:before {
  content: "\e905";
}

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

/**
 * Swiper 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */

@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") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

/* Auto Height */

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

/* Progress */

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */

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

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

.swiper-container-vertical > .swiper-scrollbar {
  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, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

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

/* a11y */

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.qs-datepicker-container {
  margin: 5px;
  font-size: 1.5rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background: #000;
  -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  border-right: 1px solid #fff;
  border-left: 1px solid #f1ad70;
  padding: 5px;
}

.qs-datepicker-container:before,
.qs-datepicker-container:after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  z-index: 2;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1ad70), to(#fffdf2));
  background-image: -o-linear-gradient(left, #f1ad70 0%, #fffdf2 100%);
  background-image: linear-gradient(to right, #f1ad70 0%, #fffdf2 100%);
}

.qs-datepicker-container:before {
  top: 0;
}

.qs-datepicker-container:after {
  bottom: 0;
}

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

.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
  display: none;
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #000;
  color: #fff;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
  content: "";
  border: 0.39062em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: none;
}

.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-square {
  width: 14.28571%;
  height: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 0.26392em;
}

.qs-datepicker .qs-square.qs-current {
  font-weight: 700;
}

.qs-datepicker .qs-square.qs-current span {
  text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
  background: #fff;
  color: #000;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
  background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
  border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 700;
  color: grey;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-datepicker .qs-event {
  position: relative;
}

.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding-bottom: 2rem;
}

.select__title:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 0.4rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 2.8rem;
  height: 1.6rem;
  background: url("../img/icons/chevron-white.svg") center/100% no-repeat;
  margin-top: 2rem;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 0;
  background-color: #211a1b;
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  font-size: 1.9rem;
  line-height: 170%;
  color: #fff;
  max-height: 31.5rem;
  overflow-y: auto;
}

.select__option {
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.select._active .select__options {
  display: block;
}

.checkbox-wrap._checked .checkbox-wrap__label:before {
  background-image: url(../img/icons/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-wrap .checkbox {
  display: none;
}

.checkbox-wrap .checkbox:checked + .checkbox-wrap__label:before {
  background-image: url(../img/icons/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-wrap__label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.55em;
}

.checkbox-wrap__label:before {
  margin-top: 0.35rem;
  margin-right: 2.6rem;
  content: '';
  height: 3rem;
  min-width: 3rem;
  background-color: transparent;
  border: 0.4rem solid rgba(255, 255, 255, 0.1);
}

.burger-wrap {
  display: inline-block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.burger-wrap .burger {
  width: 4.2rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
}

.burger-wrap .burger span {
  width: 2.2rem;
  height: 0.2rem;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.burger-wrap .burger span:nth-child(1) {
  top: 1.1rem;
  right: 1rem;
}

.burger-wrap .burger span:nth-child(4) {
  bottom: 1.1rem;
  width: 1.6rem;
  left: 1rem;
}

.burger-wrap .second {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-wrap .third {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-wrap .first {
  -webkit-transform: scale(0) !important;
      -ms-transform: scale(0) !important;
          transform: scale(0) !important;
}

.burger-wrap .fourth {
  -webkit-transform: scale(0) !important;
      -ms-transform: scale(0) !important;
          transform: scale(0) !important;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 10px;
}

html,
body {
  min-width: 320px;
  margin: 0 auto;
}

body {
  line-height: 1;
  font-family: "TTNorms", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #211a1b;
  font-size: 1.4rem;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  -o-transition: opacity .8s ease;
  transition: opacity .8s ease;
}

body.lock {
  overflow: hidden;
}

body.is-load {
  opacity: 1;
}

input,
button,
textarea {
  font-family: "TTNorms", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.center {
  text-align: center;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #fff;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._bg {
  background-color: #211a1b;
}

.container {
  max-width: 143.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-big {
  max-width: 182.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.ibg {
  position: relative;
}

.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo {
  pointer-events: auto;
  max-width: 7.5rem;
  width: 100%;
  position: relative;
  display: block;
}

.logo-wrap {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 6.7rem;
  pointer-events: none;
  mix-blend-mode: difference;
}

.logo img {
  width: 100%;
}

.logo svg {
  width: 100%;
  height: auto;
}

.logo svg path {
  fill: #fff;
}

.title-1 {
  font-family: "TTNorms", sans-serif;
  font-size: 11.5rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.6em;
}

.title-2 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "TTNorms", sans-serif;
}

.title-3 {
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1.25em;
}

.title-4 {
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.547em;
}

.title-5 {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.25em;
}

.title-6 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25em;
}

.text-left {
  text-align: left;
}

.btn-default {
  color: #211a1b;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 2.368em;
  min-height: 3.421em;
  border-radius: 999px;
  border: 0.2rem solid #211a1b;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  white-space: nowrap;
}

.btn-default.btn-default_white {
  color: #fff;
  border-color: #fff;
}

.btn-default.btn-default_gray {
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

button.btn-default {
  background-color: transparent;
}

.link {
  color: #211a1b;
  font-size: 1.9rem;
  line-height: 1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700;
}

.link.link_white {
  color: #fff;
}

.text-content {
  color: #ffffff;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.63em;
}

.text-content h4 {
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.547em;
  margin-bottom: 0.7em;
}

.text-content p {
  margin-bottom: 1.06em;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header.is-menu-open {
  background-color: #211a1b;
}

.header.bottom-line {
  position: relative;
}

.header.bottom-line:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 3.5rem;
  height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  width: 100%;
}

.header__body {
  min-height: 21.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.header__burger {
  margin-left: 3rem;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list > li:not(:last-child) {
  margin-right: 5.2rem;
}

.menu__link {
  position: relative;
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1em;
}

.menu__link .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  min-width: 0.6rem;
}

.menu__link:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 29px);
      -ms-transform: translate(-50%, 29px);
          transform: translate(-50%, 29px);
  width: 0%;
  height: 0.3rem;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.menu__link.active:before {
  width: 100%;
}

.footer {
  background-color: #f5f5f5;
  padding: 19.4rem 0 10.2rem;
}

.footer__body {
  position: relative;
}

.footer__decor {
  position: absolute;
  bottom: -0.1rem;
  right: -17.7rem;
  width: 18rem;
}

.footer__decor img {
  width: 100%;
}

.footer__row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22.4rem;
}

.footer__row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13rem;
}

.footer__logo {
  width: 100%;
  max-width: 27.8rem;
  margin-right: 3rem;
  margin-bottom: 6rem;
  margin-top: 0.9rem;
}

.footer__logo img {
  width: 100%;
}

.footer__form {
  margin-bottom: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 92.9rem;
}

.footer .wpcf7-form {
  border-bottom: 2px solid #211a1b;
  margin-bottom: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 92.9rem;
}

.footer .wpcf7-form .ajax-loader {
  display: none;
}

.footer .wpcf7-form .wpcf7-response-output {
  border-color: #211a1b !important;
  color: #211a1b;
  font-size: 2rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer .wpcf7-form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}

.footer .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
}

.footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__copy {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: normal;
}

.footer__copy > span {
  margin: 0 1.1rem;
}

.footer__copy > a {
  color: #211a1b;
}

.footer__copy > a:hover {
  text-decoration: underline;
}

.form-footer {
  border-bottom: 2px solid #211a1b;
}

.form-footer__title {
  font-size: 4.9rem;
  font-weight: 300;
  line-height: 6.5rem;
  line-height: 1.25em;
  margin-bottom: 3.4rem;
}

.form-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-footer__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #211a1b;
  font-size: 2.4rem;
  font-weight: 400;
  background-color: transparent;
}

.form-footer__input::-webkit-input-placeholder {
  color: rgba(33, 26, 27, 0.53);
  font-size: 2.4rem;
  font-weight: 400;
}

.form-footer__input::-moz-placeholder {
  color: rgba(33, 26, 27, 0.53);
  font-size: 2.4rem;
  font-weight: 400;
}

.form-footer__input:-ms-input-placeholder {
  color: rgba(33, 26, 27, 0.53);
  font-size: 2.4rem;
  font-weight: 400;
}

.form-footer__input::-ms-input-placeholder {
  color: rgba(33, 26, 27, 0.53);
  font-size: 2.4rem;
  font-weight: 400;
}

.form-footer__input::placeholder {
  color: rgba(33, 26, 27, 0.53);
  font-size: 2.4rem;
  font-weight: 400;
}

.form-footer__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18rem;
          flex: 0 0 18rem;
  min-height: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 2rem;
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.form-footer__button br {
  display: none;
}

.form-footer__button > svg {
  fill: none;
  stroke: #211a1b;
  width: 1.3rem;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-footer__item {
  margin-bottom: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 23.8rem;
  min-width: 17rem;
  padding-right: 2rem;
}

.nav-footer__title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2.4rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  color: #211a1b;
}

.nav-footer__title:hover {
  color: #d94452;
}

.nav-footer__list > li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.nav-footer__link {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #211a1b;
}

.nav-footer__link:hover {
  color: #d94452;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social > li:not(:last-child) {
  margin-right: 3.9rem;
}

.social__link {
  height: 5.2rem;
  display: inline-block;
  color: #211a1b;
}

.social__link > svg {
  height: 100%;
  width: auto;
  fill: #211a1b;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.social__link > img {
  height: 100%;
  width: auto;
}

.events {
  margin-bottom: 26.7rem;
}

.events__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.3rem;
}

.events__head .btn-default {
  margin-bottom: 4.5rem;
}

.events__head-title {
  margin-right: 3rem;
  color: #fff;
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 2.5rem;
}

.events__slider {
  margin-bottom: 5.2rem;
}

.events__slider.swiper-container {
  overflow: visible;
}

.events__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0.4rem 3.3rem 2.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.4rem 3.3rem 2.6rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.events__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.events__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.5rem;
          flex: 0 0 40.5rem;
  padding: 5.2rem 1.5rem;
  text-align: center;
  min-height: 71.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.events__text-wrap .btn-default {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 3.2rem;
}

.events__label {
  color: #211a1b;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
  position: relative;
  margin-bottom: 10rem;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.events__label:before {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translate(-50%, 1rem);
      -ms-transform: translate(-50%, 1rem);
          transform: translate(-50%, 1rem);
  bottom: 0;
  height: 0.3rem;
  background-color: #211a1b;
  width: 110%;
}

.events__date {
  font-size: 6.1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 2.2rem;
}

.events__time {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 4.7rem;
}

.events__title {
  font-size: 3rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3.7rem;
}

.events__slider-controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events__slider-controll .swiper-scrollbar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 0.5rem;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.events__slider-controll .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
  border-radius: 0;
}

.events__slider-btn {
  padding: 0.5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.events__slider-btn.swiper-button-disabled {
  cursor: auto;
}

.events__slider-btn.swiper-button-disabled > span svg {
  stroke: rgba(255, 255, 255, 0.4);
}

.events__slider-btn > span {
  display: block;
  width: 1.5rem;
  height: 2.4rem;
}

.events__slider-btn > span svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: #fff;
}

.events__slider-btn-prev {
  margin-right: 3.5rem;
  -webkit-transform: translateX(-0.5rem);
      -ms-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}

.events__slider-btn-next {
  margin-left: 3.5rem;
  -webkit-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.johnnyl-block {
  padding: 17.7rem 0 28.6rem;
  background-color: #fff;
}

.johnnyl-block.johnnyl-block_dark {
  background-color: transparent;
  color: #fff;
  padding: 12.7rem 0 15rem;
}

.johnnyl-block.johnnyl-block_dark .johnnyl-block__column-1 {
  max-width: 70.4rem;
  padding-top: 5.6rem;
}

.johnnyl-block.johnnyl-block_dark .johnnyl-block__title {
  margin-bottom: 2.7rem;
}

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

.johnnyl-block__column-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 4rem;
  max-width: 62.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8.6rem 0 3rem;
}

.johnnyl-block__column-1 .btn-default {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.johnnyl-block__column-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(43.038%);
          flex: 0 0 calc(43.038%);
  text-align: center;
}

.johnnyl-block__column-2 img {
  max-width: 100%;
  height: auto;
}

.johnnyl-block__title {
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 5.7rem;
}

.johnnyl-block__text {
  margin-bottom: 5rem;
}

.johnnyl-block__text.text-content {
  font-size: 2.2rem;
}

.johnnyl-block__text.text-content *:last-child {
  margin-bottom: 0;
}

.main-slider {
  position: relative;
}

.main-slider.main-slider_simple .main-slider__img:before {
  display: none;
}

.main-slider__body .swiper-slide {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0 !important;
}

.main-slider__body .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.main-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-slider__img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.39);
}

.main-slider__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-slider__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider__video-control {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15.6rem;
  height: 15.6rem;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0rem 0 black;
          box-shadow: 0 0 0rem 0 black;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.main-slider__video-play {
  width: 100%;
  height: 100%;
}

.main-slider__video-play svg {
  width: 100%;
  height: auto;
}

.main-slider__video-pause {
  width: 100%;
  height: 100%;
  display: none;
}

.main-slider__video-pause svg {
  width: 100%;
  height: auto;
}

.main-slider__text-wrap {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 169rem;
  margin: 0 auto;
  text-align: center;
}

.main-slider__suptitle {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 1rem;
}

.main-slider__title.title-1 {
  margin-bottom: 1rem;
}

.main-slider__slider-control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-slider__slider-control .swiper-pagination {
  position: static;
  width: 12.1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.1rem;
          flex: 0 0 12.1rem;
  height: 10.9rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.main-slider__slider-control .swiper-pagination > span {
  margin: 0 0.6rem;
}

.main-slider__btn {
  width: 12.1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.1rem;
          flex: 0 0 12.1rem;
  height: 10.9rem;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.main-slider__btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1.5rem;
  width: 1.5rem;
  height: 2.4rem;
}

.main-slider__btn > span svg {
  width: 100%;
  height: auto;
  stroke: #211a1b;
  fill: none;
}

.quote-block {
  padding: 17rem 0 26.9rem;
  min-width: 0;
}

.quote-block.quote-block_white {
  background-color: #fff;
}

.quote-block.quote-block_white .quote-block__body {
  color: #211a1b;
}

.quote-block.quote-block_white .quote-block__btn > span > svg {
  stroke: #211a1b;
}

.quote-block.quote-block_white .quote-block__img svg path {
  stroke: #211a1b;
  fill: #211a1b;
}

.quote-block.quote-block_white .quote-block__img svg path._q {
  stroke: none;
}

.quote-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  min-width: 0;
}

.quote-block__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.3%;
          flex: 0 0 17.3%;
  margin-right: 16.6rem;
}

.quote-block__img img,
.quote-block__img svg {
  width: 100%;
  height: auto;
}

.quote-block__slider {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quote-block__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quote-block__slider .swiper-slide.swiper-slide-active .quote-block__author {
  opacity: 1;
}

.quote-block__text {
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 9.9rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quote-block__author {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
  padding-right: 35rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
}

.quote-block__slider-control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(30%) translateX(2rem);
      -ms-transform: translateY(30%) translateX(2rem);
          transform: translateY(30%) translateX(2rem);
}

.quote-block__slider-control .swiper-pagination {
  position: static;
  width: 12.1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.1rem;
          flex: 0 0 12.1rem;
  height: 10.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.quote-block__slider-control .swiper-pagination > span {
  margin: 0 0.6rem;
}

.quote-block__btn {
  width: 12.1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.1rem;
          flex: 0 0 12.1rem;
  height: 10.9rem;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote-block__btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1.5rem;
  width: 1.5rem;
  height: 2.4rem;
}

.quote-block__btn > span svg {
  width: 100%;
  height: auto;
  stroke: #fff;
  fill: none;
}

.social-block {
  position: relative;
  border-top: 0.4rem solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.4rem solid rgba(255, 255, 255, 0.1);
}

.social-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.social-block__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0 1.5rem;
}

.social-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.1rem;
  font-weight: 300;
  line-height: 1.24em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  min-height: 19.6rem;
  color: rgba(255, 255, 255, 0.23);
}

.social-block__link:before {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 0.3rem;
  width: 0%;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.social-block__link > span {
  display: inline-block;
  height: 6.5rem;
  margin-right: 2.8rem;
}

.social-block__link > span > svg {
  height: 100%;
  width: auto;
  fill: rgba(255, 255, 255, 0.23);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.social-block__link > span > img {
  height: 100%;
  width: auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero__img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.39);
}

.hero__text-wrap {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 169rem;
  margin: 0 auto;
  text-align: center;
}

.hero__suptitle {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 1rem;
}

.hero__title.title-1 {
  margin-bottom: 1rem;
}

.advantage {
  margin-bottom: 12.5rem;
}

.advantage.advantage_white-text * {
  color: #fff;
}

.advantage.advantage_white-text .advantage__img > svg path {
  fill: #fff;
}

.advantage__title {
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 5.4rem;
}

.advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantage__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 25rem;
  margin-bottom: 4rem;
}

.advantage__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.5rem;
          flex: 0 0 6.5rem;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5.5rem;
}

.advantage__img svg {
  max-width: 100%;
  max-height: 100%;
}

.advantage__text {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.25em;
  max-width: 12.4rem;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.3rem solid rgba(255, 255, 255, 0.1);
}

.search__input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "TTNorms", sans-serif;
  padding-right: 2.5rem;
}

.search__input::-webkit-input-placeholder {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "TTNorms", sans-serif;
  color: #fff;
}

.search__input::-moz-placeholder {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "TTNorms", sans-serif;
  color: #fff;
}

.search__input:-ms-input-placeholder {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "TTNorms", sans-serif;
  color: #fff;
}

.search__input::-ms-input-placeholder {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "TTNorms", sans-serif;
  color: #fff;
}

.search__input::placeholder {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "TTNorms", sans-serif;
  color: #fff;
}

.search__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5rem;
          flex: 0 0 7.5rem;
  height: 7.5rem;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1rem;
}

.search__btn svg {
  width: 100%;
  max-width: 4.6rem;
  height: auto;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.search__btn svg path {
  fill: #fff;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter__label {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  margin-bottom: 15px;
}

.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 25px;
  margin-bottom: 15px;
}

.filter__item.active {
  background-color: #d94452;
  border-color: #d94452;
}

.video-block {
  background-color: #fff;
  padding: 9rem 1.5rem;
}

.video-block__video-wrap {
  position: relative;
  max-width: 1060px;
  height: 512px;
  margin: 0 auto;
}

.video-block__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-block__play-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0rem 0 black;
          box-shadow: 0 0 0rem 0 black;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.icon-play2:before {
  display: block;
  content: '';
  height: 54px;
  width: 54px;
  background: url("../img/icons/Play_Icon.svg") center no-repeat;
  background-size: contain;
}

.icon-pause:before {
  display: block;
  content: '';
  height: 54px;
  width: 54px;
  background: url("../img/icons/pause.svg") center no-repeat;
  background-size: contain;
}

.rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating-block.big .rating-wrap {
  width: 120px;
  height: 20px;
}

.rating-block.big .rating__line {
  font-size: 20px;
  height: 21px;
  color: #e4e4e4;
}

.rating-block.big .rating__activeline {
  font-size: 20px;
  height: 21px;
}

.rating-block.big .rating .star {
  width: 24px;
  height: 21px;
}

.rating-wrap {
  display: table;
  font-size: 0;
  width: 100px;
  height: 15px;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 15px;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 16px;
  height: 15px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: auto;
  height: 15px;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: 80px 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #211a1b;
}

.rating__line > span {
  margin-right: 5px;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 15px;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: 136px 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  overflow: hidden;
  color: #211a1b;
}

.rating__activeline > span {
  margin-right: 5px;
}

.rating-value {
  margin-left: 5px;
  font-size: 16px;
  line-height: 170%;
  color: #211a1b;
}

.testimonials {
  background-color: #fff;
  margin-bottom: 87px;
}

.testimonials__body {
  max-width: 134.5rem;
  position: relative;
}

.testimonials__slider {
  margin-left: 3%;
  max-width: 90%;
}

.testimonials__column-1 {
  text-align: center;
  margin-bottom: 20px;
}

.testimonials__column-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.testimonials__photo {
  display: inline-block;
  height: 85px;
  width: 85px;
  margin-bottom: 23px;
}

.testimonials__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 6px;
}

.testimonials__position {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.testimonials__text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}

.testimonials__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 10px;
  z-index: 4;
  cursor: pointer;
}

.testimonials__btn > span {
  display: block;
  width: 12px;
}

.testimonials__btn > span > svg {
  width: 100%;
  height: auto;
  stroke: #211a1b;
  fill: none;
}

.testimonials__btn-prev {
  left: 5px;
}

.testimonials__btn-next {
  right: 5px;
}

.home {
  background-color: #211a1b;
}

.category-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-7.9rem);
      -ms-transform: translateY(-7.9rem);
          transform: translateY(-7.9rem);
}

.category-block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 82.1rem;
  overflow: hidden;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 12.6rem;
}

.category-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.category-block__img:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
}

.category-block__img img {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.category-block__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 5.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 2rem;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}

.category-block__subtitle {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 3rem;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(11.5rem);
      -ms-transform: translateY(11.5rem);
          transform: translateY(11.5rem);
  opacity: 0;
}

.events-listing-page {
  background-color: #211a1b;
}

.events-listing-page .social-block {
  margin-bottom: 37.5rem;
}

.events-listing-head {
  padding-top: 6rem;
  margin-bottom: 7.2rem;
}

.events-listing-head__top .select-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 4.5rem;
}

.events-listing-head__top .select-wrap .select__title {
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.events-listing-head__top .select-wrap .select__options {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5em;
  max-height: 40rem;
}

.events-listing-head__top .search {
  margin-bottom: 5rem;
}

.events-listing-head__title {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 9.3rem;
  margin-bottom: 4.5rem;
}

.events-listing-head__select {
  width: 100%;
}

.events-listing-head__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0.4rem 3.3rem 2.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.4rem 3.3rem 2.6rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.events-listing {
  margin-bottom: 14.4rem;
}

.events-listing.events-listing_column-2 .events-listing__body {
  margin: 0 -1.2rem;
}

.events-listing.events-listing_column-2 .events-listing__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 1.2rem;
}

.events-listing.events-listing_column-2 .card-event__img {
  padding-bottom: 51%;
}

.events-listing__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.2rem 9.6rem;
}

.events-listing__item {
  padding: 0 1.2rem;
  margin-bottom: 7.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
}

.events-listing__bottom {
  text-align: center;
  padding-bottom: 5.2rem;
  position: relative;
}

.events-listing__bottom:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 0.4rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.events-listing__load-more {
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.events-listing__load-more > span {
  display: inline-block;
}

@-webkit-keyframes dotAnim1 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes dotAnim1 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes dotAnim2 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {

  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes dotAnim2 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {

  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes dotAnim3 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  50% {

  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes dotAnim3 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  50% {

  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.card-event {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
}

.card-event.text-left {
  text-align: left;
}

.card-event.text-dark {
  color: #211a1b;
}

.card-event.text-dark * {
  color: #211a1b;
}

.card-event__img {
  padding-bottom: 64%;
  margin-bottom: 4.35rem;
  overflow: hidden;
}

.card-event__img img {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.card-event__title {
  margin-bottom: 2.3rem;
}

.card-event__text.text-content {
  font-size: 2.2rem;
}

.card-event__date {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 1.55rem;
}

.card-event__time {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 3rem;
}

.card-event__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 3rem;
  line-height: 1.2em;
  padding: 0 1.5rem;
}

.card-event__buy {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 3.1rem;
}

.card-event__link {
  text-transform: uppercase;
}

.events-detail-page {
  background-color: #211a1b;
}

.events-detail-page .events {
  margin-bottom: 17.1rem;
}

.events-detail-head {
  padding-top: 0.9rem;
  margin-bottom: 3.4rem;
}

.events-detail-head__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.events-detail-head__body .breadcrumb {
  margin-right: 3rem;
}

.events-detail-head__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.events-detail-head__button-group .btn-default {
  margin-bottom: 2rem;
}

.events-detail-head__button-group .btn-default:first-child {
  margin-right: 3.8rem;
}

.breadcrumb {
  margin-bottom: 4rem;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb__item {
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.4em;
}

.breadcrumb__item:not(:last-child) {
  margin-right: 2.23rem;
}

.breadcrumb__link {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.breadcrumb__link > svg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  width: 0.9rem;
  height: auto;
  margin-left: 2rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.events-detail-article {
  margin-bottom: 25rem;
}

.events-detail-article__head {
  padding-bottom: 5rem;
  border-bottom: 0.4rem solid rgba(255, 255, 255, 0.1);
  margin-bottom: 4.4rem;
}

.events-detail-article__head-row-1 {
  margin-bottom: 4rem;
}

.events-detail-article__head-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.3rem;
}

.events-detail-article__head-row-2 .social-colour {
  margin-bottom: 3rem;
}

.events-detail-article__head-title {
  color: #fff;
}

.events-detail-article__head-time-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3rem;
  margin-bottom: 3rem;
}

.events-detail-article__head-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}

.events-detail-article__head-time:first-child {
  margin-right: 7.5rem;
}

.events-detail-article__head-time > svg,
.events-detail-article__head-time img {
  height: 4.2rem;
  width: auto;
  fill: #fff;
  margin-right: 2.5rem;
}

.events-detail-article__head-img img {
  display: block;
  width: 100%;
  height: auto;
}

.events-detail-article__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-detail-article__body-column-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-right: 0.4rem solid rgba(255, 255, 255, 0.1);
  padding-right: 3.2rem;
  color: #fff;
  padding-top: 1rem;
  min-width: 0;
}

.events-detail-article__body-column-1 p {
  max-width: 102.3rem;
}

.events-detail-article__body-column-1 .quote-block .quote-block__img {
  margin-right: 5.6rem;
}

.events-detail-article__body-column-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.5rem;
          flex: 0 0 30.5rem;
  padding: 0 1.5rem 0 4.9rem;
  padding-top: 1rem;
}

.events-detail-article .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2rem;
  margin-top: 5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.events-detail-article .wp-block-columns .wp-block-column:first-child {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 9.3rem !important;
          flex: 0 0 9.3rem !important;
  margin-right: 6.5rem;
}

.events-detail-article .wp-block-columns .wp-block-column:first-child img,
.events-detail-article .wp-block-columns .wp-block-column:first-child svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.events-detail-article .wp-block-columns .wp-block-column:last-child {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  max-width: 92.7rem;
  margin-left: 0 !important;
}

.events-detail-article .wp-block-columns .wp-block-column:last-child p {
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 3.3rem;
  margin-top: -0.5rem;
}

.events-detail-article .wp-block-columns .wp-block-column:last-child cite {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
}

.book-now {
  margin-bottom: 4rem;
}

.book-now__title {
  margin-bottom: 3.7rem;
}

.book-now__list {
  margin-bottom: 4rem;
}

.book-now__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.book-now__list > li > svg,
.book-now__list > li > img {
  width: 3.5rem;
  height: auto;
  margin-right: 1.9rem;
  fill: #fff;
}

.book-now__list-text {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-top: 0.5rem;
}

.book-now__list-text > i {
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.35em;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  margin-top: 0.6rem;
}

.book-now .btn-default {
  margin-bottom: 4.4rem;
}

.social-colour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-colour.social-colour_vertical {
  display: block;
}

.social-colour.social-colour_vertical .social-colour__title {
  margin-bottom: 2.4rem;
  font-weight: 400;
  font-size: 3.3rem;
  margin-right: 0;
}

.social-colour__title {
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-right: 2.8rem;
}

.social-colour__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-colour__list > li:not(:last-child) {
  margin-right: 2.4rem;
}

.social-colour__link {
  display: inline-block;
  width: 5.9rem;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}

.social-colour__link img {
  width: 100%;
}

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2rem;
  margin-top: 5rem;
}

.quote__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.3rem;
          flex: 0 0 9.3rem;
  margin-right: 6.5rem;
}

.quote__icon img,
.quote__icon svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.quote__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 92.7rem;
}

.quote__text {
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 3.3rem;
  margin-top: -0.5rem;
}

.quote__author {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4em;
}

.eat-page .quote-block {
  padding-bottom: 22.9rem;
  background-color: #211a1b;
}

.eat-page .events {
  padding-top: 15rem;
  margin-bottom: 0;
}

.eat-page .text-img-block.text-img-block_v2 {
  background-color: #211a1b;
  padding-top: 62px;
}

.text-img-block {
  background-color: #fff;
  padding-top: 14.5rem;
  padding-bottom: 26.5rem;
}

.text-img-block.text-img-block_v2 {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 17.5rem;
}

.text-img-block.text-img-block_v2 .text-img-block__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.text-img-block.text-img-block_v2 .text-img-block__column-1 {
  margin-right: 6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.41%;
          flex: 0 0 41.41%;
  margin-left: 9rem;
}

.text-img-block.text-img-block_v2 .text-img-block__column-2 {
  color: #fff;
  padding-top: 14rem;
}

.text-img-block.text-img-block_v2 .text-img-block__img {
  padding-bottom: 132.36%;
}

.text-img-block.text-img-block_v2 .text-img-block__img-1 {
  width: 100%;
  -webkit-clip-path: none;
          clip-path: none;
}

.text-img-block.text-img-block_v2 .text-img-block__img-line-1 {
  width: 107%;
  left: -14%;
  height: auto;
  top: 28%;
}

.text-img-block.text-img-block_v2 .text-img-block__img-line-2 {
  width: 39.21%;
  right: -18%;
  height: auto;
  bottom: auto;
  top: 30%;
}

.text-img-block.text-img-block_v2 .text-img-block__text {
  color: #fff;
}

.text-img-block.text-img-block_v3 {
  background-color: transparent;
  padding: 0;
}

.text-img-block.text-img-block_v3 .text-img-block__title {
  color: #fff;
  max-width: 55rem;
}

.text-img-block.text-img-block_v3 .text-img-block__img {
  padding-bottom: 132.5%;
  -webkit-transform: translateY(-10rem);
      -ms-transform: translateY(-10rem);
          transform: translateY(-10rem);
}

.text-img-block.text-img-block_v3 .text-img-block__img-1 {
  -webkit-clip-path: none;
          clip-path: none;
  width: 100%;
}

.text-img-block.text-img-block_v3 .text-img-block__img-line-1 {
  top: 27%;
  left: -8%;
  width: 117%;
}

.text-img-block.text-img-block_v3 .text-img-block__img-line-2 {
  right: 61%;
  bottom: -49%;
  width: 34%;
}

.text-img-block.text-img-block_v3 .text-img-block__column-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.5%;
          flex: 0 0 41.5%;
}

.text-img-block.text-img-block_v3 .text-img-block__column-2 {
  min-height: 80.2rem;
  padding: 4rem 0 8rem;
}

.text-img-block.text-img-block_v4 {
  padding-top: 15.5rem;
  padding-bottom: 19.5rem;
}

.text-img-block.text-img-block_v4 .text-img-block__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.text-img-block.text-img-block_v4 .text-img-block__column-1 {
  margin-right: 6rem;
  margin-left: 8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.9%;
          flex: 0 0 47.9%;
}

.text-img-block.text-img-block_v4 .text-img-block__img {
  padding-bottom: 101%;
}

.text-img-block.text-img-block_v4 .text-img-block__img-1 {
  top: 0;
  right: 0;
  width: 80.44%;
  height: 49.12%;
  -webkit-clip-path: none;
          clip-path: none;
  z-index: 3;
}

.text-img-block.text-img-block_v4 .text-img-block__img-2 {
  left: 0;
  bottom: 0;
  width: 36.4%;
  height: 46.5%;
}

.text-img-block.text-img-block_v4 .text-img-block__img-3 {
  position: absolute;
  right: 0;
  top: 54%;
  width: 53%;
  height: 33%;
  z-index: 4;
}

.text-img-block.text-img-block_v4 .text-img-block__img-line-1 {
  top: -7%;
  left: 64%;
  width: 32%;
}

.text-img-block.text-img-block_v4 .text-img-block__img-line-2 {
  top: 61%;
  left: 83%;
  width: 28%;
  z-index: 1;
  height: 36%;
}

.text-img-block.text-img-block_v4 .text-img-block__img-line-3 {
  position: absolute;
  top: 18%;
  left: 4%;
  width: 58%;
  z-index: 6;
}

.text-img-block.text-img-block_v4 .text-img-block__img-line-3 img {
  width: 100%;
}

.text-img-block.text-img-block_v4 .text-img-block__text {
  color: #211a1b;
}

.text-img-block.text-img-block_dark {
  background-color: #211a1b;
}

.text-img-block.text-img-block_dark .text-img-block__column-2 * {
  color: #fff;
  max-width: 49rem;
}

.text-img-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-img-block__column-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.3%;
          flex: 0 0 49.3%;
  margin-right: 16.1rem;
}

.text-img-block__column-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #211a1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.58em;
  padding: 3rem 0 3rem;
}

.text-img-block__column-2 p {
  margin-bottom: 1.2em;
}

.text-img-block__column-2 .btn-default {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.text-img-block__title {
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 2.9rem;
  max-width: 48.9rem;
}

.text-img-block__text {
  max-width: 48rem;
  margin-bottom: 2rem;
  color: #211a1b;
}

.text-img-block__text.text-content {
  font-size: 2.2rem;
}

.text-img-block__img {
  position: relative;
  height: 0;
  padding-bottom: 95%;
}

.text-img-block__img-1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 72.5%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 27% 100%, 27% 50%, 0 50%);
          clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 27% 100%, 27% 50%, 0 50%);
}

.text-img-block__img-2 {
  position: absolute;
  z-index: 2;
  left: 1%;
  bottom: -12%;
  width: 40.86%;
  height: 56%;
}

.text-img-block__img-line-1 {
  position: absolute;
  top: -8%;
  left: 9%;
  width: 100%;
  height: 100%;
}

.text-img-block__img-line-1 img {
  position: absolute;
  top: 0;
  width: 106%;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.text-img-block__img-line-2 {
  position: absolute;
  right: -2%;
  bottom: -4%;
  width: 90%;
  height: 65.3%;
  z-index: 5;
}

.text-img-block__img-line-2 img {
  width: 100%;
}

.two-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two-img-block__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 67rem;
}

.play-page .hero {
  margin-bottom: 12.3rem;
}

.play-page .hero .hero__img:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  z-index: 3;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 26, 27, 0)), to(#211a1b));
  background: -o-linear-gradient(top, rgba(33, 26, 27, 0) 0%, #211a1b 100%);
  background: linear-gradient(to bottom, rgba(33, 26, 27, 0) 0%, #211a1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00211a1b', endColorstr='#211a1b',GradientType=0 );
  /* IE6-9 */
}

.play-page .events {
  margin-bottom: 10rem;
}

.play-page .events-listing {
  margin-bottom: 5.4rem;
}

.play-page .events-listing .events-listing__body {
  margin-bottom: 0;
}

.work-page .advantage {
  margin-bottom: 9.5rem;
}

.work-page .quote-block {
  padding: 15.5rem 0 12.9rem;
}

.questions-block {
  padding-top: 10.9rem;
  padding-bottom: 28rem;
  border-top: 4px solid rgba(255, 255, 255, 0.1);
}

.questions-block.questions-block_white {
  background-color: #fff;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
}

.questions-block.questions-block_white .questions-block__body {
  color: #211a1b;
}

.questions-block.questions-block_white .questions-block__text,
.questions-block.questions-block_white .questions__text {
  color: #211a1b;
}

.questions-block.questions-block_white .questions__item:before {
  border-top: 4px solid rgba(0, 0, 0, 0.1);
}

.questions-block.questions-block_white .questions__title .plus:before,
.questions-block.questions-block_white .questions__title .plus:after {
  background-color: #211a1b;
}

.questions-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.questions-block__column-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.2%;
          flex: 0 0 42.2%;
  padding-right: 5rem;
}

.questions-block__column-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 2rem;
}

.questions-block__title {
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1.25em;
  max-width: 38.4rem;
  margin-bottom: 2.3rem;
}

.questions-block__text {
  max-width: 38.4rem;
}

.questions-block__text.text-content {
  font-size: 2.2rem;
}

.questions__item {
  padding-bottom: 4rem;
  position: relative;
  margin-bottom: 4rem;
}

.questions__item:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.questions__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-right: 8rem;
}

.questions__title._active .plus {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.questions__title .plus {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.questions__text {
  margin-top: 2rem;
  display: none;
  padding-right: 8rem;
}

.questions__text.text-content {
  font-size: 2.2rem;
}

.questions__text.text-content *:last-child {
  margin-bottom: 0;
}

.plus {
  display: inline-block;
  height: 3.8rem;
  width: 3.8rem;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.plus:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  height: 100%;
  width: 0.3rem;
  border-radius: 990px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plus:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.3rem;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.venue-hire-page .main-slider_simple {
  margin-bottom: 15.4rem;
}

.venue-hire-page .events-listing {
  margin-bottom: 0;
}

.venue-hire-page .quote-block {
  padding: 11rem 0 26.9rem;
}

.contact-info {
  padding-top: 5.4rem;
  margin-bottom: 11.7rem;
}

.contact-info__subtitle {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 1.6rem;
}

.contact-info__title {
  color: #fff;
  margin-bottom: 2.7rem;
}

.contact-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-info__column-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 5rem;
  border-right: 0.4rem solid rgba(255, 255, 255, 0.1);
}

.contact-info__inner {
  max-width: 93rem;
}

.contact-info__column-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.2rem;
          flex: 0 0 33.2rem;
  padding-left: 4.8rem;
  padding-right: 1rem;
  padding-top: 0.7rem;
}

.contact-info__text {
  margin-bottom: 4rem;
}

.contact-info__text.text-content {
  font-size: 2.2rem;
}

.aside-contact .btn-default {
  margin-top: 1.5rem;
}

.aside-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-bottom: 1.9rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.56em;
}

.aside-contact__item > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.3rem;
          flex: 0 0 3.3rem;
  margin-right: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aside-contact__item > span svg {
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.form-contact .wpcf7-response-output,
.wpcf7-form .wpcf7-response-output {
  border-color: #fff !important;
  color: #fff;
  font-size: 2rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.form-contact__group,
.wpcf7-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.3rem;
}

.form-contact__item,
.wpcf7-form__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1.2rem);
          flex: 0 1 calc(50% - 1.2rem);
  margin-bottom: 2.8rem;
}

.form-contact__item_widht-100,
.wpcf7-form__item_widht-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.form-contact__item .select-wrap .select__title,
.wpcf7-form__item .select-wrap .select__title {
  padding-bottom: 0;
}

.form-contact__item .select-wrap .select__value,
.wpcf7-form__item .select-wrap .select__value {
  min-height: 7.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.form-contact__item .select-wrap .select__value:before,
.wpcf7-form__item .select-wrap .select__value:before {
  margin-top: 0;
}

.form-contact__item .select-wrap .select__options,
.wpcf7-form__item .select-wrap .select__options {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.form-contact .checkbox-wrap,
.wpcf7-form .checkbox-wrap {
  margin-bottom: 3.6rem;
  margin-left: 0.3rem;
}

.input {
  width: 100%;
  background-color: transparent;
  min-height: 7.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.4rem solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 3rem;
}

.input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.textarea {
  border-bottom: 0.4rem solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 3rem;
  resize: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 24rem;
  width: 100%;
  background-color: transparent;
}

.textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.play-cosy-cinema-page .hero {
  margin-bottom: 12.3rem;
}

.play-cosy-cinema-page .events {
  margin-bottom: 20rem;
}

.gallery {
  margin-bottom: 10.3rem;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.2rem;
}

.gallery__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}

.gallery__item {
  height: 0;
  padding-bottom: 109%;
}

.members-club {
  color: #fff;
  text-align: center;
  padding: 80px 0 197px;
}

.members-club__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  letter-spacing: 0.051em;
  font-size: 58px;
}

.members-club__subtitle {
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 67px;
  font-style: italic;
}

.members-club__body {
  margin: 0 auto 60px;
}

.members-club__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  min-height: 231px;
  position: relative;
}

.members-club__img img {
  z-index: 2;
}

.members-club__img-line-1 {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 23px;
}

.members-club__img-line-1:before {
  position: absolute;
  content: '';
  height: 345px;
  width: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  left: 70px;
}

.members-club__img-line-2 {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 10px;
}

.members-club__img-line-2:before {
  position: absolute;
  content: '';
  height: 345px;
  width: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  left: 70px;
}

.members-club__list {
  text-align: left;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
}

.members-club__list > li {
  position: relative;
}

.members-club__list > li:before {
  position: absolute;
  content: '.';
  top: 0px;
  left: -10px;
}

.members-club__btn {
  color: #fff;
}

@media (min-width: 576px) {
  .testimonials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .testimonials__column-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-right: 24px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .events-listing-head__top .select-wrap .select__value::before {
    width: 4.4rem;
    height: 2.4rem;
    margin-top: 2.5rem;
  }

  .members-club__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 874px;
    margin: 0 auto 103px;
  }

  .members-club__img {
    margin-right: 58px;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  html {
    font-size: 7.5px;
  }

  .btn-default:hover {
    background-color: #d94452;
    color: #fff;
    border-color: #d94452;
  }

  .link:hover {
    color: #d94452;
  }

  .header__burger {
    display: none;
  }

  .menu {
    display: block !important;
  }

  .menu__link:hover:before {
    width: 100%;
  }

  .form-footer__button:hover {
    color: #d94452;
  }

  .form-footer__button:hover > svg {
    -webkit-transform: translate(0.5rem, -50%);
        -ms-transform: translate(0.5rem, -50%);
            transform: translate(0.5rem, -50%);
    stroke: #d94452;
  }

  .social__link:hover {
    color: #d94452;
  }

  .social__link > svg:hover {
    fill: #d94452;
  }

  .events__slider-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .events__slider-btn.swiper-button-disabled:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .main-slider__video-control:hover {
    -webkit-box-shadow: 0 0 6rem 0 black;
            box-shadow: 0 0 6rem 0 black;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }

  .main-slider__btn:hover {
    background-color: #d94452;
  }

  .main-slider__btn:hover > span svg {
    stroke: #fff;
  }

  .quote-block.quote-block_white .quote-block__btn:hover {
    background-color: rgba(33, 26, 27, 0.1);
  }

  .quote-block__btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .social-block__link:hover {
    color: #fff;
  }

  .social-block__link:hover:before {
    width: 65%;
  }

  .social-block__link:hover svg {
    fill: #fff;
  }

  .search__btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .video-block__play-pause:hover {
    -webkit-box-shadow: 0 0 6rem 0 black;
            box-shadow: 0 0 6rem 0 black;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }

  .testimonials__btn:hover {
    background-color: rgba(33, 26, 27, 0.1);
  }

  .category-block__item:hover .category-block__img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .category-block__item:hover .category-block__img:before {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }

  .category-block__item:hover .category-block__title {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .category-block__item:hover .category-block__subtitle {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  .events-listing__load-more:hover {
    color: #fff;
  }

  .events-listing__load-more:hover > span:last-child {
    -webkit-animation: dotAnim3 1s  infinite;
            animation: dotAnim3 1s  infinite;
  }

  .events-listing__load-more:hover > span:nth-child(2) {
    -webkit-animation: dotAnim2 1s  infinite .25s;
            animation: dotAnim2 1s  infinite .25s;
  }

  .events-listing__load-more:hover > span:nth-child(1) {
    -webkit-animation: dotAnim1 1s  infinite .5s;
            animation: dotAnim1 1s  infinite .5s;
  }

  .card-event__img:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .breadcrumb__link:hover {
    color: #fff;
  }

  .breadcrumb__link:hover > svg {
    stroke: #fff;
  }

  .social-colour__link:hover {
    -webkit-box-shadow: 0 0 4rem rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 4rem rgba(255, 255, 255, 0.4);
  }

  .play-page .events-listing .card-event__img:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .members-club__list {
    margin-right: -20px;
  }
}

@media (min-width: 1060px) {
  .testimonials__btn-prev {
    left: -23px;
  }

  .testimonials__btn-next {
    left: auto;
    right: -23px;
  }
}

@media (max-width: 1680px) {
  .footer__decor {
    right: 0;
  }
}

@media (max-width: 1440px) {
  .logo-wrap {
    padding-left: 6rem;
  }
}

@media (max-width: 1439px) {
  .search__input {
    font-size: 6rem;
  }

  .search__input::-webkit-input-placeholder {
    font-size: 6rem;
  }

  .search__input::-moz-placeholder {
    font-size: 6rem;
  }

  .search__input:-ms-input-placeholder {
    font-size: 6rem;
  }

  .search__input::-ms-input-placeholder {
    font-size: 6rem;
  }

  .search__input::placeholder {
    font-size: 6rem;
  }

  .events-listing-head__top .select-wrap .select__title {
    font-size: 6rem;
  }

  .events-listing-head__top .select-wrap .select__options {
    font-size: 5.5rem;
  }

  .events-listing-head__title {
    font-size: 6rem;
  }
}

@media (max-width: 1267px) {
  .footer {
    padding: 5rem 0 10.2rem;
  }

  .footer__row-1 {
    display: block;
    margin-bottom: 12rem;
  }

  .footer__row-2 {
    margin-bottom: 10rem;
  }

  .footer__form {
    max-width: none;
  }

  .footer .wpcf7-form {
    max-width: none;
  }

  .quote-block__img {
    margin-right: 6rem;
  }

  .search__input {
    font-size: 5rem;
  }

  .search__input::-webkit-input-placeholder {
    font-size: 5rem;
  }

  .search__input::-moz-placeholder {
    font-size: 5rem;
  }

  .search__input:-ms-input-placeholder {
    font-size: 5rem;
  }

  .search__input::-ms-input-placeholder {
    font-size: 5rem;
  }

  .search__input::placeholder {
    font-size: 5rem;
  }

  .events-listing-head__top .select-wrap .select__title {
    font-size: 5rem;
  }

  .events-listing-head__top .select-wrap .select__options {
    font-size: 4.5rem;
  }

  .events-listing-head__title {
    font-size: 5rem;
  }

  .text-img-block__column-1 {
    margin-right: 8rem;
  }
}

@media (max-width: 991.98px) {
  .logo-wrap {
    top: 1.5rem;
    padding-left: 1.5rem;
  }

  .title-1 {
    font-size: 10rem;
  }

  .title-3 {
    font-size: 4.2rem;
  }

  .header.bottom-line:before {
    bottom: -0.5rem;
  }

  .header__body {
    min-height: 11.4rem;
  }

  .menu {
    position: absolute;
    background-color: #211a1b;
    top: 100%;
    left: 0;
    padding: 3rem 1.5rem;
    width: 100%;
    height: calc(100vh - 11.4rem);
    display: none;
    overflow: auto;
  }

  .menu__list {
    display: block;
    text-align: center;
  }

  .menu__list > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .menu__link:before {
    display: none;
  }

  .events {
    margin-bottom: 10rem;
  }

  .events__head {
    margin-bottom: 0;
  }

  .events__slider .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .events__img {
    height: 50rem;
  }

  .events__text-wrap {
    min-height: auto;
  }

  .events__label {
    margin-bottom: 4rem;
  }

  .events__time {
    margin-bottom: 2rem;
  }

  .events__title {
    margin-bottom: 2rem;
  }

  .johnnyl-block {
    padding: 10rem 0 18.6rem;
  }

  .johnnyl-block.johnnyl-block_dark {
    padding: 8rem 0 10rem;
  }

  .johnnyl-block.johnnyl-block_dark .johnnyl-block__column-1 {
    padding-top: 0;
  }

  .johnnyl-block__body {
    display: block;
  }

  .johnnyl-block__column-1 {
    padding-top: 0;
  }

  .johnnyl-block__column-1 .btn-default {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .johnnyl-block__column-1 {
    text-align: center;
    margin: 0 auto 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-slider__body .swiper-slide {
    padding: 12rem 1.5rem 16rem;
  }

  .main-slider__text-wrap {
    padding-right: 0;
  }

  .quote-block {
    padding: 10rem 0 16.9rem;
  }

  .social-block__link {
    font-size: 3.1rem;
    min-height: 15.6rem;
  }

  .social-block__link > span {
    height: 5rem;
    margin-right: 1.8rem;
  }

  .hero {
    padding: 12rem 1.5rem 16rem;
  }

  .hero__text-wrap {
    padding-right: 0;
  }

  .advantage {
    margin-bottom: 10rem;
  }

  .advantage__title {
    font-size: 4.4rem;
  }

  .filter {
    display: block;
  }

  .filter__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }

  .filter__item.btn-default {
    font-size: 1.4rem;
  }

  .video-block__video-wrap {
    height: 412px;
  }

  .category-block__body {
    display: block;
  }

  .category-block__item {
    min-height: 40rem;
    padding: 3rem 1.5rem 5rem;
  }

  .category-block__img:before {
    ransform: translateY(5%);
  }

  .category-block__title {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }

  .category-block__subtitle {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }

  .events-listing-page .social-block {
    margin-bottom: 10rem;
  }

  .events-listing-head__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .events-listing {
    margin-bottom: 10rem;
  }

  .events-listing__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .events-detail-page .events {
    margin-bottom: 10rem;
  }

  .events-detail-head {
    padding-top: 4rem;
  }

  .events-detail-article {
    margin-bottom: 10rem;
  }

  .events-detail-article__body {
    display: block;
  }

  .events-detail-article__body-column-1 {
    margin-bottom: 4rem;
    border: none;
    padding-right: 0;
  }

  .eat-page .quote-block {
    padding: 10rem 0 13.9rem;
  }

  .eat-page .footer {
    padding-top: 9rem;
  }

  .text-img-block {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .text-img-block.text-img-block_v2 {
    padding-bottom: 10rem;
  }

  .text-img-block.text-img-block_v2 .text-img-block__column-1 {
    margin: 0 auto;
  }

  .text-img-block.text-img-block_v3 .text-img-block__column-1 {
    margin-bottom: 0;
  }

  .text-img-block.text-img-block_v3 .text-img-block__column-2 {
    min-height: auto;
    padding: 2rem 0 5rem;
  }

  .text-img-block.text-img-block_v4 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .text-img-block.text-img-block_v4 .text-img-block__column-1 {
    margin: 0 auto 4rem;
  }

  .text-img-block__body {
    display: block;
  }

  .text-img-block__column-1 {
    margin-right: 0;
    margin: 0 auto 14rem;
    max-width: 60rem;
  }

  .text-img-block__column-2 {
    font-size: 3rem;
    text-align: center;
    display: block;
  }

  .text-img-block__title {
    font-size: 4.4rem;
    margin: 0 auto 2.9rem;
  }

  .text-img-block__text {
    margin: 0 auto 2rem;
  }

  .two-img-block__img {
    height: 40rem;
  }

  .play-page .hero {
    margin-bottom: 10rem;
  }

  .work-page .advantage {
    margin-bottom: 10rem;
  }

  .work-page .quote-block {
    padding: 10rem 0 10rem;
  }

  .questions-block {
    padding-bottom: 22rem;
  }

  .questions-block__body {
    display: block;
  }

  .questions-block__column-1 {
    padding-right: 0;
  }

  .questions-block__title {
    font-size: 4.4rem;
  }

  .venue-hire-page .main-slider_simple {
    margin-bottom: 10rem;
  }

  .venue-hire-page .quote-block {
    padding: 0rem 0 16.9rem;
  }

  .contact-info {
    margin-bottom: 10rem;
  }

  .contact-info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .contact-info__column-1 {
    padding-right: 0;
    border: none;
  }

  .contact-info__column-2 {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 4rem;
  }

  .gallery__list {
    margin: 0 -0.75rem;
  }

  .gallery__list li {
    padding: 0 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .logo {
    max-width: 5rem;
  }

  .title-1 {
    font-size: 8rem;
    margin-bottom: 1.5rem;
  }

  .title-2 {
    font-size: 5.6em;
  }

  .title-2 {
    font-size: 4.6rem;
  }

  .title-3 {
    font-size: 3.6rem;
  }

  .title-4 {
    font-size: 3.2rem;
  }

  .title-5 {
    font-size: 2.8rem;
  }

  .title-6 {
    font-size: 2rem;
  }

  .text-content {
    font-size: 1.9rem;
  }

  .text-content h4 {
    font-size: 3.2rem;
  }

  .header__body {
    min-height: 8.6rem;
  }

  .menu {
    height: calc(100vh - 8.6rem);
  }

  .footer {
    padding-bottom: 6rem;
  }

  .footer__row-1 {
    margin-bottom: 4rem;
  }

  .footer__logo {
    margin: 0 auto 6rem;
  }

  .form-footer__title {
    font-size: 3.9rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .events {
    margin-bottom: 7.5rem;
  }

  .events__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .events__head-title {
    font-size: 4.2rem;
    margin-right: 0;
  }

  .events__slider {
    margin-bottom: 2rem;
  }

  .events__text-wrap {
    padding: 3rem 1.5rem;
  }

  .events__label {
    font-size: 2rem;
  }

  .events__date {
    font-size: 5rem;
    margin-bottom: 1rem;
  }

  .events__time {
    font-size: 2.2rem;
  }

  .events__title {
    font-size: 2.2rem;
  }

  .johnnyl-block.johnnyl-block_dark {
    padding: 6rem 0 6rem;
  }

  .johnnyl-block__title {
    font-size: 4.2rem;
  }

  .main-slider__video-control {
    width: 7rem;
    height: 7rem;
  }

  .main-slider__slider-control .swiper-pagination {
    width: 9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9rem;
            flex: 0 0 9rem;
    height: 8rem;
  }

  .main-slider__btn {
    width: 9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9rem;
            flex: 0 0 9rem;
    height: 8rem;
  }

  .quote-block {
    padding: 6rem 0 10rem;
  }

  .quote-block__img {
    margin-right: 3rem;
  }

  .quote-block__text {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }

  .quote-block__author {
    font-size: 2.2rem;
    padding-right: 0;
  }

  .quote-block__slider-control {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    position: static;
  }

  .quote-block__slider-control .swiper-pagination {
    width: 9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9rem;
            flex: 0 0 9rem;
    height: 8rem;
  }

  .quote-block__btn {
    width: 9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9rem;
            flex: 0 0 9rem;
    height: 8rem;
  }

  .social-block__link {
    font-size: 0;
  }

  .social-block__link > span {
    margin-right: 0;
  }

  .advantage {
    margin-bottom: 7.5rem;
  }

  .advantage__title {
    font-size: 3.8rem;
    margin-bottom: 2rem;
  }

  .advantage__text {
    font-size: 2.2rem;
  }

  .search__input {
    font-size: 3rem;
  }

  .search__input::-webkit-input-placeholder {
    font-size: 3rem;
  }

  .search__input::-moz-placeholder {
    font-size: 3rem;
  }

  .search__input:-ms-input-placeholder {
    font-size: 3rem;
  }

  .search__input::-ms-input-placeholder {
    font-size: 3rem;
  }

  .search__input::placeholder {
    font-size: 3rem;
  }

  .search__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.5rem;
            flex: 0 0 4.5rem;
    height: 4.5rem;
  }

  .video-block {
    padding: 6.5rem 1.5rem;
  }

  .testimonials {
    margin-bottom: 30px;
  }

  .testimonials__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .testimonials__slider {
    margin-left: 0;
    max-width: none;
    width: 100%;
  }

  .testimonials__btn {
    position: static;
    height: 90px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .testimonials__btn-prev {
    margin-left: auto;
  }

  .events-listing-page .social-block {
    margin-bottom: 7.5rem;
  }

  .events-listing-head {
    margin-bottom: 4rem;
  }

  .events-listing-head__top .select-wrap .select__title {
    font-size: 4rem;
  }

  .events-listing-head__top .select-wrap .select__options {
    font-size: 3.5rem;
  }

  .events-listing-head__top .search {
    margin-bottom: 2.5rem;
  }

  .events-listing-head__title {
    font-size: 4rem;
  }

  .events-listing {
    margin-bottom: 7.5rem;
  }

  .events-listing.events-listing_column-2 .events-listing__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .events-listing__body {
    margin-bottom: 2rem;
  }

  .events-listing__bottom {
    padding-bottom: 3.2rem;
  }

  .events-listing__load-more {
    font-size: 5rem;
  }

  .card-event__date {
    font-size: 4rem;
  }

  .card-event__time {
    font-size: 2rem;
  }

  .card-event__desc {
    font-size: 2.2rem;
  }

  .events-detail-page .events {
    margin-bottom: 7.5rem;
  }

  .events-detail-head__button-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .breadcrumb__item {
    font-size: 1.9rem;
  }

  .breadcrumb__item:not(:last-child) {
    margin-right: 1.6rem;
  }

  .breadcrumb__link > svg {
    margin-left: 1.6rem;
    width: 0.7rem;
  }

  .events-detail-article {
    margin-bottom: 7.5rem;
  }

  .events-detail-article__head-time {
    font-size: 2.6rem;
  }

  .events-detail-article__body-column-1 .quote-block .quote-block__img {
    margin-right: 3rem;
  }

  .events-detail-article .wp-block-columns .wp-block-column:last-child p {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }

  .events-detail-article .wp-block-columns .wp-block-column:last-child cite {
    font-size: 2.4rem;
  }

  .social-colour__title {
    font-size: 2.6rem;
  }

  .quote__text {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }

  .quote__author {
    font-size: 2.4rem;
  }

  .eat-page .quote-block {
    padding: 6rem 0 6rem;
  }

  .eat-page .footer {
    padding-top: 5rem;
  }

  .text-img-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-img-block.text-img-block_v2 {
    padding-bottom: 6rem;
  }

  .text-img-block.text-img-block_v3 .text-img-block__img {
    -webkit-transform: translateY(-6rem);
        -ms-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }

  .text-img-block.text-img-block_v4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-img-block__column-2 {
    font-size: 2.6rem;
  }

  .text-img-block__title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }

  .text-img-block__text {
    margin-bottom: 1.5rem;
  }

  .two-img-block__img {
    height: 25rem;
  }

  .play-page .hero {
    margin-bottom: 7.5rem;
  }

  .play-page .events {
    margin-bottom: 6rem;
  }

  .play-page .events-listing {
    margin-bottom: 2rem;
  }

  .work-page .advantage {
    margin-bottom: 7.5rem;
  }

  .work-page .quote-block {
    padding: 6rem 0 6rem;
  }

  .questions-block {
    padding-top: 6rem;
    padding-bottom: 16rem;
  }

  .questions-block {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .questions-block__title {
    font-size: 3.8rem;
  }

  .questions-block__text.text-content {
    font-size: 1.8rem;
  }

  .questions__item {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  .questions__title {
    padding-right: 4rem;
  }

  .questions__text {
    padding-right: 4rem;
  }

  .questions__text.text-content {
    font-size: 1.8rem;
  }

  .plus {
    height: 2.8rem;
    width: 2.8rem;
  }

  .venue-hire-page .main-slider_simple {
    margin-bottom: 7.5rem;
  }

  .venue-hire-page .quote-block {
    padding: 0rem 0 10rem;
  }

  .contact-info {
    margin-bottom: 7.5rem;
  }

  .contact-info__text.text-content {
    font-size: 1.8rem;
  }

  .aside-contact__item {
    font-size: 1.8rem;
  }

  .form-contact__item,
  .wpcf7-form__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .play-cosy-cinema-page .hero {
    margin-bottom: 6rem;
  }

  .play-cosy-cinema-page .events {
    margin-bottom: 6rem;
  }

  .gallery {
    margin-bottom: 6rem;
  }

  .members-club {
    padding-bottom: 100px;
  }

  .members-club__title {
    font-size: 46px;
    margin-bottom: 30px;
  }

  .members-club__subtitle {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  .members-club__img {
    margin-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .title-1 {
    font-size: 5.5rem;
  }

  .quote-block__text {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 400;
  }

  .events-listing__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .events-detail-head__body .breadcrumb {
    margin-right: 0;
    width: 100%;
  }

  .events-detail-head__button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .events-detail-head__button-group .btn-default:first-child {
    margin-right: 0;
  }

  .breadcrumb__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .events-detail-article__head-title {
    text-align: center;
  }

  .events-detail-article__head-time-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .events-detail-article__head-time {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .events-detail-article__head-time:first-child {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .events-detail-article__head-time > svg,
  .events-detail-article__head-time img {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .events-detail-article__body-column-2 {
    padding: 0;
  }

  .events-detail-article .wp-block-columns .wp-block-column:first-child {
    margin-right: 3rem;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 5rem !important;
            flex: 0 0 5rem !important;
  }

  .book-now {
    text-align: center;
    margin-bottom: 0;
  }

  .book-now__title {
    margin-bottom: 1rem;
  }

  .book-now__list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .book-now__list > li > svg,
  .book-now__list > li > img {
    margin-right: 0;
  }

  .social-colour {
    display: block;
    text-align: center;
    width: 100%;
  }

  .social-colour__title {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .social-colour__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .quote__icon {
    margin-right: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
  }

  .text-img-block.text-img-block_v2 .text-img-block__column-2 {
    padding-top: 10rem;
  }

  .gallery__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (max-width: 479.98px) {
  .select__value:before {
    margin-top: 1rem;
  }

  .checkbox-wrap__label {
    font-size: 1.8rem;
  }

  .title-1 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .btn-default {
    font-size: 1.6rem;
  }

  .footer__decor {
    bottom: 10rem;
    width: 12rem;
  }

  .form-footer__title {
    font-size: 2.9rem;
    margin-bottom: 1rem;
  }

  .form-footer__input::-webkit-input-placeholder {
    font-size: 1.8rem;
  }

  .form-footer__input::-moz-placeholder {
    font-size: 1.8rem;
  }

  .form-footer__input:-ms-input-placeholder {
    font-size: 1.8rem;
  }

  .form-footer__input::-ms-input-placeholder {
    font-size: 1.8rem;
  }

  .form-footer__input::placeholder {
    font-size: 1.8rem;
  }

  .form-footer__input {
    font-size: 1.8rem;
    min-height: 6.2rem;
  }

  .form-footer__button {
    font-size: 1.5rem;
    min-height: 6.2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.5rem;
            flex: 0 0 13.5rem;
  }

  .form-footer__button > svg {
    width: 0.9rem;
  }

  .events {
    margin-bottom: 5rem;
  }

  .johnnyl-block.johnnyl-block_dark .johnnyl-block__title {
    margin-bottom: 2rem;
  }

  .johnnyl-block__title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }

  .main-slider__suptitle {
    font-size: 2rem;
  }

  .hero__suptitle {
    font-size: 2rem;
  }

  .advantage {
    margin-bottom: 5rem;
  }

  .advantage__title {
    text-align: center;
  }

  .advantage__list > li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .search__input {
    font-size: 1.8rem;
  }

  .search__input::-webkit-input-placeholder {
    font-size: 1.8rem;
  }

  .search__input::-moz-placeholder {
    font-size: 1.8rem;
  }

  .search__input:-ms-input-placeholder {
    font-size: 1.8rem;
  }

  .search__input::-ms-input-placeholder {
    font-size: 1.8rem;
  }

  .search__input::placeholder {
    font-size: 1.8rem;
  }

  .video-block__video-wrap {
    height: 312px;
  }

  .events-listing-page .social-block {
    margin-bottom: 5rem;
  }

  .events-listing-head__top .select-wrap .select__title {
    font-size: 3rem;
  }

  .events-listing-head__top .select-wrap .select__options {
    font-size: 2.5rem;
  }

  .events-listing-head__title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }

  .events-listing {
    margin-bottom: 5rem;
  }

  .events-listing__bottom {
    padding-bottom: 2.2rem;
  }

  .events-listing__load-more {
    font-size: 4rem;
  }

  .events-detail-page .events {
    margin-bottom: 5rem;
  }

  .events-detail-article {
    margin-bottom: 5rem;
  }

  .events-detail-article .wp-block-columns {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }

  .events-detail-article .wp-block-columns .wp-block-column:last-child p {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }

  .events-detail-article .wp-block-columns .wp-block-column:last-child cite {
    font-size: 1.9rem;
  }

  .quote {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }

  .quote__text {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }

  .quote__author {
    font-size: 1.9rem;
  }

  .text-img-block__column-1 {
    margin: 0 auto 10rem;
  }

  .text-img-block__column-2 {
    font-size: 2.2rem;
  }

  .play-page .hero {
    margin-bottom: 5rem;
  }

  .work-page .advantage {
    margin-bottom: 5rem;
  }

  .venue-hire-page .main-slider_simple {
    margin-bottom: 5rem;
  }

  .contact-info {
    margin-bottom: 5rem;
  }

  .contact-info__subtitle {
    font-size: 2rem;
  }

  .form-contact__item .select-wrap .select__value,
  .wpcf7-form__item .select-wrap .select__value {
    font-size: 2.2rem;
  }

  .form-contact__item .select-wrap .select__value:before,
  .wpcf7-form__item .select-wrap .select__value:before {
    width: 2rem;
  }

  .form-contact__item .select-wrap .select__options,
  .wpcf7-form__item .select-wrap .select__options {
    font-size: 2.2rem;
  }

  .input {
    font-size: 2.2rem;
  }

  .input::-webkit-input-placeholder {
    font-size: 2.2rem;
  }

  .input::-moz-placeholder {
    font-size: 2.2rem;
  }

  .input:-ms-input-placeholder {
    font-size: 2.2rem;
  }

  .input::-ms-input-placeholder {
    font-size: 2.2rem;
  }

  .input::placeholder {
    font-size: 2.2rem;
  }

  .textarea {
    font-size: 2.2rem;
    min-height: 18rem;
  }

  .textarea::-webkit-input-placeholder {
    font-size: 2.2rem;
  }

  .textarea::-moz-placeholder {
    font-size: 2.2rem;
  }

  .textarea:-ms-input-placeholder {
    font-size: 2.2rem;
  }

  .textarea::-ms-input-placeholder {
    font-size: 2.2rem;
  }

  .textarea::placeholder {
    font-size: 2.2rem;
  }

  .members-club__subtitle {
    font-size: 2.6rem;
    letter-spacing: 1px;
  }

  .members-club__list {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 374px) {
  .footer__copy {
    font-size: 1.5rem;
  }

  .quote-block {
    padding: 5rem 0 6.9rem;
  }

  .quote-block__text {
    font-size: 1.6rem;
  }

  .quote-block__author {
    font-size: 1.4rem;
  }

  .quote-block__slider-control .swiper-pagination {
    font-size: 1.6rem;
  }

  .quote-block__btn > span {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }

  .eat-page .quote-block {
    padding: 5rem 0 6rem;
  }

  .work-page .quote-block {
    padding: 5rem 0 5rem;
  }

  .venue-hire-page .quote-block {
    padding: 0rem 0 6.9rem;
  }
}