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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
@charset "UTF-8";

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.woff2?9feb0110b6dff9ee2b9ebd17f7a1aee6) format("woff2"), url(/fonts/Roboto-Regular.woff?94dac78eee406a8c8f0406b69b85ac2b) format("woff"), url(/fonts/Roboto-Regular.ttf?11eabca2251325cfc5589c9c6fb57b46) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Medium.woff2?50d01d3e6c994995bcaf829e63d53d1a) format("woff2"), url(/fonts/Roboto-Medium.woff?9a3bf7acae14d9b5ed5a88458106b58b) format("woff"), url(/fonts/Roboto-Medium.ttf?58aef543c97bbaf6a9896e8484456d98) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Bold.woff2?f3a02e2578bee50e620e515912278bc9) format("woff2"), url(/fonts/Roboto-Bold.woff?08cb8f79715774f9a6285ee7db2919a3) format("woff"), url(/fonts/Roboto-Bold.ttf?e07df86cef2e721115583d61d1fb68a6) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Black.woff2?72f6fd218b59c42e804cb543cfc53598) format("woff2"), url(/fonts/Roboto-Black.woff?fdd88b742a9f6304f05b21b86ba58d9a) format("woff"), url(/fonts/Roboto-Black.ttf?5ebb24ee1112dd9562629375c387879a) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif";
  src: url(/fonts/PTSerif-Regular.woff2?2c6b575490933dc73b5841882aafae5d) format("woff2"), url(/fonts/PTSerif-Regular.woff?6065716d1fa90244cdeb7aca1bb265ef) format("woff"), url(/fonts/PTSerif-Regular.ttf?5f7303c0e7f09925586e218ab8fd9b19) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif";
  src: url(/fonts/PTSerif-Bold.woff2?fe1632d7c56899e06162c0862a495923) format("woff2"), url(/fonts/PTSerif-Bold.woff?9e21aba46b902f955d53e1d626bda419) format("woff"), url(/fonts/PTSerif-Bold.ttf?1e0973a44ba414079dae48c6d8051cb3) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Slider */

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

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

.slick-list:focus {
  outline: none;
}

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

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

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

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

.slick-track:after {
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */

/* Icons */

/* Arrows */

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

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  font-family: "Roboto";
  font-size: 14px;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 79px;
  position: relative;
}

@media all and (max-width: 991.95px) {
  body {
    padding-top: 50px;
  }
}

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

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1220px) {
  .container {
    max-width: 1200px;
  }
}

.main-bg {
  background-color: #f7f7f7;
}

.value {
  font: inherit;
  color: inherit;
  text-transform: inherit;
}

.blur-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

main {
  min-height: calc(100vh - 582px);
}

@media all and (max-width: 991.95px) {
  main {
    min-height: auto;
  }
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

:focus {
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important;
}

.button {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  width: auto;
  padding: 6px 19px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  outline-color: transparent;
  border-radius: 5px;
  border: 1px solid #c8a74d;
  background-color: #c8a74d;
  opacity: 1;
}

.button:hover {
  background-color: #b79842;
  border-color: #b79842;
  color: #ffffff;
  text-decoration: none;
}

.button:active {
  background-color: #a78a3c;
  border-color: #a78a3c;
  color: #ffffff;
}

.button:disabled,
.button.disabled {
  opacity: 0.5;
}

.button-gray {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: auto;
  padding: 6px 19px;
  color: #9a9a9a;
  border: 1px solid #9a9a9a;
  background-color: transparent;
}

.button-gray:hover {
  background-color: #ededed;
  border-color: #9a9a9a;
  color: #9a9a9a;
  text-decoration: none;
}

.button-gray:active {
  background-color: #ededed;
  border-color: #c8a74d;
  color: #9a9a9a;
}

.button-gray:disabled,
.button-gray.disabled {
  opacity: 0.5;
}

.button--back {
  padding: 10px 13px 9px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #c8a74d;
  fill: #c8a74d;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #c8a74d;
}

.button--back:hover {
  background: #c8a74d;
  color: #ffffff;
  fill: #ffffff;
}

.button--back:active {
  background: #a78a3c;
  color: #ffffff;
  fill: #ffffff;
}

.button .value {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font: inherit;
}

.button .button-icon {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  fill: inherit;
}

/**
 * @package PickMeUp
 * @author  Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @license 0BSD
 */

.pickmeup {
  background: #fff;
  border-radius: 5px;
  margin-top: 5px;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  touch-action: manipulation;
  z-index: 4;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 575.95px) {
  .pickmeup {
    margin-top: 0;
  }
}

.pickmeup * {
  box-sizing: border-box;
}

.pickmeup.pmu-flat {
  position: relative;
}

.pickmeup.pmu-hidden {
  display: none;
}

.pickmeup .pmu-instance {
  display: inline-block;
  height: auto;
  padding: 25px;
  text-align: center;
  width: 370px;
}

@media all and (max-width: 575.95px) {
  .pickmeup .pmu-instance {
    width: 290px;
    padding: 15px;
  }
}

.pickmeup .pmu-instance .pmu-button {
  color: #222221;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}

.pickmeup .pmu-instance .pmu-button:hover {
  background: #ededed;
  color: inherit;
}

.pickmeup .pmu-instance .pmu-button.pmu-month:hover,
.pickmeup .pmu-instance .pmu-button.pmu-prev:hover,
.pickmeup .pmu-instance .pmu-button.pmu-next:hover {
  background: transparent;
  color: #c8a74d;
}

.pickmeup .pmu-instance .pmu-not-in-month {
  color: #ededed;
}

.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #9a9a9a;
  cursor: default;
}

.pickmeup .pmu-instance .pmu-selected {
  background: #850614;
  color: #ffffff;
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #ededed;
}

.pickmeup .pmu-instance nav {
  color: #222221;
  display: -webkit-box;
  display: flex;
  line-height: 23px;
  font-size: 18px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ededed;
}

.pickmeup .pmu-instance nav *:first-child :hover {
  color: #c8a74d;
}

.pickmeup .pmu-instance nav.pmu-day-of-week {
  font-size: 15px;
  line-height: 18px;
}

.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 40px;
  width: 40px;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.pickmeup .pmu-instance nav .pmu-next {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.pickmeup .pmu-instance nav .pmu-month {
  width: auto;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}

.pickmeup .pmu-instance .pmu-day-of-week {
  color: #9a9a9a;
  cursor: default;
}

.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  width: 44px;
  height: 48px;
}

@media all and (max-width: 575.95px) {
  .pickmeup .pmu-instance .pmu-day-of-week *,
  .pickmeup .pmu-instance .pmu-days * {
    width: 37px;
    height: 42px;
  }
}

.pickmeup .pmu-instance .pmu-days {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.pickmeup .pmu-instance .pmu-day-of-week * {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.pickmeup .pmu-instance .pmu-days .pmu-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 23px;
}

.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: -webkit-box;
  display: flex;
}

.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: auto;
}

.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

.fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

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

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

.fancybox-toolbar {
  right: calc(20vw - 60px);
  top: 44px;
}

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

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

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

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 20vw;
}

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

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

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

/* Buttons */

.fancybox-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 60px;
  height: 60px;
}

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

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

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

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

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

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

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

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

.fancybox-button.fancybox-button--close svg {
  fill: none;
  stroke-width: 2px;
  stroke: currentColor;
}

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

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

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

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: calc(20vw - 70px);
  padding: 25px 26px 25px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 25px 6px 25px 26px;
  right: calc(20vw - 70px);
}

.fancybox-navigation .fancybox-button--arrow_right svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  stroke-width: 1px;
  stroke: currentColor;
}

.fancybox-navigation .fancybox-button svg path {
  stroke-width: 1px;
  stroke: currentColor;
  fill: none;
}

/* Caption */

.fancybox-caption {
  bottom: 0;
  color: transparent;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

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

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
  color: #222221;
  text-decoration: none;
  font-size: 18px;
}

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

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

/* Loading indicator */

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

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

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

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

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

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

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

.fancybox-show-thumbs .fancybox-inner {
  bottom: 100px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100px;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: auto;
  padding-top: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-width: 100%;
}

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */

@media all and (max-width: 992px) {
  .fancybox-slide--image {
    padding: 20px 0;
  }

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

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 10px 10px 10px 6px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 10px 6px 10px 10px;
    right: 0;
  }

  .fancybox-navigation .fancybox-button {
    height: 70px;
    width: 60px;
  }

  .fancybox-thumbs__list a {
    width: 150px;
    height: 75px;
  }

  .fancybox-thumbs__list {
    height: 100px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    bottom: 100px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs__list a {
    width: 80px;
    height: 50px;
  }

  .fancybox-thumbs__list {
    height: 80px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    bottom: 80px;
  }

  .fancybox-thumbs {
    width: 100%;
    height: 75px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.header:hover .header__top,
.header:focus-within .header__top,
.header.sticky .header__top {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.header__top {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
  background-color: #222221;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.header__top .header__container {
  -webkit-box-align: center;
          align-items: center;
}

.header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header__name {
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header__logo-block {
  margin-right: 10px;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

.header__logo-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 5px 25px 0 0;
  opacity: 1;
}

.header__logo-link:hover {
  opacity: 0.7;
}

.header__logo {
  width: 155px;
  height: auto;
}

.header__title-block {
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header__sub-title {
  margin: 0 11px 0 0;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
}

.header__title {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.header__boss {
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
}

.header__boss-title {
  margin: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  color: #9a9a9a;
  text-transform: uppercase;
}

.header__boss-name {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #9a9a9a;
  text-transform: uppercase;
  text-decoration: underline;
}

.header__boss-name:hover {
  color: #ffffff;
  text-decoration: none;
}

.header__main {
  width: 100%;
  background-color: #222221;
}

.header__wrapper {
  width: calc(100% - 196px);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.header__navigation {
  width: auto;
}

.header__buy-ticket {
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header__btn-buy-ticket {
  white-space: nowrap;
}

.header__another-link {
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header__another-link-wrapper .navigation__link {
  display: block;
}

.header__another-link-wrapper .project-header-link {
  color: #c8a74d;
}

.header__another-link-wrapper .project-header-link:hover,
.header__another-link-wrapper .project-header-link.active {
  color: #ffffff;
}

@media all and (max-width: 575.95px) {
  .header__another-link-wrapper .project-header-link {
    color: #ffffff;
  }

  .header__another-link-wrapper .project-header-link:hover,
  .header__another-link-wrapper .project-header-link.active {
    color: #c8a74d;
  }
}

.header__tender-eyed {
  margin-left: 50px;
  position: relative;
}

.header__tender-eyed::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: 0px;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 2px;
}

.header__wrapper-mobile {
  display: none;
}

@media all and (max-width: 1219.95px) {
  .header__logo-block {
    margin-right: 20px;
  }

  .header__logo-link {
    padding: 0;
  }

  .header__wrapper {
    width: calc(100% - 175px);
  }

  .header__tender-eyed {
    margin-left: 20px;
  }

  .header__tender-eyed::after {
    left: -11px;
  }

  .header__sub-title {
    margin: 0 11px 0 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
  }

  .header__title {
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
  }
}

@media all and (max-width: 991.95px) {
  .header__top {
    display: none;
  }

  .header__container {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .header__logo-link {
    width: auto;
    height: 31px;
  }

  .header__logo {
    width: auto;
    height: 100%;
  }

  .header__wrapper {
    position: relative;
    padding-top: 10px;
    padding-bottom: 40px;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    background-color: #c8a74d;
  }

  .header__navigation {
    width: 100%;
  }

  .header__buy-ticket {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  .header__another-link {
    margin-top: 35px;
  }

  .header__btn-buy-ticket {
    width: 100%;
    max-width: 390px;
    border-color: #ffffff;
  }

  .header__btn-buy-ticket:active {
    border-color: #222221;
    color: #222221;
  }

  .header__wrapper-mobile {
    display: block;
  }

  .header__wrapper {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    opacity: 1;
    z-index: -1;
    padding-left: calc((100vw - 720px) / 2 + 15px);
    padding-right: calc((100vw - 720px) / 2 + 15px);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .open-menu.header__wrapper {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    z-index: -1;
  }

  .header__tender-eyed {
    display: none;
  }
}

@media all and (max-width: 767.95px) {
  .header__wrapper {
    padding-left: calc((100vw - 540px) / 2 + 15px);
    padding-right: calc((100vw - 540px) / 2 + 15px);
  }
}

@media all and (max-width: 575.95px) {
  .header__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__another-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
  }

  .header__social.social {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.no-rent-warning{
  background-color: #fff;
  text-align: center;
  padding: 1.4%;
  font-size: 112%;
  width: 100%;
  margin-left: -6%;
  position: absolute;
  border-radius: 0px 0px 5px 5px;
}

.disclaimer-container{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
}

.ant-layout{
  display: none;
  flex: auto;
  flex-direction: column;
  min-height: 0;
  background: #fff;
}

.ant-layout, .ant-layout * {
  box-sizing: border-box;
}

.disclaimer-content{
  box-shadow: 0 -6px 16px -8px #00000014, 0 -9px 28px 0 #0000000d, 0 -12px 48px 16px #00000008;
  padding: 48px;
}

.ant-space-vertical {
  flex-direction: column;
}

.ant-space {
  display: inline-flex;
}

.ant-typography h3, h3.ant-typography {
  margin-bottom: .5em;
  color: #3c3c3c;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}

.ant-typography {
  color: #3c3c3c;
  overflow-wrap: break-word;
  line-height: 1.5;
}

.ant-row-end {
  justify-content: flex-end;
}

.ant-row, .ant-row:after, .ant-row:before {
  display: flex;
}

.ant-row {
  flex-flow: row wrap;
}

.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
  outline: 0;
}

.ant-btn {
  color: #fff;
  background: #ed2324;
  text-shadow: 0 -1px 0 #0000001f;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
  cursor: pointer;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 3px 15px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #0000;
  border-color: #e7e7e7;
}

.active{
  display: flex;
}

button, select {
  text-transform: none;
}

button, input {
  overflow: visible;
}

.burger {
  outline-color: transparent;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.burger.active .burger__top {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger.active .burger__middle {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.burger.active .burger__bottom {
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger__text {
  font: inherit;
  vertical-align: middle;
  text-transform: inherit;
  color: inherit;
}

.burger__icon {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 12px;
  margin-left: 8px;
  vertical-align: middle;
}

.burger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
  opacity: 1;
  border-radius: 2px;
  background-color: #ffffff;
}

.burger__top {
  top: 0;
}

.burger__middle {
  top: 5px;
}

.burger__bottom {
  top: 10px;
}

.navigation {
  position: relative;
}

.navigation__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
}

.navigation__item {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.navigation__link,
.navigation__burger {
  width: 100%;
  padding: 13px 20px 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.navigation__link:hover,
.navigation__link.active,
.navigation__burger:hover,
.navigation__burger.active {
  color: #c8a74d !important;
}

.navigation__link:hover .burger__line,
.navigation__link.active .burger__line,
.navigation__burger:hover .burger__line,
.navigation__burger.active .burger__line {
  background-color: #c8a74d;
}

.navigation__burger {
  display: inline-block;
}

.navigation__other {
  position: absolute;
  top: calc(100% + 15px);
  left: -10px;
  z-index: 10;
  display: none;
  width: auto;
  padding: 25px 25px 30px;
  background-color: #c8a74d;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 3px 6px rgba(34, 34, 33, 0.15);
}

.navigation__other::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 70px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #c8a74d transparent;
}

.navigation__other::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 70px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #c8a74d transparent;
}

.open-menu .navigation__other {
  display: block;
}

.navigation__list--other {
  width: 366px;
  -webkit-box-align: start;
          align-items: flex-start;
}

.navigation__list--other .navigation__item {
  width: 50%;
}

.navigation__list--other .navigation__link {
  padding: 5px;
}

.navigation__list--other .navigation__link:hover {
  color: #222221;
}

@media all and (max-width: 1219.95px) {
  .navigation__burger,
  .navigation__link {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media all and (max-width: 991.95px) {
  .no-rent-warning {
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 0;
    font-size: 140%;
    bottom: -50%;
    width: 149%;
    margin-left: -23%;
    border-radius: 0px 0px 0px 0px
  }

  .navigation__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .navigation__list .navigation__item {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .navigation__link {
    width: auto;
    padding: 5px 20px;
    text-align: center;
  }

  .navigation__link:hover {
    color: #222221;
  }

  .navigation__list .navigation__burger {
    display: none;
  }

  .navigation__other {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .navigation__other::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 1;
    width: 10%;
    height: 2px;
    background-color: #ffffff;
    border-width: 0;
    border-color: transparent;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .navigation__other::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 1;
    width: 10%;
    height: 2px;
    background-color: #ffffff;
    border-width: 0;
    border-color: transparent;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .navigation__list--other {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navigation__list--other .navigation__item {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .navigation__list--other .navigation__link {
    width: auto;
    padding: 5px 20px;
  }

  .navigation__burger {
    padding: 6px 0;
  }
}

.social {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.social__item {
  display: -webkit-box;
  display: flex;
}

.social__link {
  width: 35px;
  height: 35px;
  padding: 5px;
  display: -webkit-box;
  display: flex;
  outline-color: transparent;
  text-decoration: none;
}

.social__link:hover {
  text-decoration: none;
}

.social__link:hover .social__block {
  border-color: #c8a74d;
}

.social__link:hover .social__icon {
  fill: #c8a74d;
}

@media all and (max-width: 991.95px) {
  .social__link {
    width: 46px;
    height: 46px;
  }
}

.social__block {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.social__icon {
  width: auto;
  height: auto;
  fill: #ffffff;
  max-width: 100%;
  max-height: 100%;
}

@media all and (max-width: 991.95px) {
  .social__icon {
    width: 20px;
  }
}

.tender-eyed {
  width: auto;
}

.tender-eyed__link {
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
}

.tender-eyed__link:hover .tender-eyed__text {
  color: #c8a74d;
}

.tender-eyed__link:hover .tender-eyed__icon {
  fill: #c8a74d;
}

.tender-eyed__icon {
  width: 35px;
  height: auto;
  margin-right: 12px;
  fill: #ffffff;
}

.tender-eyed__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #f7f7f7;
  text-transform: uppercase;
}

.footer {
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #222221;
}

.footer::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(/images/footer-bg-top.svg?d128fe0757bd1d9cecf00a929ada268d) repeat;
  background-size: cover;
  background-position: top left;
}

.footer a:not(.button):hover {
  color: #c8a74d;
  text-decoration: none;
}

.footer__top-container {
  padding-top: 35px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.footer__information {
  width: 240px;
  padding-right: 15px;
}

.footer__information .footer__season {
  display: none;
}

.footer__title {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #ededed;
  text-transform: uppercase;
}

.footer__address {
  margin: 0 0 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #ededed;
}

.footer__till {
  width: 100%;
}

.till {
  display: block;
  margin-bottom: 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #ededed;
}

.till__title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #ededed;
  text-transform: uppercase;
}

.till__number,
.till__email {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #ededed;
  text-decoration: none;
}

.till__number:hover,
.till__email:hover {
  text-decoration: underline;
}

.till__number {
  margin-bottom: 6px;
}

.till__email {
  margin-top: 8px;
}

.till__value {
  margin: 0;
  font: inherit;
  color: inherit;
}

.footer__social {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}

.footer__social .social__icon {
  fill: #c8a74d;
}

.footer__social .social__block {
  border: 1px solid #c8a74d;
}

.footer__social .social__link:hover .social__icon {
  fill: #ffffff;
}

.footer__social .social__link:hover .social__block {
  border: 1px solid #ffffff;
}

.footer__middle-block {
  width: 420px;
  padding-right: 20px;
}

.footer__navigation {
  width: 100%;
  margin-bottom: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.footer__navigation-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 30%;
  width: auto;
}

.footer__navigation-item {
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
}

.footer__link {
  font: inherit;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}

.footer__link:hover,
.footer__link:focus {
  text-decoration: underline;
}

.footer__navigation-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #ededed;
  text-decoration: none;
}

.footer__navigation-link:hover,
.footer__navigation-link:focus {
  text-decoration: underline;
}

.footer__reviews-block {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.footer__reviews-button {
  width: 270px;
}

.footer__director {
  width: 100%;
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #ededed;
}

@media all and (max-width: 767.95px) {
  .footer__director {
    margin-bottom: 0;
  }
}

.footer__director-text {
  margin: 0;
  font: inherit;
  text-align: inherit;
  color: inherit;
}

.footer__assessment {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}

@media all and (max-width: 767.95px) {
  .footer__assessment {
    margin-top: 30px;
  }
}

.footer__assessment-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: auto;
  height: auto;
  padding-right: 10px;
}

.footer__assessment-link {
  display: block;
  padding-left: 62px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #ededed;
  position: relative;
  text-decoration: none;
}

.footer__assessment-link:hover {
  text-decoration: underline;
}

.footer__assessment-link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 58px;
  background-image: url(/images/reviews.png?68de2a35a1b8e4f6834f27bd2c34d865);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.footer__assessment-value {
  font: inherit;
  text-align: left;
  color: inherit;
}

.footer__other {
  width: 370px;
}

.footer__season {
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin-bottom: 50px;
}

.footer__search.search {
  width: 100%;
  margin-bottom: 52px;
}

.footer__partners {
  width: 100%;
}

.footer__partners-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  margin: 0 -6px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.footer__partners-item {
  max-width: 50%;
  margin: 0 6px;
  padding: 6px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.footer__partners-link {
  display: block;
  opacity: 1;
  outline-color: transparent;
}

.footer__partners-link:hover,
.footer__partners-link:focus {
  opacity: 0.8;
}

.footer__partners-image {
  width: auto;
  height: auto;
}

.footer__bottom-container {
  padding-top: 22px;
  padding-bottom: 28px;
  border-top: 1px solid #707070;
}

.footer__copyright-main {
  margin: 0 0 22px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #9a9a9a;
}

.footer__copyright-block {
  max-width: 670px;
  margin: 0 auto;
}

.footer__copyright-text {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #9a9a9a;
}

@media all and (max-width: 991.95px) {
  .footer__top-container {
    flex-wrap: wrap;
  }

  .footer__information {
    width: 40%;
  }

  .footer__middle-block {
    width: 60%;
    padding-right: 0;
  }

  .footer__other {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer__season {
    width: 50%;
  }

  .footer__search.search {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer__assessment {
    margin-top: 20px;
  }

  .footer__assessment-item {
    padding-top: 8px;
  }
}

@media all and (max-width: 600px) {
  .footer__information,
  .footer__middle-block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .footer__season {
    display: none;
  }

  .footer__information .footer__season {
    display: block;
    margin-bottom: 30px;
  }

  .footer__other {
    margin-top: 0;
  }

  .footer__season,
  .footer__search.search {
    width: 100%;
  }

  .footer__navigation {
    flex-wrap: wrap;
  }

  .footer__navigation-list {
    max-width: 50%;
    width: 50%;
    padding-bottom: 10px;
  }

  .footer__reviews-button {
    width: 100%;
  }

  .footer__partners-item {
    max-width: 30%;
  }
}

.search {
  width: auto;
}

.search__form {
  width: 100%;
  position: relative;
}

.search__label {
  width: 100%;
}

.search__input {
  width: 100%;
  padding: 9px 38px 10px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #ededed;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #707070;
  outline-color: transparent;
}

.search__input::-moz-placeholder {
  color: #ededed;
}

.search__input::-webkit-input-placeholder {
  color: #ededed;
}

.search__input:-ms-input-placeholder {
  color: #ededed;
}

.search__input::-ms-input-placeholder {
  color: #ededed;
}

.search__input::placeholder {
  color: #ededed;
}

.search__input:focus {
  border-color: #c8a74d;
}

.search__input:focus ~ .search__button {
  fill: #c8a74d;
}

.search__button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 38px;
  height: 38px;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  fill: #ffffff;
  outline-color: transparent;
}

.search__button:hover,
.search__button:active {
  fill: #c8a74d;
}

.search__icon {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  fill: inherit;
}

.title-block {
  width: 100%;
  padding-bottom: 30px;
  background: #ffffff;
  box-shadow: 0 15px 30px rgba(178, 178, 178, 0.2);
}

.title-block .title {
  margin-top: 0;
  margin-bottom: 0;
}

@media all and (max-width: 767.95px) {
  .title-block {
    padding-bottom: 20px;
  }
}

.title-block--plus-filter .container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}

.title-block--plus-filter .title {
  width: auto;
  margin-right: 15px;
}

.title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.title__image {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 45px;
  max-height: 29px;
  vertical-align: middle;
}

.title__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  text-align: left;
  color: #222221;
  text-transform: uppercase;
  vertical-align: middle;
}

.label-block {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
  width: auto;
}

.label-block__item {
  margin: 20px 10px 0;
  max-width: 100%;
  width: auto;
  text-decoration: none;
  display: inline-block;
  padding: 4px 10px 3px 10px;
  border: 1px solid #c8a74d;
  border-radius: 3px;
  background-color: #c8a74d;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
}

.label-block__item--premier {
  display: inline-block;
  padding: 3px 18px 2px 19px;
  border-radius: 3px;
  background-color: #850614;
  border-color: #850614;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.filter-scene__item .label-block__item.label-block__item--foyer-scene,
.label-block__item--foyer{
  display: inline-block;
  padding: 4px 15px 3px 16px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 11px;

  border: 1px solid #303b8a !important;
  color: #303b8a !important;
  background-color: #ffffff !important;
  line-height: 15px;
}

.filter-scene__item .label-block__item.label-block__item--foyer-scene:hover,
.filter-scene__item .label-block__item.label-block__item--foyer-scene.active {
  background-color: #303b8a !important;
  color: #fff !important;
}


.filter-scene__item .label-block__item.label-block__item--srednyaya-scene,
.label-block__item--srednyaya{
  display: inline-block;
  padding: 4px 15px 3px 16px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 11px;

  border: 1px solid #666 !important;
  color: #666 !important;
  background-color: #ffffff !important;
  line-height: 15px;
}

.filter-scene__item .label-block__item.label-block__item--srednyaya-scene:hover,
.filter-scene__item .label-block__item.label-block__item--srednyaya-scene.active {
  background-color: #666 !important;
  color: #fff !important;
}

.label-block__item--main-scene {
  display: inline-block;
  padding: 4px 15px 3px 16px;
  border: 1px solid #01D2FE;
  border-radius: 3px;
  background-color: transparent;
  color: #01D2FE;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
}

.label-block__item--little-scene {
  display: inline-block;
  padding: 4px 15px 3px 16px;
  border: 1px solid #3AD162;
  border-radius: 3px;
  background-color: transparent;
  color: #3AD162;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
}

.label-block__item--children {
  display: inline-block;
  padding: 4px 30px 3px 31px;
  border: 1px solid #FF579A;
  border-radius: 3px;
  background-color: transparent;
  color: #FF579A;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
}

.label-block__item--tour {
  display: inline-block;
  padding: 4px 18px 3px 19px;
  border: 1px solid #134EBC;
  border-radius: 3px;
  background-color: #134EBC;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
}

.label-block__item--rent {
  display: inline-block;
  padding: 4px 18px 3px 19px;
  border: 1px solid #6C0ECB;
  border-radius: 3px;
  background-color: #6C0ECB;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
}

.label-block__item--archive {
  display: inline-block;
  padding: 3px 18px 2px 19px;
  border-radius: 3px;
  background-color: transparent;
  border-color: #9a9a9a;
  color: #9a9a9a;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.main-performance__item .label-block__item--children {
  background-color: #FF579A;
  color: #ffffff;
}

@media all and (max-width: 575.95px) {
  .label-block {
    margin: -15px -7px 0;
  }

  .label-block__item {
    margin: 15px 7px 0;
  }

  .label-block__item--premier {
    padding: 3px 16px 2px 17px;
    font-size: 11px;
    line-height: 13px;
  }

  .label-block__item--main-scene,
  .label-block__item--archive {
    padding: 4px 3px 3px 4px;
    font-size: 9px;
    line-height: 11px;
  }

  .label-block__item--little-scene {
    font-size: 9px;
    line-height: 11px;
  }

  .label-block__item--children {
    padding: 3px 16px 2px 17px;
  }
}

.date-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: auto;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media all and (max-width: 575.95px) {
  .date-list {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.date-list__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: normal;
          align-items: normal;
  width: auto;
}

@media all and (max-width: 575.95px) {
  .date-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.date-list__day {
  margin: 0 5px 0 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 44px;
  line-height: 46px;
}

@media all and (max-width: 575.95px) {
  .date-list__day {
    font-size: 40px;
    line-height: 46px;
  }
}

.date-list__month-time {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0;
  width: auto;
}

.date-list__month {
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

@media all and (max-width: 575.95px) {
  .date-list__month {
    font-size: 12px;
    line-height: 15px;
  }
}

.date-list__time {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

@media all and (max-width: 575.95px) {
  .date-list__time {
    font-size: 12px;
    line-height: 15px;
  }
}

.date-list__time span:not(:last-child) {
  margin-right: 9px;
}

@media all and (max-width: 575.95px) {
  .date-list__time span:not(:last-child) {
    margin-right: 5px;
  }
}

.date-slider {
  width: 100%;
  margin-top: -102px;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 767.95px) {
  .date-slider {
    margin-top: -96px;
  }
}

@media all and (max-width: 575.95px) {
  .date-slider {
    margin-top: -60px;
  }
}

.date-slider__container {
  width: 100%;
  border-radius: 5px;
  padding-right: 35px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(178, 178, 178, 0.2);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media all and (max-width: 575.95px) {
  .date-slider__container {
    padding: 17px 0;
    flex-wrap: wrap;
  }
}

.date-slider__datepicker {
  width: 200px;
  height: 67px;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

@media all and (max-width: 575.95px) {
  .date-slider__datepicker {
    width: 100%;
    height: auto;
  }
}

.date-slider__datepicker.show-date::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.datepicker-here {
  width: auto;
  display: -webkit-box;
  display: flex;
  position: relative;
  cursor: pointer;
}

.datepicker__icon {
  position: absolute;
  top: 50%;
  left: 36px;
  flex-shrink: 0;
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.datepicker__icon svg {
  width: 17px;
}

.datepicker__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  white-space: nowrap;
  border: 0;
  box-shadow: none;
  color: transparent;
  background-color: transparent;
}

.datepicker__buffer {
  width: auto;
  max-width: 200px;
  padding: 20px 24px 20px 52px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  color: #222221;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.datepicker__arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

.datepicker__arrow svg {
  fill: none;
  stroke: #222221;
  width: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.datepicker__arrow.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.date-slider__list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  position: relative;
}

.date-slider__list::after,
.date-slider__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 75px;
  z-index: 2;
}

@media all and (max-width: 991.95px) {
  .date-slider__list::after,
  .date-slider__list::before {
    width: 40px;
  }
}

@media all and (max-width: 767.95px) {
  .date-slider__list::after,
  .date-slider__list::before {
    width: 20px;
  }
}

.date-slider__list::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0.1));
}

.date-slider__list::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.1));
}

.date-slider__list .slick-track {
  margin-left: -96px;
}

@media all and (max-width: 575.95px) {
  .date-slider__list .slick-track {
    margin-left: 0;
  }
}

@media all and (max-width: 575.95px) {
  .date-slider__list {
    height: 67px;
  }
}

.date-slider__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 36px;
  height: 67px;
  flex-shrink: 0;
  color: #222221;
  background-color: transparent;
  cursor: pointer;
}

.date-slider__item:hover {
  background-color: #ededed;
}

.date-slider__item.disabled {
  color: #9a9a9a;
  cursor: default;
}

.date-slider__item.disabled:hover {
  background-color: transparent;
}

.date-slider__item.slick-center {
  color: #ffffff;
  background-color: #850614;
}

.date-slider__item.slick-center:hover {
  color: #ffffff;
  background-color: #850614;
}

.slick-initialized .slick-slide.date-slider__item {
  display: -webkit-box;
  display: flex;
}

.date-slider__day {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: inherit;
}

.date-slider__day-week {
  margin: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: inherit;
  text-transform: uppercase;
}

.main-performance {
  padding-top: 62px;
  padding-bottom: 62px;
  width: 100%;
  background-color: #ffffff;
}

@media all and (max-width: 575.95px) {
  .main-performance {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.main-performance__slider {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}

.main-performance__slider:not(.slick-slider) {
  margin-top: -30px;
}

.main-performance__slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-performance__slider.slick-slider .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.main-performance__slider .slick-arrow {
  top: auto;
  bottom: 62px;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding-right: 4px;
  border-radius: 50%;
  background-color: #850614;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
}

@media all and (max-width: 575.95px) {
  .main-performance__slider .slick-arrow {
    bottom: 78px;
  }
}

.main-performance__slider .slick-arrow:hover {
  background: #ffffff;
}

.main-performance__slider .slick-arrow:hover svg {
  stroke: #850614;
}

.main-performance__slider .slick-arrow:active svg {
  stroke: #850614;
}

.main-performance__slider .slick-arrow::before {
  display: none;
}

.main-performance__slider .slick-arrow svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  stroke: #ffffff;
  stroke-width: 1px;
}

.main-performance__slider.slick-slider .slick-arrow::before {
  display: none;
}

.main-performance__slider .slick-prev {
  right: auto;
  left: calc((100vw - 1170px) / 2 - 20px);
}

@media all and (max-width: 1219.95px) {
  .main-performance__slider .slick-prev {
    left: calc((100vw - 370px) / 2 - 20px);
  }
}

@media all and (max-width: 575.95px) {
  .main-performance__slider .slick-prev {
    left: calc((100vw - 280px)/2 - 16px);
  }
}

.main-performance__slider .slick-next {
  right: calc((100vw - 1170px) / 2 - 20px);
  left: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media all and (max-width: 1219.95px) {
  .main-performance__slider .slick-next {
    right: calc((100vw - 370px) / 2 - 20px);
  }
}

@media all and (max-width: 575.95px) {
  .main-performance__slider .slick-next {
    right: calc((100vw - 280px)/2 - 16px);
  }
}

.main-performance__item {
  position: relative;
  display: block;
  margin: 5px 15px;
  padding-bottom: 104px;
  width: 370px;
  border: 0;
  border-radius: 5px;
  background: #f7f7f7;
  outline-color: transparent;
}

@media all and (max-width: 575.95px) {
  .main-performance__item {
    padding-bottom: 113px;
    width: 280px;
  }
}

.main-performance__item:not(.slick-slide) {
  margin-top: 30px;
}

.main-performance__item.slick-slide {
  height: auto;
}

.main-performance__item.slick-slide:focus {
  outline-color: transparent;
}

.main-performance__item:hover,
.main-performance__item:focus-within {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.main-performance__item:hover .main-performance__item-bottom::after,
.main-performance__item:focus-within .main-performance__item-bottom::after {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}

.main-performance__item:hover .main-performance__item-bottom::before,
.main-performance__item:focus-within .main-performance__item-bottom::before {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}

.main-performance__item:hover .main-performance__name,
.main-performance__item:focus-within .main-performance__name {
  color: #c8a74d;
}

.main-performance__item:hover .main-performance__name--premier,
.main-performance__item:focus-within .main-performance__name--premier {
  color: #c8a74d;
}

.main-performance__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-decoration: none;
  outline-color: transparent;
}

.main-performance__image-block {
  width: 100%;
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 575.95px) {
  .main-performance__image-block {
    height: 180px;
  }
}

.main-performance__image-block .label-block__item {
  position: absolute;
  margin: 0;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.main-performance__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main-performance__text-block {
  position: relative;
  padding: 35px 34px 13px;
  width: 100%;
}

@media all and (max-width: 575.95px) {
  .main-performance__text-block {
    padding: 15px 17px 13px;
  }
}

.main-performance__label-block {
  margin-bottom: 9px;
  padding-right: 30px;
  width: calc(100% + 20px);
}

.main-performance__year-plus {
  position: absolute;
  top: 36px;
  right: 34px;
  color: #9a9a9a;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

@media all and (max-width: 575.95px) {
  .main-performance__year-plus {
    top: 17px;
    right: 17px;
  }
}

.main-performance__name {
  margin: 0 0 5px;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #2e2e2d;
}

.main-performance__name--premier {
  color: #850614;
}

.main-performance__description {
  margin: 0 0 8px;
  color: #222221;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.main-performance__director {
  margin: 0 0 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #9a9a9a;
}

.main-performance__how-long {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #9a9a9a;
  text-transform: uppercase;
}

.main-performance__item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 27px 34px 25px;
  width: 100%;
  border-top: 1px dashed #9a9a9a;
  z-index: 3;
}

@media all and (max-width: 575.95px) {
  .main-performance__item-bottom {
    padding: 8px 17px 17px;
  }
}

.main-performance__item-bottom::after,
.main-performance__item-bottom::before {
  position: absolute;
  bottom: 100%;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.main-performance__item-bottom::after {
  right: -20px;
  left: auto;
}

.main-performance__item-bottom::before {
  right: auto;
  left: -20px;
}

.main-performance__item-bottom .date-list__item {
  width: calc(50% - 15px);
}

@media all and (max-width: 575.95px) {
  .main-performance__item-bottom .date-list__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 8px;
  }
}

.main-performance__item-bottom .date-list__day,
.main-performance__item-bottom .date-list__time,
.main-performance__item-bottom .date-list__month {
  color: #222221;
}

.main-performance__button-block {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media all and (max-width: 575.95px) {
  .main-performance__button-block {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.main-performance__circles {
  background: transparent;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 3;
}

.main-performance__circles::after,
.main-performance__circles::before {
  position: absolute;
  top: 1px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 40px;
  border: 0;
  border-radius: 2px;
  background: #ffffff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-performance__circles::after {
  right: -21px;
  left: auto;
}

.main-performance__circles::before {
  right: auto;
  left: -21px;
}

.main-performance__button {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (max-width: 575.95px) {
  .main-performance__button {
    min-width: 134px;
    width: auto;
  }
}

.main-slider {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 0 55px;
  min-height: 650px;
  height: calc(100vh - 140px);
  max-height: 800px;
  width: 100%;
}

@media all and (max-width: 991.95px) {
  .main-slider {
    height: auto;
    min-height: calc(100vh - 140px);
  }
}

@media all and (max-height: 450px) and (max-width: 991.95px) and (min-width: 767.95px) {
  .main-slider {
    min-height: 850px;
  }
}

.main-slider .container {
  position: relative;
  z-index: 2;
}

.main-slider__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 370px;
}

.main-slider__list.slick-dotted.slick-slider {
  margin-bottom: 0;
  border-radius: 10px;
}

.main-slider__list.slick-slider {
  border-radius: 10px;
  background-color: rgba(34, 34, 33, 0.8);
}

.slick-initialized .slick-slide.main-slider__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.main-slider__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 34px 34px 128px;
  min-height: 562px;
  width: 100%;
  outline-color: transparent;
}

@media all and (max-width: 575.95px) {
  .main-slider__item {
    margin-bottom: 0;
    min-height: 390px;
    font-size: 14px;
    line-height: 17px;
  }
}

.main-slider__item:not(:first-child):not(.slick-slide) {
  display: none;
}

.main-slider__item:not(.slick-slide) {
  border-radius: 10px;
  background-color: rgba(34, 34, 33, 0.8);
}

.main-slider__label-block {
  margin-bottom: 32px;
  padding-right: 30px;
  width: calc(100% + 20px);
}

.main-slider__year-plus {
  position: absolute;
  top: 34px;
  right: 34px;
  color: #9a9a9a;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.main-slider__text-block {
  width: 100%;
}

.main-slider__wrapper-text {
  margin-bottom: 20px;
  width: 100%;
}

.main-slider__author {
  margin: 0 0 7px;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

@media all and (max-width: 575.95px) {
  .main-slider__author {
    font-size: 14px;
    line-height: 17px;
  }
}

.main-slider__name {
  display: block;
  margin: 0 0 14px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  font-size: 35px;
  line-height: 39px;
  cursor: pointer;
}

@media all and (max-width: 575.95px) {
  .main-slider__name {
    margin: 0 0 9px;
    font-size: 25px;
    line-height: 29px;
  }
}

.main-slider__name:hover {
  color: #c8a74d;
}

.main-slider__description {
  margin: 0 0 14px;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

@media all and (max-width: 575.95px) {
  .main-slider__description {
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 17px;
  }
}

.main-slider__director {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: auto;
  padding-right: 15px;
  color: #9a9a9a;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

@media all and (max-width: 575.95px) {
  .main-slider__director {
    font-size: 14px;
    line-height: 17px;
  }
}

.main-slider__director .main-slider__director-value {
  margin-right: 6px;
  width: auto;
}

.main-slider__director .main-slider__director-value:last-child {
  margin-right: 0;
}

.main-slider__date-block {
  width: 100%;
}

.main-slider__date-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main-slider__date-list .date-list__item {
  margin-top: 7px;
}

@media all and (max-width: 575.95px) {
  .main-slider__date-list .date-list__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media all and (max-width: 575.95px) {
  .main-slider__date-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-around;
  }
}

.main-slider__button-block {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  padding: 34px;
  width: 100%;
  border-top: 1px dashed #ffffff;
}

.main-slider__button {
  width: 100%;
}

.main-slider__image-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #9a9a9a;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: background 0.7s linear;
  transition: background 0.7s linear;
}

@media (max-width: 992px) {
  .main-slider__image-block {
    -webkit-transition: background 0s linear;
    transition: background 0s linear;
  }
}

.main-slider__blur {
  display: none;
}

.main-slider__list .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-slider__list .slick-list {
  border-radius: 3px;
}

.main-slider__list .slick-dots {
  position: absolute;
  bottom: 102px;
  left: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.main-slider__list .slick-dots li {
  position: relative;
  margin: 0 6px;
  padding: 0;
  width: 8px;
  height: 8px;
}

.main-slider__list .slick-dots li.slick-active button {
  background: #c8a74d;
  opacity: 1;
}

.main-slider__list .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  border-radius: 50%;
  background: #ffffff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  opacity: 1;
  cursor: pointer;
}

.main-slider__list .slick-dots li button:hover,
.main-slider__list .slick-dots li button:focus {
  opacity: 0.8;
}

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

.main-slider__list .slick-arrow {
  top: auto;
  bottom: 102px;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.main-slider__list .slick-arrow:hover {
  background: #f7f7f7;
}

.main-slider__list .slick-arrow:active svg {
  stroke: #c8a74d;
}

.main-slider__list .slick-arrow::before {
  display: none;
}

.main-slider__list .slick-arrow svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  stroke: #222221;
  stroke-width: 1px;
}

.main-slider__list.slick-slider .slick-arrow::before {
  display: none;
}

.main-slider__list .slick-prev {
  right: auto;
  left: -18px;
}

.main-slider__list .slick-next {
  right: -18px;
  left: auto;
  -webkit-transform: translateY(50%) rotate(180deg);
          transform: translateY(50%) rotate(180deg);
}

@media all and (max-width: 991.95px) {
  .main-slider {
    overflow: hidden;
    padding-top: 316px;
    padding-bottom: 85px;
  }

  .main-slider__image-block {
    top: 0;
    height: 350px;
  }

  .main-slider__list {
    margin: 0 auto;
  }

  .main-slider__blur {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: url(#blur);
            filter: url(#blur);
  }
}

@media all and (max-width: 767.95px) {
  .main-slider {
    overflow: hidden;
    padding-top: 206px;
    padding-bottom: 46px;
  }

  .main-slider__image-block {
    top: 0;
    height: 240px;
  }
}

@media all and (max-width: 575.95px) {
  .main-slider {
    overflow: hidden;
    padding-top: 182px;
    padding-bottom: 46px;
    min-height: auto;
  }

  .main-slider__image-block {
    top: 0;
    height: 200px;
  }

  .main-slider__list {
    max-width: 100%;
    width: 300px;
  }

  .main-slider__item {
    padding: 18px 18px 100px;
  }

  .main-slider__item.slick-slide {
    height: auto;
  }

  .main-slider__year-plus {
    top: 18px;
    right: 18px;
  }

  .main-slider__button-block {
    padding: 18px;
  }

  .main-slider__list .slick-dots {
    bottom: 70px;
  }

  .main-slider__list .slick-arrow {
    bottom: 70px;
  }

  .main-slider__list.slick-slider .slick-track {
    display: -webkit-box;
    display: flex;
  }

  .main-slider__list.slick-slider .slick-track .slick-slide {
    height: auto;
  }
}

.video-section {
  width: 100%;
}

.video-section__container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.video-section__main {
  width: calc(75% - 15px);
  height: 490px;
}

.video-section__main #videoPlayer,
.video-section__main #videoPlayer2 {
  width: 100%;
  height: 100%;
}

.video-section__main #videoPlayer2 {
  display: none;
}

.video-section__article {
  width: calc(25% - 15px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.video-section__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-section__item {
  display: -webkit-box;
  display: flex;
  margin-bottom: 26px;
}

.video-section__link {
  width: 100%;
  height: 200px;
  padding: 10px 12px;
  background: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.video-section__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.video-section__link:hover,
.video-section__link:focus,
.video-section__link.active-video {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.video-section__link img {
  max-width: 100%;
  max-height: 100%;
}

.video-section__button-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.video-section__button {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #222221;
  text-decoration: underline;
  text-transform: uppercase;
}

.video-section__button:hover {
  color: #c8a74d;
}

@media all and (max-width: 991.95px) {
  .video-section {
    padding-bottom: 40px;
  }

  .video-section__main {
    width: 100%;
    height: auto;
    margin-top: -30px;
  }

  .video-section__main #videoPlayer,
  .video-section__main #videoPlayer2 {
    display: block;
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }

  .video-section__article {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .video-section__list {
    display: none;
  }

  .video-section__button-block {
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media all and (max-width: 767.95px) {
  .video-section {
    padding-bottom: 30px;
  }

  .video-section__main {
    margin-top: -20px;
  }

  .video-section__main #videoPlayer,
  .video-section__main #videoPlayer2 {
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }

  .video-section__article {
    flex-wrap: wrap;
  }

  .video-section__link {
    height: 150px;
  }

  .video-section__button-block {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

@media all and (max-width: 575.95px) {
  .video-section__button-block {
    width: 100%;
    margin-top: 0;
  }

  .video-section__article {
    margin-top: 20px;
  }
}

.news {
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
}

.news--news-detail {
  padding-bottom: 4px;
}

.news__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.news__wrapper {
  width: calc(75% - 15px);
  padding-bottom: 68px;
}

.news__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.news__item {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 36px;
}

.news__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
}

.news__link:hover,
.news__link:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.news__link:hover .news__title,
.news__link:focus .news__title {
  color: #c8a74d;
}

.news__block-image {
  width: 100%;
  height: 205px;
  overflow: hidden;
}

.news__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news__block-text {
  width: 100%;
  padding: 14px 17px;
}

.news__date {
  margin: 0 0 8px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #9a9a9a;
}

.news__title {
  margin: 0 0 8px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #222221;
}

.news__description {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
}

.news__button-block {
  width: 100%;
  display: -webkit-box;
  display: flex;
}

.news__button {
  width: 100%;
}

.main-bg .news__button:hover {
  background: #ffffff;
}

.news__aside {
  width: calc(25% - 15px);
  position: relative;
}

.news__aside-ticket-out {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.news__aside-button {
  width: 100%;
}

.news__aside-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  z-index: 2;
  top: 0;
  bottom: auto;
}

.news__aside-list.fixed {
  position: fixed;
  top: 115px;
  bottom: auto;
}

.news__aside-list.absolute-bottom {
  position: absolute;
  top: auto;
  bottom: 68px;
}

.news__aside-item {
  width: 100%;
  margin-bottom: 35px;
}

.news__aside-item:last-child {
  margin-bottom: 0;
}

.news__aside-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid rgba(154, 154, 154, 0.2);
}

.news__aside-link img {
  max-width: 100%;
  border-radius: 5px;
}

@media all and (max-width: 991.95px) {
  .news {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .news__wrapper {
    width: 100%;
    padding-bottom: 40px;
  }

  .news__aside {
    -webkit-box-ordinal-group: 4;
            order: 3;
    width: 100%;
    margin: 0 auto 0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }

  .news__aside::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #ffffff;
  }

  .news__aside-ticket-out {
    -webkit-box-ordinal-group: 4;
            order: 3;
    max-width: 290px;
    margin: 35px auto 0;
  }

  .news__aside-list {
    margin-top: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }

  .news__aside-item {
    width: 50%;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 767.95px) {
  .news {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .news__wrapper {
    padding-bottom: 30px;
  }

  .news__aside {
    margin: 0 auto 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news__item {
    width: 50%;
  }

  .news__block-image {
    height: 170px;
    overflow: hidden;
  }
}

@media all and (max-width: 575.95px) {
  .news__item {
    width: 100%;
  }

  .news__aside-item {
    width: 100%;
    padding: 0;
  }

  .news__block-image {
    height: 210px;
  }
}

.select {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.select__placeholder {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 1px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #850614;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline-color: transparent;
  cursor: pointer;
}

.select__placeholder:hover {
  outline-color: transparent;
  color: #c8a74d;
  background-color: transparent;
  border: transparent;
}

.select__placeholder:hover .value {
  color: inherit;
}

.select__placeholder:hover .value::after {
  border-bottom-color: #c8a74d;
}

.is-open .select__placeholder {
  outline-color: transparent;
  color: #c8a74d;
}

.select__placeholder .value {
  width: auto;
  padding-right: 0;
  position: relative;
  font: inherit;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: inherit;
}

.select__placeholder .value::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 3px);
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #850614;
}

.select__scrollbar {
  margin: 0;
  display: none;
  width: auto;
  position: absolute;
  top: calc(100% + 2px);
  left: -10px;
  right: -10px;
  z-index: 10;
  border-radius: 5px;
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.select__body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  max-height: 220px;
  height: auto;
  -webkit-overflow-scrolling: touch;
}

.select__track {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  z-index: 7;
  border: 1px solid #ededed;
  border-radius: 5px;
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
}

.select__scrollbar._scrollbar .select__track {
  display: block;
}

.select__bar {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  height: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  z-index: 1;
  border-radius: 5px;
  background: #9a9a9a;
}

.select__scrollbar._scrollbar .select__bar {
  display: block;
}

.select__body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.select__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #222221;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}

/* select open */

.select.is-open .select__placeholder {
  outline: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select.is-open .select__scrollbar {
  display: block;
}

.select__item.active {
  color: #ffffff;
  background-color: #850614;
}

.select__item.active:hover {
  color: #ffffff;
  background-color: #850614;
}

/* hover, focus etc... */

.select__placeholder:hover,
.select__placeholder:focus {
  outline: 0 !important;
}

.select .select__item:hover {
  color: #222221;
  background-color: #ededed;
  text-decoration: none;
}

.filter-month {
  width: 100%;
  margin-top: 28px;
}

@media all and (max-width: 767.95px) {
  .filter-month {
    margin-top: 20px;
  }
}

.filter-month__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: -20px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 1219.95px) {
  .filter-month__list {
    margin: 0;
  }
}

.filter-month__item {
  width: auto;
  margin: 20px 15px 5px 15px;
  display: -webkit-box;
  display: flex;
  touch-action: auto;
}

@media all and (max-width: 1219.95px) {
  .filter-month__item {
    margin-top: 0;
  }
}

@media all and (max-width: 575.95px) {
  .filter-month__item.hidden {
    display: none;
  }
}

.filter-month__link {
  width: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #9a9a9a;
  text-decoration: none;
  text-transform: uppercase;
}

.filter-month__link:not([href]) {
  color: #ededed;
}

.filter-month__link:not([href]):hover {
  color: #ededed;
}

.filter-month__link:not([href]):active {
  color: #ededed;
}

.filter-month__link:hover {
  color: #222221;
}

.filter-month__link:active {
  color: #c8a74d;
}

.filter-month__link.active,
.filter-month__link:not([href]).active {
  color: #c8a74d;
}

.filter-month__link.active:hover,
.filter-month__link:not([href]).active:hover {
  color: #c8a74d;
}

.filter-month__link.active:active,
.filter-month__link:not([href]).active:active {
  color: #c8a74d;
}

.filter-years {
  width: auto;
  height: auto;
  margin-right: 30px;
}

.filter-years__select {
  width: 65px;
}

.filter-scene__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: -20px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: flex;
}

.filter-scene__item {
  width: auto;
  margin: 20px 15px 0;
  display: -webkit-box;
  display: flex;
}

.filter-scene {
  width: auto;
  max-width: 100%;
}

@media all and (max-width: 991.95px) {
  .filter-scene {
    margin-top: 28px;
    width: 100%;
  }
}

@media all and (max-width: 767.95px) {
  .filter-scene {
    margin-top: 20px;
  }
}

.filter-scene__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: -20px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.filter-scene__item {
  width: auto;
  margin: 20px 15px 0;
  display: -webkit-box;
  display: flex;
}

.filter-scene__item .label-block__item {
  margin: 0;
  background-color: #9a9a9a;
  color: #ffffff;
  border-color: #9a9a9a;
  opacity: 1;
}

.filter-scene__item .label-block__item:not(.active)[href]:hover {
  opacity: 1;
}

.filter-scene__item .label-block__item:not(.active)[href]:active {
  opacity: 1;
}

.filter-scene__item .label-block__item--all {
  display: inline-block;
  padding: 4px 10px 3px 10px;
  border: 1px solid #c8a74d;
  border-radius: 3px;
  background-color: #c8a74d;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
}

.filter-scene__item .label-block__item--all:not(.active) {
  border: 1px solid #c8a74d;
  background-color: transparent;
  color: #c8a74d;
}

.filter-scene__item .label-block__item--all:not(.active)[href]:hover {
  background: #c8a74d;
  border-color: #c8a74d;
  color: #ffffff;
}

.filter-scene__item .label-block__item--all:not(.active)[href]:active {
  background: #B79842;
  border-color: #B79842;
  color: #ffffff;
}

.filter-scene__item .label-block__item--premier {
  font-size: 13px;
  line-height: 15px;
  border-color: #850614;
  background-color: #850614;
}

.filter-scene__item .label-block__item--premier:not(.active) {
  border: 1px solid #850614;
  background-color: transparent;
  color: #850614;
}

.filter-scene__item .label-block__item--premier:not(.active)[href]:hover {
  background: #850614;
  border-color: #850614;
  color: #ffffff;
}

.filter-scene__item .label-block__item--premier:not(.active)[href]:active {
  background: #850614;
  border-color: #850614;
  color: #ffffff;
}

.filter-scene__item .label-block__item--main-scene {
  padding: 4px 10px 3px 10px;
  font-size: 13px;
  background-color: #01D2FE;
  border-color: #01D2FE;
  color: #ffffff;
}

.filter-scene__item .label-block__item--main-scene:not(.active) {
  border: 1px solid #01D2FE;
  background-color: transparent;
  color: #01D2FE;
}

.filter-scene__item .label-block__item--main-scene:not(.active)[href]:hover {
  background: #01D2FE;
  border-color: #01D2FE;
  color: #ffffff;
}

.filter-scene__item .label-block__item--main-scene:not(.active)[href]:active {
  background: #01D2FE;
  border-color: #01D2FE;
  color: #ffffff;
}

.filter-scene__item .label-block__item--little-scene {
  font-size: 13px;
  background-color: #3AD162;
  border-color: #3AD162;
  color: #ffffff;
}

.filter-scene__item .label-block__item--little-scene:not(.active) {
  border: 1px solid #3AD162;
  background-color: transparent;
  color: #3AD162;
}


.filter-scene__item .label-block__item--rent:not(.active)[href]:hover {
  background: #6C0ECB;
  border-color: #6C0ECB;
  color: #ffffff;
}
.filter-scene__item .label-block__item--rent-scene:not(.active)[href]:active {
  background: #6C0ECB;
  border-color: #6C0ECB;
  color: #ffffff;
}


.filter-scene__item .label-block__item--little-scene:not(.active)[href]:hover {
  background: #3AD162;
  border-color: #3AD162;
  color: #ffffff;
}

.filter-scene__item .label-block__item--little-scene:not(.active)[href]:active {
  background: #3AD162;
  border-color: #3AD162;
  color: #ffffff;
}

.filter-scene__item .label-block__item--children {
  font-size: 13px;
  background-color: #FF579A;
  border-color: #FF579A;
  color: #ffffff;
}

.filter-scene__item .label-block__item--children:not(.active) {
  border: 1px solid #FF579A;
  background-color: transparent;
  color: #FF579A;
}

.filter-scene__item .label-block__item--children:not(.active)[href]:hover {
  background: #FF579A;
  border-color: #FF579A;
  color: #ffffff;
}

.filter-scene__item .label-block__item--children:not(.active)[href]:active {
  background: #FF579A;
  border-color: #FF579A;
  color: #ffffff;
}

.filter-scene__item .label-block__item--tour {
  font-size: 13px;
  background-color: #134EBC;
  border-color: #134EBC;
  color: #ffffff;
}

.filter-scene__item .label-block__item--tour:not(.active) {
  border: 1px solid #134EBC;
  background-color: transparent;
  color: #134EBC;
}

.filter-scene__item .label-block__item--tour:not(.active)[href]:hover {
  background: #134EBC;
  border-color: #134EBC;
  color: #ffffff;
}

.filter-scene__item .label-block__item--tour:not(.active)[href]:active {
  background: #134EBC;
  border-color: #134EBC;
  color: #ffffff;
}

.filter-scene__item .label-block__item--rent {
  font-size: 13px;
  background-color: #6C0ECB;
  border-color: #6C0ECB;
  color: #ffffff;
}

.filter-scene__item .label-block__item--rent:not(.active) {
  border: 1px solid #6C0ECB;
  background-color: transparent;
  color: #6C0ECB;
}

.filter-scene__item .label-block__item--rent:not(.active)[href]:hover {
  background: #6C0ECB;
  border-color: #6C0ECB;
  color: #ffffff;
}

.filter-scene__item .label-block__item--rent:not(.active)[href]:active {
  background: #6C0ECB;
  border-color: #6C0ECB;
  color: #ffffff;
}

.filter-scene__item .label-block__item--archive {
  font-size: 13px;
  line-height: 15px;
  background-color: #9a9a9a;
  color: #ffffff;
  border-color: #9a9a9a;
}

.filter-scene__item .label-block__item--archive:not(.active) {
  border: 1px solid #9a9a9a;
  background-color: transparent;
  color: #9a9a9a;
}

.filter-scene__item .label-block__item--archive:not(.active)[href]:hover {
  background-color: #9a9a9a;
  color: #ffffff;
  border-color: #9a9a9a;
}

.filter-scene__item .label-block__item--archive:not(.active)[href]:active {
  background-color: #707070;
  color: #ffffff;
  border-color: #707070;
}

.content {
  width: 100%;
  background-color: #ffffff;
}

.content .news {
  padding-top: 30px;
}

@media all and (max-width: 575.95px) {
  .content .news {
    padding-top: 20px;
  }
}

.content__block {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}

@media all and (max-width: 575.95px) {
  .content__block {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}

a {
  color: #850614;
  text-decoration: none;
}

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

p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #222221;
}

@media all and (max-width: 575.95px) {
  p {
    font-size: 16px;
    line-height: 19px;
  }
}

.block-back-btn {
  width: 100%;
  margin-top: auto;
  border-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.big-img {
  width: 100%;
  margin-bottom: 35px;
}

.big-img img {
  width: 100%;
}

@media all and (max-width: 575.95px) {
  .big-img {
    margin: 0 auto 20px;
  }
}

.center-block {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 35px;
}

@media all and (max-width: 575.95px) {
  .center-block {
    margin: 0 auto 20px;
  }
}

.history {
  padding-top: 30px;
  padding-bottom: 33px;
}

@media all and (max-width: 575.95px) {
  .history {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.content__wrapper {
  width: 100%;
  margin-bottom: 65px;
}

.content__wrapper p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #222221;
}

.content__wrapper p:last-child {
  margin-bottom: 0;
}

.content__wrapper .gallery {
  margin-bottom: 0;
}

@media all and (max-width: 991.95px) {
  .content__wrapper {
    margin-bottom: 45px;
  }
}

.content__container {
  margin-top: 30px;
  margin-bottom: 68px;
}

@media all and (max-width: 991.95px) {
  .content__container {
    margin-bottom: 48px;
  }
}

@media all and (max-width: 767.95px) {
  .content__container {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 575.95px) {
  .content__container {
    margin-top: 20px;
  }
}

.content__title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #222221;
  text-transform: uppercase;
}

.content__title-big {
  margin: 0 0 34px;
  font-family: "PT Serif";
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  text-align: left;
  color: #222221;
}

@media all and (max-width: 991.95px) {
  .content__title-big {
    margin: 0 0 24px;
  }
}

@media all and (max-width: 991.95px) {
  .content__title-big {
    margin: 0 0 18px;
  }
}

.content__table {
  width: 100%;
  border: 0;
  border-spacing: 0;
}

.content__table p {
  margin-bottom: 5px;
}

.content__table table {
  width: 100%;
  border: 0;
  border-spacing: 0;
}

.content__table tbody {
  width: 100%;
}

.content__table .table-row,
.content__table tr {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.content__table .table-row::after,
.content__table tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#9a9a9a), color-stop(33%, #9a9a9a), color-stop(33%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #9a9a9a, #9a9a9a 33%, transparent 33%, transparent 100%);
  background-size: 5px 1px;
}

.content__table .table-row:last-child::after,
.content__table tr:last-child::after {
  background-image: none;
}

.content__table .cell,
.content__table td {
  display: block;
  width: 50%;
  padding: 5px 10px 5px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
  vertical-align: top;
}

.content__table .cell p,
.content__table td p {
  font-weight: 400;
}

.content__table .cell:last-child,
.content__table td:last-child {
  padding-right: 0;
  font-weight: 500;
}

.content__table .cell:last-child p,
.content__table td:last-child p {
  font-weight: 500;
}

.content__table--first-long.content__table .cell,
.content__table--first-long.content__table td {
  width: 70%;
  padding-right: 20px;
  font-weight: 500;
}

.content__table--first-long.content__table .cell p,
.content__table--first-long.content__table td p {
  font-weight: 500;
}

.content__table--first-long.content__table .cell:last-child,
.content__table--first-long.content__table td:last-child {
  width: 30%;
  padding-right: 0;
  font-weight: 400;
}

.content__table--first-long.content__table .cell:last-child p,
.content__table--first-long.content__table td:last-child p {
  font-weight: 400;
}

.content__video-block {
  width: 100%;
  margin-top: 22px;
}

.content__video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content__iframe-block {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.content__iframe-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content__video-list {
  width: calc(100% + 30px);
  margin: -30px -15px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.content__video-list .content__iframe-block {
  width: calc(33.333% - 30px);
  margin: 30px 15px 0;
  padding-bottom: 18.75%;
}

.content__wrapper .content__video-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
}

.content__column {
  width: calc(100% + 30px);
  margin: -20px -15px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.content__column-6 {
  width: 50%;
  padding: 20px 15px;
}

@media all and (max-width: 991.95px) {
  .content__video-list .content__iframe-block {
    width: calc(50% - 30px);
    margin: 30px 15px 0;
    padding-bottom: 25.5%;
  }
}

@media all and (max-width: 767.95px) {
  .content__wrapper {
    margin-bottom: 40px;
  }

  .content__table,
  .content__table--first-long.content__table {
    display: block;
    width: 100%;
    border: 0;
    border-spacing: 0;
  }

  .content__table table,
  .content__table--first-long.content__table table {
    /* display: block; */
    width: 100%;
    border: 0;
    border-spacing: 0;
  }

  .content__table .table-row,
  .content__table tr,
  .content__table--first-long.content__table .table-row,
  .content__table--first-long.content__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 11px 0;
  }

  .content__table .table-row:first-child,
  .content__table tr:first-child,
  .content__table--first-long.content__table .table-row:first-child,
  .content__table--first-long.content__table tr:first-child {
    padding-top: 0;
  }

  .content__table .cell,
  .content__table td,
  .content__table--first-long.content__table .cell,
  .content__table--first-long.content__table td {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #222221;
    vertical-align: top;
  }

  .content__table .cell p,
  .content__table td p,
  .content__table--first-long.content__table .cell p,
  .content__table--first-long.content__table td p {
    font-weight: 500;
  }

  .content__table .cell:last-child,
  .content__table td:last-child,
  .content__table--first-long.content__table .cell:last-child,
  .content__table--first-long.content__table td:last-child {
    width: 100%;
    font-weight: 400;
    text-align: left;
  }

  .content__table .cell:last-child p,
  .content__table td:last-child p,
  .content__table--first-long.content__table .cell:last-child p,
  .content__table--first-long.content__table td:last-child p {
    font-weight: 400;
  }

  .content__table tbody,
  .content__table--first-long.content__table tbody {
    display: block;
    width: 100%;
  }

  .content__video-list .content__iframe-block {
    width: 100%;
    margin: 30px 15px 0;
    padding-bottom: 51%;
  }

  .content__column-6 {
    width: 100%;
  }
}

@media all and (max-width: 575.95px) {
  .content__wrapper {
    margin-bottom: 20px;
  }

  .content__title {
    margin-bottom: 10px;
  }

  .content__video-block {
    margin-top: 16px;
  }
}

.breadcrumb {
  width: 100%;
  padding: 27px 0 22px;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
}

@media all and (max-width: 575.95px) {
  .breadcrumb {
    padding: 16px 0 11px;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}

.breadcrumb__item {
  width: auto;
  display: -webkit-box;
  display: flex;
}

.breadcrumb__link {
  position: relative;
  display: block;
  max-width: 500px;
  height: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #9a9a9a;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  /* -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; */
}

.breadcrumb__link:not([href]):not([tabindex])
,.breadcrumb__link:not([href]):not([tabindex]):hover
,.breadcrumb__link:not([href]):not([tabindex]):focus {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #9a9a9a;
}

.breadcrumb__link[href]:hover {
  color: #222221;
}

.breadcrumb__item--arrow {
  margin: 0 5px;
}

.breadcrumb__arrow {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #9a9a9a;
}

/* hover and etc  */

.breadcrumb__link:hover,
.breadcrumb__link:focus {
  outline-color: transparent;
  text-decoration: none;
}

.news-detail {
  width: 100%;
  margin-bottom: 28px;
}

@media all and (max-width: 767.95px) {
  .news-detail {
    margin-bottom: 20px;
  }
}

.news-detail__title {
  margin: 0;
  font-family: "PT Serif", sans-serif;
  font-weight: normal;
  font-size: 39px;
  line-height: 45px;
  text-align: left;
  color: #222221;
}

@media all and (max-width: 767.95px) {
  .news-detail__title {
    font-size: 35px;
    line-height: 41px;
  }
}

@media all and (max-width: 575.95px) {
  .news-detail__title {
    font-size: 28px;
    line-height: 35px;
  }
}

.news-detail__sub-title {
  margin-top: 28px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #222221;
}

@media all and (max-width: 575.95px) {
  .news-detail__sub-title {
    font-size: 16px;
    line-height: 19px;
  }
}

.news-detail__image {
  margin-top: 28px;
  margin-bottom: 0;
  border-radius: 5px;
}

.news-detail__date {
  margin: 8px 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #9a9a9a;
}

.news-detail__content {
  margin-bottom: 28px;
}

@media all and (max-width: 767.95px) {
  .news-detail__content {
    margin-bottom: 20px;
  }
}

.news-detail__content img {
  display: block;
}

.news-detail__footer {
  margin-top: 40px;
}

@media all and (max-width: 767.95px) {
  .news-detail__footer {
    margin-top: 30px;
  }
}

.gallery {
  width: 100%;
  margin-bottom: 28px;
}

@media all and (max-width: 767.95px) {
  .gallery {
    margin-bottom: 20px;
  }
}

.gallery__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin: -30px -15px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 767.95px) {
  .gallery__list {
    width: 100%;
    margin: -20px 0 0;
  }
}

.gallery__item {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(50% - 30px);
  height: 250px;
  display: -webkit-box;
  display: flex;
  margin: 30px 15px 0;
}

@media all and (max-width: 767.95px) {
  .gallery__item {
    width: 100%;
    height: 50vw;
    margin: 20px 0 0;
  }
}

@media all and (max-width: 575.95px) {
  .gallery__item {
    height: 60vw;
  }
}

.gallery__link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.gallery__link:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

.gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery--three .gallery__item {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  width: calc(33.333% - 30px);
  height: 250px;
  display: -webkit-box;
  display: flex;
  margin: 30px 15px 0;
}

@media all and (max-width: 991.95px) {
  .gallery--three .gallery__item {
    width: calc(50% - 30px);
  }
}

@media all and (max-width: 767.95px) {
  .gallery--three .gallery__item {
    width: 100%;
    margin: 20px 0 0;
    height: 50vw;
  }
}

@media all and (max-width: 575.95px) {
  .gallery--three .gallery__item {
    height: 60vw;
  }
}

.affiche {
  padding-top: 30px;
  padding-bottom: 36px;
  width: 100%;
}

@media all and (max-width: 991.95px) {
  .affiche {
    padding-bottom: 8px;
  }
}

@media all and (max-width: 767.95px) {
  .affiche {
    padding-bottom: 30px;
  }
}

@media all and (max-width: 575.95px) {
  .affiche {
    padding-top: 20px;
  }
}

.affiche__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.affiche__item {
  padding-top: 25px;
  padding-bottom: 32px;
  width: 100%;
  border-bottom: 1px solid #9a9a9a;
}

@media all and (max-width: 767.95px) {
  .affiche__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.affiche__item:last-child {
  border-bottom: 0;
}

.affiche__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
}

.affiche__container .label-block {
  margin: 0 0 8px;
  width: 100%;
}

.affiche__container .label-block .label__block__item {
  margin-bottom: 8px;
}

.affiche__container .label-block__item {
  margin: 0;
}

.affiche__date-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 30px;
  width: 200px;
}

.affiche__date {
  width: 100%;
}

.affiche__date .date-list__day {
  margin-right: 10px;
  color: #222221;
  font-size: 56px;
  line-height: 67px;
}

.affiche__date .date-list__month {
  color: #222221;
  font-size: 20px;
  line-height: 24px;
}

.affiche__date .date-list__time {
  color: #222221;
  font-size: 19px;
  line-height: 24px;
}

.affiche__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
  width: 600px;
}

@media all and (max-width: 991.95px) {
  .affiche__wrapper {
    width: 100%;
    flex-shrink: 2;
  }
}

.affiche__description-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 30px;
  width: 100%;
}

.affiche__link {
  text-decoration: none;
}

.affiche__link:hover .affiche__name {
  color: #c8a74d;
}

.affiche__name {
  margin: 0 0 10px;
  color: #222221;
  text-align: left;
  font-weight: 700;
  font-size: 31px;
  line-height: 34px;
}

.affiche__description {
  margin: 0 0 10px;
  color: #222221;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.affiche__author {
  margin: 0;
  color: #9a9a9a;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.affiche__place-time {
  flex-shrink: 0;
  width: 160px;
}

.affiche__time {
  width: 100%;
  color: #9a9a9a;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.affiche__time-value {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}

.premier .affiche__name {
  color: #850614;
}

.affiche__button-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 170px;
}

.affiche__button {
  position: relative;
  width: 100%;
  padding: 10px 19px 9px;
}

.affiche__button-count {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 13px;
  width: auto;
  height: 25px;
  background: url(/images/bg-counter.svg?e3dc08758094c4668dcbd27b4e4dafa0) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
}

@media all and (max-width: 1219.95px) {
  .affiche__container {
    max-width: 960px;
  }
}

@media all and (max-width: 991.95px) {
  .affiche__container {
    flex-wrap: wrap;
    max-width: 540px;
  }

  .affiche__wrapper,
  .affiche__date-block,
  .affiche__button-block {
    width: 100%;
    padding-right: 0;
  }

  .affiche__date-block {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
  }

  .affiche__date-block .label-block {
    width: 40%;
    margin: 0;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
  }

  .affiche__date {
    width: 60%;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .affiche__wrapper {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .affiche__description-block {
    width: 60%;
  }

  .affiche__place-time {
    width: 40%;
  }

  .affiche__button {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media all and (max-width: 575.95px) {
  .affiche__date-block .label-block,
  .affiche__date,
  .affiche__description-block,
  .affiche__place-time {
    width: 100%;
  }

  .affiche__date.date-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media all and (max-width: 450px) {
  .affiche__date-block {
    margin-bottom: 4px;
  }

  .affiche__date-block .label-block {
    margin-top: 8px;
  }

  .affiche__date .date-list__day {
    font-size: 44px;
    line-height: 46px;
  }

  .affiche__date .date-list__month {
    font-size: 16px;
    line-height: 19px;
  }

  .affiche__date .date-list__time {
    font-size: 16px;
    line-height: 19px;
  }

  .affiche__description-block {
    margin-bottom: 15px;
  }

  .affiche__name {
    margin: 0 0 2px;
    font-size: 24px;
    line-height: 29px;
  }

  .affiche__description {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 19px;
  }

  .affiche__author {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .affiche__time {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }

  .affiche__button {
    max-width: 100%;
  }

  .affiche__button-count {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}

.column-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.column-left {
  width: calc(33.333% - 15px);
}

.column-left.performance__left-block {
  width: 40%;
}

.column-right {
  width: calc(66.667% + 15px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 30px;
}

.column-right.performance__right {
  width: 60%;
}

.js-left-sticky {
  position: relative;
}

.js-left-container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  z-index: 2;
  top: 0;
  bottom: auto;
}

.js-left-container.fixed {
  position: fixed;
  top: 90px;
  bottom: auto;
}

.js-left-container.absolute-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media all and (max-width: 991.95px) {
  .js-left-container.fixed {
    position: relative;
    top: 0;
    bottom: auto;
  }

  .js-left-container.absolute-bottom {
    position: relative;
    top: 0;
    bottom: auto;
  }

  .column-left,
  .column-right {
    width: 100%;
    padding: 0;
  }

  .column-left.performance__left-block,
  .column-left.performance__right,
  .column-right.performance__left-block,
  .column-right.performance__right {
    width: 100%;
    padding: 0;
  }

  .column-right {
    margin-top: 5px;
  }

  .column-left {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media all and (max-width: 991.95px) {
  .js-left-sticky.column-left {
    display: none;
  }
}

.performance {
  margin-bottom: 68px;
}

.performance__main {
  width: 100%;
  margin-bottom: 35px;
}

.performance__main .label-block {
  margin: 0;
}

.performance__main .label-block .label__block__item + .label__block__item {
  margin-left: 8px;
}

.performance__title {
  margin: 0 0 10px;
  font-family: "PT Serif";
  font-weight: 400;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
  color: #222221;
}

.performance__description {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #222221;
}

.performance__main-text {
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #9a9a9a;
}

.performance__main-text:last-child {
  margin-bottom: 0;
}

.performance__ticket-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 65px;
  padding: 32px 34px 25px;
  background: #f7f7f7;
  border-radius: 5px;
}

.performance__ticket-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #222221;
  text-transform: uppercase;
}

.performance__ticket-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.performance__ticket-item {
  margin-bottom: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
          align-items: normal;
}

.performance__ticket-item:last-child {
  margin-bottom: 0;
}

.performance__ticket-data .date-list__day,
.performance__ticket-data .date-list__month,
.performance__ticket-data .date-list__time {
  color: #222221;
}

.performance__ticker-button {
  width: 170px;
  padding: 10px 24px 9px;
}

.performance__container,
.performance__gallery {
  width: 100%;
}

.performance__gallery-main {
  width: 100%;
  height: 315px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: flex;
}

.performance__gallery-link {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.performance__gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  display: block;
}

.performance__gallery-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  margin: -10px -6px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.performance__gallery-item {
  width: 33.333%;
  height: 100px;
  padding: 0 6px;
  margin-top: 10px;
}

.performance_gallery-item--last .performance__gallery-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #222221;
  opacity: 0.85;
  z-index: 1;
}

.performance__gallery-counter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.performance__gallery-counter span {
  width: 100%;
  display: block;
  font: inherit;
  color: inherit;
  text-transform: lowercase;
  text-align: inherit;
}

@media screen and (max-width: 1219.95px) and (min-width: 991.95px) {
  .performance__gallery-main {
    height: 250px;
  }

  .performance__gallery-item {
    height: 80px;
  }
}

@media all and (max-width: 991.95px) {
  .performance__gallery {
    margin-bottom: 40px;
  }

  .performance__gallery-main {
    height: 350px;
  }

  .performance__gallery-item {
    height: 120px;
  }
}

@media all and (max-width: 767.95px) {
  .performance {
    margin-bottom: 45px;
  }

  .performance__title {
    font-size: 40px;
    line-height: 45px;
  }

  .performance__description {
    font-size: 18px;
    line-height: 25px;
  }

  .performance__gallery,
  .performance__ticket-block {
    margin-bottom: 40px;
  }

  .performance__gallery-main {
    height: 300px;
  }

  .performance__gallery-item {
    height: 100px;
  }
}

@media all and (max-width: 575.95px) {
  .performance {
    margin-bottom: 35px;
  }

  .performance__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 5px;
  }

  .performance__description {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .performance__main,
  .performance__gallery,
  .performance__ticket-block {
    margin-bottom: 16px;
  }

  .performance__ticket-block {
    padding: 15px 17px 18px;
  }

  .performance__ticket-title {
    margin-bottom: 6px;
  }

  .performance__ticket-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .performance__ticket-data .date-list__day {
    font-size: 44px;
    line-height: 48px;
  }

  .performance__ticket-data .date-list__month,
  .performance__ticket-data .date-list__time {
    font-size: 16px;
    line-height: 18px;
  }

  .performance__ticket-item {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .performance__ticket-item:last-child {
    margin-bottom: 0;
  }

  .performance__ticker-block,
  .performance__ticker-button {
    width: 100%;
  }

  .performance__creator .content__table td:first-child {
    width: 100%;
  }

  .performance__gallery-main {
    height: 250px;
  }

  .performance__gallery-item {
    height: 100px;
  }
}

@media screen and (max-width: 380px) {
  .performance__gallery-main {
    height: 200px;
  }

  .performance__gallery-item {
    height: 80px;
  }
}

.reviews {
  width: 100%;
  margin-bottom: 70px;
  padding: 32px 34px 35px;
  background: #f7f7f7;
  border-radius: 5px;
}

.reviews.reviews--page {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

.reviews__container {
  width: 100%;
  margin-bottom: 66px;
}

.reviews__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  margin: -28px -34px 8px;
}

.reviews__item {
  width: 100%;
  padding: 28px 34px;
  border-bottom: 3px solid #ffffff;
}

.reviews__item:last-child {
  border-bottom: 0;
}

.reviews__header {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin: -15px -10px 10px;
}

.reviews__name {
  margin: 15px 10px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #222221;
}

.reviews__date {
  margin: 15px 10px 0;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #9a9a9a;
}

.reviews__performance {
  margin: 15px 10px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #222221;
}

.reviews__performance a {
  color: #850614;
  text-decoration: underline;
}

.reviews__performance a:hover {
  color: #c8a74d;
  text-decoration: none;
}

.reviews__body {
  width: 100%;
}

.reviews__body p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
}

.reviews__button-block {
  width: 100%;
  display: -webkit-box;
  display: flex;
}

.reviews__button {
  width: 100%;
}

.reviews__form-block {
  width: 100%;
}

.reviews__form-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #222221;
  text-transform: uppercase;
}

.reviews__form {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.reviews__form-wrapper {
  width: calc(50% - 17px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.reviews__label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
}

.reviews__textarea {
  width: 100%;
  height: 246px;
  max-width: 100%;
  resize: none;
  padding: 11px 10px 9px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
}

.reviews__textarea:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.reviews__textarea:focus {
  border-color: #c8a74d;
}

.form__fieldset {
  width: 100%;
  margin-bottom: 34px;
}

.form__fieldset:last-child {
  margin-bottom: 0;
}

.reviews__input {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 9px 10px 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
  border-radius: 5px;
  border: 1px solid #9a9a9a;
}

.reviews__input:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.reviews__input:focus {
  border-color: #c8a74d;
}

.form__button {
  width: 100%;
  padding: 11px 24px 10px;
}

.reviews__answer {
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  opacity: 0;
  z-index: -1;
  background: #f7f7f7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reviews__answer.show {
  opacity: 1;
  z-index: 2;
}

.reviews--page .reviews__answer {
  top: -20px;
}

@media all and (max-width: 767.95px) {
  .reviews {
    padding: 20px 25px 25px;
    margin-bottom: 40px;
  }

  .reviews__container {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 575.95px) {
  .reviews {
    padding: 15px 20px 20px;
    margin: 0 -15px 30px;
    width: auto;
  }

  .reviews__container {
    margin-bottom: 20px;
  }

  .reviews__list {
    margin: -20px -20px 8px;
  }

  .reviews__item {
    width: 100%;
    padding: 20px;
  }

  .reviews__form {
    flex-wrap: wrap;
  }

  .reviews__form-title {
    margin-bottom: 15px;
  }

  .reviews__form-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .reviews__form-wrapper:last-child {
    margin-bottom: 0;
  }

  .form__fieldset {
    margin-bottom: 15px;
  }

  .form__fieldset:last-child {
    margin-bottom: 0;
  }
}

.reviews--page {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.reviews--page .reviews__container {
  width: calc(65% - 30px);
  margin: 0 15px;
  padding: 32px 34px 35px;
  border-radius: 5px;
  background: #f7f7f7;
}

.reviews--page .reviews__form-container {
  width: calc(35% - 30px);
  margin: 0 15px;
  padding: 32px 34px 35px;
  border-radius: 5px;
  background: #f7f7f7;
}

.reviews--page .reviews__form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: -32px;
}

.reviews--page .reviews__form-wrapper {
  width: 100%;
  margin-top: 32px;
}

.reviews--page .form__button {
  width: 100%;
  text-align: center;
}

@media all and (max-width: 991.95px) {
  .reviews--page .reviews__container {
    width: 100%;
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .reviews--page .reviews__form-container {
    width: 100%;
    margin: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media all and (max-width: 767.95px) {
  .reviews--page .reviews__container {
    padding: 20px 24px 22px;
  }

  .reviews--page .reviews__form-container {
    padding: 20px 24px 22px;
  }
}

@media all and (max-width: 575.95px) {
  .reviews--page .reviews__form-wrapper {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
  }
}

.repertoire {
  width: 100%;
}

.repertoire__block {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.repertoire__block:last-child {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.repertoire--main-scene {
  color: #54AFC4;
}

.repertoire--main-scene .repertoire__link:hover {
  color: #54AFC4;
}

.repertoire--little-scene {
  color: #a9bc13;
}

.repertoire--little-scene .repertoire__link:hover {
  color: #a9bc13;
}

.repertoire--children {
  color: #9D04C1;
}

.repertoire--children .repertoire__link:hover {
  color: #9D04C1;
}

.repertoire__title {
  width: 100%;
  margin: 0 0 30px;
  font-family: "PT Serif";
  font-weight: 400;
  font-size: 30px;
  color: inherit;
  line-height: 35px;
  text-align: left;
}

.repertoire__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin: -50px -15px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 767.95px) {
  .repertoire__list {
    margin: -30px -15px 0;
  }
}

.repertoire__item {
  display: -webkit-box;
  display: flex;
  width: calc(25% - 30px);
  margin: 50px 15px 0;
}

@media all and (max-width: 991.95px) {
  .repertoire__item {
    width: calc(33% - 30px);
  }
}

@media all and (max-width: 767.95px) {
  .repertoire__item {
    width: calc(50% - 30px);
    margin: 30px 15px 0;
  }
}

@media all and (max-width: 575.95px) {
  .repertoire__item {
    width: calc(100% - 30px);
  }
}

.repertoire__link {
  width: 100%;
  height: 100%;
  padding: 0 17px 17px;
  text-decoration: none;
  color: #222221;
  border-radius: 5px;
  overflow: hidden;
}

.repertoire__link:hover {
  text-decoration: none;
  color: #c8a74d;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.repertoire__image-block {
  margin: 0 -17px 12px;
  height: 200px;
}

@media all and (max-width: 1219.95px) {
  .repertoire__image-block {
    height: 150px;
  }
}

@media all and (max-width: 575.95px) {
  .repertoire__image-block {
    height: 250px;
  }
}

.repertoire__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.repertoire__item-title {
  width: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: inherit;
}

.repertoire__description {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
}

.peoples {
  width: 100%;
}

.peoples__wrapper {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
}

.peoples__wrapper:last-child {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.peoples--main .peoples__item {
  width: calc(25% - 30px);
}

@media all and (max-width: 1219.95px) {
  .peoples--main .peoples__item {
    width: calc(33.33% - 30px);
  }
}

@media all and (max-width: 991.95px) {
  .peoples--main .peoples__item {
    width: calc(50% - 30px);
  }
}

@media all and (max-width: 767.95px) {
  .peoples--main .peoples__item {
    width: 100%;
    max-width: 300px;
    margin: 20px 15px 0;
  }
}

.peoples--main .peoples__image-block {
  height: 380px;
}

@media all and (max-width: 991.95px) {
  .peoples--main .peoples__image-block {
    height: 440px;
  }
}

@media all and (max-width: 767.95px) {
  .peoples--main .peoples__image-block {
    height: 380px;
  }
}

.peoples__title {
  width: 100%;
  margin: 0 0 30px;
  font-family: "PT Serif";
  font-weight: 400;
  font-size: 30px;
  color: #222221;
  line-height: 35px;
  text-align: left;
}

.department__title {
  font-size: 22px;
}

.department__level-0 {
  font-size: 30px;
}

.department__level-1 {
  font-size: 26px;
}

.peoples__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin: -30px -15px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 767.95px) {
  .peoples__list {
    margin: -20px -15px 0;
  }
}

.peoples__item {
  width: calc(16.666% - 30px);
  margin: 30px 15px 0;
  padding: 0 17px 10px;
}

@media all and (max-width: 1219.95px) {
  .peoples__item {
    width: calc(20% - 30px);
  }
}

@media all and (max-width: 991.95px) {
  .peoples__item {
    width: calc(25% - 30px);
  }
}

@media all and (max-width: 767.95px) {
  .peoples__item {
    margin: 20px 15px 0;
    width: calc(50% - 30px);
    max-width: 170px;
  }
}

.peoples__image-block {
  display: block;
  margin: 0 -17px 12px;
  height: 225px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ededed;
  background-image: url(/images/no-photo.svg?f097705f3064094982a4f324fc12e382);
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (max-width: 350px) {
  .peoples__image-block {
    height: 180px;
  }
}

.peoples__image-block:hover ~ .peoples__link {
  color: #c8a74d;
}

.peoples__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.peoples__link {
  display: block;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #222221;
  text-decoration: none;
}

.peoples__link:hover {
  color: #c8a74d;
}

.peoples__description {
  width: 100%;
  margin: 0;
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
}

.peoples__other-wrapper {
  margin: 0 -15px;
  display: -webkit-box;
  display: flex;
}

@media all and (max-width: 991.95px) {
  .peoples__other-wrapper {
    margin: 0;
    flex-wrap: wrap;
  }
}

.peoples__other-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 50%;
  padding: 0 15px;
}

@media all and (max-width: 991.95px) {
  .peoples__other-list {
    width: 100%;
    padding: 0;
  }
}

@media all and (max-width: 575.95px) {
  .peoples__other-list:last-child .peoples__other-item:last-child {
    border-bottom-width: 0;
  }
}

.peoples__other-item {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px dotted #9a9a9a;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.peoples__other-item:last-child {
  border-bottom-width: 0;
}

@media all and (max-width: 575.95px) {
  .peoples__other-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding: 10px 0;
  }

  .peoples__other-item:last-child {
    border-bottom-width: 1px;
  }
}

.peoples__other-link {
  width: auto;
  max-width: 50%;
  margin: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #222221;
}

.peoples__other-link:hover {
  color: #c8a74d;
}

@media all and (max-width: 575.95px) {
  .peoples__other-link {
    font-weight: 500;
    margin-bottom: 8px;
  }
}

.peoples__other-description {
  width: auto;
  max-width: 50%;
  margin: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #222221;
}

.peoples-detail {
  width: 100%;
  margin-bottom: 68px;
}

.peoples-detail__photo-block {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

@media all and (max-width: 991.95px) {
  .peoples-detail__photo-block {
    width: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767.95px) {
  .peoples-detail__photo-block {
    margin-bottom: 20px;
  }
}

.peoples-detail__photo {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@media all and (max-width: 991.95px) {
  .peoples-detail__photo {
    width: auto;
    max-width: 100%;
  }
}

@media all and (max-width: 500px) {
  .peoples-detail__photo {
    width: 100%;
    max-width: 100%;
  }
}

.peoples-detail__main {
  width: 100%;
  margin-bottom: 65px;
}

@media all and (max-width: 991.95px) {
  .peoples-detail__main {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767.95px) {
  .peoples-detail__main {
    margin-bottom: 20px;
  }
}

.peoples-detail__title {
  margin: 0;
  font-family: "PT Serif";
  font-weight: 400;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
  color: #222221;
}

@media all and (max-width: 767.95px) {
  .peoples-detail__title {
    font-size: 35px;
    line-height: 40px;
  }
}

.peoples-detail__description {
  margin: 2px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #222221;
}

@media all and (max-width: 767.95px) {
  .peoples-detail__description {
    font-size: 16px;
    line-height: 21px;
  }
}

.block-fast-link {
  width: 100%;
  padding-bottom: 34px;
  border-bottom: 1px solid #9a9a9a;
  margin-bottom: 60px;
}

@media all and (max-width: 991.95px) {
  .block-fast-link {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767.95px) {
  .block-fast-link {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}

.block-fast-link__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}

@media all and (max-width: 767.95px) {
  .block-fast-link__list {
    margin: -16px -15px 0;
  }
}

@media all and (max-width: 575.95px) {
  .block-fast-link__list {
    margin: -16px 0 0;
  }
}

.block-fast-link__item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: calc(20% - 30px);
  max-width: calc(33.333% - 30px);
  margin: 30px 15px 0;
}

@media all and (max-width: 767.95px) {
  .block-fast-link__item {
    max-width: 100%;
    width: calc(50% - 30px);
    min-width: auto;
    margin: 16px 15px 0;
  }
}

@media all and (max-width: 575.95px) {
  .block-fast-link__item {
    width: 100%;
    margin: 16px 0 0;
  }
}

.block-fast-link__button {
  min-height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.list-two-column {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

@media all and (max-width: 991.95px) {
  .list-two-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.list-two-column.list--flex-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.list-two-column.list--flex-column .list-two-column__item {
  width: 50%;
  margin: 30px 15px 0;
}

.list-two-column.list--flex-column .list-two-column__item:nth-last-child(2) {
  margin-bottom: auto;
}

.list-two-column.list--flex-column .list-two-column__item:nth-last-child(1) {
  padding-bottom: 25px;
}

@media all and (max-width: 991.95px) {
  .list-two-column.list--flex-column {
    margin: 0;
  }

  .list-two-column.list--flex-column .list-two-column__item {
    width: 100%;
    margin: 30px 0;
  }

  .list-two-column.list--flex-column .list-two-column__item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .list-two-column.list--flex-column .list-two-column__item:nth-last-child(1) {
    padding-bottom: 0;
  }
}

.list-two-column__item {
  width: auto;
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  color: #222221;
}

@media all and (max-width: 767.95px) {
  .list-two-column__item {
    margin-top: 24px;
  }
}

.form {
  width: 100%;
  max-width: 370px;
}

.form__fieldset {
  width: 100%;
  margin-bottom: 32px;
}

.form__fieldset:last-child {
  margin-bottom: 0;
}

.form__label {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.form__label-text {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #2e2e2d;
}

.form__input {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 9px 10px 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #9a9a9a;
  box-shadow: 0 3px 6px transparent;
}

.form__input:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.form__input:focus {
  border-color: #c8a74d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.form__button {
  width: auto;
  padding: 10px 13px 9px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #c8a74d;
  fill: #c8a74d;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #c8a74d;
}

.form__button:hover {
  background: #c8a74d;
  color: #ffffff;
  fill: #ffffff;
}

.form__button:active {
  background: #a78a3c;
  color: #ffffff;
  fill: #ffffff;
}

@media all and (max-width: 400px) {
  .form {
    width: 100%;
  }

  .form__button {
    width: 100%;
    text-align: center;
  }
}

.checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.checkbox__icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  margin-right: 5px;
  flex-shrink: 0;
}

.checkbox__icon::after {
  display: none;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 12px;
  height: 5px;
  border-bottom: 1px solid #FF0000;
  border-left: 1px solid #FF0000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

input[type=checkbox]:checked ~ .checkbox__icon::after {
  display: block;
}

.vacancy {
  width: 100%;
}

.vacancy__main-title {
  width: 100%;
  margin-bottom: 34px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #2e2e2d;
}

.vacancy__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}

.vacancy__item {
  width: calc(33.3333% - 30px);
  margin: 30px 15px 0;
  padding: 31px 33px 35px;
  background: #f7f7f7;
  border-radius: 5px;
}

.vacancy__item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.vacancy__title {
  width: 100%;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #2e2e2d;
  text-transform: uppercase;
}

.vacancy__description {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #2e2e2d;
}

.vacancy__description p {
  font: inherit;
  color: inherit;
}

.vacancy__description ul {
  font: inherit;
  color: inherit;
  padding-left: 18px;
}

.vacancy__contact {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #850614;
}

.vacancy__contact p {
  font: inherit;
  color: inherit;
}

.vacancy__contact p a {
  text-decoration: none;
}

.vacancy__contact p a:hover {
  text-decoration: none;
  color: #c8a74d;
}

.vacancy__contact a {
  text-decoration: none;
}

.vacancy__contact a:hover {
  text-decoration: none;
  color: #c8a74d;
}

@media all and (max-width: 991.95px) {
  .vacancy__item {
    width: calc(50% - 30px);
  }
}

@media all and (max-width: 767.95px) {
  .vacancy__list {
    margin: -20px 0 0;
    width: 100%;
  }

  .vacancy__item {
    margin: 20px 0 0;
    width: 100%;
  }
}

@media all and (max-width: 575.95px) {
  .vacancy__main-title {
    margin-bottom: 20px;
  }

  .vacancy__item {
    padding: 20px 24px 25px;
  }

  .vacancy__title {
    margin-bottom: 15px;
  }

  .vacancy__description {
    margin-bottom: 15px;
  }
}

.grey-block {
  width: 100%;
  padding: 14px 18px 16px;
  margin-bottom: 65px;
  border-radius: 5px;
  background: #f7f7f7;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
}

@media all and (max-width: 991.95px) {
  .grey-block {
    margin-bottom: 45px;
  }
}

.grey-block__title {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #850614;
}

.grey-block__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.grey-block__list a {
  text-decoration: none;
  color: #850614;
}

.grey-block__list a:hover {
  color: #c8a74d;
}

.grey-block__list li:not(:last-child) {
  margin-bottom: 20px;
}

.contact__description,
.contact__other-info {
  margin-bottom: 40px;
}

.contact__description a,
.contact__other-info a {
  display: inline-block;
  text-decoration: none;
  color: #850614;
}

.contact__description a:hover,
.contact__other-info a:hover {
  color: #c8a74d;
}

.contact__contacts {
  margin-bottom: 35px;
}

.contact__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
}

.contact__table table {
  width: 100%;
  border: 0;
  border-spacing: 0;
}

.contact__table tbody {
  width: 100%;
}

.contact__table .table__row,
.contact__table tr {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.contact__table .table__row::after,
.contact__table tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#9a9a9a), color-stop(33%, #9a9a9a), color-stop(33%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #9a9a9a, #9a9a9a 33%, transparent 33%, transparent 100%);
  background-size: 5px 1px;
}

.contact__table .table__row:last-child::after,
.contact__table tr:last-child::after {
  background-image: none;
}

.contact__table .cell,
.contact__table td {
  display: block;
  width: 40%;
  padding: 16px 10px 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #222221;
  vertical-align: top;
}

.contact__table .cell:first-child,
.contact__table td:first-child {
  font-weight: 700;
}

.contact__table .cell:last-child,
.contact__table td:last-child {
  width: 20%;
}

.contact__table .cell a,
.contact__table td a {
  display: inline-block;
  text-decoration: none;
  color: #850614;
}

.contact__table .cell a:hover,
.contact__table td a:hover {
  color: #c8a74d;
}

.contact__map {
  width: 100%;
}

.contact__map #map {
  width: 100%;
  height: 350px;
}

@media all and (max-width: 767.95px) {
  .contact__map #map {
    height: 300px;
    overflow: hidden;
  }

  .contact__table .table__row,
  .contact__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .contact__table .cell,
  .contact__table td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  .contact__table .cell:first-child,
  .contact__table td:first-child {
    font-weight: 700;
  }

  .contact__table .cell:last-child,
  .contact__table td:last-child {
    width: 100%;
  }
}

.document-block {
  width: 100%;
}

.document-block__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  margin: -30px -15px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

@media all and (max-width: 767.95px) {
  .document-block__list {
    margin: -20px -10px 0;
  }
}

.document-block__item {
  display: -webkit-box;
  display: flex;
  max-width: 25%;
  min-width: 20%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin: 30px 0 0;
  padding: 0 15px;
}

@media all and (max-width: 991.95px) {
  .document-block__item {
    max-width: 33%;
  }
}

@media all and (max-width: 767.95px) {
  .document-block__item {
    max-width: 50%;
    padding: 0 10px;
    margin: 20px 0 0;
  }
}

.document-block__link {
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 35px 30px 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #222221;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 3px 10px transparent;
}

.document-block__link:hover {
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

@media all and (max-width: 767.95px) {
  .document-block__link {
    padding: 20px 18px 20px;
  }
}

.document-block__img-wrapper {
  position: relative;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  margin-bottom: 17px;
}

.document-block__img {
  width: 59px;
  height: 59px;
}

.document-block__file-format {
  position: absolute;
  top: 11px;
  left: 0;
  width: 38px;
  height: 18px;
  overflow: hidden;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}

.document-block__text {
  font: inherit;
  color: inherit;
  text-align: center;
}

.search-page {
  width: 100%;
  margin-bottom: 34px;
}

.search-page__block {
  width: 100%;
  padding: 32px 34px 35px;
  border-radius: 5px;
  background: #f7f7f7;
}

.search-page__header {
  width: 100%;
  margin-bottom: 40px;
}

.search-page__form {
  width: 100%;
  max-width: 370px;
  position: relative;
}

.search-page__label {
  width: 100%;
}

.search-page__input {
  width: 100%;
  padding: 9px 38px 10px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #222221;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #222221;
  outline-color: transparent;
}

.search-page__input::-moz-placeholder {
  color: #222221;
}

.search-page__input::-webkit-input-placeholder {
  color: #222221;
}

.search-page__input:-ms-input-placeholder {
  color: #222221;
}

.search-page__input::-ms-input-placeholder {
  color: #222221;
}

.search-page__input::placeholder {
  color: #222221;
}

.search-page__input:focus {
  border-color: #c8a74d;
}

.search-page__input:focus ~ .search__button {
  fill: #c8a74d;
}

.search-page__button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 38px;
  height: 38px;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  fill: #222221;
  outline-color: transparent;
}

.search-page__button:hover,
.search-page__button:active {
  fill: #c8a74d;
}

.search-page__icon {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  fill: inherit;
}

.search-page__result-block {
  width: 100%;
}

.search-page__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  margin: -28px -34px 8px;
}

.search-page__item {
  width: 100%;
  padding: 28px 34px;
  border-bottom: 3px solid #ffffff;
}

.search-page__item:last-child {
  border-bottom: 0;
}

.search-page__result-title {
  width: 100%;
  margin-bottom: 8px;
}

.search-page__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #850614;
  text-decoration: none;
}

.search-page__link:hover {
  color: #c8a74d;
  text-decoration: none;
}

.search-page__body {
  width: 100%;
}

.search-page__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #2e2e2d;
}

.search-page__body .bold {
  font-weight: 700;
}

.search-page__pagination {
  margin-top: 10px;
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.pagination__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.pagination__item {
  display: -webkit-box;
  display: flex;
  width: auto;
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
  color: #646464;
}

.pagination__item:last-child .pagination__link {
  border-right: 1px solid #9a9a9a;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination__item:first-child .pagination__link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination__item.active .pagination__link {
  background: #ededed;
  color: #850614;
}

.pagination__item.active .pagination__link:hover {
  color: #850614;
  background: #EDEDED;
}

.pagination__item--left .pagination__link,
.pagination__item--right .pagination__link {
  color: #222221;
  position: relative;
}

.pagination__item--left .pagination__link svg,
.pagination__item--right .pagination__link svg {
  stroke: #222221;
}

.pagination__item--left .pagination__link:hover svg,
.pagination__item--right .pagination__link:hover svg {
  stroke: #c8a74d;
}

.pagination__item--right .pagination__link svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination__link {
  min-width: 40px;
  height: auto;
  padding: 5px 10px;
  font: inherit;
  color: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid #9a9a9a;
  border-right-width: 0;
  background: transparent;
}

.pagination__link:hover {
  text-decoration: none;
  color: #c8a74d;
  background: #ededed;
}

@media all and (max-width: 767.95px) {
  .search-page__block {
    padding: 25px 22px 23px;
  }

  .search-page__list {
    margin: -20px -22px 8px;
  }

  .search-page__item {
    padding: 20px 22px;
  }
}

.page-no-founded {
  width: 100%;
  margin-top: -79px;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media (max-width: 991.95px) {
  .page-no-founded {
    margin-top: -50px;
    min-height: 100vh;
  }
}

.page-no-founded__top {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  padding: 11vh 0 7vh;
  position: relative;
}

.page-no-founded__top::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  background-image: url(/images/404-top.png?a2d02ce400095b1a0018e272cd3bfad6);
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width: 991.95px) {
  .page-no-founded__top {
    padding: 60px 0 70px;
  }
}

@media all and (max-width: 767.95px) {
  .page-no-founded__top {
    padding: 30px 0 70px;
  }
}

.page-no-founded__bottom {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex-grow: 1;
  background-color: #222221;
  background-image: url(/images/404-bottom.png?ed793e55cd26c58b966446282cd378bd);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 10vh;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 991.95px) {
  .page-no-founded__bottom {
    padding: 30px 0 60px;
  }
}

@media all and (max-width: 767.95px) {
  .page-no-founded__bottom {
    padding: 30px 0 30px;
  }
}

.page-no-founded__bottom::after,
.page-no-founded__bottom::before {
  content: "";
  position: absolute;
}

.page-no-founded__bottom::after {
  width: 320px;
  height: 178px;
  background: url(/images/404-duel.svg?5bb8319891064c33573bb893f535db01) no-repeat;
  background-size: contain;
  top: -173px;
  left: 15%;
}

@media all and (max-width: 1219.95px) {
  .page-no-founded__bottom::after {
    left: 10%;
  }
}

@media all and (max-width: 991.95px) {
  .page-no-founded__bottom::after {
    left: 5%;
  }
}

@media all and (max-width: 767.95px) {
  .page-no-founded__bottom::after {
    display: none;
  }
}

.page-no-founded__bottom::before {
  width: 100px;
  height: 216px;
  background: url(/images/404-man.svg?d4375368e8e589dd593e91c39394ce9b) no-repeat;
  background-size: contain;
  top: -212px;
  right: 15%;
}

@media all and (max-width: 1219.95px) {
  .page-no-founded__bottom::before {
    right: 10%;
  }
}

@media all and (max-width: 991.95px) {
  .page-no-founded__bottom::before {
    right: 5%;
  }
}

@media all and (max-width: 767.95px) {
  .page-no-founded__bottom::before {
    display: none;
  }
}

.page-no-founded__logo-block {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 767.95px) {
  .page-no-founded__logo-block {
    margin-bottom: 10px;
  }
}

.page-no-founded__logo {
  width: 170px;
  height: auto;
  fill: #222221;
}

.page-no-founded__big-text {
  font-family: "PT Serif";
  font-weight: 700;
  font-size: 225px;
  line-height: 300px;
  color: #222221;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 767.95px) {
  .page-no-founded__big-text {
    font-size: 150px;
    line-height: 170px;
  }
}

.page-no-founded__text {
  margin-top: -40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #222221;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 767.95px) {
  .page-no-founded__text {
    margin-top: 0px;
  }
}

.page-no-founded__bottom .page-no-founded__text {
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  text-transform: unset;
}

.page-no-founded__button-block {
  margin-top: 34px;
}

.page-no-founded__button-block .button {
  padding-left: 36px;
  padding-right: 36px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .page-no-founded__top {
    background-image: url(/images/404-top.png?a2d02ce400095b1a0018e272cd3bfad6);
  }

  .page-no-founded__bottom {
    background-image: url(/images/404-bottom.png?ed793e55cd26c58b966446282cd378bd);
  }
}

.partners {
  width: 100%;
}

.partners__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin: -15px -15px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.partners__item {
  margin: 15px 15px 0;
  display: -webkit-box;
  display: flex;
  width: calc(20% - 30px);
}

@media all and (max-width: 991.95px) {
  .partners__item {
    width: calc(33.333% - 30px);
  }
}

@media all and (max-width: 767.95px) {
  .partners__item {
    width: calc(50% - 30px);
  }
}

.partners__link {
  width: auto;
}

.sticky-promo-block {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5bb0b;
  text-align: center;
  font-size: 18px;
  display: block;
  box-sizing: border-box;
  padding: 18px 50px;
  text-decoration: none;
  color: #222221;
}

.sticky-promo-block p:last-child {
  margin-bottom: 0;
}

.sticky-promo-block__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  color: #222221;
  border: transparent;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sticky-promo-block__close:hover {
  background-color: #222221;
  color: #ffffff;
}



#tlframe {
  min-height: 1024px;
}

#ticketland-popup__content {
  overflow: auto;
} 

#player{
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


