/* Minification failed. Returning unminified contents.
(8265,15): run-time error CSS1039: Token not allowed after unary operator: '-color-1'
(8269,26): run-time error CSS1039: Token not allowed after unary operator: '-color-1'
 */
@charset 'UTF-8';

/*! 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: .67em 0;
}

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

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

hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 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] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 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: -.25em;
}

sup {
  top: -.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 {
  padding: 0;
  border-style: none;
}

/**
 * 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: .35em .75em .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 {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 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'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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;
}

.select2-container {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  display: block;
  box-sizing: border-box;
  height: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-selection--single .select2-selection__clear {
  font-size: 1em;
  border: none;
  background-color: transparent;
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  display: block;
  box-sizing: border-box;
  min-height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  padding: 0;
  list-style: none;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  font-size: 1em;
  border: none;
  background-color: transparent;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: sans-serif;
  font-size: 100%;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
  height: 18px;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  resize: none;
  vertical-align: bottom;
  word-break: keep-all;
  border: none;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  position: absolute;
  z-index: 1051;
  left: -100000px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: white;
}

.select2-results {
  display: block;
}

.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select2-results__option {
  padding: 6px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-weight: bold;
  float: right;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
  cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}

.select2-container--default .select2-selection--multiple {
  position: relative;
  padding-right: 5px;
  padding-bottom: 5px;
  cursor: text;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: white;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-weight: bold;
  position: absolute;
  right: 0;
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  padding-left: 20px;
  vertical-align: bottom;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-right: 5px;
  padding-left: 2px;
  cursor: default;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 4px;
  cursor: pointer;
  color: #999;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: #333;
  outline: none;
  background-color: #f1f1f1;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__display {
  padding-right: 2px;
  padding-left: 5px;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
  border-left: 1px solid #aaa;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-right: auto;
  margin-left: 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
  background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  border: none;
  outline: 0;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: white;
  background-color: #5897fb;
}

.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic .select2-selection--single {
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  color: #444;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  font-weight: bold;
  float: right;
  height: 26px;
  margin-right: 20px;
  cursor: pointer;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  border: none;
  background: transparent;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  padding-right: 5px;
  padding-bottom: 5px;
  cursor: text;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-color: white;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #e4e4e4;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  padding-right: 5px;
  padding-left: 2px;
  cursor: default;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  cursor: pointer;
  color: #888;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__display {
  padding-right: 2px;
  padding-left: 5px;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  border: 1px solid transparent;
  background-color: #fff;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  color: #fff;
  background-color: #3875d7;
}

.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

.fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  background: #1e1e1e;
}

.fancybox-is-open .fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 0;
}

.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 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

/* Fix iOS */

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

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */

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

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

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

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

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

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

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

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

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

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

.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 {
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  height: 100px;
  opacity: 0;
  background-clip: content-box;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
  padding: 31px 6px 31px 26px;
}

/* Caption */

.fancybox-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 99996;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 75px 44px 25px 44px;
  text-align: center;
  pointer-events: none;
  color: #eee;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
}

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

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

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

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

/* Loading indicator */

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

@-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, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.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 */

/* Share */

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

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

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

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

.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

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

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

/* Thumbs */

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

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

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

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

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

.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 {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

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

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

.fancybox-thumbs__list a::before {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  opacity: 0;
  border: 6px solid #ff5268;
}

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

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

/* Styling for Small-Screen Devices */

.layout-header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
}

.layout-header .container {
  max-width: 116rem;
  -webkit-transition: max-width .2s;
  transition: max-width .2s;
}

.layout-header:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  content: '';
  opacity: 1;
}

.layout-header:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  content: '';
  opacity: 0;
  background-color: rgba(0, 0, 0, .3);
}

@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .layout-header:before {
    -webkit-backdrop-filter: blur(.2rem);
    backdrop-filter: blur(.2rem);
  }

  .layout-header:after {
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
  }
}

.layout-header .btn-default {
  width: -webkit-fit-content;
  width: fit-content;
  padding: 1.1rem;
  -webkit-transition: width .3s;
  transition: width .3s;
  will-change: width;
}

.layout-header .btn-default span {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

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

.layout-header__symbolism {
  margin-left: 4.8rem;
}

.layout-header__symbolism img:not(:last-child) {
  margin-right: 2rem;
}

.burger {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.burger:before,
.burger:after {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 4.8rem;
  height: .3rem;
  content: '';
  -webkit-transition: width .5s;
  transition: width .5s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: .5rem;
  background-color: #fff;
}

.burger:before {
  top: 2.3rem;
}

.burger:after {
  top: 3.4rem;
}

.burger:hover .burger-circle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.burger:hover:before {
  width: 3.2rem;
}

.burger:hover:after {
  width: 2.4rem;
}

.burger-circle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: #000;
}

.layout-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 11.6rem;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-logo::before {
  position: absolute;
  left: 0;
  width: 9.4rem;
  height: 5.2rem;
  content: '';
  background-image: url(../images/logos/logo-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.layout-logo__img {
  display: block;
  width: auto;
  height: 5.2rem;
}

.layout-logo__img + .layout-logo__name {
  margin-left: 2rem;
}

.layout-header__inner {
  position: relative;
  z-index: 10;
  -webkit-transition: height .3s;
  transition: height .3s;
}

.layout-logo__name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.layout-logo__line {
  display: block;
}

.layout-logo__line + .layout-logo__line {
  margin-top: .2rem;
}

.layout-header__primary {
  height: 11rem;
  padding: 4rem 0 3rem;
}

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

.layout-header__primary + .layout-header__secondary {
  position: relative;
}

.layout-header__primary + .layout-header__secondary:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: .1rem;
  margin: 0 -7.2rem;
  content: '';
  -webkit-transition: margin .2s;
  transition: margin .2s;
  background-color: rgba(255, 255, 255, .2);
}

.layout-header__wrapper {
  position: relative;
}

.layout-header__secondary .btn-default {
  min-width: inherit;
}

.layout-header__secondary .action-bar {
  margin: 0 4rem;
}

.layout-header__secondary .layout-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9rem;
  padding: 3rem 14rem 3rem 0;
  -webkit-transition: padding .3s;
  transition: padding .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-header__secondary .layout-header__panel,
.layout-header__secondary .layout-logo {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}

.layout-header__secondary .layout-logo {
  margin-right: 6rem;
}

.layout-header__secondary .layout-logo__img {
  width: 8.6rem;
  height: 4.4rem;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu__item + .main-menu__item {
  margin-left: 6rem;
}

.main-menu__link {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}

.main-menu__link:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: .2rem;
  margin: -3.7rem 1.5rem 0;
  content: '';
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  background-color: #fff;
}

.main-menu__link:hover {
  color: rgba(255, 255, 255, .6);
}

.main-menu__link:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.main-menu__link.active {
  color: rgba(255, 255, 255, .6);
}

.main-menu__link.active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.action-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.action-bar.mobile {
  position: absolute;
  top: 50%;
  right: 7.3rem;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.action-bar__item {
  position: relative;
}

.action-bar__item + .action-bar__item {
  margin-left: 1.2rem;
}

.lang-block {
  position: absolute;
  z-index: -1;
  bottom: -.8rem;
  left: 50%;
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: opacity .3s, max-height .3s;
  transition: opacity .3s, max-height .3s;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
}

.lang-block.active {
  z-index: 5;
  visibility: visible;
  opacity: 1;
}

.lang-list {
  overflow: hidden;
  min-width: 20rem;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.lang-item {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7rem;
  padding: 1.1rem 1.8rem;
}

.lang-item a {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.lang-item a:hover {
  color: rgba(0, 0, 0, .6);
}

.lang-item.lang-item-current {
  background-color: #e1e2dd;
}

.action-bar__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: border-color .3s, opacity .3s, width .3s;
  transition: border-color .3s, opacity .3s, width .3s;
  border-color: transparent;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.action-bar__link:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: #000;
}

.action-bar__link .icon {
  position: relative;
  z-index: 2;
  width: 4.8rem;
  height: 4.8rem;
}

.action-bar__link .icon-search {
  width: 2.2rem;
  height: 2.2rem;
  fill: #fff;
  stroke: none;
}

.action-bar__link .icon-glasses {
  fill: #fff;
  stroke: none;
}

.action-bar__link .icon-account {
  fill: none;
  stroke: #fff;
}

.action-bar__link .icon-lang {
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
}

.action-bar__link:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.action-bar__link.active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

button.action-bar__link {
  border: 0;
  background: none;
}

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

.layout-header__panel .btn-default {
  min-width: 1px;
  white-space: nowrap;
}

.layout-header__panel .action-bar {
  margin-left: 3rem;
}

.layout-header__mobile {
  display: none;
  padding-right: 8rem;
}

.layout-header.layout-header_compact {
  height: 9rem;
}

.layout-header.layout-header_compact .layout-header__inner {
  height: 9rem;
}

.layout-header.layout-header_compact .action-bar__link .icon-search {
  fill: #fff;
}

.layout-header.layout-header_compact .action-bar__link .icon-glasses {
  fill: #fff;
}

.layout-header.layout-header_compact .layout-logo__img {
  -webkit-filter: none;
  filter: none;
}

.layout-header.layout-header_compact .layout-logo::before {
  background-image: url(../images/logos/logo-white.svg);
}

.layout-header.layout-header_compact .burger:before,
.layout-header.layout-header_compact .burger:after {
  background-color: #fff;
}

.layout-header.layout-header_compact .main-menu__link {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #fff;
}

.layout-header.layout-header_compact .main-menu__link:hover {
  color: rgba(255, 255, 255, .6);
}

.layout-header.layout-header_compact .container {
  max-width: 144rem;
}

.layout-header.layout-header_compact:before {
  opacity: 0;
}

.layout-header.layout-header_compact:after {
  z-index: 1;
  height: 100%;
  opacity: 1;
}

.layout-header.layout-header_compact .layout-header__primary + .layout-header__secondary {
  position: relative;
}

.layout-header.layout-header_compact .layout-header__primary + .layout-header__secondary:before {
  display: none;
}

.layout-header.layout-header_compact .layout-header__primary {
  -webkit-transform: translateY(-11rem);
  -ms-transform: translateY(-11rem);
  transform: translateY(-11rem);
  opacity: 0;
}

.layout-header.layout-header_compact .layout-header__secondary {
  -webkit-transform: translateY(-11rem);
  -ms-transform: translateY(-11rem);
  transform: translateY(-11rem);
}

.layout-header.layout-header_compact .layout-header__secondary .layout-header__wrapper {
  padding: 3rem 10rem 3rem 0;
}

.layout-header.layout-header_compact .layout-header__secondary .layout-header__panel,
.layout-header.layout-header_compact .layout-header__secondary .layout-logo {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.layout-header.layout-header_compact .layout-header__secondary .layout-header__panel {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.layout-header.layout-header_compact .main-menu__item + .main-menu__item {
  margin-left: 4rem;
}

.layout-header.layout-header_compact .btn-default {
  width: 4.8rem;
}

.layout-header.layout-header_compact .btn-default .icon-ticket {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0;
}

.layout-header.layout-header_compact .btn-default span {
  width: 0;
}

@-webkit-keyframes buttonWidthTransform {
  0% {
    width: -webkit-fit-content;
    width: fit-content;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 4.8rem;
  }
}

@keyframes buttonWidthTransform {
  0% {
    width: -webkit-fit-content;
    width: fit-content;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 4.8rem;
  }
}

@-webkit-keyframes buttonTextWidthTransform {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 0;
  }
}

@keyframes buttonTextWidthTransform {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 0;
  }
}

.secondary-page .layout-header {
  height: 9rem;
}

.secondary-page .layout-header .btn-animate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.secondary-page .layout-header .btn-animate span {
  display: none;
}

.secondary-page .layout-header .btn-animate .icon-ticket {
  margin-right: 0;
}

.secondary-page .layout-header .layout-header__inner {
  height: 9rem;
}

.secondary-page .layout-header .action-bar__link .icon-search {
  fill: #fff;
}

.secondary-page .layout-header .layout-logo__img {
  -webkit-filter: none;
  filter: none;
}

.secondary-page .layout-header .burger:before,
.secondary-page .layout-header .burger:after {
  background-color: #fff;
}

.secondary-page .layout-header .main-menu__link {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #fff;
}

.secondary-page .layout-header .main-menu__link:hover {
  color: rgba(255, 255, 255, .6);
}

.secondary-page .layout-header .main-menu__link.active {
  color: rgba(255, 255, 255, .6);
}

.secondary-page .layout-header .container {
  max-width: 144rem;
}

.secondary-page .layout-header:before {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

.secondary-page .layout-header:after {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}

.secondary-page .layout-header .layout-header__primary + .layout-header__secondary {
  position: relative;
}

.secondary-page .layout-header .layout-header__primary + .layout-header__secondary:before {
  display: none;
}

.secondary-page .layout-header .layout-header__primary {
  -webkit-transform: translateY(-11rem);
  -ms-transform: translateY(-11rem);
  transform: translateY(-11rem);
  opacity: 0;
}

.secondary-page .layout-header .layout-header__secondary {
  -webkit-transform: translateY(-11rem);
  -ms-transform: translateY(-11rem);
  transform: translateY(-11rem);
}

.secondary-page .layout-header .layout-header__secondary .layout-header__wrapper {
  padding: 3rem 10rem 3rem 0;
}

.secondary-page .layout-header .layout-header__secondary .layout-header__panel,
.secondary-page .layout-header .layout-header__secondary .layout-logo {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.secondary-page .layout-header .layout-header__secondary .layout-header__panel {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.secondary-page .layout-header .main-menu__item + .main-menu__item {
  margin-left: 4rem;
}

.secondary-page .layout-header.layout-header_compact:before {
  opacity: 0;
}

.secondary-page .layout-header.layout-header_compact:after {
  z-index: 1;
  height: 100%;
  opacity: 1;
}

.black-white .action-bar__link.link-version {
  border: 1px solid #fff;
  border-radius: 100%;
}

.layout-footer {
  position: relative;
  padding: 5rem 0;
}

.layout-footer .btn-default {
  padding: .5rem 4rem;
  border-color: #fff;
}

.layout-footer .btn-default:hover {
  border-color: #fff;
}

.layout-footer.btn.mobile {
  display: none;
}

.layout-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #1b191a;
}

.layout-footer__inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

.layout-footer__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.layout-footer__background:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), -webkit-linear-gradient(top, #1b191a 0%, #383637 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(180deg, #1b191a 0%, #383637 100%);
  mix-blend-mode: multiply;
}

.layout-footer__links {
  padding-top: 2.5rem;
  padding-bottom: 6rem;
  border-top: .1rem solid rgba(255, 255, 255, .15);
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-title {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 1;
  color: #fff;
}

.menu-title:hover {
  opacity: .6;
}

.menu-arrow {
  display: none;
  width: 100%;
  height: 4.8rem;
  margin-left: 2rem;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-arrow.active .menu-arrow__icon {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.menu-arrow__icon {
  width: 1.6rem;
  height: .9rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  stroke: #fff;
}

.menu-default {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-default__item {
  font-size: 1.4rem;
  line-height: 1.5;
}

.menu-default__item + .menu-default__item {
  margin-top: 1rem;
}

.menu-default__item.bold .menu-default__link {
  font-weight: 700;
  color: #a4a3a4;
}

.menu-default__link {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  color: rgba(255, 255, 255, .6);
}

.menu-default__link:hover {
  opacity: .6;
}

.layout-footer__bottom {
  padding-top: 2rem;
  border-top: .1rem solid rgba(255, 255, 255, .15);
}

.layout-footer__bottom .grid-default {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-footer__bottom .footer-logos {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  margin: 0;
  padding-left: 2rem;
}

.copyright:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '©';
}

.footer-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logos a img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

.footer-logos a:hover img {
  opacity: .6;
}

.footer-logos__item + .footer-logos__item {
  margin-left: 2.5rem;
}

.footer-logos__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.developer {
  font-size: 1.4rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.developer a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
}

.developer a:hover {
  opacity: .5;
}

.developer__logo {
  display: block;
  width: 7.3rem;
  height: 1.8rem;
  margin-right: 1.5rem;
  fill: #fff;
}

.layout-footer__objects {
  padding: 5rem 0;
}

.layout-footer__objects + .layout-footer__panel {
  border-top: .1rem solid rgba(255, 255, 255, .15);
}

.layout-footer__objects a.card-info__title:hover {
  color: rgba(255, 255, 255, .6);
}

.layout-footer__objects .grid-default__cell {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.layout-footer__objects .grid-default {
  margin-right: -3.5rem;
  margin-left: -3.5rem;
}

.subscribe__label {
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  color: rgba(255, 255, 255, .6);
}

.subscribe__head {
  padding-left: 1.5rem;
}

.subscribe__head + .subscribe__body {
  margin-top: 1rem;
}

.subscribe__form {
  position: relative;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  border-radius: .8rem;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(27, 25, 26, .3);
}

.subscribe__form:hover {
  box-shadow: inset 0 0 0 2px rgba(27, 25, 26, .3);
}

.subscribe__control {
  font-size: 1.4rem;
  width: 100%;
  height: 4rem;
  padding: .5rem 5.5rem .5rem 1.5rem;
  border: none;
  border-radius: .8rem;
  background-color: transparent;
}

.subscribe__button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  border: none;
  border-radius: .8rem;
  background-color: transparent;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe__button .icon-send {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  stroke: #000;
}

.layout-footer__panel {
  padding: 6rem 0 6rem;
}

.layout-footer__panel .btn-default {
  border: .1rem solid #fff;
  background-color: transparent;
}

.layout-footer__panel .grid-default {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-footer__panel .subscribe {
  max-width: 38rem;
}

.layout-footer__panel .social-icons {
  padding-top: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout-footer__panel .offset-right {
  padding-top: 2.4rem;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 2rem;
}

.social-icons__item {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 1rem;
  margin-left: 1rem;
}

.social-icons__link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: width .3s, height .3s;
  transition: width .3s, height .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icons__link::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 4.8rem;
  height: 4.8rem;
  content: '';
  -webkit-transition: width .3s, height .3s;
  transition: width .3s, height .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.social-icons__link:hover::after {
  width: 6rem;
  height: 6rem;
}

.social-icons__link.vkontakte::after {
  background: #07f;
}

.social-icons__link.telegram::after {
  background: #229ed9;
}

.social-icons__link.facebook::after {
  background: #1877f2;
}

.social-icons__link.instagram::after {
  background: -webkit-linear-gradient(225deg, #c0009e 15%, #ef0011 49.64%, #fec01d 85%);
  background: linear-gradient(225deg, #c0009e 15%, #ef0011 49.64%, #fec01d 85%);
}

.social-icons__link.youtube::after {
  background: #ed1d24;
}

.social-icons__link.classmates::after {
  background: #f80;
}

.social-icons__link.viber::after {
  background: #7360f2;
}

.social-icons__link.izi::after {
  background: #ca2449;
}

.social-icons__link.izi .icon {
  width: 2.6rem;
  height: 1.6rem;
}

.social-icons__link.google::after {
  border: 2px solid rgba(0, 0, 0, .1);
  background-color: #fff;
}

.social-icons__link .icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 3rem;
  height: 3rem;
  fill: #fff;
}

.social-icons__link .icon-white {
  display: none;
}

.social-icons__image {
  position: relative;
  z-index: 2;
  width: 3rem;
  height: 3rem;
}

.logo-circle {
  fill: #f92740;
}

.black-white .layout-footer__links .menu-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.black-white .layout-footer__links .menu-default {
  display: block;
  overflow: hidden;
  max-height: 0;
  padding-left: 2.8rem;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.black-white .layout-footer__links .menu-default.active {
  padding-bottom: 4rem;
}

.black-white .layout-footer__links .menu-item {
  margin-top: -.8rem;
  margin-bottom: 4rem;
}

.black-white .layout-footer__links .menu-title {
  white-space: nowrap;
}

.black-white .layout-footer__links .menu-default__item {
  font-size: 3.2rem;
}

.black-white .layout-footer__bottom {
  padding-top: 0;
  border: 0;
}

.black-white .social-icons__link::after {
  background: #000;
}

.black-white .menu-default__link {
  color: #fff;
}

.black-white .social-icons__link .icon-google {
  display: none;
}

.black-white .social-icons__link .icon-google.icon-white {
  display: block;
}

.black-white .layout-footer__background {
  background-image: none !important;
}

.black-white .layout-footer__background::before {
  background: #000;
}

.black-white .layout-footer {
  background-color: #000;
}

.black-white .layout-footer::before {
  display: none;
}

.black-white .logo-circle {
  fill: #fff;
}

.black-white .copyright,
.black-white .developer {
  font-size: 1.6rem;
}

.black-white .subscribe__label {
  font-size: 1.6rem;
  color: #fff;
}

.contacts .layout-footer__objects {
  display: none;
}

.contacts .layout-footer__objects + .layout-footer__panel {
  border-top: none;
}

.btn {
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
  vertical-align: top;
  border: none;
  background-color: transparent;
}

.btn-animate {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1rem 2rem;
  -webkit-transition: padding .3s;
  transition: padding .3s;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2.4rem;
  background-color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-animate::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -.1rem;
  content: '';
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 2.4rem;
}

.btn-animate .icon-ticket {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: .8rem;
  fill: #fff;
}

.btn-animate__text {
  padding-left: .8rem;
  -webkit-transition: padding-left .3s;
  transition: padding-left .3s;
}

.layout-header.layout-header_compact .btn-animate {
  padding: 1rem;
}

.layout-header.layout-header_compact .btn-animate .icon {
  margin-right: 0;
}

.layout-header.layout-header_compact .btn-animate__text {
  width: 0;
  padding-left: 0;
  opacity: 0;
}

.btn-animate__text {
  display: block;
  overflow: hidden;
  width: 138px;
  -webkit-transition: width .5s, opacity .6s;
  transition: width .5s, opacity .6s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  white-space: nowrap;
}

.btn-default {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 21.6rem;
  height: 4.8rem;
  padding: .5rem 2rem;
  -webkit-transition: border-radius .3s, border-color .3s, opacity .3s, color .3s;
  transition: border-radius .3s, border-color .3s, opacity .3s, color .3s;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2.4rem;
  background-color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-default:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -.1rem;
  content: '';
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 2.4rem;
}

.btn-default:hover {
  border-radius: 2rem;
}

.btn-default:hover:before {
  background-color: inherit;
}

.btn-default.btn-white {
  color: #000;
  background-color: #fff;
}

.btn-default.btn-white:hover:before {
  background-color: #fff;
}

.btn-default.btn-color {
  background: -webkit-linear-gradient(174.15deg, #ff3294 -40.87%, #ff002e 127.61%);
  background: linear-gradient(275.85deg, #ff3294 -40.87%, #ff002e 127.61%);
  box-shadow: 0 1rem 8rem rgba(183, 0, 22, .5);
}

.btn-default.btn-color:hover:before {
  background-color: linear-gradient(275.85deg, #ff3294 -40.87%, #ff002e 127.61%);
}

.btn-default.lg {
  width: 100%;
  max-width: 51.2rem;
}

.btn-default.md {
  min-width: 25.6rem;
}

.btn-default.xs {
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  padding: 0;
}

.btn-default.xs .icon-download {
  margin-left: 0;
}

.btn-default .icon-download {
  width: 1.6rem;
  height: 1.8rem;
  margin-left: 1.2rem;
  fill: #fff;
}

.btn-default .icon-ticket {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: .8rem;
  fill: #fff;
}

.btn-default:disabled {
  pointer-events: none;
  color: rgba(255, 255, 255, .6);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), #e1e2dd;
  background: linear-gradient(0deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), #e1e2dd;
}

.btn-round {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 21.6rem;
  height: 4.8rem;
  padding: 1.5rem 3rem;
  -webkit-transition: border-radius .3s;
  transition: border-radius .3s;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: .1rem solid #fff;
  border-radius: 2.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-round .icon {
  width: 2rem;
  margin-right: 1.2rem;
}

.btn-round:hover {
  border-radius: 1.9rem;
}

.btn-round.btn-dark {
  border-color: #000;
}

.btn-round.md {
  min-width: 25.6rem;
}

.icon-doc {
  width: 2rem;
  height: 2.2rem;
  fill: #000;
}

.link-default {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 1;
  color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-default .icon-arrow {
  width: 2.2rem;
  height: 2.1rem;
  stroke: #000;
  fill: none;
}

.link-default:hover {
  opacity: .6;
}

.link-primary {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  padding-bottom: .3rem;
  -webkit-transition: opacity .3s, border-color .3s;
  transition: opacity .3s, border-color .3s;
  opacity: 1;
  color: #000;
  border-bottom: .7px solid rgba(0, 0, 0, .3);
}

.link-primary:hover {
  opacity: .6;
  border-color: rgba(0, 0, 0, 0);
}

.link-primary.light {
  color: #fff;
  border-color: rgba(255, 255, 255, .2);
}

.link-primary.light.secondary {
  color: rgba(255, 255, 255, .6);
}

.link-primary.light:hover {
  opacity: .6;
  border-color: rgba(255, 255, 255, 0);
}

.btn-counter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  border-radius: 100%;
  background-color: #e1e2dd;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-counter:hover {
  opacity: .6;
}

.btn-minus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: .2rem;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: #000;
}

.btn-plus::before,
.btn-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: #000;
}

.btn-plus::before {
  width: 1rem;
  height: .2rem;
}

.btn-plus::after {
  width: .2rem;
  height: 1rem;
}

.btn-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  -webkit-transition: width .3s, height .3s;
  transition: width .3s, height .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-nav.btn-menu::after {
  background-color: #000;
}

.btn-nav.btn-menu .icon-menu {
  width: 2.2rem;
  height: 1.5rem;
  fill: #fff;
}

.btn-nav.btn-menu .icon-cross {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.btn-nav.btn-menu:hover .icon {
  fill: #fff;
}

.btn-nav:hover::after {
  width: 6rem;
  height: 6rem;
}

.btn-nav:hover .icon {
  fill: rgba(0, 0, 0, .6);
}

.btn-nav::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 4.8rem;
  height: 4.8rem;
  content: '';
  -webkit-transition: width .3s, height .3s;
  transition: width .3s, height .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #fff;
}

.btn-nav .icon {
  position: relative;
  z-index: 2;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  pointer-events: none;
  fill: #000;
}

.btn-nav .icon-arrow {
  width: 2.1rem;
  height: 2.2rem;
}

.btn-nav .icon-layers {
  width: 2.7rem;
  height: 2.2rem;
}

.mobile {
  display: none;
}

.btn-close {
  position: relative;
  width: 2rem;
  height: 2rem;
  padding: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

.btn-close::after,
.btn-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  background-color: #000;
}

.btn-close::after {
  width: 100%;
  height: .3rem;
}

.btn-close::before {
  width: .3rem;
  height: 100%;
}

.btn-close:hover {
  opacity: .6;
}

.btn-close.secondary {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background-color: #000;
}

.btn-close.secondary::after,
.btn-close.secondary::before {
  background-color: #fff;
}

.btn-close.secondary::after {
  width: 2rem;
}

.btn-close.secondary::before {
  height: 2rem;
}

.black-white .btn-default.btn-color {
  color: #000;
  background: #fff;
  box-shadow: none;
}

.black-white .btn-default.btn-white {
  color: #000;
}

.black-white .btn-counter {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #000;
}

.black-white .btn-minus::before {
  width: 1.5rem;
  height: .4rem;
  background-color: #fff;
}

.black-white .btn-plus::before,
.black-white .btn-plus::after {
  background-color: #fff;
}

.black-white .btn-plus::before {
  width: 1.5rem;
  height: .4rem;
}

.black-white .btn-plus::after {
  width: .4rem;
  height: 1.5rem;
}

.black-white .link-primary {
  font-size: 1.6rem;
}

.black-white .link-primary:hover {
  opacity: 1;
}

.btn-rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-radius: 50%;
  background-color: #1b191a;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-rounded:hover {
  opacity: .6;
}

.btn-rounded__icon {
  width: 1.5rem;
  height: 1.4rem;
}

.grid-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2rem;
  margin-bottom: -5rem;
  margin-left: -2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-default__cell {
  margin-bottom: 6rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.cell-1 {
  width: 8.33333333%;
}

.cell-2 {
  width: 16.66666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.33333333%;
}

.cell-5 {
  width: 41.66666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.33333333%;
}

.cell-8 {
  width: 66.66666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.33333333%;
}

.cell-11 {
  width: 91.66666667%;
}

.cell-12 {
  width: 100%;
}

.grid-primary {
  font-size: 0;
  width: 100%;
  -webkit-columns: 3 38rem;
  columns: 3 38rem;
  -webkit-column-gap: 4rem;
  column-gap: 4rem;
}

.grid-primary__cell {
  display: inline-flexbox;
  margin-bottom: 4rem;
}

.black-white .cell-visibility {
  display: none;
}

.black-white .cell-visibility + .grid-default__cell {
  width: 100%;
}

.black-white .cell-visibility + .grid-default__cell .section-info__footer {
  text-align: center;
}

.menu-primary {
  padding-left: 0;
  list-style-type: none;
}

.menu-primary__item {
  position: relative;
  padding: 2rem;
}

.menu-primary__item + .menu-primary__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  content: '';
  border-radius: 3px;
  background: rgba(0, 0, 0, .1);
}

.menu-primary__item + .last {
  padding-top: 6rem;
}

.menu-primary__link {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.6rem;
  -webkit-transition: color .3s,    opacity .3s;
  transition: color .3s,    opacity .3s;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 1;
  color: rgba(0, 0, 0, .6);
}

.menu-primary__link:hover {
  opacity: .6;
}

.menu-primary__link.active {
  color: black;
}

.radio {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio.active .radio__text {
  color: #000;
}

.radio:hover {
  opacity: .6;
}

.radio__text {
  font-size: 1.3rem;
  line-height: 1.6rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .6);
}

.radio__text.highlighted {
  color: #f14651;
}

.radio__control {
  position: absolute;
  visibility: hidden;
  width: 100%;
}

.radio__control:checked + .radio__text {
  color: #000;
}

.radio__control:checked ~ .radio__icon {
  fill-opacity: 1;
}

.radio__icon {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-left: 1.2rem;
  -webkit-transition: fill-opacity .3s;
  transition: fill-opacity .3s;
  fill: #000;
  fill-opacity: .15;
}

.select2-container {
  min-width: 25.6rem;
  max-width: 25.6rem;
}

.select2-container--default .select2-selection--single {
  font-family: 'Inter', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  -webkit-transition: border-radius .3s, box-shadow .3s;
  transition: border-radius .3s, box-shadow .3s;
  border: none;
  border-radius: 8px;
  background: #e1e2dd;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  padding-right: 4.2rem;
  padding-left: 1.8rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  color: rgba(0, 0, 0, .4);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 1.4rem;
  height: .9rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMi45OTkzIDEuMTcxMzlMNy4zNDI0IDYuODI4MjRMMS42ODU1NSAxLjE3MTM5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K');
  border: none;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 8px 8px 0 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-dropdown__primary {
  padding: 2.2rem 0;
  border: none;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .25);
}

.select2-results__option {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  padding: 0 2rem;
}

.select2-results__option + .select2-results__option {
  margin-top: 2rem;
}

.select2-results__option.museum-vankovich {
  color: #dc7e4a;
}

.select2-results__option.museum-national {
  color: #2462dc;
}

.select2-results__option.museum-folk {
  color: #f14651;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: rgba(0, 0, 0, .6);
  background-color: transparent;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}

.select-form + .select2-container {
  min-width: 100%;
  max-width: 100%;
}

.select-form + .select2-container.select2-container--default .select2-selection--single {
  font-family: 'Inter', sans-serif;
  background: #fff;
}

.select-primary.dark .select2-container.select2-container--default .select2-selection--single {
  font-family: 'Inter', sans-serif;
  background: #292727;
}

.select-primary.dark .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select-primary.dark .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMi45OTkzIDEuMTcxMzlMNy4zNDI0IDYuODI4MjRMMS42ODU1NSAxLjE3MTM5IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=');
}

.select-primary.light {
  width: 100%;
}

.select-primary.light .select2-container {
  min-width: inherit;
  max-width: inherit;
}

.select-primary.light .select2-container.select2-container--default .select2-selection--single {
  width: 100%;
  background: rgba(255, 255, 255, .5);
}

.select-primary.light .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.feedback-form {
  max-width: 40rem;
  margin: 0 auto;
}

.form-control-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.form-default__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}

.form-default__row + .form-default__row {
  margin-top: 1.6rem;
}

.form-default__row.policy {
  margin: 4rem 0 0;
}

.form-default__row.select {
  margin-bottom: 2.8rem;
}

.form-control {
  overflow: hidden;
  max-width: 100%;
  height: 4rem;
  padding: .8rem 3.5rem .8rem 1.6rem;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  text-overflow: ellipsis;
  border: 1px solid rgba(27, 25, 26, .3);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(27, 25, 26, 0);
}

.form-control:focus {
  box-shadow: 0 0 0 2px rgba(27, 25, 26, .3);
}

.form-control:hover {
  box-shadow: 0 0 0 2px rgba(27, 25, 26, .3);
}

.form-default__message {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5rem;
  margin-top: .2rem;
  padding-left: 1.6rem;
  color: #e63e44;
}

textarea.form-control {
  height: auto;
  min-height: 4rem;
  resize: none;
}

.form-default__cell {
  width: 100%;
  padding: 0 1rem;
}

.form-default__cell.md {
  width: 50%;
}

.form-default__cell.right {
  text-align: right;
}

.form-default__cell.secondary .btn {
  margin-right: -1.6rem;
}

.form-default__cell.form-button__right .btn {
  margin-right: -1.6rem;
}

.form-default__cell.center {
  text-align: center;
}

.form-label {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  margin-bottom: .8rem;
  padding-left: 1.6rem;
  color: rgba(0, 0, 0, .6);
}

.form-default {
  position: relative;
}

.form-default .section-main__title {
  margin-bottom: 6rem;
}

.form-default.sm {
  max-width: 40rem;
  margin: 0 1.2rem 0 auto;
}

.form-default.active .form-default__item {
  visibility: hidden;
  opacity: 0;
}

.form-default.active .form-message {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.form-default .form-message {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.form-default .controls {
  margin-top: 2.9rem;
}

.form-default__footer {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.form-default__footer.center {
  text-align: center;
}

.form-default__link {
  text-align: center;
}

.form-default__link p {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5rem;
  margin: 0;
  color: rgba(0, 0, 0, .7);
}

.form-default__item + .form-default__item {
  margin-top: 5.2rem;
}

.select-default {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: .8rem;
}

.select-default.is-open .select-default__list {
  display: block;
}

.select-default.is-open .select-default__current {
  border-radius: .8rem .8rem 0 0;
  box-shadow: 0 .6rem 1.4rem rgba(0, 0, 0, .25);
}

.select-default.is-open .select-default__current:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-default:hover .select-default__current {
  color: rgba(0, 0, 0, .6);
}

.select-default__item {
  position: relative;
}

.select-default__current {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 4rem;
  padding-right: 4.2rem;
  padding-left: 1.8rem;
  cursor: pointer;
  -webkit-transition: border-radius .3s, box-shadow .3s, opacity .3s, color .3s;
  transition: border-radius .3s, box-shadow .3s, opacity .3s, color .3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  color: #000;
  border-radius: .8rem;
  background: rgba(255, 255, 255, .5);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-default__current:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1.4rem;
  height: .9rem;
  margin: 0 1rem 0 0;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMi45OTkzIDEuMTcxMzlMNy4zNDI0IDYuODI4MjRMMS42ODU1NSAxLjE3MTM5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.select-default__list {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 2.2rem 0;
  list-style: none;
  border-radius: 0 0 .8rem .8rem;
  background-color: #fff;
  box-shadow: 0 .6rem 1.4rem rgba(0, 0, 0, .25);
}

.select-default__option + .select-default__option {
  margin-top: 2rem;
}

.select-default__link {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  display: block;
  overflow: hidden;
  padding: 0 2rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}

.select-default__link:hover {
  color: rgba(0, 0, 0, .6);
}

.checkbox {
  position: relative;
  display: block;
  cursor: pointer;
}

.checkbox:hover .checkbox__label {
  color: rgba(0, 0, 0, .6);
}

.checkbox + .checkbox {
  margin-top: 1.2rem;
}

.checkbox__control {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.checkbox__label {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  position: relative;
  display: block;
  padding-left: 3.2rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.checkbox__label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  content: '';
  -webkit-transition: border-color .3s, background-color .3s;
  transition: border-color .3s, background-color .3s;
  border: 1px solid rgba(27, 25, 26, .3);
  border-radius: .4rem;
  background-color: #fff;
}

.checkbox__label::after {
  position: absolute;
  top: .5rem;
  left: .4rem;
  width: 1.2rem;
  height: 1rem;
  content: '';
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNC42MTgxOEw1LjExMTExIDcuNUwxMCAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.checkbox__label a {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.checkbox__label a:hover {
  border-bottom-color: transparent;
}

.form-center {
  width: 100%;
  max-width: 38rem;
  margin: 0 auto;
}

.checkbox__control:checked ~ .checkbox__label::before {
  border-color: #000;
  background-color: #000;
}

.checkbox__control:checked ~ .checkbox__label::after {
  opacity: 1;
}

.form-control__block {
  position: relative;
  width: 100%;
}

.form-control__block .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: .9rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.form-control__block .form-control {
  width: 100%;
}

.form-control__block .icon.view-open {
  opacity: 1;
}

.btn-eye {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 1.6rem;
  height: 100%;
  padding: 0;
}

.form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-grid a {
  margin-left: 1.5rem;
}

.form-grid__cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.controls {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.controls__item + .controls__item {
  margin-top: 1.5rem;
}

.black-white .form-control {
  border: 1px solid black;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}

.black-white .form-control:focus {
  box-shadow: 0 0 0 2px black;
}

.black-white .form-control:hover {
  box-shadow: 0 0 0 2px black;
}

.black-white .checkbox:hover .checkbox__label {
  color: black;
}

.black-white .radio:hover {
  opacity: 1;
}

.black-white .form-default__link p {
  font-size: 1.6rem;
  color: #000;
}

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

.counter-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  overflow: hidden;
  min-width: 1px;
  max-width: 5rem;
  padding: 0;
  text-align: center;
  text-overflow: ellipsis;
  color: #000;
  border: none;
  background-color: transparent;
}

.counter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-search__block {
  position: relative;
}

.form-search__block.md {
  max-width: 80rem;
  margin: 0 auto;
}

.form-search__block .btn-search {
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-search__block:hover .icon-search {
  fill: rgba(0, 0, 0, .6);
}

.form-search__block:hover .form-search {
  box-shadow: 0 0 0 2px rgba(27, 25, 26, .3);
}

.form-search {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.9rem;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 1rem 5rem 1rem 2rem;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  text-overflow: ellipsis;
  color: #000;
  border: 1px solid rgba(27, 25, 26, .3);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(27, 25, 26, 0);
}

.icon-search {
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: #000;
}

.form-message {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-message__text {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.2rem;
  text-align: center;
  color: #000;
}

.form-message__text + .form-message__footer {
  margin-top: 5.5rem;
}

.black-white .form-default__message {
  font-size: 1.6rem;
  color: #000;
}

.black-white .form-label {
  font-size: 1.6rem;
  color: #000;
}

.black-white .form-default__row + .form-default__row {
  margin-top: 2.6rem;
}

.black-white .checkbox__label {
  font-size: 1.6rem;
  line-height: 2rem;
}

.black-white .radio__text {
  color: #000;
}

.black-white .radio__text.highlighted {
  color: #000;
}

.black-white .select2-container--default .select2-selection--single {
  background: #000;
}

.black-white .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.black-white .select2-container--default .select2-selection--single .select2-selection__arrow b {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTIuOTk5MyAxLjE3MTM5TDcuMzQyNCA2LjgyODI0TDEuNjg1NTUgMS4xNzEzOSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPC9zdmc+DQo=');
}

.black-white .select-primary.dark .select2-container.select2-container--default .select2-selection--single {
  background: #fff;
}

.black-white .select-primary.dark .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.black-white .select-primary.dark .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTIuOTk5MyAxLjE3MTM5TDcuMzQyNCA2LjgyODI0TDEuNjg1NTUgMS4xNzEzOSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPC9zdmc+DQo=');
}

.banner {
  font-family: 'Inter', sans-serif;
  position: relative;
  padding: 6rem 0;
}

.banner.juicy {
  background: -webkit-linear-gradient(293.99deg, #ffde76 3.68%, #f7767a 105.45%);
  background: linear-gradient(156.01deg, #ffde76 3.68%, #f7767a 105.45%);
}

.banner-inner {
  position: relative;
}

.banner__title {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.9rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #ff002e;
}

.banner__text {
  margin-top: 4rem;
}

.banner__text p {
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  color: rgba(0, 0, 0, .6);
}

.banner__text strong {
  color: #000;
}

.banner-inner__body {
  position: relative;
  z-index: 1;
  max-width: 50%;
  margin: 0 0 0 auto;
}

.banner-body {
  padding-left: 2rem;
}

.banner__info {
  margin-top: 4.7rem;
}

.banner-footer {
  margin-top: 4.5rem;
}

.cost {
  font-family: 'Inter', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.cost.light {
  color: #fff;
}

.cost.lg .cost__value {
  font-size: 4rem;
  line-height: 4.8rem;
}

.cost.lg .cost__carrency {
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-left: 1.2rem;
}

.cost__value {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.2rem;
}

.cost__carrency {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  margin-left: .5rem;
}

.banner-inner__media {
  position: absolute;
  z-index: 1;
  bottom: -6rem;
  left: 0;
  width: 100%;
  max-width: 56rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.banner-inner__media::before {
  display: block;
  width: 100%;
  padding-top: 90%;
  content: '';
}

.black-white .banner.juicy {
  background: #000 !important;
}

.black-white .banner__btn-black-white {
  dispaly: block;
}

.black-white .banner-inner__media {
  background-image: none !important;
}

.black-white .banner__title {
  font-size: 2.4rem;
  color: #fff;
}

.black-white .banner__text p {
  font-size: 2.2rem;
  color: #fff;
}

.black-white .banner__text strong {
  color: #fff;
}

.black-white .cost__carrency {
  font-size: 1.8rem;
}

.black-white .cost__value {
  font-size: 2rem;
}

.black-white .aside-card__title {
  font-size: 2.2rem;
}

.banner__btn-black-white {
  display: none;
}

.banner-discount {
  position: relative;
  height: 100%;
  min-height: 17.8rem;
  padding: 4.8rem 6rem 5.2rem 3.4rem;
  border-radius: 2rem;
  background: -webkit-linear-gradient(left, #ffedb2 0%, #f7adaf 100%);
  background: linear-gradient(90deg, #ffedb2 0%, #f7adaf 100%);
}

html.black-white .banner-discount {
  padding: 3rem;
  background: transparent;
}

html.black-white .banner-discount__content {
  position: static;
  max-width: unset;
}

.banner-discount__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

html.black-white .banner-discount__text {
  font-size: 2rem;
  line-height: normal;
}

.article-primary {
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-bottom: 0;
  -webkit-transition: padding-bottom .2s linear;
  transition: padding-bottom .2s linear;
  -webkit-transition-delay: .2ms;
  transition-delay: .2ms;
  will-change: contents;
}

.article-primary::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.article-primary__body {
  padding: 2rem 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.article-primary__footer {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0rem;
  left: 0;
  visibility: hidden;
  padding: 2rem 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 0;
}

.article-primary__more {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: opacity .3s, border-color .3s;
  transition: opacity .3s, border-color .3s;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 1;
  border-bottom: .1rem solid rgba(0, 0, 0, .15);
}

.article-primary__more:hover {
  opacity: .6;
  border-color: transparent;
}

.article-primary__title {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.4rem;
  color: #000;
}

.article-primary__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-primary__label span {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  padding-bottom: .6rem;
  color: rgba(0, 0, 0, .6);
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.article-primary__preview {
  position: relative;
  overflow: hidden;
  border-radius: .8rem;
}

.article-primary__preview::before {
  display: block;
  padding-top: 58%;
  content: '';
  -webkit-transition: padding-top .2s linear;
  transition: padding-top .2s linear;
}

.article-primary__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url('../images/bg-card-default.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
}

.article-primary__image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: url('../images/bg-card-default.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.article-primary__icon {
  margin-right: .8rem;
}

.article-line {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.article-line__inner {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  color: #fff;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-line__inner.secondary {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-line__inner.dark .article-info__link {
  background-color: #000;
}

.article-line__inner.light .article-info__link {
  background-color: #fff;
}

.article-line__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-line__scheme {
  position: absolute;
  right: -6rem;
  bottom: -2rem;
  max-width: 24rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.article-line__scheme img {
  display: block;
  max-width: 100%;
}

.article-date time {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.2rem;
}

.article-place p {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.9rem;
  position: relative;
  max-width: 21.6rem;
  margin: 0;
}

.article-place p .icon {
  position: absolute;
  top: 0;
  left: -.8rem;
  display: block;
  width: .6rem;
  height: .6rem;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  border-radius: 100%;
}

.article-place a {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.9rem;
  position: relative;
  margin-left: 1.4rem;
  -webkit-transition: opacity .3s, border-color .3s;
  transition: opacity .3s, border-color .3s;
  opacity: 1;
  color: rgba(255, 255, 255, .6);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.article-place a:hover {
  opacity: .6;
  border-color: rgba(255, 255, 255, 0);
}

.article-place a::before {
  position: absolute;
  top: .5rem;
  left: -.7rem;
  width: .1rem;
  height: 1rem;
  content: '';
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .6);
}

.article-line__cell + .article-line__cell {
  margin-left: 8rem;
}

.article-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -.5rem;
}

.article-info img {
  display: block;
}

.article-info img + img {
  margin-left: 1.4rem;
}

.article-info__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-info__item:hover {
  background-color: rgba(255, 255, 255, .6);
}

.article-info__item:hover .article-info__text {
  opacity: 1;
}

.article-info__item:hover .icon {
  fill: rgba(0, 0, 0, .3);
}

.article-info__item .icon {
  width: 2rem;
  height: 2rem;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: #000;
}

.article-info__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-info__link .icon {
  fill: #fff;
}

.article-info__link .icon-resize {
  width: 1.4rem;
  height: 1.4rem;
}

.article-info__link .icon-download {
  width: 1.6rem;
  height: 1.8rem;
}

.article-info__link:hover {
  opacity: .6;
}

.article-info__cell + .article-info__cell {
  margin-left: 1.2rem;
}

.article-info__text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  position: absolute;
  top: -1.1rem;
  left: 50%;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding: .3rem .5rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  white-space: nowrap;
  opacity: 0;
  color: #000;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .04), 0 0 2px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .04);
}

.article-info__text::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  content: '';
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
}

.black-white .article-primary:hover .article-primary__label {
  opacity: 1;
}

.black-white .article-primary__footer {
  display: none;
}

.black-white .article-primary__head {
  display: none;
}

.black-white .article-place p .icon {
  background-color: #fff !important;
}

.black-white .article-primary__icon {
  display: none;
}

.black-white .article-primary__label span {
  font-size: 1.6rem;
  color: #000;
  border-color: #000;
}

.black-white .article-line__inner.dark .article-info__link {
  background-color: #fff;
}

.black-white .article-line__inner .icon-download,
.black-white .article-line__inner .icon {
  width: 2rem;
  height: 2.2rem;
  fill: #000;
}

.black-white .article-line__scheme {
  display: none;
}

.list-default {
  padding-left: 0;
  list-style-type: disc;
}

.list-default .list-default {
  margin-top: 2.4rem;
}

.list-default.secondary {
  list-style-type: none;
}

.list-default__item::marker {
  color: #e1e2dd;
}

.list-default__item + .list-default__item {
  margin-top: 4rem;
}

.list-default__item .list-default__item + .list-default__item {
  margin-top: 2.4rem;
}

.list-primary {
  padding-left: 0;
}

.list-primary__item {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, .6);
}

.list-primary__item::marker {
  color: #ced2cd;
}

.list-primary__item + .list-primary__item {
  margin-top: 1.5rem;
}

.menu-select__head {
  display: none;
}

.menu-select__body {
  position: relative;
  display: block;
}

.menu-select__text {
  overflow: hidden;
  max-width: 100%;
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}

.pagination {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination.light {
  color: rgba(255, 255, 255, .6);
}

.pagination.light .pagination__control {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .3);
  background-color: transparent;
}

.pagination__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 5.7rem;
  max-width: 6rem;
  height: 4rem;
  margin: 0 1.6rem;
  padding: 0 .5rem;
  text-align: center;
  text-overflow: ellipsis;
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination__control::-webkit-outer-spin-button,
.pagination__control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.black-white .pagination {
  font-size: 1.8rem;
}

.black-white .pagination.light {
  color: #fff;
}

.map-panorama {
  overflow: hidden;
  width: 100%;
  height: 67.2rem;
}

.map-panorama__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.list-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  padding-left: 0;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-tag {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.7rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 24px;
  background: rgba(225, 226, 221, .07);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-tag:hover {
  color: rgba(255, 255, 255, .6);
}

.list-tags__item {
  padding: 0 1rem;
}

.black-white .item-tag {
  color: #000;
  background: #fff;
}

.layout-panel {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity .3s, visibility .1s .1s, -webkit-transform .6s;
  transition: opacity .3s, visibility .1s .1s, -webkit-transform .6s;
  transition: opacity .3s, transform .6s, visibility .1s .1s;
  transition: opacity .3s, transform .6s, visibility .1s .1s, -webkit-transform .6s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  background-color: #e1e2dd;
}

.layout-panel .container {
  max-width: 130rem;
}

.layout-panel .layout-logo {
  color: #000;
}

.layout-panel .layout-logo::before {
  background-image: url(../images/logos/logo-black.svg);
}

.layout-panel .layout-logo__img {
  width: 8.6rem;
  height: 4.4rem;
}

.layout-panel .card-info__list {
  color: rgba(0, 0, 0, .6);
}

.layout-panel .menu-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: .05em;
  color: #000;
}

.layout-panel .menu-default__link {
  font-size: 1.6rem;
  color: #000;
}

.layout-panel .subscribe__label {
  color: #000;
}

.layout-panel .menu-default__item.bold .menu-default__link {
  font-weight: 700;
  color: #000;
}

.layout-panel__wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 6rem;
}

.layout-panel__head {
  position: relative;
  padding: 4rem 0 2.5rem 1.5rem;
  border-bottom: .1rem solid rgba(0, 0, 0, .15);
}

.layout-panel__head .layout-panel__inner {
  position: relative;
}

.layout-panel__body {
  padding: 6rem 0;
}

.layout-panel__close {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.layout-panel__close::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 4.8rem;
  height: 4.8rem;
  content: '';
  -webkit-transition: width .3s, height .3s;
  transition: width .3s, height .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #000;
}

.layout-panel__close .icon-cross {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.layout-panel__close:hover {
  opacity: .6;
}

.layout-panel__close:hover::after {
  width: 6rem;
  height: 6rem;
}

.layout-panel__search {
  display: none;
  max-width: 36rem;
  margin: 0 auto 6rem;
}

.layout-panel__search .form-search__block .btn {
  width: unset;
}

.layout-panel__search .form-search {
  border: 0;
  background-color: rgba(255, 255, 255, .5);
}

html.black-white .layout-panel__search .form-search {
  border: 1px solid #000;
}

.layout-panel__objects {
  padding-top: 6rem;
  border-top: .1rem solid rgba(0, 0, 0, .15);
}

.layout-panel__objects .card-info__title:hover {
  color: rgba(0, 0, 0, .6);
}

.layout-panel__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  padding-bottom: 6rem;
  padding-left: 1.5rem;
}

.layout-panel__menu {
  width: 75%;
  padding: 0 2rem;
}

.layout-panel__menu .grid-default {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-panel__menu .grid-default__cell {
  width: 33.333%;
}

.layout-panel__aside {
  width: 25%;
  padding: 0 2rem;
}

.open-panel {
  overflow: hidden;
}

.open-panel .layout-panel {
  visibility: visible;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.action-panel .btn {
  width: 100%;
  min-width: inherit;
}

.action-panel__head {
  margin-bottom: 12rem;
}

.action-panel__footer {
  margin-top: 4rem;
}

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

.layout-panel__footer .grid-default {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-panel__footer .subscribe {
  max-width: 38rem;
}

.layout-panel__footer .offset-right {
  padding-top: 2.5rem;
}

.layout-panel__footer .offset-right .btn {
  width: 23.8rem;
}

.layout-panel__footer .social-icons {
  padding-top: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-action {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-action.mobile {
  display: none;
}

.menu-action.account {
  margin: 4rem 0 6rem;
  padding: 0 1.7rem;
}

.menu-action.account .menu-action__link:hover {
  opacity: 1;
}

.menu-action.account .custom-link {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
}

.menu-action.account .menu-action__icon {
  background: #000;
}

.menu-action__item + .menu-action__item {
  margin-top: 2rem;
}

.menu-action__link,
.menu-action__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-action__link {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

.menu-action__link:hover {
  opacity: .6;
}

.menu-action__link.highlighted {
  color: #f14651;
}

.menu-action__link.custom-link {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.6rem;
  margin-bottom: 4rem;
  padding-left: 6.5rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.menu-action__label {
  font-size: 1.6rem;
  line-height: 1.375;
}

.menu-action__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 1.5rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  background-color: #000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.8rem;
  -ms-flex: 0 0 4.8rem;
  flex: 0 0 4.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-action__icon .icon {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  fill: #fff;
}

.menu-action__icon .icon-account {
  stroke: #fff;
}

.menu-action__icon .icon-search {
  fill: #fff;
}

.menu-action__icon .icon-search {
  width: 2.2rem;
  height: 2.2rem;
}

.menu-action__icon .icon-lang {
  width: 2.4rem;
  height: 2.4rem;
}

.black-white .card-info__list {
  font-size: 1.8rem;
  color: #fff;
}

.black-white .card-info__list a {
  color: #000 !important;
}

.black-white .layout-panel .card-info__list {
  color: #000;
}

.black-white .layout-panel .card-info__list mark {
  color: #000 !important;
}

.black-white .menu-action__link.link-version .menu-action__icon {
  background-color: transparent;
}

.black-white .menu-action__link.link-version .menu-action__icon .icon {
  fill: #000;
}

.black-white .layout-panel {
  background-color: #fff;
}

.black-white .menu-action__link.highlighted {
  color: #000;
}

.block-scroll {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
}

.block-scroll.scrolled {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in {
  -webkit-animation: fade-in 1s ease-in-out both;
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  -webkit-animation: slide-in-left 1s ease-in-out both;
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  -webkit-animation: slide-in-right 1s ease-in-out both;
  animation: slide-in-right 1s ease-in-out both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

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

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

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

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

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

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

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

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

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

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

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

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.section-bottom {
  position: fixed;
  z-index: 25;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  padding: 2.2rem 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  background-color: rgba(0, 0, 0, .8);
}

.section-bottom.hidden {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.section-bottom .container {
  max-width: 116rem;
}

.cookies-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookies-block__cell {
  padding: 0 3rem;
}

.cookies-block__cell p {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  margin: 0;
  letter-spacing: .02em;
  color: #fff;
}

.cookies-block__cell a {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  padding-bottom: .2rem;
  -webkit-transition: border-color .3s,    color .3s;
  transition: border-color .3s,    color .3s;
  letter-spacing: .02em;
  color: #fff;
  border-bottom: .7px solid rgba(255, 255, 255, .4);
}

.cookies-block__cell a:hover {
  border-color: rgba(255, 255, 255, 0);
}

.list-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem -.8rem 6rem;
  padding-right: 0;
  padding-left: 0;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 1.6rem;
}

.list-filters__item {
  padding: 0 .8rem;
}

.list-filters__item + .list-filters__item {
  position: relative;
}

.list-filters__item + .list-filters__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: .1rem;
  height: 1rem;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .3);
}

.item-filter {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.9rem;
  padding-bottom: .5rem;
  color: #000;
}

a.item-filter {
  -webkit-transition: color .3s,    border-color .3s;
  transition: color .3s,    border-color .3s;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

a.item-filter:hover {
  color: rgba(0, 0, 0, .6);
  border-color: rgba(0, 0, 0, 0);
}

.black-white .item-filter {
  font-size: 1.8rem;
}

.fancybox-bg {
  opacity: 1;
  background: #1b191a;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-button {
  top: 4rem;
  right: 4rem;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  border-radius: 100%;
  background: #000;
}

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

.fancybox-button:hover {
  color: rgba(255, 255, 255, .6);
}

.list-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  padding-left: 0;
  list-style-type: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-steps.light .list-steps__link {
  color: #fff;
}

.list-steps.light .list-steps__link.active {
  color: rgba(255, 255, 255, .6);
}

.list-steps.light .list-steps__item + .list-steps__item::before {
  background: rgba(255, 255, 255, .6);
}

.list-steps__link {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: 1;
  color: rgba(0, 0, 0, .15);
}

.list-steps__link.active {
  color: rgba(0, 0, 0, .6);
}

.list-steps__link:hover {
  opacity: .6;
}

.list-steps__link.disable {
  pointer-events: none;
}

span.list-steps__link {
  pointer-events: none;
}

.list-steps__item + .list-steps__item {
  position: relative;
  padding-left: 10rem;
}

.list-steps__item + .list-steps__item::before {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 6rem;
  height: .1rem;
  content: '';
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 20px;
  background: rgba(0, 0, 0, .2);
}

.black-white .list-steps__link {
  color: #000;
}

.branch-collections {
  position: relative;
  margin-top: 2rem;
}

.branch-collections .card-success__text,
.branch-collections .card-success__title {
  color: #fff;
}

.branch-collections__body {
  position: relative;
  overflow: hidden;
  max-height: 99.5rem;
  padding-bottom: 0;
  -webkit-transition: padding .3s;
  transition: padding .3s;
}

.branch-collections__body::before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24rem;
  content: '';
}

.branch-collections__body.branch-collections__open {
  max-height: none;
  padding-bottom: 6rem;
}

.branch-collections__body.branch-collections__open::before {
  display: none;
}

.branch-collections__body.branch-collections__open + .branch-collections__footer {
  visibility: hidden;
  opacity: 0;
}

.branch-collections__footer {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7rem 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aside-card {
  position: relative;
  padding: 2rem 2rem 3rem;
  border-radius: 8px 8px 0 0;
  background-color: #ced2cd;
}

.aside-card::after {
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 100%;
  height: 5rem;
  content: '';
  border-top: 10px solid transparent;
  background-image: -webkit-linear-gradient(transparent 50.5%, transparent 50.5%), -webkit-linear-gradient(bottom left, transparent 50.5%, #ced2cd 50.5%), -webkit-linear-gradient(bottom right, transparent 50.5%, #ced2cd 50.5%);
  background-image: linear-gradient(transparent 50.5%, transparent 50.5%), linear-gradient(to top right, transparent 50.5%, #ced2cd 50.5%), linear-gradient(to top left, transparent 50.5%, #ced2cd 50.5%);
  background-repeat: repeat, repeat-x, repeat-x;
  background-position: 0 0, 10px 0, 10px 0;
  background-clip: padding-box, border-box, border-box;
  /*  обрезаем края у общей заливки  */
  background-origin: padding-box, border-box, border-box, border-box, border-box;
  background-size: auto auto, 15px 15px, 15px 15px;
  /*  позиционируем зубцы относительно верхней границы, а фон относительно внутреннего отступа  */
}

.aside-card__cell + .aside-card__cell {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.aside-card__item + .aside-card__item {
  margin-top: 2.4rem;
}

.aside-card__label {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, .6);
}

.aside-card__label + .aside-card__info {
  margin-top: 1.2rem;
}

.aside-card__head + .aside-card__body {
  margin-top: 3rem;
}

.aside-card__body + .aside-card__footer {
  margin-top: 2.4rem;
}

.aside-card__footer {
  text-align: center;
}

.aside-card__info {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  color: #000;
}

.aside-card__name + span {
  display: block;
  margin-top: 1.5rem;
}

.aside-card__title {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.6rem;
  color: #000;
}

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

.black-white .aside-card {
  background-color: #000;
}

.black-white .aside-card::after {
  background-image: -webkit-linear-gradient(transparent 50.5%, transparent 50.5%), -webkit-linear-gradient(bottom left, transparent 50.5%, #000 50.5%), -webkit-linear-gradient(bottom right, transparent 50.5%, #000 50.5%);
  background-image: linear-gradient(transparent 50.5%, transparent 50.5%), linear-gradient(to top right, transparent 50.5%, #000 50.5%), linear-gradient(to top left, transparent 50.5%, #000 50.5%);
}

.black-white .aside-card__title,
.black-white .aside-card__label,
.black-white .aside-card__title,
.black-white .cost {
  color: #fff;
}

.black-white .aside-card__label,
.black-white .aside-card__info {
  font-size: 1.8rem;
  line-height: 2rem;
}

.black-white .aside-card__info {
  color: #fff;
}

.black-white .aside-card__info span {
  color: #fff !important;
}

.black-white .aside-card__name span {
  color: #fff !important;
}

.page-image {
  position: relative;
}

.bg-images {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.bg-images__row {
  width: 100%;
  min-width: 1440px;
}

.bg-images__item {
  width: 100%;
  height: 100%;
}

.bg-images__image {
  width: 100%;
}

.bg-images__row {
  width: 100%;
}

.black-white .bg-images {
  display: none;
}

.contacts-list__head {
  margin-bottom: 4rem;
  text-align: center;
}

.contacts-list__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 .4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 8rem;
  column-gap: 8rem;
}

.contacts-list__row + .contacts-list__row {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.contacts-list__cell {
  max-width: 21.6rem;
  margin-bottom: 1.6rem;
}

.contacts-list__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-list__name {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.2rem;
  color: #000;
}

.contacts-list p {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  margin: 0;
  color: rgba(0, 0, 0, .6);
}

.contacts-list .telephone-link {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.contacts-list .section-title {
  letter-spacing: unset;
}

.contacts-list .email-link {
  font-size: 1.4rem;
  border-width: 1px;
}

.contacts-list__row + .contacts-list__head {
  margin-top: 10rem;
}

.black-white .contacts-list p {
  font-size: 1.6rem;
  color: #000;
}

.black-white .contacts-list .telephone-link {
  font-size: 1.8rem;
}

.black-white .contacts-list .email-link {
  font-size: 1.8rem;
  border-color: #000;
}

.black-white .telephone-text {
  font-size: 1.6rem;
  margin-top: 1rem;
  color: #000;
}

.black-white .telephone-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.black-white .section-contacts .card-info__list p {
  color: #000;
}

.black-white .section-contacts .card-info__list mark {
  color: #000 !important;
}

.black-white .section-contacts .museum .icon {
  background-color: #000 !important;
}

.card-ticket {
  font-family: 'Inter', sans-serif;
}

.card-status {
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: #000;
}

.card-status.active {
  color: #3ab48f;
}

.card-name {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.7rem;
  color: #000;
}

.card-label {
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.7rem;
  color: rgba(0, 0, 0, .5);
}

.card-list-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.card-info__item {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 19px;
  position: relative;
  color: rgba(0, 0, 0, .5);
}

.card-info__item:first-child {
  color: #000;
}

.card-info__item:last-child::before {
  display: none;
}

.card-info__item:not(:only-child) {
  margin-top: 0;
  padding-right: 1.6rem;
}

.card-info__item:not(:only-child)::before {
  position: absolute;
  top: 0;
  right: .5rem;
  content: '/';
  color: rgba(0, 0, 0, .5);
}

.card-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.card-ticket__head {
  position: relative;
}

.card-ticket__head + .card-ticket__body {
  margin-top: 2.5rem;
}

.card-ticket__body + .card-ticket__footer {
  margin-top: 2.5rem;
}

.card-content__item {
  margin: 1.2rem 0;
}

.card-content__item p {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 0;
}

.card-content__item + .card-content__item {
  margin-top: 1.2rem;
}

.card-link {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

.card-link:hover {
  opacity: .6;
}

.black-white .card-status.active {
  color: #000;
}

.black-white .card-label {
  color: #000;
}

.black-white .card-info__item {
  color: #000;
}

.contacts-pay {
  margin-top: 10rem;
  padding: 12rem 0 6rem;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.contacts-pay__inner {
  padding: 2rem;
}

.contacts-pay__info {
  font-size: 1.4rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}

.contacts-pay__info-group {
  width: 100%;
  max-width: 51.2rem;
}

.contacts-pay__info-group:not(:last-child) {
  margin-right: 8rem;
}

.contacts-pay__info-group p,
.contacts-pay__info-group a {
  line-height: 1.7rem;
  display: inline-block;
  color: #000;
}

.contacts-pay__info-group a {
  padding-bottom: .4rem;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.contacts-pay__info-group a:hover {
  border-color: #000;
}

.contacts-pay__info-group p:not(:last-child),
.contacts-pay__info-group a:not(:last-child) {
  margin-bottom: 1.6rem;
}

.contacts-pay__img {
  width: 100%;
  max-width: 110.4rem;
  height: auto;
}

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  outline: 0;
}

.modal.fade {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.modal.show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-inner {
  position: relative;
  width: auto;
  max-width: 55.2rem;
  margin: 0 auto;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5rem auto;
  padding: 2rem;
  pointer-events: auto;
  border-radius: 2rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.modal-content__title {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.7rem;
  color: #000;
}

.modal-content__title.error {
  position: relative;
  padding-left: 2.4rem;
}

.modal-content__title.error::before {
  position: absolute;
  top: .2rem;
  left: 0;
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOSIgY3k9IjkuNSIgcj0iOSIgZmlsbD0iI0YxNDY1MSIvPgo8cGF0aCBkPSJNMTAuMTU4MyA0LjA5Mzc1TDkuOTU1MDQgMTEuNTY4N0g4LjA0NzJMNy44Mzg2OSA0LjA5Mzc1SDEwLjE1ODNaTTkuMDAxMTIgMTQuOTA0OEM4LjY1NzA4IDE0LjkwNDggOC4zNjE2OSAxNC43ODMyIDguMTE0OTYgMTQuNTRDNy44NjgyMyAxNC4yOTMyIDcuNzQ2NiAxMy45OTc4IDcuNzUwMDcgMTMuNjUzOEM3Ljc0NjYgMTMuMzEzMiA3Ljg2ODIzIDEzLjAyMTMgOC4xMTQ5NiAxMi43NzgxQzguMzYxNjkgMTIuNTM0OCA4LjY1NzA4IDEyLjQxMzIgOS4wMDExMiAxMi40MTMyQzkuMzMxMjUgMTIuNDEzMiA5LjYyMTQyIDEyLjUzNDggOS44NzE2MyAxMi43NzgxQzEwLjEyMTggMTMuMDIxMyAxMC4yNDg3IDEzLjMxMzIgMTAuMjUyMiAxMy42NTM4QzEwLjI0ODcgMTMuODgzMiAxMC4xODc5IDE0LjA5MzQgMTAuMDY5NyAxNC4yODQ1QzkuOTU1MDQgMTQuNDcyMiA5LjgwMzg3IDE0LjYyMzQgOS42MTYyMSAxNC43MzhDOS40Mjg1NSAxNC44NDkyIDkuMjIzNTIgMTQuOTA0OCA5LjAwMTEyIDE0LjkwNDhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
}

.modal-content__head {
  position: relative;
}

.modal-content__head + .modal-content__body {
  margin-top: 2rem;
}

.modal-content__head .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-content__body .grid-default__cell:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-content__text {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.1rem;
  color: #000;
}

.black-white .flickity-prev-next-button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-list__item + .search-list__item {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e5e5e5;
}

.preloader-block {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0;
  background-color: rgba(255, 255, 255, .6);
}

.preloader-block__inner {
  position: absolute;
  z-index: 13;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 9rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle {
  width: 1rem;
  height: 1rem;
  margin-right: 3rem;
  -webkit-animation: move 700ms linear 0ms infinite;
  animation: move 700ms linear 0ms infinite;
  border-radius: 100%;
  background-color: #000;
}

.circle:first-child {
  position: absolute;
  left: 0;
  -webkit-animation: grow 700ms linear 0ms infinite;
  animation: grow 700ms linear 0ms infinite;
}

.circle:last-child {
  position: absolute;
  right: 0;
  margin-right: 0;
  -webkit-animation: grow 700ms linear 0s infinite reverse;
  animation: grow 700ms linear 0s infinite reverse;
}

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}

@keyframes move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}

.card-default {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -webkit-transition: padding-bottom .2s linear;
  transition: padding-bottom .2s linear;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -ms-transition-duration: .2s;
  transition-duration: .2s;
  border: none;
}

.card-default.lg .card-default__preview:before {
  padding-top: 58%;
}

.card-default::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card-default .icon {
  width: 2rem;
  height: 2rem;
  fill: #000;
  fill-opacity: .15;
}

.card-default .icon + .icon {
  margin-left: .8rem;
}

.card-default.search .card-default__label {
  font-size: 1.2rem;
}

.card-default.search .card-default__label::before {
  margin: .3rem 0 0 -1.3rem;
  background-color: rgba(0, 0, 0, .25);
}

.card-default.search .card-default__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}

.card-default.search .card-default__info {
  margin: 0 0 1.2rem;
}

.card-default.search .card-default__time li time {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #000;
}

.card-default__link {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card-default__body {
  padding: 2rem 2rem 4rem;
  -webkit-transition: padding .3s linear;
  transition: padding .3s linear;
  will-change: padding;
}

.card-default__preview {
  position: relative;
  overflow: hidden;
  border-radius: .8rem;
}

.card-default__preview::before {
  display: block;
  padding-top: 100%;
  content: '';
  -webkit-transition: padding-top .2s linear;
  transition: padding-top .2s linear;
}

.card-default__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url('../images/bg-card-default.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  object-fit: cover;
}

.card-default__image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: url('../images/bg-card-default.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.card-default__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: block;
  margin-bottom: 2rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: 1;
  color: #000;
}

.card-default__label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: .6rem;
  height: .6rem;
  margin: .6rem 0 0 -1.3rem;
  content: '';
  border-radius: 50%;
  background-color: #fff;
}

.card-default__label--black-white {
  display: none;
}

.card-default__label.secondary {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  text-transform: none;
  color: rgba(0, 0, 0, .6);
}

.card-default__label.secondary:before {
  display: none;
}

.card-default__title {
  font-size: 2.4rem;
  line-height: 1;
  display: block;
  margin-bottom: 2rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.card-default__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-default__time a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.card-default__time a:hover {
  opacity: .6;
}

.card-default__time li {
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
}

.card-default__time li time {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .6);
}

.card-default__time li + li {
  padding-left: 1.4rem;
}

.card-default__time li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: .1rem;
  height: 1rem;
  margin: 0 0 0 .6rem;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, .3);
}

.card-default__description {
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(0, 0, 0, .6);
}

.card-default__description p {
  margin: 0;
}

.card-default__description p + p {
  margin-top: 1.2rem;
}

.card-default__description strong {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2rem;
  color: #000;
}

.card-default__description + .card-default__label {
  margin-top: 1.6rem;
  margin-bottom: 0;
}

.card-default__text {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.7rem;
  color: #000;
}

.card-default__footer {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 4rem;
  left: 0;
  padding: 0 2rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}

.card-default__footer a,
.card-default__footer span {
  -webkit-transition: border-color .3s, opacity .3s;
  transition: border-color .3s, opacity .3s;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.card-default__footer:hover a,
.card-default__footer:hover span {
  border-color: transparent;
}

.card-default__more {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 1;
}

.card-default__more:hover {
  opacity: .6;
}

.card-default__info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.6rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none;
  opacity: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .8rem;
  column-gap: .8rem;
  row-gap: 1rem;
}

.card-default__info .card-default__time {
  margin: 0;
}

.card-default__info .card-default__time a {
  pointer-events: all;
}

.card-default__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-default__icon img + img {
  margin-left: .8rem;
}

.black-white .card-default__head {
  display: none;
}

.black-white .card-default__description {
  font-size: 1.6rem;
}

.black-white .card-default__description p {
  color: #000 !important;
}

.black-white .card-default__description strong {
  font-size: 2rem;
  line-height: 2.4rem;
}

.black-white .card-default__time li time {
  font-size: 1.6rem;
  color: #000;
}

.black-white .card-default__footer {
  display: none;
}

.black-white .card-default:hover .card-default__info,
.black-white .card-default:hover .card-default__description,
.black-white .card-default:hover .card-default__time {
  position: relative;
  opacity: 1;
}

.black-white .card-default:hover .card-default__label.secondary {
  opacity: 1;
}

.black-white .card-default .icon {
  fill-opacity: 1;
}

.black-white .card-default__label.secondary {
  font-size: 1.6rem;
  color: #000;
}

.card-primary {
  position: relative;
  display: block;
}

.card-primary:before {
  display: block;
  padding-top: calc(450 / 380 * 100%);
  content: '';
}

.card-primary.default .card-primary__title {
  height: 7.2rem;
}

.card-primary.secondary .card-primary__body {
  top: 55%;
  bottom: auto;
}

.card-primary__body {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3rem;
  color: #fff;
}

.card-primary__label {
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 3rem;
}

.card-primary__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  display: -moz-box;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.card-primary__panel {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: height .3s;
  transition: height .3s;
  border-radius: 1rem;
  background-image: url('../images/bg-card-default.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
}

.card-primary__panel:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(top, rgba(27, 25, 26, 0) 0%, rgba(27, 25, 26, .6) 100%);
  background: linear-gradient(180deg, rgba(27, 25, 26, 0) 0%, rgba(27, 25, 26, .6) 100%);
}

.card-primary__footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
  padding: .5rem 3rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-primary__more {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: opacity .3s, border-color .3s;
  transition: opacity .3s, border-color .3s;
  vertical-align: top;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.card-primary__more:hover {
  opacity: .6;
  border-color: transparent;
}

.card-primary__description {
  margin-top: 2rem;
}

.card-primary__description .cost {
  margin-bottom: 2rem;
}

.card-primary__description strong {
  position: relative;
  display: inline;
  padding-right: 1rem;
  color: #fff;
}

.card-primary__description strong::after {
  position: absolute;
  top: .4rem;
  right: .3rem;
  width: .1rem;
  height: 1rem;
  content: '';
  border-radius: 3px;
  background-color: #000;
}

.card-primary__description p {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  display: inline;
  margin: 0;
  color: rgba(255, 255, 255, .6);
}

.black-white .card-primary__panel {
  position: relative;
  background-image: none !important;
}

.black-white .card-primary__panel::before {
  display: none;
}

.black-white .card-primary__body {
  color: #000;
}

.black-white .card-primary::before {
  display: none;
}

.black-white .card-primary__body {
  position: relative;
}

.black-white .card-primary__description .cost {
  color: #000;
}

.black-white .card-primary__description p,
.black-white .card-primary__description strong {
  font-size: 1.8rem;
  line-height: 2;
  color: #000;
}

.black-white .card-primary__description strong::after {
  height: 1.4rem;
}

.black-white .card-primary__footer {
  position: relative;
}

.card-success {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-transition: padding .3s;
  transition: padding .3s;
  border-radius: 1rem;
  will-change: contents;
}

.card-success__preview {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  border-radius: 1rem;
}

.card-success__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: margin .3s;
  transition: margin .3s;
  border-radius: 0 0 1rem 1rem;
  object-fit: cover;
  object-position: 50% 50%;
}

.card-success__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6rem;
  padding: 1rem 2rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 0;
}

.card-success__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: .5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.card-success__text {
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.card-info {
  padding-left: 1.5rem;
}

.card-info.type-1 mark {
  color: var(--color-1);
}

.card-info.type-1 .card-info__title:before {
  background-color: var(--color-1);
}

.card-info.type-2 mark {
  color: #dc7e4a;
}

.card-info.type-2 .card-info__title:before {
  background-color: #dc7e4a;
}

.card-info.type-3 mark {
  color: #f14651;
}

.card-info.type-3 .card-info__title:before {
  background-color: #f14651;
}

.card-info.type-4 mark {
  color: #3ab48f;
}

.card-info.type-4 .card-info__title:before {
  background-color: #3ab48f;
}

.card-info__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: block;
  min-height: 7.2rem;
}

.card-info__title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: .6rem 0 0 -1.6rem;
  content: '';
  border-radius: 50%;
}

.card-info__head + .card-info__body {
  margin-top: 2rem;
}

.card-info__body + .card-info__footer {
  height: -webkit-fit-content;
  height: fit-content;
  margin-top: 4rem;
  text-align: center;
}

.card-info__list {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .6);
}

.card-info__list p {
  margin: 0;
}

.card-info__list p + p {
  margin-top: .2rem;
}

.card-info__list strong {
  font-weight: 400;
}

.card-info__list li + li {
  margin-top: 2rem;
}

.card-info__list mark {
  background-color: transparent;
}

.card-info__list.dark {
  color: rgba(0, 0, 0, .6);
}

.card-info__list a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

.card-info__list a:hover {
  opacity: .6;
}

.card-info__list ul {
  margin-top: 1.5rem;
  padding-left: 0;
  list-style-type: none;
}

.card-info__list ul li {
  margin: 0;
}

.card-info__list ul li + li {
  margin-top: .2rem;
}

.black-white mark {
  color: #fff;
  background: #000;
}

.black-white .card-info__list mark {
  color: #fff !important;
  background: transparent;
}

.accordion-block {
  max-width: 85rem;
  margin: 0 auto;
}

.section-light-gray .accordion-block__title .icon-plus::after,
.section-light-gray .accordion-block__title .icon-plus::before {
  background-color: #a5a8a4;
}

.section-light-gray .accordion-block__item + .accordion-block__item {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.accordion-block__title {
  font-family: 'Inter', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-block__title .icon-plus {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.2rem;
}

.accordion-block__title .icon-plus::after,
.accordion-block__title .icon-plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transition: background-color .3s, -webkit-transform .3s;
  transition: background-color .3s, -webkit-transform .3s;
  transition: background-color .3s, transform .3s;
  transition: background-color .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 3px;
  background-color: #e5e5e5;
}

.accordion-block__title .icon-plus::after {
  width: 1.6rem;
  height: .3rem;
}

.accordion-block__title .icon-plus::before {
  width: .3rem;
  height: 1.6rem;
}

.accordion-title {
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
}

.accordion-block__text-container {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  -webkit-transition: max-height .3s ease, margin-top .3s ease;
  transition: max-height .3s ease, margin-top .3s ease;
  will-change: max-height, margin-top;
}

.accordion-block__item {
  padding: 2rem;
}

.accordion-block__item.active .accordion-block__text-container {
  margin-top: 4rem;
}

.accordion-block__item.active .icon-plus::after,
.accordion-block__item.active .icon-plus::before {
  background-color: #000;
}

.accordion-block__item.active .icon-plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.accordion-block__item + .accordion-block__item {
  border-top: 1px solid #e5e5e5;
}

.accordion-text {
  max-width: 55.2rem;
  margin: 0 auto;
}

.accordion-text p {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  margin: 0;
  color: #000;
}

.accordion-text p + p {
  padding-top: 1.5rem;
}

.accordion-text strong {
  font-weight: bold;
}

.accordion-text a {
  font-weight: bold;
  padding-bottom: .2rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .section-light-gray .accordion-block__title .icon-plus::before,
.black-white .section-light-gray .accordion-block__title .icon-plus::after {
  background-color: #000;
}

.black-white .accordion-block__title .icon-plus::before,
.black-white .accordion-block__title .icon-plus::after {
  background-color: #000;
}

.card-text {
  padding: 4rem;
  color: #fff;
  border-radius: 8px;
  background-color: #fff;
}

.card-text.dark {
  background-color: #1b191a;
}

.card-text__body {
  padding-top: 4rem;
}

.card-text__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-text__panel p {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  overflow: hidden;
  max-height: 14rem;
  margin: 0;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, .6);
}

.card-text__cell {
  padding: 0 3rem;
}

.card-text__cell .btn-default {
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.card-text__title {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 3.2rem;
  color: inherit;
}

.black-white .card-text__panel p {
  color: #fff;
}

.article-default__content {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
}

.article-default__content strong {
  font-weight: bold;
}

.article-default__content strong.article-main {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 3.2rem;
  margin: 4rem 0;
  color: #000;
}

.article-default__content p {
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.7rem;
  margin: 2rem 0;
  color: rgba(0, 0, 0, .7);
}

.article-default__content h2 {
  font-family: 'Cormorant Unicase', serif;
  font-size: 4.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 5.8rem;
  margin: 6rem 0 4rem;
  text-align: center;
  text-transform: lowercase;
  color: #000;
}

.article-default__content a:not(.btn) {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.article-default__content a:not(.btn):hover {
  border-color: transparent;
}

.article-default__content .btn {
  margin: 2rem 0;
}

.article-default__content a.card-default {
  border: none;
}

.article-default__content blockquote {
  position: relative;
  margin: 10rem 0;
}

.article-default__content blockquote p {
  font-family: 'Inter', sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  font-style: italic;
  line-height: 4rem;
  text-align: center;
  color: #000;
}

.article-default__content blockquote::after,
.article-default__content blockquote::before {
  position: absolute;
  left: 50%;
  width: 16rem;
  height: .1rem;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

.article-default__content blockquote::before {
  top: -3rem;
}

.article-default__content blockquote::after {
  bottom: -3rem;
}

.article-default__content ol,
.article-default__content ul {
  padding-right: 4rem;
  padding-left: 6rem;
}

.article-default__content li {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.7rem;
  color: rgba(0, 0, 0, .7);
}

.article-default__content li + li {
  margin-top: .8rem;
}

.article-default__content figure {
  margin: 6rem -6rem;
}

.article-default__content figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.article-default__content figure.lg {
  margin: 6rem -56rem;
}

.article-default__content figure.lg img {
  width: 100%;
}

.article-default__content figcaption {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-align: center;
  color: rgba(0, 0, 0, .6);
}

.article-default__content cite {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  display: block;
  margin-top: 6rem;
  color: rgba(0, 0, 0, .6);
}

.article-default__content .slider-primary .flickity-viewport {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 55rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-default__content .slider-primary .flickity-viewport::before {
  position: absolute;
  z-index: 1;
  top: -10rem;
  left: 0;
  width: 100vw;
  height: calc(100% + 20rem);
  content: '';
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
  background-color: inherit;
}

.article-default__content .slider-primary .flickity-slider {
  height: 51rem;
}

.article-default__content .slider-primary .flickity-button.previous {
  display: none;
}

.article-default__content .slider-primary .flickity-button.next[disable] {
  display: none;
}

.article-default__content .slider-primary .flickity-page-dots {
  display: none;
}

.article-default__content .slider-primary figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.article-default__content .slider-primary .slider-img {
  height: -webkit-fit-content;
  height: fit-content;
}

.article-default__content .slider-primary img {
  width: auto;
  height: auto;
  max-height: 42rem;
  object-fit: contain;
}

.article-default__content .h1 {
  font-family: 'Cormorant Unicase', serif;
  font-size: 7.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 8.7rem;
  display: block;
  margin: 6rem 0 4rem;
  text-transform: lowercase;
}

.article-default__content .h1:first-child {
  margin-top: 0;
}

.article-default__content.left h2 {
  text-align: left;
}

.article-default__description {
  font-size: 1.8rem;
  font-style: italic;
  line-height: 2.5rem;
  margin-top: 1.6rem;
}

.article-default__head {
  margin-bottom: 3.2rem;
}

.text-description__info ul {
  padding-left: 0;
  list-style-type: none;
}

.text-description__info li {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, .6);
}

.text-description__info li + li {
  margin-top: 1.2rem;
}

.text-description__info {
  margin-top: 4rem;
}

.text-description__footer {
  margin-top: 4rem;
}

.article-block__inner {
  margin: 6rem 0;
}

.article-block__media {
  position: relative;
  width: calc(100% + 12rem);
  margin: 0 -6rem;
}

.article-block__media::before {
  display: block;
  width: 100%;
  padding-top: 56.03448%;
  content: '';
}

.article-block__media iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-block__title {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  margin-top: 1rem;
  text-align: center;
  color: rgba(0, 0, 0, .6);
}

.article-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem -2rem;
}

.article-description__img {
  overflow: hidden;
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
}

.article-description__img img {
  width: 100%;
}

.article-description__cell {
  padding: 0 2rem;
}

.article-description__name {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.4rem;
  color: #000;
}

.article-description__label {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  margin-top: 1.2rem;
  color: rgba(0, 0, 0, .6);
}

.article-description__body {
  margin-top: 2.4rem;
}

.article-description__body p {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: normal;
  font-style: italic;
  line-height: 2.8rem;
  color: #000;
}

.article-default__content {
  position: relative;
}

.floating-article {
  float: right;
  width: 100%;
  max-width: 25.6rem;
  margin-left: 4rem;
}

.floating-article .card-default__label:before {
  background-color: #000;
}

.floating-article .card-default__time {
  padding-right: 0;
  padding-left: 0;
}

.floating-article.hidden {
  display: none;
}

.article-default__slider {
  position: relative;
  margin: 4rem 0;
  background-color: inherit;
}

.article-default__slider figure {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0;
}

.article-default__slider .flickity-prev-next-button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article-default__slider .flickity-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-default__slider .flickity-viewport {
  background-color: inherit;
}

.article-default__slider .slider-primary {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  background-color: inherit;
}

.article-default__slider.loading {
  max-height: 20rem;
}

.article-default__slider.loading .preloader-block {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
}

.article-default__slider.loading .slider-primary {
  opacity: 0;
}

.article-title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 4.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.8rem;
  margin: 2.4rem 0;
  text-align: center;
  text-transform: lowercase;
  color: #000;
}

.article-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin: 0;
  text-align: center;
}

html.black-white .article-subtitle {
  font-size: 1.8rem;
  color: #000 !important;
}

.article-author {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.6rem;
  display: block;
  margin: 2.4rem 0;
  text-align: center;
  color: #000;
}

.black-white .article-default__content {
  background-color: #fff !important;
}

.black-white .article-default__content figure {
  display: none;
}

.black-white .article-default__content .article-default__slider {
  display: none;
}

.black-white .article-default__content .article-block__inner {
  display: none;
}

.black-white .article-default__content .article-description__img {
  display: none;
}

.black-white .article-default__content p {
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
}

.black-white .article-default__content li {
  color: #000;
}

.black-white .article-default__content cite {
  color: #000;
}

.black-white .article-description__label {
  font-size: 1.6rem;
  color: #000;
}

.black-white .text-description__info li {
  font-size: 1.6rem;
  color: #000;
}

.list-object__item {
  display: block;
  padding: 2rem;
  border-radius: 8px;
  background-color: #fff;
}

.list-object__item + .list-object__item {
  margin-top: .4rem;
}

.list-object__item.dark {
  background-color: #ced2cd;
}

.list-object__item.dark ul:not(.card-list-info) {
  margin-top: 3.4rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-object__item.dark li:not(.card-info__item) {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  color: #000;
}

.list-object__item.dark li:not(.card-info__item) + li {
  margin-top: 1rem;
}

a.list-object__item {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

a.list-object__item:hover {
  opacity: .6;
}

.list-object {
  position: relative;
}

.list-object + .list-object {
  margin-top: 8rem;
}

.list-object .tickets-info__label,
.list-object .tickets-info__name {
  max-width: 56rem;
}

.list-object .tickets-info__label {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.list-object.secondary {
  margin-top: 4rem;
}

.list-object.secondary .list-object__item {
  padding: 3rem;
  border-radius: 20px;
}

.list-object.secondary .list-object__item + .list-object__item {
  margin-top: 2rem;
}

.list-object.secondary .list-object__item + .dark {
  margin-top: 6rem;
}

.list-object.md {
  max-width: 55.2rem;
  margin: 0 auto;
}

.list-object__banner-discount {
  position: absolute;
  top: 0;
  right: -43rem;
  width: 35.2rem;
  height: auto;
}

.list-object__group + .list-object__group {
  margin-top: 4rem;
}

.list-object__cell + .list-object__cell {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

.list-object__cell.title + .list-object__cell {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: none;
}

.list-object__head {
  margin-bottom: 4rem;
}

.list-object__head + .list-object__cell {
  margin-top: 2rem;
}

.list-object-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.4rem;
  color: #000;
}

.list-object-title span {
  opacity: .4;
}

.list-object-title + .list-object-label {
  margin-top: 1rem;
}

.list-object-head {
  overflow: hidden;
  margin-bottom: 4rem;
}

.list-object-label {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: #000;
}

.list-object__title {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.2rem;
  color: #000;
}

.list-object__title span {
  opacity: .4;
}

.list-object__label {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  margin-top: 1.2rem;
  color: rgba(0, 0, 0, .6);
}

.list-object__title {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.2rem;
  margin: 0;
  color: #000;
}

.list-object__address {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 2.6rem;
  color: rgba(0, 0, 0, .6);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.list-object-footer {
  margin-top: 4rem;
  text-align: center;
}

.black-white .list-object__item.dark {
  background-color: #fff;
}

.black-white .list-object-title span {
  opacity: 1;
}

.black-white .list-object__title {
  font-size: 2.2rem;
}

.black-white .list-object__title span {
  opacity: 1;
}

.black-white .tickets-info__name span {
  opacity: 1;
}

.black-white .list-object__label {
  font-size: 1.6rem;
}

.black-white .tickets-info__name {
  font-size: 2rem;
}

.list-object__name span {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 2.2rem;
  color: rgba(0, 0, 0, .4);
}

.article-success {
  position: relative;
  display: block;
}

.article-success.lg .article-success__media::before {
  display: block;
  width: 100%;
  padding-top: 46.3768%;
  content: '';
}

.article-success.lg .article-success__body {
  padding: 0 7rem;
}

.article-success.md .article-success__media::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.article-success.md .article-success__body {
  padding: 0 5rem;
}

.article-success:hover .article-success__title {
  opacity: .6;
}

.article-success__media {
  position: relative;
  overflow: hidden;
  border-radius: .8rem;
}

.article-success__media::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(top, rgba(27, 25, 26, 0) 0%, rgba(27, 25, 26, .8) 100%);
  background: linear-gradient(180deg, rgba(27, 25, 26, 0) 0%, rgba(27, 25, 26, .8) 100%);
}

.article-success__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/bg-card-default.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.article-success__title {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.9rem;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: 1;
}

.article-success__title.main {
  position: relative;
}

.article-success__title.main::before,
.article-success__title.main::after {
  position: absolute;
  top: 50%;
  width: 50%;
  height: .1rem;
  content: '';
  background-color: #fff;
}

.article-success__title.main::before {
  margin-left: calc(-50% - 4rem);
}

.article-success__title.main::after {
  margin-left: 4rem;
}

.article-success__body {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.article-success__block {
  max-width: 55.2rem;
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
}

.black-white .article-success__image {
  display: none;
}

.black-white .article-success__media::before,
.black-white .article-success__media::after {
  display: none;
}

.black-white .article-success__body {
  color: #000;
}

.black-white .article-success.lg .article-success__media::before {
  display: none;
}

.card-map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  max-height: -webkit-fit-content;
  max-height: fit-content;
  border-radius: .8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.card-map__panel {
  padding: 4rem;
}

.card-map__media {
  position: relative;
  overflow: hidden;
}

.card-map__media::before {
  display: block;
  width: 100%;
  padding-top: 56.8421%;
  content: '';
}

.card-map__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.card-map__info {
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.card-map__info strong {
  font-size: 2.2rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.8rem;
}

.card-map__info address {
  font-size: 1.7rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  margin-top: 2rem;
}

.card-map__footer {
  margin-top: 4rem;
  text-align: center;
}

.article-light {
  width: 100%;
}

.article-light .author-template {
  margin-bottom: 4rem;
}

.article-light__content {
  font-size: 1.8rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, .7);
}

.article-light__content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 4rem 0 2rem;
  color: #000;
}

.article-light__content p {
  margin: 0;
}

.article-light__content p + p {
  margin-top: 2rem;
}

.article-light__content > div:last-child:not(.article-light__text) {
  margin-bottom: -10rem;
}

.article-light__content strong {
  font-weight: bold;
}

.article-light__content strong.article-main {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 3.2rem;
  display: block;
  margin: 4rem 0;
  color: #000;
}

.article-light__footer {
  margin-top: 4rem;
}

.article-light__author {
  font-size: 1.8rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, .6);
}

.article-light__author p {
  margin: 0;
}

.article-light__text {
  max-width: 82rem;
  margin: 0 auto;
}

.article-light__head {
  max-width: 82rem;
  margin: 0 auto 8rem;
}

.artile-light__title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin: 0 0 4rem 0;
  text-align: center;
  text-transform: lowercase;
}

.article-light__description {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.article-light__description p {
  margin: 0;
}

.author-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.author-template__head {
  width: 14rem;
  padding-right: 2rem;
}

.author-template__avatar {
  width: 100%;
  max-width: 12rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.author-template__avatar:before {
  display: block;
  padding-top: 100%;
  content: '';
}

.author-template__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 1rem;
}

.author-template__label {
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
}

.author-template__description {
  font-size: 2rem;
  font-style: italic;
  line-height: 1.4;
  margin-top: 2rem;
}

.author-template__description p {
  margin: 0;
}

.author-template__description p + p {
  margin-top: 1.5rem;
}

.black-white .author-template__head {
  display: none;
}

.black-white .article-light__content {
  color: #000;
}

.black-white .article-light__author p {
  color: #000;
}

.js_slider-default {
  margin: 0 -2rem;
}

.js_slider-default:after {
  display: none;
  content: 'flickity';
}

.slider-default__cell {
  width: 33.333%;
  padding: 0 2rem;
}

.slider-default__cell.lg {
  width: 100%;
}

.slider-default .flickity-viewport {
  -webkit-transition: height .3s;
  transition: height .3s;
}

.slider-default .flickity-page-dots .dot {
  width: 1.8rem;
  height: .6rem;
  margin: 0 .6rem;
  -webkit-transition: width .2s linear, background-color .3s;
  transition: width .2s linear, background-color .3s;
  opacity: 1;
  border-radius: .6rem;
  background-color: rgba(0, 0, 0, .2);
}

.slider-default .flickity-page-dots .dot:hover {
  background-color: rgba(180, 181, 177, .6);
}

.slider-default .flickity-page-dots .dot.is-selected {
  width: .6rem;
  background-color: #000;
}

.slider-default .flickity-button {
  top: 10rem;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  background-color: transparent;
}

.slider-default .flickity-button:after,
.slider-default .flickity-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.slider-default .flickity-button:after {
  z-index: 1;
  -webkit-transition: width .2s linear, height .2s linear;
  transition: width .2s linear, height .2s linear;
  background-color: #fff;
}

.slider-default .flickity-button:before {
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.slider-default .flickity-button.next {
  right: -10rem;
}

.slider-default .flickity-button.next:before {
  background-image: url(../images/icons/icon-arrow-next.svg);
}

.slider-default .flickity-button.previous {
  left: -10rem;
}

.slider-default .flickity-button.previous:before {
  background-image: url(../images/icons/icon-arrow-prev.svg);
}

.slider-default .flickity-button .flickity-button-icon {
  display: none;
}

.slider-default .flickity-button:hover:after {
  width: 5.4rem;
  height: 5.4rem;
}

.slider-default.text {
  margin: 6rem -2rem 4rem;
}

.slider-default.text .flickity-button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #1b191a;
}

.slider-default.text .flickity-button::after {
  background-color: #1b191a;
}

.slider-default.text .flickity-button.next {
  right: -17.4rem;
}

.slider-default.text .flickity-button.next:before {
  width: 2rem;
  background-image: url(../images/icons/icon-arrow-next-white.svg);
}

.slider-default.text .flickity-button.previous {
  left: -17.4rem;
}

.slider-default.text .flickity-button.previous:before {
  width: 2rem;
  background-image: url(../images/icons/icon-arrow-prev-white.svg);
}

.slider-default.text .flickity-button-icon {
  fill: #fff;
}

.slider-default.text .flickity-page-dots {
  display: none;
}

.slider-default.dark .flickity-button:after,
.slider-default.dark .flickity-button:before {
  background-color: #1b191a;
}

.slider-default.dark .flickity-button.previous:before {
  background-image: url(../images/icons/icon-arrow-prev-light.svg);
}

.slider-default.dark .flickity-button.next:before {
  background-image: url(../images/icons/icon-arrow-next-light.svg);
}

.js_slider-primary {
  margin: 0 -2rem;
}

.js_slider-primary:after {
  display: none;
  content: 'flickity';
}

.slider-primary__cell {
  width: -webkit-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0 2rem;
}

.slider-primary__cell figcaption {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}

.slider-primary__cell.is-selected figcaption {
  opacity: 1;
}

.slider-primary__cell.is-selected .slider-img::before {
  opacity: 0;
}

.slider-primary__cell.is-selected figure img::before {
  opacity: 0;
}

.slider-img {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.slider-img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  background: -webkit-linear-gradient(bottom, rgba(234, 234, 234, .5), rgba(234, 234, 234, .5));
  background: linear-gradient(0deg, rgba(234, 234, 234, .5), rgba(234, 234, 234, .5));
}

.slider-bg {
  width: 500px;
  height: 100%;
  background-color: #3ab48f;
}

.slider-primary .flickity-button {
  z-index: 2;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  background-color: transparent;
}

.slider-primary .flickity-button .flickity-button-icon {
  display: none;
}

.slider-primary .flickity-button:after,
.slider-primary .flickity-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.slider-primary .flickity-button:before {
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.slider-primary .flickity-button:after {
  z-index: 1;
  -webkit-transition: width .2s linear, height .2s linear;
  transition: width .2s linear, height .2s linear;
  background-color: #1b191a;
}

.slider-primary .flickity-button.previous {
  left: -8.6rem;
}

.slider-primary .flickity-button.previous:before {
  width: 2rem;
  background-image: url(../images/icons/icon-arrow-prev-white.svg);
}

.slider-primary .flickity-button.next {
  right: -8.6rem;
}

.slider-primary .flickity-button.next:before {
  width: 2rem;
  background-image: url(../images/icons/icon-arrow-next-white.svg);
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-offset {
  padding-right: 18rem;
  padding-left: 18rem;
}

.section-offset.md {
  max-width: 99rem;
  margin: 0 auto;
}

.section-title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  text-align: center;
  letter-spacing: .05em;
  text-transform: lowercase;
  color: inherit;
}

.section-description {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  max-width: 55.2rem;
  margin: 4rem auto 0;
  color: #000;
}

.section-description.center {
  text-align: center;
}

.section-description a {
  font-weight: 600;
  padding-bottom: .2rem;
  -webkit-transition: opacity .3s, border-color .3s;
  transition: opacity .3s, border-color .3s;
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.section-description a:hover {
  opacity: .6;
  border-color: rgba(0, 0, 0, 0);
}

.section-title__secondary {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .4);
}

.section-title__secondary:before,
.section-title__secondary:after {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 50%;
  height: .1rem;
  content: '\a0';
  background-color: rgba(0, 0, 0, .15);
}

.section-title__secondary:after {
  margin-left: 3rem;
}

.section-title__secondary:before {
  margin-left: calc(-50% - 3rem);
}

.section-title__secondary.light {
  color: #fff;
}

.section-title__secondary.light:before,
.section-title__secondary.light:after {
  background-color: #fff;
}

.section-title__secondary.dark {
  color: rgba(0, 0, 0, .4);
}

.section-title__secondary.dark:before,
.section-title__secondary.dark:after {
  background-color: rgba(0, 0, 0, .15);
}

.section-title__secondary.xs:before,
.section-title__secondary.xs:after {
  width: 7.2rem;
}

.section-title__secondary.xs:before {
  margin-left: calc(-7.2rem - 3rem);
}

.section-title__secondary.light-dark {
  color: rgba(0, 0, 0, .25);
}

.section-title__secondary.light-dark:before,
.section-title__secondary.light-dark:after {
  background-color: rgba(0, 0, 0, .1);
}

.section-gray {
  background-color: #e5e5e5;
}

.section-light-gray {
  background-color: #e1e2dd;
}

.section-dark-gray {
  background-color: #ced2cd;
}

.section-dark-gray .menu-select__head {
  background: rgba(255, 255, 255, .6);
}

.section-inner.md {
  width: 75%;
}

.section-inner.left {
  margin-right: 0;
  margin-left: auto;
}

.section-footer {
  margin-top: 6rem;
}

.section-footer.center {
  text-align: center;
}

.section-footer.border {
  position: relative;
  padding-top: 4rem;
}

.section-footer.border::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  content: '';
  border-radius: 3px;
  background: rgba(0, 0, 0, .15);
}

.section-grid__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}

.section-grid__cell {
  padding: 0 2rem;
}

.section-grid__cell.sm {
  width: 25%;
}

.section-grid__cell.md {
  width: 75%;
}

.section-label {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2rem;
  margin-top: 1.8rem;
  color: rgba(0, 0, 0, .6);
}

.section-head + .section-body {
  margin-top: 4rem;
}

.black-white .section-panorama {
  display: none;
}

.black-white .section-gray {
  background-color: #fff;
}

.black-white .section-light-gray {
  background-color: #fff;
}

.black-white .section-dark-gray {
  background-color: #fff;
}

.black-white .section-title__secondary {
  color: #000;
}

.black-white .section-title__secondary::before,
.black-white .section-title__secondary::after {
  background-color: #000;
}

.black-white .section-label {
  font-size: 1.6rem;
  color: #000;
}

.section-media {
  padding-bottom: 12rem;
}

.section-vacancies {
  padding-bottom: 2rem;
}

.section-vacancies__head {
  width: 100%;
  max-width: 80.8rem;
  margin: 0 auto 6rem;
}

.section-banner {
  position: relative;
  padding: 0;
  color: #fff;
}

.section-banner__inner {
  position: relative;
  z-index: 2;
  padding: 12rem 0;
}

.section-banner__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.section-banner__background:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, .5);
}

.section-banner__title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-align: center;
  text-transform: lowercase;
  color: #fff;
}

.section-banner__title:before,
.section-banner__title:after {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 50%;
  height: .1rem;
  content: '\a0';
  background-color: rgba(255, 255, 255, .25);
}

.section-banner__title:after {
  margin-left: 4rem;
}

.section-banner__title:before {
  margin-left: calc(-50% - 4rem);
}

a.section-banner__title:hover {
  color: rgba(255, 255, 255, .6);
}

.section-banner__label {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.section-banner__head + .section-banner__body {
  margin-top: 2.5rem;
}

.section-banner__footer {
  margin-top: 12rem;
  text-align: center;
}

.black-white .section-banner__background {
  background-color: #000;
  background-image: none !important;
}

.black-white .section-banner__background:before {
  display: none;
}

.section-branches__title {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .4);
}

.section-branches__title:before,
.section-branches__title:after {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 50%;
  height: .1rem;
  content: '\a0';
  background-color: rgba(0, 0, 0, .15);
}

.section-branches__title:after {
  margin-left: 3rem;
}

.section-branches__title:before {
  margin-left: calc(-50% - 3rem);
}

.section-branches__head + .section-branches__body {
  margin-top: 4rem;
}

.section-branches__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-branches__center {
  width: 100%;
  max-width: 126rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.black-white .section-branches__title {
  color: #000;
}

.black-white .section-branches__title::after,
.black-white .section-branches__title::before {
  background-color: #000;
}

.section-info {
  padding-top: 12rem;
}

.page-about .section-info {
  padding-top: 2rem;
}

.section-info__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 83rem;
  margin: 0 auto;
}

.section-info__title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  text-transform: lowercase;
}

.section-info__description {
  font-size: 1.8rem;
  line-height: 1.6;
}

.section-info__description p {
  margin: 0;
}

.section-info__footer {
  margin-top: 4rem;
}

.section-info__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.black-white .section-info__image {
  display: none;
}

.section-collection {
  position: relative;
  padding-bottom: 1rem;
  color: #fff;
  background-color: #1b191a;
}

.section-collection .container {
  max-width: 130rem;
}

.section-collection .card-success__text,
.section-collection .card-success__title {
  color: #fff;
}

.section-collection .grid-primary {
  pointer-events: none;
}

.section-collection__head + .section-collection__body {
  margin-top: 5rem;
}

.section-collection__overflow {
  position: relative;
  overflow: hidden;
  max-height: 100rem;
}

.section-collection__overflow:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24rem;
  content: '';
  background: -webkit-linear-gradient(top, rgba(27, 25, 26, 0) 0%, #1b191a 100%);
  background: linear-gradient(180deg, rgba(27, 25, 26, 0) 0%, #1b191a 100%);
}

.section-collection__footer {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7rem 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.black-white .section-collection {
  background-color: #000;
}

.section-events {
  background-color: #e1e2dd;
}

.section-events .slider-default {
  padding-bottom: 4rem;
}

.section-events .flickity-page-dots {
  bottom: -1.5rem;
}

.section-events__footer {
  display: none;
  margin-top: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.black-white .section-events {
  background-color: #fff;
}

.section-programms .card-default__label::before {
  background-color: #000;
}

.section-programms__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}

.section-programms__cell {
  position: relative;
  padding: 0 2rem;
}

.section-programms__cell.sm {
  width: 25%;
  min-width: 25.6rem;
}

.section-programms__cell.md {
  width: 75%;
}

.section-programms__cell.loading {
  z-index: 9;
  max-height: 60rem;
}

.section-programms__cell.loading .grid-default {
  opacity: 0;
}

.menu-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.section-online__body {
  margin-top: 4rem;
}

.section-online__footer {
  margin-top: 4rem;
}

.section-online__footer.center {
  text-align: center;
}

.section-tickets {
  overflow: hidden;
}

.section-tickets__body {
  margin-top: 8rem;
}

.section-tickets__footer {
  margin-top: 14rem;
}

.tickets-info__head {
  text-align: center;
}

.ticket-info__title {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.4rem;
  white-space: nowrap;
  color: #000;
}

.tickets-info__row + .tickets-info__row {
  position: relative;
  margin-top: 4rem;
  padding-top: 4rem;
}

.tickets-info__row + .tickets-info__row::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  content: '';
  border-radius: 3px;
  background: rgba(0, 0, 0, .15);
}

.tickets-info__row.footer .tickets-info__block {
  text-align: center;
}

.tickets-info__item {
  font-family: 'Inter', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tickets-info__item .cost {
  width: 35%;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.tickets-info__item .tickets-info__name {
  width: 65%;
}

.tickets-info__name {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.2rem;
  color: #000;
}

.tickets-info__name .icon-person {
  stroke: #000;
  fill: none;
}

.tickets-info__name .icon-person.adult {
  width: 1.6rem;
  height: 2rem;
}

.tickets-info__name .icon-person.child {
  width: 1.4rem;
  height: 1.6rem;
}

.tickets-info__name span {
  opacity: .4;
}

.tickets-info__name + .cost {
  margin-left: 2rem;
}

.icon-person.adult + .adult {
  margin-left: 1.2rem;
}

.icon-person.child + .child {
  margin-left: 1rem;
}

.tickets-info__label {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  max-width: 22rem;
  color: #000;
}

.tickets-info__block {
  padding: 0 3rem;
}

.tickets-info {
  margin: 0 -3rem;
}

.ticket-info__inner {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
  margin-bottom: 7rem;
}

.ticket-info__place {
  position: relative;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  border-radius: .8rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0);
}

.ticket-info__place.active {
  height: 4rem;
}

.ticket-info__place.active .ticket-info__place-container::after {
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
}

.ticket-info__label {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  position: absolute;
  top: calc(100% + 1.2rem);
  left: 50%;
  width: 100%;
  max-width: 23rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: rgba(0, 0, 0, .6);
}

.ticket-info__place-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 4rem;
  padding: 1rem;
  -webkit-transition: border-radius .3s;
  transition: border-radius .3s;
  text-align: center;
  border-radius: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ticket-info__place-block::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  border-radius: 8px 8px 0 0;
  background-color: #e1e2dd;
}

.ticket-info__place-block.default {
  background: #215aca;
}

.ticket-info__place-block.juicy {
  cursor: pointer;
  background: -webkit-linear-gradient(359.36deg, #215aca 0%, #dc7e4a 51.56%, #f14651 100%);
  background: linear-gradient(90.64deg, #215aca 0%, #dc7e4a 51.56%, #f14651 100%);
}

.ticket-info__place-block.juicy .ticket-info__place-text {
  max-width: 80%;
}

.ticket-info__place-block .icon-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 2rem;
  width: 1.4rem;
  height: .9rem;
  -webkit-transition: stroke .3s, -webkit-transform .3s;
  transition: stroke .3s, -webkit-transform .3s;
  transition: transform .3s, stroke .3s;
  transition: transform .3s, stroke .3s, -webkit-transform .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: none;
  stroke: #fff;
}

.ticket-info__place-block.active {
  border-radius: 8px 8px 0 0;
}

.ticket-info__place-block.active.juicy {
  background: transparent;
}

.ticket-info__place-block.active::before {
  opacity: 1;
}

.ticket-info__place-block.active .icon-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  stroke: #000;
}

.ticket-info__place-block.active .ticket-info__place-text {
  color: #000;
}

.ticket-info__place-text {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  max-width: 100%;
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.ticket-info__place-text + .ticket-info__place-text {
  position: relative;
  padding-left: 1.6rem;
}

.ticket-info__place-text + .ticket-info__place-text::before {
  position: absolute;
  top: .4rem;
  left: .8rem;
  width: .1rem;
  height: 1rem;
  content: '';
  border-radius: .3rem;
  background-color: rgba(255, 255, 255, .3);
}

.ticket-info__place-text.mobile {
  display: none;
}

.ticket-info__place-container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 1.1rem 1.8rem 2rem;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.ticket-info__place-container::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 4rem);
  content: '';
  -webkit-transition: box-shadow .4s;
  transition: box-shadow .4s;
  border-radius: .8rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0);
}

.ticket-info__place-container ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.ticket-info__place-container li + li {
  margin-top: 2.2rem;
}

.ticket-info__place-container p {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  margin: 0;
}

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

.tickets-info__name .icon-plus {
  position: relative;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1.2rem;
  opacity: 1;
}

.tickets-info__name .icon-plus::before,
.tickets-info__name .icon-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 45px;
  background-color: #000;
}

.tickets-info__name .icon-plus::before {
  width: 1.2rem;
  height: .2rem;
}

.tickets-info__name .icon-plus::after {
  width: .2rem;
  height: 1.2rem;
}

.tickets-info__description {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.2rem;
  margin-left: 2rem;
  color: #000;
}

.tickets-info__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticket-info__description {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.2rem;
  max-width: 56rem;
  margin-top: 1.2rem;
  color: #000;
}

.ticket-info__description a {
  padding-bottom: .2rem;
  -webkit-transition: opacity .3s, border-color .3s;
  transition: opacity .3s, border-color .3s;
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.ticket-info__description a:hover {
  opacity: .6;
  border-color: rgba(0, 0, 0, 0);
}

.tickets-info__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tickets-info__inner + .counter-item {
  margin-left: 4rem;
}

.tickets-info__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.black-white .ticket-info__place-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.black-white .ticket-info__place-block.default {
  background-color: #000;
}

.black-white .ticket-info__place-block.juicy {
  background: #000;
}

.black-white .ticket-info__place-block::before {
  background-color: #fff;
}

.black-white .ticket-info__place-block.active {
  box-shadow: none;
}

.black-white .ticket-info__place-container p {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000 !important;
}

.black-white .ticket-info__place-text {
  font-size: 1.6rem;
}

.black-white .ticket-info__label {
  font-size: 1.6rem;
  top: 6.2rem;
  color: #000;
}

.black-white .tickets-info__item .cost {
  color: #000;
}

.section-photos__body {
  margin-top: 7rem;
}

.research__title {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.6rem;
  display: block;
  min-height: 7.8rem;
  margin-bottom: 2rem;
  color: #000;
}

.research-item {
  padding: 0 3.3rem;
}

.research-item ul {
  padding-left: 0;
}

.research-item li {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, .6);
}

.research-item li::marker {
  color: rgba(0, 0, 0, .3);
}

.research-item li + li {
  margin-top: 1.5rem;
}

.research-block {
  margin: -1.3rem;
}

.black-white .research-item li {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #000;
}

.black-white .research-item li::marker {
  color: #000;
}

.section-news__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-news__head {
  margin-bottom: 4rem;
}

.section-news__body .flickity-page-dots {
  display: none;
}

.section-news__body .flickity-button:after {
  background-color: #000;
}

.section-news__body .flickity-button.previous:before {
  background-image: url(../images/icons/icon-arrow-prev-light.svg);
}

.section-news__body .flickity-button.next:before {
  background-image: url(../images/icons/icon-arrow-next-light.svg);
}

.section-new__title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 6.4rem;
  margin: 0;
  text-transform: lowercase;
  color: inherit;
}

.section-new__title.center {
  text-align: center;
}

.section-new__source {
  font-size: 1.3rem;
  font-weight: 700;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.section-new__source:hover {
  opacity: .6;
}

.section-new__description {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  color: inherit;
}

.section-new__label time,
.section-new__label .section-new__source {
  position: relative;
  margin-left: 4rem;
}

.section-new__label time::before,
.section-new__label .section-new__source::before {
  position: absolute;
  top: 50%;
  left: -2rem;
  width: .1rem;
  height: 1rem;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: .5rem;
  background-color: rgba(255, 255, 255, .3);
}

.new__label {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.9rem;
  position: relative;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.new__label::before {
  position: absolute;
  top: 50%;
  left: -.8rem;
  width: .6rem;
  height: .6rem;
  content: '';
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-radius: 100%;
  background-color: #fff;
}

.new__label + .new__time {
  margin-left: 2rem;
}

.new__time {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: rgba(255, 255, 255, .6);
}

.page-new {
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.page-new .card-success__title,
.page-new .card-success__text {
  color: #000;
}

.section-main {
  position: relative;
  padding: 24.5rem 0 8rem;
}

.section-main.xs {
  padding: 20rem 0 16.5rem;
}

.section-main.short {
  padding: 19.6rem 0 0;
}

.section-main.short .section-main__background::before {
  background: rgba(83, 83, 83, .6);
}

.section-main.short .section-main__background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .01);
}

.section-main.section-main-branch {
  overflow: hidden;
  padding: 24rem 0 0;
}

.section-main .link-primary {
  font-size: 1.6rem;
}

.section-main .breadcrumb__item {
  color: rgba(255, 255, 255, .6);
}

.section-main .breadcrumb__item + .breadcrumb__item::before {
  background-color: rgba(255, 255, 255, .2);
}

.section-main.section-new .breadcrumb {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.secondary-page .section-main {
  padding: 20rem 0 15rem;
}

.secondary-page .section-main.section-picture {
  padding: 14rem 0 4rem;
}

.section-main__inner {
  position: relative;
  z-index: 2;
}

.section-main__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-main__background:before {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .6);
}

.section-main__image {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule__item {
  font-size: 2rem;
  line-height: 1.2;
}

.schedule__item + .schedule__item {
  margin-left: 4rem;
}

.schedule__title {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
}

.schedule__title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: .7rem 0 0 -1.5rem;
  content: '';
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  background-color: #fff;
}

a.schedule__title:hover {
  color: rgba(255, 255, 255, .6);
}

a.schedule__title:hover:before {
  background-color: rgba(255, 255, 255, .6);
}

.main-banner {
  width: 100%;
  max-width: 92.8rem;
  min-height: 42.8rem;
  margin: 0 auto;
  padding: 8rem 6rem 5rem;
  color: #fff;
  border: .3rem solid #fff;
  border-radius: .8rem;
}

.main-banner__head {
  margin-bottom: 6rem;
}

.main-banner__title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: 0;
  text-transform: lowercase;
}

a.main-banner__title {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

a.main-banner__title:hover {
  opacity: .6;
}

.main-banner__footer {
  margin-top: 4rem;
}

.section-main__title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  max-width: 1145px;
  margin: 0 auto;
  text-align: center;
  text-transform: lowercase;
  color: #fff;
}

.section-main__title.dark {
  color: #000;
}

.section-main__title.secondary {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 4.8rem;
  max-width: 52.4rem;
  margin: 0 auto;
}

.layout-ligth .section-main__title {
  color: #000;
}

.layout-ligth .action-bar__link .icon-search {
  fill: #000;
}

.layout-ligth .action-bar__link .icon-glasses {
  fill: #000;
}

.layout-ligth .action-bar__link .icon-lang {
  fill: #000;
  stroke: none;
}

.layout-ligth .action-bar__link .icon-account {
  stroke: #000;
}

.layout-ligth .action-bar__link.active .icon-lang {
  fill: #fff;
  stroke: none;
}

.layout-ligth .layout-logo::before {
  background-image: url(../images/logos/logo-black.svg);
}

.layout-ligth .layout-logo__name {
  color: #000;
}

.layout-ligth .layout-logo__img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.layout-ligth .layout-header:before {
  display: none;
}

.layout-ligth .layout-header__primary + .layout-header__secondary:before {
  background-color: rgba(0, 0, 0, .2);
}

.layout-ligth .main-menu__link {
  color: #000;
}

.layout-ligth .main-menu__link:before {
  background-color: #000;
}

.layout-ligth .main-menu__link:hover {
  color: rgba(0, 0, 0, .6);
}

.layout-ligth .burger:before,
.layout-ligth .burger:after {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  background-color: #000;
}

.layout-ligth .burger:hover:before,
.layout-ligth .burger:hover:after {
  background-color: #fff;
}

.layout-ligth .action-bar__link:hover .icon {
  stroke: #fff;
}

.layout-ligth .action-bar__link:hover .icon-search {
  stroke: none;
  fill: #fff;
}

.layout-ligth .action-bar__link:hover .icon-lang {
  fill: #fff;
  stroke: none;
}

.layout-ligth .action-bar__link:hover .icon-glasses {
  fill: #fff;
}

.layout-ligth .breadcrumb__item {
  color: rgba(0, 0, 0, .6);
}

.layout-ligth .breadcrumb__item + .breadcrumb__item:before {
  background-color: rgba(0, 0, 0, .2);
}

.layout-ligth .section-new__label time::before,
.layout-ligth .section-new__label .section-new__source::before {
  background-color: rgba(0, 0, 0, .3);
}

.layout-spec .breadcrumb__item {
  color: rgba(0, 0, 0, .6);
}

.layout-spec .breadcrumb__item + .breadcrumb__item:before {
  background-color: rgba(0, 0, 0, .2);
}

.section-main__panel {
  max-width: 80rem;
  margin: 0 auto;
  color: #000;
}

.section-main__panel.light {
  color: #fff;
}

.section-main__panel.light .section-description {
  color: rgba(255, 255, 255, .7);
}

.section-main__panel.dark .new__time {
  color: rgba(0, 0, 0, .6);
}

.section-main__panel.dark .new__label::before {
  background-color: #000;
}

.section-main__panel.lg {
  max-width: 100%;
}

.section-main__block {
  margin-top: 4rem;
  text-align: center;
}

.section-main__block .link-primary {
  display: inline-block;
  margin-top: 2rem;
}

.section-main__label {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.2rem;
  color: #fff;
}

.section-main__text {
  margin-top: 4rem;
  margin-bottom: 8rem;
}

.black-white .section-main.section-main-branch {
  padding-bottom: 6rem;
  background: #000 !important;
}

.black-white .section-main.section-main-branch .section-body {
  display: none;
}

.black-white .section-main .section-main__background {
  background-color: #000;
  background-image: none !important;
}

.black-white .section-main .section-main__background picture {
  display: none;
}

.black-white .section-main .breadcrumb__item {
  color: #fff;
}

.black-white .section-main__panel.dark .new__time {
  color: #000;
}

.title-underlined {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .4);
}

.title-underlined:before {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 50%;
  height: .1rem;
  content: '\a0';
  background-color: rgba(0, 0, 0, .15);
}

.title-underlined:after {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 50%;
  height: .1rem;
  content: '\a0';
  background-color: rgba(0, 0, 0, .15);
}

.title-underlined:before {
  margin-left: calc(-50% - 3rem);
}

.title-underlined:after {
  margin-left: 3rem;
}

.secondary-page .section-shop {
  padding: 10rem 0;
}

.section-shop {
  padding-bottom: 14rem;
}

.section-shop__head {
  margin-bottom: 4rem;
}

.section-shop__body {
  max-width: 100rem;
  margin: 0 auto;
}

.art-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5rem -5rem;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.art-list__item {
  width: 20%;
  margin-bottom: 5rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.art-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 16rem;
  margin: 0 auto;
  padding-top: 17.6rem;
}

.art-item:hover .art-item__preview {
  width: 18rem;
  margin: -9rem 0 0 -9rem;
}

.art-item:hover .art-item__title {
  opacity: .6;
}

.art-item__block {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 17rem;
  height: 17rem;
  background-color: #fff;
}

.art-list__block {
  position: absolute;
  top: 0;
  left: 50%;
  width: 17rem;
  height: 17rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100%;
}

.art-item__shape {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 16rem;
  height: 16rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.art-item__position {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.art-item__preview {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16rem;
  margin: -8rem 0 0 -8rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border-radius: 50%;
  background-image: url('../images/bg-card-default.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  will-change: width;
}

.art-item__preview:before {
  display: block;
  padding-top: 100%;
  content: '';
}

.art-item__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-top: 1.5rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: 1;
}

.black-white .art-item__preview {
  display: none;
}

.black-white .art-item {
  padding-top: 0;
}

.black-white .art-item:hover .art-item__title {
  opacity: 1;
}

.black-white .title-underlined {
  color: #000;
}

.black-white .title-underlined::before,
.black-white .title-underlined::after {
  background-color: #000;
}

.section-picture {
  background-color: #1b191a;
}

.section-picture .section-main__panel {
  max-width: 95rem;
}

.section-picture .slider-default__cell {
  width: 100%;
}

.section-picture .flickity-page-dots {
  display: none;
}

.section-picture .section-img {
  max-width: 95rem;
}

.section-picture .slider-default .flickity-button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-picture .slider-default .flickity-button.next {
  right: -7.9rem;
}

.section-picture .slider-default .flickity-button.previous {
  left: -7.9rem;
}

.section-picture .slider-default .flickity-button[disabled] {
  display: none;
}

.section-picture .slider-default a {
  cursor: default;
  pointer-events: none;
}

.section-picture .section-body {
  position: relative;
}

.section-picture .section-body.loading {
  height: 20rem;
}

.section-picture .section-body.loading .slider-default {
  visibility: hidden;
  opacity: 0;
}

.section-picture .section-body.loading .preloader-block {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
}

.section-picture .section-body.loading .circle {
  background-color: #fff;
}

.section-img {
  display: block;
  max-width: 100%;
  max-height: 67.5rem;
  margin: 0 auto;
  border-radius: .8rem;
}

.black-white .section-picture {
  background-color: #000;
}

.black-white .picture-page .section {
  display: none;
}

.fancybox-image {
  left: 50%;
  max-width: 80%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fancybox-navigation .fancybox-button {
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  border-radius: 100%;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 4rem;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 4rem;
}

.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0;
}

.section-map {
  position: relative;
  padding-bottom: 58rem;
}

.section-map .btn-close {
  display: none;
}

.section-map--vacancies .section-head {
  margin-bottom: 5.4rem;
}

.section-map__block {
  position: absolute;
  right: 0;
  bottom: 0;
  left: -50%;
  overflow: hidden;
  height: 58rem;
  padding: 0;
}

.map-default {
  overflow: hidden;
  height: 68rem;
  margin: 0;
}

.map-contact {
  overflow: hidden;
  height: 68rem;
  margin: 0;
}

.contacts .section-map__block {
  left: -30%;
}

[class*='ymaps-2'][class*='-controls__control'] {
  margin-left: 25% !important;
}

.map-default [class*='ymaps-2'][class*='-controls__control'] {
  margin-left: 35% !important;
}

[class*='ymaps-2'][class*='-image'] {
  -webkit-filter: drop-shadow(0px 40px 30px rgba(0, 0, 0, .3));
  filter: drop-shadow(0px 40px 30px rgba(0, 0, 0, .3));
}

.black-white .section-map {
  display: none;
}

.contacts-block.md {
  max-width: 80rem;
  margin: 0 auto;
}

.contacts-block .grid-default__cell:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.working-hours__item {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  margin: 0;
  color: #000;
}

.working-hours__item + .working-hours__item {
  margin-top: 1rem;
}

.telephone-link {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  color: #000;
}

.telephone-link:hover {
  opacity: .6;
}

.email-link {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  padding-bottom: .3rem;
  -webkit-transition: opacity .3s, border-color .3s;
  transition: opacity .3s, border-color .3s;
  opacity: 1;
  color: #000;
  border-bottom: 2px solid rgba(0, 0, 0, .2);
}

.email-link:hover {
  opacity: .6;
  border-color: rgba(0, 0, 0, 0);
}

.telephone-row + .telephone-row {
  margin-top: 1rem;
}

.contact-info__item + .contact-info__item {
  margin-top: 3rem;
}

.telephone-text {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  margin-left: .9rem;
  color: rgba(0, 0, 0, .6);
}

.section-price__inner {
  margin: 0 auto;
}

.section-price__inner.md {
  max-width: 83rem;
}

.section-scheme {
  overflow: hidden;
  padding: 0;
}

.section-scheme__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
}

.section-scheme__aside {
  width: 42rem;
  padding-top: 6rem;
  padding-left: 6rem;
}

.section-scheme__main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 36rem);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scheme-info {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.scheme-info::after {
  position: absolute;
  z-index: 2;
  right: .6rem;
  bottom: 0;
  left: 0;
  width: calc(100% - .6rem);
  height: 6rem;
  content: '';
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, #e1e2dd 100%);
  background: linear-gradient(180deg, rgba(237, 237, 237, 0) 0%, #e1e2dd 100%);
}

.scheme-info__inner {
  overflow-y: auto;
  height: 100%;
  padding-right: 1.6rem;
}

.scheme-info__inner::-webkit-scrollbar {
  width: .4rem;
  border-radius: 5px;
  background: rgba(0, 0, 0, .1);
}

.scheme-info__inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, .2);
}

.scheme-info__inner .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scheme-list__head {
  margin-bottom: 3rem;
}

.scheme-list__item + .scheme-list__head {
  margin-top: 4rem;
}

.scheme-list__item:last-child {
  padding-bottom: 6rem;
}

.scheme-info__name address {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  margin-top: .8rem;
  color: rgba(0, 0, 0, .6);
}

.scheme-info__title {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.6rem;
  color: #000;
}

.scheme-list {
  padding-left: 0;
  list-style-type: none;
}

.scheme-list__item {
  width: 100%;
}

.scheme-list__item + .scheme-list__item {
  margin-top: 1.2rem;
}

.scheme-list__link {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  position: relative;
  display: block;
  width: 100%;
  padding-right: 8rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  color: #000;
}

.scheme-list__link::after {
  position: absolute;
  top: 0;
  right: 0;
  content: attr(data-layer);
  color: rgba(0, 0, 0, .6);
}

.scheme-list__link:hover {
  opacity: .6;
}

.scheme-block {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  pointer-events: none;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
}

.scheme-museum {
  width: 100%;
  height: 100%;
}

.section-scheme__main .open-search {
  display: none;
}

.section-scheme__aside .close-search {
  display: none;
}

.scheme-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 6rem 2rem 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.scheme-nav__item {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
}

.scheme-nav__item + .scheme-nav__item {
  margin-top: 1.5rem;
}

.scheme-nav__item .btn-nav {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.scheme-museum {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  pointer-events: none;
  -webkit-perspective: 3500px;
  perspective: 3500px;
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
}

.scheme-museum-open {
  -webkit-transform: translate3d(0, -25%, 0) scale3d(.8, .8, 1);
  transform: translate3d(0, -25%, 0) scale3d(.8, .8, 1);
}

.surroundings__map {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: .3;
}

.surroundings--hidden {
  opacity: 0;
}

.surroundings {
  width: 192vmin;
  height: 128vmin;
  margin: -77vmin 0 0 -90vmin;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  pointer-events: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.surroundings,
.levels {
  position: absolute;
  left: 50%;
  -webkit-transform: rotateX(65deg) rotateZ(-45deg) translateZ(-10vmin);
  transform: rotateX(65deg) rotateZ(-45deg) translateZ(-10vmin);
}

.levels {
  width: 96vmin;
  height: 68vmin;
  margin: -34vmin 0 0 -48vmin;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.levels:hover .level:hover {
  opacity: 1;
}

.levels {
  top: 50%;
}

.surroundings {
  top: 50%;
}

.level {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: opacity .3s, -webkit-transform 1s;
  transition: opacity .3s, -webkit-transform 1s;
  transition: opacity .3s, transform 1s;
  transition: opacity .3s, transform 1s, -webkit-transform 1s;
  -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  pointer-events: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.level:after {
  font-family: 'Inter', sans-serif;
  font-size: 2.5vmin;
  line-height: 0;
  position: absolute;
  z-index: 100;
  top: -2em;
  left: 3.5em;
  content: attr(data-level-name);
  -webkit-transition: opacity .3s, -webkit-transform 1s;
  transition: opacity .3s, -webkit-transform 1s;
  transition: transform 1s, opacity .3s;
  transition: transform 1s, opacity .3s, -webkit-transform 1s;
  -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  -webkit-transform: rotateZ(45deg) rotateX(-90deg) translateZ(0vmin);
  transform: rotateZ(45deg) rotateX(-90deg) translateZ(0vmin);
  white-space: nowrap;
  white-space: nowrap;
  opacity: 1;
  color: rgba(0, 0, 0, .6);
}

.level--2 {
  -webkit-transform: translateZ(10vmin);
  transform: translateZ(10vmin);
}

.level--3 {
  -webkit-transform: translateZ(20vmin);
  transform: translateZ(20vmin);
}

.level--4 {
  -webkit-transform: translateZ(30vmin);
  transform: translateZ(30vmin);
}

.level--5 {
  -webkit-transform: translateZ(40vmin);
  transform: translateZ(40vmin);
}

.level:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
}

.level:hover::after {
  opacity: .6;
}

.level--current::after {
  -webkit-transform: rotateZ(-20deg) rotateZ(45deg) rotateX(-90deg) translateZ(0vmin) translateX(0vmin) translateY(0vmin);
  transform: rotateZ(-20deg) rotateZ(45deg) rotateX(-90deg) translateZ(0vmin) translateX(0vmin) translateY(0vmin);
}

/* Selection transitions */

.levels--selected-1 .level:not(.level--1),
.levels--selected-2 .level:not(.level--2),
.levels--selected-3 .level:not(.level--3),
.levels--selected-4 .level:not(.level--4),
.levels--selected-5 .level:not(.level--5) {
  opacity: 0;
  /* fade out all others */
}

/* Other levels */

.level--current ~ .level {
  -webkit-transform: translateZ(90vmin);
  transform: translateZ(90vmin);
}

.levels--selected-2 .level--1,
.levels--selected-3 .level--1,
.levels--selected-4 .level--1,
.levels--selected-3 .level--2,
.levels--selected-4 .level--2,
.levels--selected-4 .level--3,
.levels--selected-5 .level--1,
.levels--selected-5 .level--2,
.levels--selected-5 .level--3,
.levels--selected-5 .level--4 {
  -webkit-transform: translateZ(-60vmin);
  transform: translateZ(-60vmin);
}

/* Delays */

/* 1 */

.levels--selected-1 .level--3,
.levels--selected-2 .level--3,
.levels--selected-3 .level--2,
.levels--selected-4 .level--2 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.levels--selected-1 .level--2,
.levels--selected-2 .level--current,
.levels--selected-2 .level--current::after,
.levels--selected-3 .level--current,
.levels--selected-3 .level--current::after,
.levels--selected-4 .level--3 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

.levels--selected-2 .level--current,
.levels--selected-2 .level--current::after,
.levels--selected-5 .level--current,
.levels--selected-5 .level--current::after {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}

/* Current level */

.level.level--current {
  /* go to center */
  -webkit-transform: translateZ(15vmin) rotate3d(0, 0, 1, 20deg);
  transform: translateZ(15vmin) rotate3d(0, 0, 1, 20deg);
}

/* Navigation classes */

.levels--open .level,
.levels--open .level::after {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.levels--open .level.level--current {
  opacity: 1;
}

.levels--open .level.level--moveOutUp,
.levels--open .level.level--moveOutDown {
  opacity: 0;
}

.levels--open .level.level--moveOutUp {
  -webkit-transform: translateZ(90vmin);
  transform: translateZ(90vmin);
}

.levels--open .level.level--moveOutDown {
  -webkit-transform: translateZ(-60vmin);
  transform: translateZ(-60vmin);
}

/* Level nav */

.mallnav {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}

.mallnav--hidden {
  pointer-events: none;
  opacity: 0;
}

.content {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  max-width: 80rem;
  height: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content__item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  padding: 4vmin 10vmin;
  -webkit-transition: box-shadow .3s, -webkit-transform .8s;
  transition: box-shadow .3s, -webkit-transform .8s;
  transition: transform .8s, box-shadow .3s;
  transition: transform .8s, box-shadow .3s, -webkit-transform .8s;
  -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  text-align: center;
  border-radius: 3vmin;
  background: #fff;
}

.content__meta {
  font-size: 2vmin;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  color: #000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content__meta + .content__meta {
  margin-top: 1rem;
}

.content__meta-item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  display: block;
}

.content__meta-item + .content__meta-item:before {
  display: inline-block;
  width: .1rem;
  height: 1rem;
  margin: 0 .8rem;
  content: '';
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, .3);
}

.content__meta-item a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

.content__meta-item a:hover {
  opacity: .6;
}

.content__desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  margin-top: 3vmin;
  text-align: left;
  color: rgba(0, 0, 0, .7);
}

.content__desc p {
  margin: 0;
}

.content__desc p + p {
  margin-top: 1.5rem;
}

.content__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vmin;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content__more {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.6rem;
  display: block;
  -webkit-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
  white-space: nowrap;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  border-bottom: .1rem solid rgba(0, 0, 0, .15);
}

.content__more:hover {
  border-bottom-color: transparent;
}

.content--open .content__item {
  -webkit-transition: none;
  transition: none;
}

.content__item-details {
  height: 100%;
}

.content__desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.content__item--current {
  -webkit-transform: translate3d(0, calc(-100% - 4rem), 0);
  transform: translate3d(0, calc(-100% - 4rem), 0);
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, .1);
}

.content__item--current .content__item-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.content__item--current .content__item-details {
  opacity: 1;
}

.content__item-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin: 0 0 2rem;
  -webkit-transform: translate3d(0, -3rem, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -3rem, 0) translate3d(0, -100%, 0);
  pointer-events: none;
  opacity: 0;
}

.content__button {
  font-size: 0;
  position: absolute;
  top: calc(-100% - 4rem);
  right: 0;
  width: 5rem;
  height: 5rem;
  margin: 2rem 2rem 0 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity .3s .3s;
  transition: opacity .3s .3s;
  border: none;
  background-color: transparent;
}

.content__button .icon--cross {
  display: block;
  width: 100%;
  height: 100%;
}

.boxbutton--disabled,
.boxbutton--disabled:focus,
.boxbutton--disabled:hover {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.content__button--hidden {
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
  opacity: 0;
}

/* Pins */

.level__pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.level__pins--active {
  pointer-events: auto;
}

.pin {
  position: absolute;
  width: 4.8vmin;
  height: 7vmin;
  margin: -6vmin 0 0 -2.4vmin;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: rotateZ(-20deg) rotateZ(45deg) rotateX(-70deg);
  transform: rotateZ(-20deg) rotateZ(45deg) rotateX(-70deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pin:hover {
  opacity: .6;
}

.icon-object {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  color: inherit;
}

.pin.pin--active .icon-object {
  color: #1b191a;
}

.level__pins--active .icon {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.pin:nth-child(2) .icon {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

.pin:nth-child(3) .icon {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.pin:nth-child(4) .icon {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.pin:nth-child(5) .icon {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.pin:nth-child(6) .icon {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

.pin:nth-child(7) .icon {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.pin:nth-child(8) .icon {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}

.pin:nth-child(9) .icon {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.pin:nth-child(10) .icon {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}

/* Pins for floor 0 */

.pin--1-1 {
  top: 26vmin;
  left: 34vmin;
}

.pin--1-2 {
  top: 32vmin;
  left: 41vmin;
}

.pin--1-3 {
  top: 57vmin;
  left: 53vmin;
}

.pin--1-4 {
  top: 57vmin;
  left: 64vmin;
}

/* Pins for floor 1 */

.pin--2-1 {
  top: 21vmin;
  left: 34vmin;
}

.pin--2-2 {
  top: 22vmin;
  left: 42vmin;
}

.pin--2-3 {
  top: 33vmin;
  left: 42vmin;
}

.pin--2-4 {
  top: 43vmin;
  left: 42vmin;
}

.pin--2-5 {
  top: 44vmin;
  left: 34vmin;
}

.pin--2-6 {
  top: 21vmin;
  left: 28vmin;
}

.pin--2-7 {
  top: 63vmin;
  left: 64vmin;
}

.pin--2-8 {
  top: 63vmin;
  left: 55vmin;
}

.pin--2-9 {
  top: 63vmin;
  left: 49vmin;
}

.pin--2-10 {
  top: 21vmin;
  left: 25vmin;
}

.pin--2-11 {
  top: 57vmin;
  left: 48vmin;
}

.pin--2-12 {
  top: 57vmin;
  left: 56vmin;
}

/* Pins for floor 2 */

.pin--3-1 {
  top: 22vmin;
  left: 42vmin;
}

.pin--3-2 {
  top: 57vmin;
  left: 67vmin;
}

.pin--3-3 {
  top: 19vmin;
  left: 32vmin;
}

.pin--3-4 {
  top: 33vmin;
  left: 42vmin;
}

.pin--3-5 {
  top: 44vmin;
  left: 42vmin;
}

.pin--3-6 {
  top: 45vmin;
  left: 30vmin;
}

.pin--3-7 {
  top: 33vmin;
  left: 28vmin;
}

.pin--3-8 {
  top: 32vmin;
  left: 47vmin;
}

/* Pins for floor 3 */

.pin--4-0 {
  top: 53vmin;
  left: 59vmin;
}

.pin--4-1 {
  top: 22vmin;
  left: 53vmin;
}

.pin--4-2 {
  top: 22vmin;
  left: 66vmin;
}

.pin--4-3 {
  top: 42vmin;
  left: 66vmin;
}

.pin--4-4 {
  top: 42vmin;
  left: 52vmin;
}

.pin--4-5 {
  top: 61vmin;
  left: 52vmin;
}

.pin--4-6 {
  top: 61vmin;
  left: 65vmin;
}

/* Pins for floor 4 */

.pin--5-1 {
  top: 61vmin;
  left: 52vmin;
}

.pin--5-2 {
  top: 61vmin;
  left: 65vmin;
}

.pin--5-3 {
  top: 22vmin;
  left: 52vmin;
}

.pin--5-4 {
  top: 22vmin;
  left: 66vmin;
}

.pin--5-5 {
  top: 40vmin;
  left: 66vmin;
}

.pin--5-6 {
  top: 40vmin;
  left: 51vmin;
}

.scheme-info {
  max-height: 68rem;
}

.section-scheme__main {
  min-height: 68rem;
}

.section-sticky {
  position: -webkit-sticky;
  position: sticky;
  padding: 4rem 0 10rem;
}

.section-virtual-exhibition {
  position: relative;
  margin: 4rem -4rem;
  padding: 8rem 0;
  background-color: #1b191a;
}

.section-virtual-exhibition.loading {
  height: 20rem;
}

.section-virtual-exhibition.loading .slider-exhibition {
  visibility: hidden;
  opacity: 0;
}

.section-virtual-exhibition.loading .slider-exhibition__arrows {
  visibility: hidden;
  opacity: 0;
}

.section-virtual-exhibition.loading .preloader-block {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
}

.section-virtual-exhibition.loading .circle {
  background-color: #fff;
}

.slider-exhibition {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}

.slider-exhibition.flickity-enabled {
  opacity: 1;
}

.slider-exhibition__navigation.hide {
  display: none;
}

.slider-exhibition__item {
  position: relative;
  width: 40%;
  padding-right: 5rem;
  padding-left: 5rem;
}

.slider-exhibition__item .art-object__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
}

.slider-exhibition__item.is-selected .art-object__bg {
  background-color: rgba(0, 0, 0, 0);
}

.art-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.art-object__preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.art-object__body {
  line-height: 1.2;
  margin-top: 4rem;
  text-align: center;
  color: #fff;
}

.art-object__title {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}

.art-object__author {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.art-object__description {
  color: rgba(255, 255, 255, .6);
}

.art-object__description p {
  margin: 0;
}

.art-object__description i {
  font-style: normal;
  margin: 0 .5rem;
}

.art-object__description ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.art-object__description li + li {
  position: relative;
  padding-left: 1.6rem;
}

.art-object__description li + li::before {
  position: absolute;
  top: 0;
  left: .8rem;
  width: .1rem;
  height: 1.7rem;
  content: '';
  background-color: rgba(255, 255, 255, .3);
}

.art-object__image {
  display: block;
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
}

.art-object__link {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.art-object__border {
  position: relative;
  box-shadow: inset 0 10px 10px #000;
}

.art-object__border:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: .4rem;
  content: '';
  border: 1.5rem solid #fff;
}

.art-object__border:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  border: .4rem solid #000;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb__item {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .6);
}

.breadcrumb__item + .breadcrumb__item {
  position: relative;
  padding-left: 10rem;
}

.breadcrumb__item + .breadcrumb__item:before {
  position: absolute;
  top: 0;
  left: 2rem;
  display: block;
  width: 6rem;
  height: .1rem;
  margin: .6rem 0 0 0;
  content: '';
  background-color: rgba(0, 0, 0, .2);
}

a.breadcrumb__link {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a.breadcrumb__link:hover {
  opacity: .6;
}

.slider-exhibition__inner {
  max-width: 144rem;
  margin: 6rem auto 0;
  padding: 8rem 4rem 0;
  border-top: .1rem solid rgba(255, 255, 255, .2);
}

.slider-exhibition__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  width: 100%;
  max-width: 144rem;
  padding: 0 4rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-exhibition__prev + .slider-exhibition__next {
  margin-left: 10rem;
}

.slider-exhibition__prev,
.slider-exhibition__next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.slider-exhibition__label {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  white-space: nowrap;
  color: rgba(255, 255, 255, .6);
}

.slider-exhibition__icon-prev,
.slider-exhibition__icon-next {
  position: relative;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 auto 1.2rem;
  cursor: pointer;
}

.slider-exhibition__icon-prev:after,
.slider-exhibition__icon-prev:before,
.slider-exhibition__icon-next:after,
.slider-exhibition__icon-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.slider-exhibition__icon-prev:before,
.slider-exhibition__icon-next:before {
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.slider-exhibition__icon-prev:after,
.slider-exhibition__icon-next:after {
  z-index: 1;
  -webkit-transition: width .2s linear, height .2s linear;
  transition: width .2s linear, height .2s linear;
  background-color: #fff;
}

.slider-exhibition__icon-prev:hover:after,
.slider-exhibition__icon-next:hover:after {
  width: 5.4rem;
  height: 5.4rem;
}

.slider-exhibition__icon-prev:before {
  background-image: url(../images/icons/icon-arrow-prev.svg);
}

.slider-exhibition__icon-next:before {
  background-image: url(../images/icons/icon-arrow-next.svg);
}

.black-white .breadcrumb__item {
  font-size: 1.6rem;
  color: #000;
}

.black-white .breadcrumb__link:hover {
  opacity: 1;
}

.black-white .section-virtual-exhibition {
  display: none;
}

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

:active,
:focus,
:hover {
  outline: 0;
}

html,
body {
  height: 100%;
  padding: 0;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.28;
  min-width: 320px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

h1,
h2 {
  margin: 0;
}

a {
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 1.5rem 0;
}

p.museum-vankovich {
  color: #dc7e4a;
}

p.museum-national {
  color: #2462dc;
}

p.museum-folk {
  color: #f14651;
}

.museum {
  position: relative;
}

.museum .icon {
  position: absolute;
  top: 0;
  left: -.8rem;
  display: block;
  width: .6rem;
  height: .6rem;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  border-radius: 100%;
}

p:empty {
  display: none;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

.svg-store {
  display: none;
  overflow: hidden;
  height: 0;
}

.layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.layout.loading {
  z-index: 11;
  overflow: hidden;
  height: 100%;
}

.layout.loading .preloader-block {
  z-index: 12;
  visibility: visible;
  opacity: 1;
}

.layout-home .layout-header__primary {
  margin: 0 -7rem;
}

.loading {
  z-index: 11;
  overflow: hidden;
  height: 100%;
}

.loading .preloader-block {
  z-index: 12;
  visibility: visible;
  opacity: 1;
}

.layout-sticky .layout {
  overflow: unset;
}

.layout-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

.container-xs {
  max-width: 88rem;
}

.container-md {
  max-width: 130rem;
}

.container-mid {
  max-width: 144rem;
}

.container-lg {
  max-width: 152rem;
}

article {
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
}

.h1 {
  font-family: 'Cormorant Unicase', serif;
  font-size: 7.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 6.4rem;
  text-transform: lowercase;
  color: #000;
}

.offset-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[class^='ymaps'] svg {
  overflow: visible;
}

[class*='balloon-overlay'] .card-map {
  position: absolute;
  right: 28rem;
  min-width: 38rem;
}

.black-white .museum .icon {
  background-color: #fff !important;
}

.black-white .layout-ligth .breadcrumb__item {
  color: #000;
}

.black-white .page-about .section-info .section-head {
  margin-bottom: 0;
}

.black-white .page-about .section-info .section-head + .section-body {
  margin-top: 1.5rem;
}

.black-white .layout-body .section-description,
.black-white .layout-footer .section-description {
  font-size: 2.8rem;
  line-height: 115%;
  max-width: unset;
  margin-left: 0;
}

.black-white .layout-body .section-description a,
.black-white .layout-footer .section-description a {
  border: 0;
}

.black-white .layout-body .section-programms__grid,
.black-white .layout-footer .section-programms__grid {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.black-white .layout-body .section-main:not(.section-exhibition),
.black-white .layout-footer .section-main:not(.section-exhibition) {
  margin-bottom: 12rem;
}

.black-white .layout-body .section-exhibition .section-footer,
.black-white .layout-footer .section-exhibition .section-footer {
  margin-top: 8rem;
}

.black-white .layout-body .page-office .page-inner.secondary .page-sidebar,
.black-white .layout-footer .page-office .page-inner.secondary .page-sidebar {
  width: 100%;
  padding: 0;
}

.black-white .layout-body .page-office .page-inner.secondary .page-panel,
.black-white .layout-footer .page-office .page-inner.secondary .page-panel {
  width: 100%;
  max-width: unset;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.black-white .layout-body .page-office .page-inner.secondary .form-default.sm,
.black-white .layout-footer .page-office .page-inner.secondary .form-default.sm {
  margin: 0 auto;
}

.black-white .layout-body .section-collection__head,
.black-white .layout-body .section-branches__head,
.black-white .layout-body .section-shop__head,
.black-white .layout-body .section-title__secondary:not(:last-child),
.black-white .layout-body .section-head,
.black-white .layout-body .section-title,
.black-white .layout-body .section-main__title,
.black-white .layout-footer .section-collection__head,
.black-white .layout-footer .section-branches__head,
.black-white .layout-footer .section-shop__head,
.black-white .layout-footer .section-title__secondary:not(:last-child),
.black-white .layout-footer .section-head,
.black-white .layout-footer .section-title,
.black-white .layout-footer .section-main__title {
  margin-bottom: 8rem;
}

.black-white .layout-body .section-events,
.black-white .layout-body .section-info,
.black-white .layout-body .section-news,
.black-white .layout-body .section-branches,
.black-white .layout-body .section-shop,
.black-white .layout-body .section-banner,
.black-white .layout-body .section-programms,
.black-white .layout-body .section-online,
.black-white .layout-body .section-tickets,
.black-white .layout-body .section:not(.section-main):not(.section-collection),
.black-white .layout-body .page-selects,
.black-white .layout-body .page-new,
.black-white .layout-body .section-rate,
.black-white .layout-body .page-office,
.black-white .layout-body .page-search,
.black-white .layout-footer .section-events,
.black-white .layout-footer .section-info,
.black-white .layout-footer .section-news,
.black-white .layout-footer .section-branches,
.black-white .layout-footer .section-shop,
.black-white .layout-footer .section-banner,
.black-white .layout-footer .section-programms,
.black-white .layout-footer .section-online,
.black-white .layout-footer .section-tickets,
.black-white .layout-footer .section:not(.section-main):not(.section-collection),
.black-white .layout-footer .page-selects,
.black-white .layout-footer .page-new,
.black-white .layout-footer .section-rate,
.black-white .layout-footer .page-office,
.black-white .layout-footer .page-search {
  margin-bottom: 16rem;
}

.black-white .layout-body .section-events,
.black-white .layout-body .section-news,
.black-white .layout-body .section-info,
.black-white .layout-body .section-branches,
.black-white .layout-body .section-shop,
.black-white .layout-body .section-banner__inner,
.black-white .layout-body .section-programms,
.black-white .layout-body .section-online,
.black-white .layout-body .section-tickets,
.black-white .layout-body .section-photos,
.black-white .layout-body .section:not(.section-main):not(.section-collection):not(.section-contacts),
.black-white .layout-body .page-inner,
.black-white .layout-body .page-new,
.black-white .layout-body .page-rate,
.black-white .layout-footer .section-events,
.black-white .layout-footer .section-news,
.black-white .layout-footer .section-info,
.black-white .layout-footer .section-branches,
.black-white .layout-footer .section-shop,
.black-white .layout-footer .section-banner__inner,
.black-white .layout-footer .section-programms,
.black-white .layout-footer .section-online,
.black-white .layout-footer .section-tickets,
.black-white .layout-footer .section-photos,
.black-white .layout-footer .section:not(.section-main):not(.section-collection):not(.section-contacts),
.black-white .layout-footer .page-inner,
.black-white .layout-footer .page-new,
.black-white .layout-footer .page-rate {
  padding-top: 0;
  padding-bottom: 0;
}

.black-white .layout-body .section-events .slider-default,
.black-white .layout-body .section-news .slider-default,
.black-white .layout-body .section-info .slider-default,
.black-white .layout-body .section-branches .slider-default,
.black-white .layout-body .section-shop .slider-default,
.black-white .layout-body .section-banner__inner .slider-default,
.black-white .layout-body .section-programms .slider-default,
.black-white .layout-body .section-online .slider-default,
.black-white .layout-body .section-tickets .slider-default,
.black-white .layout-body .section-photos .slider-default,
.black-white .layout-body .section:not(.section-main):not(.section-collection):not(.section-contacts) .slider-default,
.black-white .layout-body .page-inner .slider-default,
.black-white .layout-body .page-new .slider-default,
.black-white .layout-body .page-rate .slider-default,
.black-white .layout-footer .section-events .slider-default,
.black-white .layout-footer .section-news .slider-default,
.black-white .layout-footer .section-info .slider-default,
.black-white .layout-footer .section-branches .slider-default,
.black-white .layout-footer .section-shop .slider-default,
.black-white .layout-footer .section-banner__inner .slider-default,
.black-white .layout-footer .section-programms .slider-default,
.black-white .layout-footer .section-online .slider-default,
.black-white .layout-footer .section-tickets .slider-default,
.black-white .layout-footer .section-photos .slider-default,
.black-white .layout-footer .section:not(.section-main):not(.section-collection):not(.section-contacts) .slider-default,
.black-white .layout-footer .page-inner .slider-default,
.black-white .layout-footer .page-new .slider-default,
.black-white .layout-footer .page-rate .slider-default {
  padding-bottom: 0;
}

.black-white .layout-body .section-news .card-default__body,
.black-white .layout-footer .section-news .card-default__body {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.black-white .layout-body .section-news .card-default__info .card-default__time li,
.black-white .layout-body .section-news .card-default__info .card-default__time li span,
.black-white .layout-body .section-news .card-default__info .card-default__time li time,
.black-white .layout-footer .section-news .card-default__info .card-default__time li,
.black-white .layout-footer .section-news .card-default__info .card-default__time li span,
.black-white .layout-footer .section-news .card-default__info .card-default__time li time {
  font-size: 2rem;
}

.black-white .layout-body .section-info,
.black-white .layout-body .section-tickets__footer,
.black-white .layout-body .section-branches,
.black-white .layout-footer .section-info,
.black-white .layout-footer .section-tickets__footer,
.black-white .layout-footer .section-branches {
  margin-top: 16rem;
}

.black-white .layout-body .page-body,
.black-white .layout-footer .page-body {
  margin-top: 0;
}

.black-white .layout-body .banner-discount__text,
.black-white .layout-footer .banner-discount__text {
  font-size: 3.2rem;
}

.black-white .layout-body .section-light-gray .select2-container--default .select2-selection--single,
.black-white .layout-footer .section-light-gray .select2-container--default .select2-selection--single {
  background: #000;
}

.black-white .layout-body .menu-primary,
.black-white .layout-footer .menu-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.black-white .layout-body .section-programms__cell.sm,
.black-white .layout-footer .section-programms__cell.sm {
  width: 100%;
  min-width: unset;
}

.black-white .layout-body .section-programms__cell.md,
.black-white .layout-footer .section-programms__cell.md {
  width: 100%;
}

.black-white .layout-body .menu-primary__item + .menu-primary__item::before,
.black-white .layout-footer .menu-primary__item + .menu-primary__item::before {
  display: none;
}

.black-white .layout-body .menu-primary__item,
.black-white .layout-footer .menu-primary__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding: 0;
  text-align: center;
}

.black-white .layout-body .menu-primary__item:not(:last-child),
.black-white .layout-footer .menu-primary__item:not(:last-child) {
  margin-right: 2rem;
}

.black-white .layout-body .menu-primary__item .radio,
.black-white .layout-footer .menu-primary__item .radio {
  position: relative;
  z-index: 1;
  padding: 1.2rem 2rem;
  border: 1px solid #000;
  border-radius: 2.4rem;
}

.black-white .layout-body .menu-primary__item .radio.active,
.black-white .layout-footer .menu-primary__item .radio.active {
  background-color: #000;
}

.black-white .layout-body .menu-primary__item .radio.active .icon,
.black-white .layout-footer .menu-primary__item .radio.active .icon {
  display: none;
}

.black-white .layout-body .menu-primary__item .radio.active .radio__text,
.black-white .layout-footer .menu-primary__item .radio.active .radio__text {
  color: #fff;
}

.black-white .layout-body .menu-primary__item .radio__control:checked + .radio__text,
.black-white .layout-footer .menu-primary__item .radio__control:checked + .radio__text {
  color: #fff;
}

.black-white .layout-body .menu-primary__item .radio__control:checked + .radio__text::before,
.black-white .layout-footer .menu-primary__item .radio__control:checked + .radio__text::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 2.4rem;
  background-color: #000;
}

.black-white .layout-body .section-head + .section-body,
.black-white .layout-footer .section-head + .section-body {
  margin-top: 8rem;
}

.black-white .layout-body .radio__icon,
.black-white .layout-footer .radio__icon {
  display: none;
}

.black-white .layout-body .layout-footer__links .grid-default__cell,
.black-white .layout-body .layout-footer__links .slider-default__cell,
.black-white .layout-body .layout-footer__bottom .grid-default__cell,
.black-white .layout-body .layout-footer__bottom .slider-default__cell,
.black-white .layout-body .layout-footer__objects .grid-default__cell,
.black-white .layout-body .layout-footer__objects .slider-default__cell,
.black-white .layout-body .section-programms__cell .grid-default__cell,
.black-white .layout-body .section-programms__cell .slider-default__cell,
.black-white .layout-body .for-children .grid-default__cell,
.black-white .layout-body .for-children .slider-default__cell,
.black-white .layout-body .research-block .grid-default__cell,
.black-white .layout-body .research-block .slider-default__cell,
.black-white .layout-body .section-online .grid-default__cell,
.black-white .layout-body .section-online .slider-default__cell,
.black-white .layout-body .section-tickets .grid-default__cell,
.black-white .layout-body .section-tickets .slider-default__cell,
.black-white .layout-body .section-programms .grid-default__cell,
.black-white .layout-body .section-programms .slider-default__cell,
.black-white .layout-body .section-branches .grid-default__cell,
.black-white .layout-body .section-branches .slider-default__cell,
.black-white .layout-body .section-news .grid-default__cell,
.black-white .layout-body .section-news .slider-default__cell,
.black-white .layout-body .section-contacts .grid-default__cell,
.black-white .layout-body .section-contacts .slider-default__cell,
.black-white .layout-body .section-depiction .grid-default__cell,
.black-white .layout-body .section-depiction .slider-default__cell,
.black-white .layout-body .section-events .grid-default__cell,
.black-white .layout-body .section-events .slider-default__cell,
.black-white .layout-body .page-selects .grid-default__cell,
.black-white .layout-body .page-selects .slider-default__cell,
.black-white .layout-body .article-success__block .grid-default__cell,
.black-white .layout-body .article-success__block .slider-default__cell,
.black-white .layout-body .contacts-block .grid-default__cell,
.black-white .layout-body .contacts-block .slider-default__cell,
.black-white .layout-body .slider-default .grid-default__cell,
.black-white .layout-body .slider-default .slider-default__cell,
.black-white .layout-body .section-photos .grid-default__cell,
.black-white .layout-body .section-photos .slider-default__cell,
.black-white .layout-footer .layout-footer__links .grid-default__cell,
.black-white .layout-footer .layout-footer__links .slider-default__cell,
.black-white .layout-footer .layout-footer__bottom .grid-default__cell,
.black-white .layout-footer .layout-footer__bottom .slider-default__cell,
.black-white .layout-footer .layout-footer__objects .grid-default__cell,
.black-white .layout-footer .layout-footer__objects .slider-default__cell,
.black-white .layout-footer .section-programms__cell .grid-default__cell,
.black-white .layout-footer .section-programms__cell .slider-default__cell,
.black-white .layout-footer .for-children .grid-default__cell,
.black-white .layout-footer .for-children .slider-default__cell,
.black-white .layout-footer .research-block .grid-default__cell,
.black-white .layout-footer .research-block .slider-default__cell,
.black-white .layout-footer .section-online .grid-default__cell,
.black-white .layout-footer .section-online .slider-default__cell,
.black-white .layout-footer .section-tickets .grid-default__cell,
.black-white .layout-footer .section-tickets .slider-default__cell,
.black-white .layout-footer .section-programms .grid-default__cell,
.black-white .layout-footer .section-programms .slider-default__cell,
.black-white .layout-footer .section-branches .grid-default__cell,
.black-white .layout-footer .section-branches .slider-default__cell,
.black-white .layout-footer .section-news .grid-default__cell,
.black-white .layout-footer .section-news .slider-default__cell,
.black-white .layout-footer .section-contacts .grid-default__cell,
.black-white .layout-footer .section-contacts .slider-default__cell,
.black-white .layout-footer .section-depiction .grid-default__cell,
.black-white .layout-footer .section-depiction .slider-default__cell,
.black-white .layout-footer .section-events .grid-default__cell,
.black-white .layout-footer .section-events .slider-default__cell,
.black-white .layout-footer .page-selects .grid-default__cell,
.black-white .layout-footer .page-selects .slider-default__cell,
.black-white .layout-footer .article-success__block .grid-default__cell,
.black-white .layout-footer .article-success__block .slider-default__cell,
.black-white .layout-footer .contacts-block .grid-default__cell,
.black-white .layout-footer .contacts-block .slider-default__cell,
.black-white .layout-footer .slider-default .grid-default__cell,
.black-white .layout-footer .slider-default .slider-default__cell,
.black-white .layout-footer .section-photos .grid-default__cell,
.black-white .layout-footer .section-photos .slider-default__cell {
  width: 100%;
  margin-bottom: 4.8rem;
}

.black-white .layout-body .layout-footer__links .grid-default,
.black-white .layout-body .layout-footer__bottom .grid-default,
.black-white .layout-body .layout-footer__objects .grid-default,
.black-white .layout-body .section-programms__cell .grid-default,
.black-white .layout-body .for-children .grid-default,
.black-white .layout-body .research-block .grid-default,
.black-white .layout-body .section-online .grid-default,
.black-white .layout-body .section-tickets .grid-default,
.black-white .layout-body .section-programms .grid-default,
.black-white .layout-body .section-branches .grid-default,
.black-white .layout-body .section-news .grid-default,
.black-white .layout-body .section-contacts .grid-default,
.black-white .layout-body .section-depiction .grid-default,
.black-white .layout-body .section-events .grid-default,
.black-white .layout-body .page-selects .grid-default,
.black-white .layout-body .article-success__block .grid-default,
.black-white .layout-body .contacts-block .grid-default,
.black-white .layout-body .slider-default .grid-default,
.black-white .layout-body .section-photos .grid-default,
.black-white .layout-footer .layout-footer__links .grid-default,
.black-white .layout-footer .layout-footer__bottom .grid-default,
.black-white .layout-footer .layout-footer__objects .grid-default,
.black-white .layout-footer .section-programms__cell .grid-default,
.black-white .layout-footer .for-children .grid-default,
.black-white .layout-footer .research-block .grid-default,
.black-white .layout-footer .section-online .grid-default,
.black-white .layout-footer .section-tickets .grid-default,
.black-white .layout-footer .section-programms .grid-default,
.black-white .layout-footer .section-branches .grid-default,
.black-white .layout-footer .section-news .grid-default,
.black-white .layout-footer .section-contacts .grid-default,
.black-white .layout-footer .section-depiction .grid-default,
.black-white .layout-footer .section-events .grid-default,
.black-white .layout-footer .page-selects .grid-default,
.black-white .layout-footer .article-success__block .grid-default,
.black-white .layout-footer .contacts-block .grid-default,
.black-white .layout-footer .slider-default .grid-default,
.black-white .layout-footer .section-photos .grid-default {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.black-white .layout-body .layout-footer__links .grid-default.mobile-xs,
.black-white .layout-body .layout-footer__bottom .grid-default.mobile-xs,
.black-white .layout-body .layout-footer__objects .grid-default.mobile-xs,
.black-white .layout-body .section-programms__cell .grid-default.mobile-xs,
.black-white .layout-body .for-children .grid-default.mobile-xs,
.black-white .layout-body .research-block .grid-default.mobile-xs,
.black-white .layout-body .section-online .grid-default.mobile-xs,
.black-white .layout-body .section-tickets .grid-default.mobile-xs,
.black-white .layout-body .section-programms .grid-default.mobile-xs,
.black-white .layout-body .section-branches .grid-default.mobile-xs,
.black-white .layout-body .section-news .grid-default.mobile-xs,
.black-white .layout-body .section-contacts .grid-default.mobile-xs,
.black-white .layout-body .section-depiction .grid-default.mobile-xs,
.black-white .layout-body .section-events .grid-default.mobile-xs,
.black-white .layout-body .page-selects .grid-default.mobile-xs,
.black-white .layout-body .article-success__block .grid-default.mobile-xs,
.black-white .layout-body .contacts-block .grid-default.mobile-xs,
.black-white .layout-body .slider-default .grid-default.mobile-xs,
.black-white .layout-body .section-photos .grid-default.mobile-xs,
.black-white .layout-footer .layout-footer__links .grid-default.mobile-xs,
.black-white .layout-footer .layout-footer__bottom .grid-default.mobile-xs,
.black-white .layout-footer .layout-footer__objects .grid-default.mobile-xs,
.black-white .layout-footer .section-programms__cell .grid-default.mobile-xs,
.black-white .layout-footer .for-children .grid-default.mobile-xs,
.black-white .layout-footer .research-block .grid-default.mobile-xs,
.black-white .layout-footer .section-online .grid-default.mobile-xs,
.black-white .layout-footer .section-tickets .grid-default.mobile-xs,
.black-white .layout-footer .section-programms .grid-default.mobile-xs,
.black-white .layout-footer .section-branches .grid-default.mobile-xs,
.black-white .layout-footer .section-news .grid-default.mobile-xs,
.black-white .layout-footer .section-contacts .grid-default.mobile-xs,
.black-white .layout-footer .section-depiction .grid-default.mobile-xs,
.black-white .layout-footer .section-events .grid-default.mobile-xs,
.black-white .layout-footer .page-selects .grid-default.mobile-xs,
.black-white .layout-footer .article-success__block .grid-default.mobile-xs,
.black-white .layout-footer .contacts-block .grid-default.mobile-xs,
.black-white .layout-footer .slider-default .grid-default.mobile-xs,
.black-white .layout-footer .section-photos .grid-default.mobile-xs {
  max-width: unset;
}

.black-white .layout-body .contacts-block,
.black-white .layout-footer .contacts-block {
  max-width: unset;
}

.black-white .layout-body .contacts-block .grid-default__cell:last-child,
.black-white .layout-footer .contacts-block .grid-default__cell:last-child {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.black-white .layout-body .contacts-block .email-link,
.black-white .layout-footer .contacts-block .email-link {
  border-color: #000;
}

.black-white .layout-body .section-contacts .card-info__list.dark a,
.black-white .layout-footer .section-contacts .card-info__list.dark a {
  color: #000 !important;
}

.black-white .layout-body .section-contacts .card-info__list.dark > li,
.black-white .layout-footer .section-contacts .card-info__list.dark > li {
  border-color: rgba(0, 0, 0, .15);
}

.black-white .layout-body .section-rate .menu-primary__item,
.black-white .layout-footer .section-rate .menu-primary__item {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}

.black-white .layout-body .section-rate .menu-primary__item:not(:last-child),
.black-white .layout-footer .section-rate .menu-primary__item:not(:last-child) {
  margin-right: 0;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .section-rate .menu-primary__item + .menu-primary__item,
.black-white .layout-footer .section-rate .menu-primary__item + .menu-primary__item {
  margin-top: 3.4rem;
}

.black-white .layout-body .section-rate .tickets-info__item,
.black-white .layout-footer .section-rate .tickets-info__item {
  width: 100%;
}

.black-white .layout-body .section-rate .list-object__item,
.black-white .layout-footer .section-rate .list-object__item {
  padding: 0;
}

.black-white .layout-body .section-rate .list-object__cell + .list-object__cell,
.black-white .layout-footer .section-rate .list-object__cell + .list-object__cell {
  border: 0;
}

.black-white .layout-body .section-rate .list-object-title,
.black-white .layout-footer .section-rate .list-object-title {
  font-size: 4rem;
  line-height: normal;
}

.black-white .layout-body .section-rate .list-object-head,
.black-white .layout-footer .section-rate .list-object-head {
  overflow: visible;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .section-rate .list-object__group .list-object__item + .list-object__item,
.black-white .layout-footer .section-rate .list-object__group .list-object__item + .list-object__item {
  margin-top: 4rem;
}

.black-white .layout-body .section-rate .list-object__group .list-object__item,
.black-white .layout-footer .section-rate .list-object__group .list-object__item {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
}

.black-white .layout-body .article-success,
.black-white .layout-footer .article-success {
  padding: 0 0 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .article-success__media,
.black-white .layout-footer .article-success__media {
  display: none;
}

.black-white .layout-body .article-success__block,
.black-white .layout-footer .article-success__block {
  max-width: unset;
}

.black-white .layout-body .article-success__body,
.black-white .layout-footer .article-success__body {
  position: static;
  padding: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: left;
}

.black-white .layout-body .article-success__title::before,
.black-white .layout-body .article-success__title::after,
.black-white .layout-footer .article-success__title::before,
.black-white .layout-footer .article-success__title::after {
  display: none;
}

.black-white .layout-body .page__line.secondary,
.black-white .layout-footer .page__line.secondary {
  height: unset;
}

.black-white .layout-body .page-history .menu-primary__link,
.black-white .layout-footer .page-history .menu-primary__link {
  font-size: 3.6rem;
  line-height: normal;
  border-bottom: 1px solid #000;
}

.black-white .layout-body .search-list__item + .search-list__item,
.black-white .layout-footer .search-list__item + .search-list__item {
  margin-top: 6rem;
  padding-top: 6rem;
}

.black-white .layout-body .section-label,
.black-white .layout-footer .section-label {
  font-size: 2rem;
}

.black-white .layout-body .page-exhibition .page__line,
.black-white .layout-footer .page-exhibition .page__line {
  padding-top: 0;
}

.black-white .layout-body .page-exhibition .article-line__inner,
.black-white .layout-footer .page-exhibition .article-line__inner {
  flex-direction: column;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.black-white .layout-body .page-exhibition .article-line__inner .article-place,
.black-white .layout-footer .page-exhibition .article-line__inner .article-place {
  margin-left: -2.3rem;
}

.black-white .layout-body .page-exhibition .article-line__inner .article-place p,
.black-white .layout-footer .page-exhibition .article-line__inner .article-place p {
  font-size: 2rem;
}

.black-white .layout-body .page-exhibition .article-line__inner .article-place .icon,
.black-white .layout-footer .page-exhibition .article-line__inner .article-place .icon {
  width: .6rem;
  height: .6rem;
}

.black-white .layout-body .page-exhibition .article-line__cell + .article-line__cell,
.black-white .layout-footer .page-exhibition .article-line__cell + .article-line__cell {
  margin-left: 0;
}

.black-white .layout-body .page-exhibition .article-info,
.black-white .layout-footer .page-exhibition .article-info {
  margin-right: 2rem;
}

.black-white .layout-body .page-exhibition .article-line__cell,
.black-white .layout-footer .page-exhibition .article-line__cell {
  margin-bottom: 2rem;
}

.black-white .layout-body .page-exhibition .article-line__block,
.black-white .layout-footer .page-exhibition .article-line__block {
  flex-direction: column;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.black-white .layout-body .page-exhibition .article-place,
.black-white .layout-footer .page-exhibition .article-place {
  padding-left: 2.5rem;
}

.black-white .layout-body .page-exhibition .article-place a,
.black-white .layout-footer .page-exhibition .article-place a {
  color: #fff;
  border-color: #fff;
}

.black-white .layout-body .page-exhibition .article-place p,
.black-white .layout-footer .page-exhibition .article-place p {
  max-width: unset;
}

.black-white .layout-body .page-exhibition .article-place .icon,
.black-white .layout-footer .page-exhibition .article-place .icon {
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.black-white .layout-body .section-main__panel.dark .breadcrumb__item,
.black-white .layout-footer .section-main__panel.dark .breadcrumb__item {
  color: #000;
}

.black-white .layout-body .museum,
.black-white .layout-footer .museum {
  margin-bottom: 1.6rem;
}

.black-white .layout-body .page-office .page-panel,
.black-white .layout-footer .page-office .page-panel {
  max-width: unset;
}

.black-white .layout-body .page-office .page-footer,
.black-white .layout-footer .page-office .page-footer {
  max-width: 55.2rem;
  margin: 0 auto;
}

.black-white .layout-body .page-office .list-object__item,
.black-white .layout-footer .page-office .list-object__item {
  padding-right: 0;
  padding-left: 0;
}

.black-white .layout-body .page-office .card-ticket .card-name,
.black-white .layout-footer .page-office .card-ticket .card-name {
  font-size: 4rem;
  line-height: normal;
  margin-bottom: 2rem;
}

.black-white .layout-body .page-office .card-ticket .card-status,
.black-white .layout-body .page-office .card-ticket .card-info__item,
.black-white .layout-body .page-office .card-ticket .card-label,
.black-white .layout-body .page-office .card-ticket .museum,
.black-white .layout-footer .page-office .card-ticket .card-status,
.black-white .layout-footer .page-office .card-ticket .card-info__item,
.black-white .layout-footer .page-office .card-ticket .card-label,
.black-white .layout-footer .page-office .card-ticket .museum {
  font-size: 2.4rem;
  line-height: normal;
}

.black-white .layout-body .page-office .list-object__item,
.black-white .layout-footer .page-office .list-object__item {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
}

.black-white .layout-body .section-collections .section-main__inner,
.black-white .layout-body .section-quarter .section-main__inner,
.black-white .layout-footer .section-collections .section-main__inner,
.black-white .layout-footer .section-quarter .section-main__inner {
  max-width: 116rem;
  margin: 0 auto;
}

.black-white .layout-body .list-object__banner-discount,
.black-white .layout-footer .list-object__banner-discount {
  position: static;
  width: 100%;
  margin-bottom: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.black-white .layout-body .list-object__address,
.black-white .layout-body .list-object__label,
.black-white .layout-body .list-object__item .museum,
.black-white .layout-footer .list-object__address,
.black-white .layout-footer .list-object__label,
.black-white .layout-footer .list-object__item .museum {
  font-size: 2rem;
  color: #000;
}

.black-white .layout-body .list-object__address,
.black-white .layout-footer .list-object__address {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}

.black-white .layout-body .list-object__address span:not(:last-child),
.black-white .layout-footer .list-object__address span:not(:last-child) {
  margin-right: .5rem;
}

.black-white .layout-body .page-tickets .list-object,
.black-white .layout-footer .page-tickets .list-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}

.black-white .layout-body .page-tickets .page-panel,
.black-white .layout-footer .page-tickets .page-panel {
  margin-bottom: 4rem;
}

.black-white .layout-body .page-tickets .list-object__item,
.black-white .layout-footer .page-tickets .list-object__item {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
}

.black-white .layout-body .floating-article,
.black-white .layout-footer .floating-article {
  float: none;
  max-width: unset;
}

.black-white .layout-body .page .article-default .article-default__content .h1,
.black-white .layout-footer .page .article-default .article-default__content .h1 {
  color: #000;
}

.black-white .layout-body .page-head,
.black-white .layout-footer .page-head {
  margin-bottom: 6rem;
}

.black-white .layout-body .page-center .page-inner,
.black-white .layout-footer .page-center .page-inner {
  margin: 0;
}

.black-white .layout-body .page-inner,
.black-white .layout-footer .page-inner {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.black-white .layout-body .page-panel,
.black-white .layout-footer .page-panel {
  width: 100%;
  padding: 0;
}

.black-white .layout-body .page-sidebar,
.black-white .layout-footer .page-sidebar {
  position: static;
  width: 100%;
  min-width: unset;
  padding: 0;
}

.black-white .layout-body .page-sidebar .js_sticky,
.black-white .layout-footer .page-sidebar .js_sticky {
  position: static !important;
}

.black-white .layout-body .radio__text .museum,
.black-white .layout-footer .radio__text .museum {
  margin: 0;
}

.black-white .layout-body .page-head__select,
.black-white .layout-footer .page-head__select {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.black-white .layout-body .page-sidebar .menu-select,
.black-white .layout-footer .page-sidebar .menu-select {
  position: static;
}

.black-white .layout-body .art-item__title,
.black-white .layout-footer .art-item__title {
  margin-top: 0;
  text-align: left;
}

.black-white .layout-body .accordion-text,
.black-white .layout-footer .accordion-text {
  max-width: unset;
}

.black-white .layout-body .accordion-text p,
.black-white .layout-footer .accordion-text p {
  font-size: 2rem;
}

.black-white .layout-body .section-banner__title,
.black-white .layout-body .section-banner,
.black-white .layout-footer .section-banner__title,
.black-white .layout-footer .section-banner {
  color: #000;
}

.black-white .layout-body .section-banner__footer .btn,
.black-white .layout-footer .section-banner__footer .btn {
  border-color: #000;
}

.black-white .layout-body .section-banner__background,
.black-white .layout-footer .section-banner__background {
  background-color: #fff;
}

.black-white .layout-body .banner-discount,
.black-white .layout-footer .banner-discount {
  min-height: unset;
}

.black-white .layout-body .art-list,
.black-white .layout-footer .art-list {
  margin: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.black-white .layout-body .art-item,
.black-white .layout-footer .art-item {
  max-width: unset;
  margin: 0;
}

.black-white .layout-body .art-item__shape,
.black-white .layout-footer .art-item__shape {
  display: none;
}

.black-white .layout-body .art-list__item,
.black-white .layout-footer .art-list__item {
  width: 100%;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .art-list__item:last-child,
.black-white .layout-footer .art-list__item:last-child {
  margin-bottom: 0;
}

.black-white .layout-body .container-md,
.black-white .layout-footer .container-md {
  max-width: 143.4rem;
}

.black-white .layout-body .section-offset,
.black-white .layout-footer .section-offset {
  padding-right: 0;
  padding-left: 0;
}

.black-white .layout-body .section-price .section-price__inner,
.black-white .layout-footer .section-price .section-price__inner {
  max-width: unset;
}

.black-white .layout-body .section-price .list-object-title,
.black-white .layout-footer .section-price .list-object-title {
  font-size: 4rem;
  line-height: normal;
}

.black-white .layout-body .section-price .list-object__cell + .list-object__cell,
.black-white .layout-footer .section-price .list-object__cell + .list-object__cell {
  border: 0;
}

.black-white .layout-body .section-price .list-object__group + .list-object__group,
.black-white .layout-footer .section-price .list-object__group + .list-object__group {
  margin-top: 0rem;
}

.black-white .layout-body .section-price .list-object__item,
.black-white .layout-footer .section-price .list-object__item {
  padding-bottom: 2rem;
  border-radius: 0;
}

.black-white .layout-body .section-price .list-object-head,
.black-white .layout-footer .section-price .list-object-head {
  padding: 3.5rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .card-default,
.black-white .layout-footer .card-default {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .card-default.search,
.black-white .layout-footer .card-default.search {
  padding-bottom: 0;
  border-bottom: 0;
}

.black-white .layout-body .card-default.search .card-default__title,
.black-white .layout-footer .card-default.search .card-default__title {
  line-height: normal;
  max-width: unset;
}

.black-white .layout-body .card-default.search .card-default__text,
.black-white .layout-footer .card-default.search .card-default__text {
  font-size: 2.8rem;
  line-height: 115%;
}

.black-white .layout-body .card-default.search .card-default__info,
.black-white .layout-footer .card-default.search .card-default__info {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.black-white .layout-body .card-default.search .card-default__description,
.black-white .layout-footer .card-default.search .card-default__description {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.black-white .layout-body .card-default.search .card-default__body,
.black-white .layout-footer .card-default.search .card-default__body {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.black-white .layout-body .card-default .card-default__footer,
.black-white .layout-footer .card-default .card-default__footer {
  display: none;
}

.black-white .layout-body .card-default .card-default__body,
.black-white .layout-footer .card-default .card-default__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.black-white .layout-body .card-default .card-default__info,
.black-white .layout-footer .card-default .card-default__info {
  flex-direction: column;
  width: 100%;
  max-width: 45.1rem;
  margin-right: 3.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.black-white .layout-body .card-default .card-default__title,
.black-white .layout-footer .card-default .card-default__title {
  font-size: 4rem;
  width: 100%;
  max-width: 54.1rem;
  margin-right: 4rem;
}

.black-white .layout-body .card-default .card-default__title:last-child,
.black-white .layout-footer .card-default .card-default__title:last-child {
  max-width: unset;
}

.black-white .layout-body .card-default .card-default__time li time,
.black-white .layout-body .card-default .card-default__time li,
.black-white .layout-body .card-default .card-default__time li span,
.black-white .layout-footer .card-default .card-default__time li time,
.black-white .layout-footer .card-default .card-default__time li,
.black-white .layout-footer .card-default .card-default__time li span {
  font-size: 2.8rem;
  font-weight: 500;
}

.black-white .layout-body .card-default .card-default__time li + li:before,
.black-white .layout-footer .card-default .card-default__time li + li:before {
  height: 2rem;
  background-color: #000;
}

.black-white .layout-body .card-default .card-default__label,
.black-white .layout-footer .card-default .card-default__label {
  font-size: 2rem;
  display: none;
  width: 100%;
}

.black-white .layout-body .card-default .card-default__label::before,
.black-white .layout-footer .card-default .card-default__label::before {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: -1.9rem;
}

.black-white .layout-body .card-default .card-default__label--black-white,
.black-white .layout-footer .card-default .card-default__label--black-white {
  display: block;
}

.black-white .layout-body .card-default .card-default__title,
.black-white .layout-body .card-default .card-default__info,
.black-white .layout-body .card-default .card-default__description,
.black-white .layout-footer .card-default .card-default__title,
.black-white .layout-footer .card-default .card-default__info,
.black-white .layout-footer .card-default .card-default__description {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.black-white .layout-body .card-default .card-default__description,
.black-white .layout-footer .card-default .card-default__description {
  font-size: 2.8rem;
  width: 100%;
}

.black-white .layout-body .article-primary__body,
.black-white .layout-footer .article-primary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}

.black-white .layout-body .section-shop .section-shop__body,
.black-white .layout-footer .section-shop .section-shop__body {
  max-width: unset;
}

.black-white .layout-body .article-primary__label,
.black-white .layout-footer .article-primary__label {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.black-white .layout-body .article-primary__label span,
.black-white .layout-footer .article-primary__label span {
  line-height: normal;
  padding-bottom: 0;
  border: 0;
}

.black-white .layout-body .article-primary__body,
.black-white .layout-footer .article-primary__body {
  padding: 0;
}

.black-white .layout-body .article-primary,
.black-white .layout-footer .article-primary {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .tickets-info__head,
.black-white .layout-footer .tickets-info__head {
  padding: 3.5rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .tickets-info__inner,
.black-white .layout-footer .tickets-info__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black-white .layout-body .tickets-info__item .ticket-info__description,
.black-white .layout-body .tickets-info__item .ticket-info__description small,
.black-white .layout-footer .tickets-info__item .ticket-info__description,
.black-white .layout-footer .tickets-info__item .ticket-info__description small {
  font-size: 2rem;
}

.black-white .layout-body .tickets-info__item .list-object__name,
.black-white .layout-footer .tickets-info__item .list-object__name {
  max-width: unset;
}

.black-white .layout-body .tickets-info__item .list-object__name span,
.black-white .layout-footer .tickets-info__item .list-object__name span {
  color: #000;
}

.black-white .layout-body .ticket-info__title,
.black-white .layout-footer .ticket-info__title {
  font-size: 4rem;
}

.black-white .layout-body .section-tickets__body,
.black-white .layout-footer .section-tickets__body {
  margin-top: 6rem;
}

.black-white .layout-body .ticket-info__place,
.black-white .layout-footer .ticket-info__place {
  max-width: 39.6rem;
}

.black-white .layout-body .ticket-info__inner,
.black-white .layout-footer .ticket-info__inner {
  margin-bottom: 4rem;
}

.black-white .layout-body .list-default,
.black-white .layout-footer .list-default {
  padding: 0;
  list-style-type: none;
}

.black-white .layout-body .tickets-info__label,
.black-white .layout-body .tickets-info__name,
.black-white .layout-footer .tickets-info__label,
.black-white .layout-footer .tickets-info__name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  max-width: unset;
}

.black-white .layout-body .cost.light,
.black-white .layout-footer .cost.light {
  color: #fff;
}

.black-white .layout-body .cost__carrency,
.black-white .layout-footer .cost__carrency {
  font-size: 2rem;
}

.black-white .layout-body .cost__value,
.black-white .layout-footer .cost__value {
  font-size: 2.6rem;
}

.black-white .layout-body .list-default__item + .list-default__item,
.black-white .layout-footer .list-default__item + .list-default__item {
  margin-top: 3.6rem;
}

.black-white .layout-body .list-default .list-default,
.black-white .layout-footer .list-default .list-default {
  margin-top: 3.6rem;
}

.black-white .layout-body .ticket-info__label,
.black-white .layout-footer .ticket-info__label {
  display: none;
}

.black-white .layout-body .banner__btn-black-white,
.black-white .layout-footer .banner__btn-black-white {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.black-white .layout-body .banner-footer,
.black-white .layout-footer .banner-footer {
  display: none;
}

.black-white .layout-body .banner-inner__body,
.black-white .layout-footer .banner-inner__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0;
}

.black-white .layout-body .banner__text,
.black-white .layout-footer .banner__text {
  margin-top: 0;
}

.black-white .layout-body .banner__text p,
.black-white .layout-footer .banner__text p {
  margin: 0;
}

.black-white .layout-body .banner-inner__media,
.black-white .layout-footer .banner-inner__media {
  display: none;
}

.black-white .layout-body .banner__title,
.black-white .layout-footer .banner__title {
  font-size: 4rem;
  line-height: 4.8rem;
}

.black-white .layout-body .banner-head,
.black-white .layout-footer .banner-head {
  width: 100%;
  max-width: 54.4rem;
  margin-right: 15.6rem;
}

.black-white .layout-body .banner__text p,
.black-white .layout-footer .banner__text p {
  font-size: 2.8rem;
  font-weight: 300;
}

.black-white .layout-body .banner-body,
.black-white .layout-footer .banner-body {
  padding-left: 0;
}

.black-white .layout-body .banner__info,
.black-white .layout-footer .banner__info {
  margin-top: 2.4rem;
  margin-bottom: 5.7rem;
}

.black-white .layout-body .banner__info .cost__value,
.black-white .layout-footer .banner__info .cost__value {
  font-size: 4.8rem;
}

.black-white .layout-body .banner__info .cost__carrency,
.black-white .layout-footer .banner__info .cost__carrency {
  font-size: 3.2rem;
  font-weight: 600;
}

.black-white .layout-body .section-photos__body,
.black-white .layout-footer .section-photos__body {
  margin-top: 8rem;
}

.black-white .layout-body .section-photos__body .grid-default__cell,
.black-white .layout-footer .section-photos__body .grid-default__cell {
  margin-bottom: 4rem;
}

.black-white .layout-body .card-primary,
.black-white .layout-footer .card-primary {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .card-primary.default .card-primary__body,
.black-white .layout-footer .card-primary.default .card-primary__body {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.black-white .layout-body .card-primary.default .card-primary__title,
.black-white .layout-footer .card-primary.default .card-primary__title {
  height: unset;
}

.black-white .layout-body .card-primary.default .card-primary__label,
.black-white .layout-footer .card-primary.default .card-primary__label {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.black-white .layout-body .section-document,
.black-white .layout-footer .section-document {
  margin-top: 16rem;
}

.black-white .layout-body .section-document .menu-primary,
.black-white .layout-footer .section-document .menu-primary {
  flex-direction: column;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.black-white .layout-body .section-document .menu-primary .menu-primary__item,
.black-white .layout-footer .section-document .menu-primary .menu-primary__item {
  margin-bottom: 4.8rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.black-white .layout-body .section-document .menu-primary .link-default,
.black-white .layout-footer .section-document .menu-primary .link-default {
  font-size: 4rem;
  line-height: normal;
  text-transform: none;
}

.black-white .layout-body .section-document .menu-primary .link-default .icon-arrow,
.black-white .layout-footer .section-document .menu-primary .link-default .icon-arrow {
  display: none;
}

.black-white .layout-body .card-primary__body,
.black-white .layout-footer .card-primary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.black-white .layout-body .card-primary__title,
.black-white .layout-footer .card-primary__title {
  font-size: 4rem;
  width: 100%;
  max-width: 54.1rem;
  margin-right: 4rem;
}

.black-white .layout-body .card-primary__title:last-child,
.black-white .layout-footer .card-primary__title:last-child {
  max-width: unset;
}

.black-white .layout-body .card-primary__footer,
.black-white .layout-footer .card-primary__footer {
  display: none;
}

.black-white .layout-body .card-primary__panel,
.black-white .layout-footer .card-primary__panel {
  border-radius: 0;
}

.black-white .layout-body .card-primary__description,
.black-white .layout-footer .card-primary__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.black-white .layout-body .card-primary__description div,
.black-white .layout-body .card-primary__description strong,
.black-white .layout-body .card-primary__description p,
.black-white .layout-footer .card-primary__description div,
.black-white .layout-footer .card-primary__description strong,
.black-white .layout-footer .card-primary__description p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.black-white .layout-body .card-primary__description p,
.black-white .layout-footer .card-primary__description p {
  display: block;
  width: 100%;
  max-width: 41rem;
  margin-right: 4rem;
}

.black-white .layout-body .card-primary__description strong::after,
.black-white .layout-footer .card-primary__description strong::after {
  height: 2rem;
}

.black-white .layout-body .card-primary__description .cost,
.black-white .layout-footer .card-primary__description .cost {
  margin-bottom: 0;
}

.black-white .layout-body .cost__carrency,
.black-white .layout-body .cost__value,
.black-white .layout-footer .cost__carrency,
.black-white .layout-footer .cost__value {
  font-size: 2.4rem;
  font-weight: 600;
}

.black-white .layout-body .section-title,
.black-white .layout-footer .section-title {
  font-size: 7.2rem;
}

.black-white .layout-body .section-info__center,
.black-white .layout-footer .section-info__center {
  max-width: 100%;
}

.black-white .layout-body .section-info__center .grid-default,
.black-white .layout-footer .section-info__center .grid-default {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.black-white .layout-body .section-info__center .section-info__description,
.black-white .layout-footer .section-info__center .section-info__description {
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.black-white .layout-body .section-info__center .btn.btn-default,
.black-white .layout-footer .section-info__center .btn.btn-default {
  min-width: 29.5rem;
}

.black-white .layout-body .section-info__center .grid-default__cell .section-info__title,
.black-white .layout-footer .section-info__center .grid-default__cell .section-info__title {
  font-size: 7rem;
  line-height: 4.8rem;
  width: 100%;
  max-width: 54.1rem;
}

.black-white .layout-body .research-item,
.black-white .layout-footer .research-item {
  padding: 0 1.5rem;
}

.black-white .layout-body .research__title,
.black-white .layout-footer .research__title {
  font-size: 4rem;
  line-height: 3.6rem;
  min-height: unset;
  margin-bottom: 2.8rem;
}

.black-white .layout-body .research-item li,
.black-white .layout-footer .research-item li {
  font-size: 2.8rem;
  line-height: 3.4rem;
}

.black-white .layout-body .section-main-spec,
.black-white .layout-footer .section-main-spec {
  padding-bottom: 0;
}

.black-white .layout-body .section-main-spec .section-main__title:last-child,
.black-white .layout-footer .section-main-spec .section-main__title:last-child {
  margin-bottom: 0;
}

.black-white .layout-body .section-footer.border::before,
.black-white .layout-footer .section-footer.border::before {
  display: none;
}

.black-white .layout-body .accordion-block,
.black-white .layout-footer .accordion-block {
  max-width: unset;
}

.black-white .layout-body .accordion-block__item,
.black-white .layout-footer .accordion-block__item {
  padding: 4rem 2rem;
}

.black-white .layout-body .accordion-block__title,
.black-white .layout-footer .accordion-block__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black-white .layout-body .card-default__description strong,
.black-white .layout-body .list-object__title,
.black-white .layout-body .accordion-title,
.black-white .layout-body .article-success__title,
.black-white .layout-body .art-item__title,
.black-white .layout-body .article-primary__title,
.black-white .layout-footer .card-default__description strong,
.black-white .layout-footer .list-object__title,
.black-white .layout-footer .accordion-title,
.black-white .layout-footer .article-success__title,
.black-white .layout-footer .art-item__title,
.black-white .layout-footer .article-primary__title {
  font-size: 4rem;
  line-height: normal;
  text-transform: none;
}

.black-white .layout-body .section-collection .grid-primary,
.black-white .layout-footer .section-collection .grid-primary {
  -webkit-columns: 3 38rem;
  columns: 3 38rem;
}

.black-white .layout-body .card-info__title.museum,
.black-white .layout-footer .card-info__title.museum {
  font-size: 4rem;
  line-height: 4.8rem;
  min-height: unset;
}

.black-white .layout-body .card-info__title.museum .icon,
.black-white .layout-footer .card-info__title.museum .icon {
  top: .5rem;
  width: 1.2rem;
  height: 1.2rem;
}

.black-white .layout-body .card-info__list,
.black-white .layout-footer .card-info__list {
  font-size: 2rem;
  font-weight: 400;
  line-height: 4.3rem;
}

.black-white .layout-body .card-info__list a,
.black-white .layout-footer .card-info__list a {
  color: #fff !important;
}

.black-white .layout-body .card-info__list > li,
.black-white .layout-footer .card-info__list > li {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.black-white .layout-body .card-info__list li + li,
.black-white .layout-footer .card-info__list li + li {
  margin-top: 4rem;
}

.black-white .layout-body .card-info__head,
.black-white .layout-footer .card-info__head {
  max-width: 100rem;
}

.black-white .layout-body .layout-footer__objects + .layout-footer__panel,
.black-white .layout-footer .layout-footer__objects + .layout-footer__panel {
  border: 0;
}

.black-white .layout-body .layout-footer__bottom .grid-default,
.black-white .layout-footer .layout-footer__bottom .grid-default {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}

.black-white .layout-body .layout-footer__links,
.black-white .layout-footer .layout-footer__links {
  border: 0;
}

.black-white .layout-body .layout-footer__links .menu-title,
.black-white .layout-footer .layout-footer__links .menu-title {
  font-size: 4rem;
  letter-spacing: normal;
  text-transform: none;
}

.black-white .layout-body .social-icons__link::after,
.black-white .layout-footer .social-icons__link::after {
  background-color: #fff;
}

.black-white .layout-body .social-icons__link .icon,
.black-white .layout-footer .social-icons__link .icon {
  fill: #000;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 2rem 0;
  padding-bottom: 10rem;
}

.page-inner.md {
  max-width: 80rem;
  margin: 0 auto;
  padding-bottom: 0;
}

.page-inner.md .page-body {
  width: 100%;
  margin-top: 0;
}

.page-inner.xs {
  max-width: 38rem;
  margin: 0 auto;
}

.page-inner.light-gray {
  background-color: #e1e2dd;
}

.page-center .page-inner {
  margin: 4rem -2rem 0 -31.5rem;
}

.page-head.md {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.page-sidebar {
  position: relative;
  width: 25%;
  min-width: 29.6rem;
  padding: 6rem 2rem 0;
}

.page-sidebar .menu-select {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.page-panel {
  width: 75%;
  padding: 0 2rem;
}

.page-panel.lg {
  width: 100%;
}

.page-panel.lg .btn-default.lg {
  min-width: 51.2rem;
}

.page-panel.lg .page-footer__cell {
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0 5.5rem;
}

.page-panel.lg .page-footer__row {
  margin: 4rem -5.5rem 0;
}

.page-body {
  margin-top: 4rem;
}

.page-body + .page-footer {
  padding-top: 4rem;
}

.page-footer.center {
  text-align: center;
}

.page-footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8rem -2rem 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-footer__row.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-footer__cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 2rem;
}

.page-footer__cell + .page-footer__cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-head__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-head__select .select-primary + .select-primary {
  margin-left: 2rem;
}

.page-head__cell + .page-head__cell {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

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

.page.page-light-gray {
  background-color: #e1e2dd;
}

.page.page-dark {
  background-color: #1b191a;
}

.page.page-gray {
  background-color: #ced2cd;
}

.page.page-gray .article-default__content {
  background-color: #ced2cd;
}

.page.page-gray .article-default .slider-primary .flickity-viewport::before {
  background-color: #ced2cd;
}

.page.page-gray .article-default .h1 {
  color: #fff;
}

.page .label-text {
  color: rgba(255, 255, 255, .4);
}

.page .card-default__label::before {
  background-color: #000;
}

.page.page-selects .page-head {
  min-height: 4rem;
}

.page-offset {
  padding-top: 24rem;
}

.page-default {
  padding: 0 0 10rem;
}

.page-default .page-body {
  margin-top: 8rem;
}

.page-title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin: 0;
  text-align: center;
  text-transform: lowercase;
}

.page__line {
  position: relative;
  z-index: 2;
  margin-bottom: 6rem;
  padding: 3rem 0;
  background-color: rgba(0, 0, 0, .4);
}

.page-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-head__text {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, .4);
}

.black-white .page.page-light-gray {
  background-color: #fff;
}

.black-white .page.page-dark {
  background-color: #000;
}

.black-white .page.page-gray {
  background-color: #fff;
}

.black-white .page.page-gray .article-default .slider-primary .flickity-viewport::before {
  background-color: inherit;
}

.black-white .page.page-gray .article-default .h1 {
  color: #fff;
}

.black-white .page .label-text {
  color: #fff;
}

.black-white .page__line {
  background-color: #000;
}

.black-white .page-head__text {
  font-size: 1.8rem;
}

.section-error {
  padding-top: 29rem;
  padding-bottom: 10rem;
  color: #fff;
  background-color: #1b191a;
}

.section-error__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-error__title {
  font-family: 'Cormorant Unicase', serif;
  font-size: 6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 6.4rem;
  text-transform: lowercase;
  color: inherit;
}

.section-error__text {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.7rem;
  color: rgba(255, 255, 255, .4);
}

.section-error__body {
  margin-top: 6rem;
}

.section-error__footer {
  margin-top: 4rem;
}

.black-white .section-error__title {
  font-size: 8rem;
}

.black-white .section-error__text {
  font-size: 2rem;
  color: #fff;
}

.page-collection {
  padding: 1rem 0 14rem;
}

.page-collection .page-inner {
  flex-direction: column;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.page-collection .page-footer__row {
  max-width: calc(100% - 30rem);
  margin: 4rem -5rem 0;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-collection .page-footer__cell {
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0 5rem;
}

.page-collection .page-footer__cell.center {
  margin: 0 auto;
}

.page-collection .page-footer__cell .btn-default.lg {
  min-width: 51.2rem;
  max-width: none;
}

.page-collection .menu-select {
  display: none;
}

.page-collection .page-body.loading {
  max-height: 20rem;
}

.page-collection .page-body.loading .circle {
  background-color: #fff;
}

.page-collection .page-body.loading .preloader-block {
  background-color: transparent;
}

.page-collection .page-body.loading .grid-primary {
  opacity: 0;
}

.section-exhibition .breadcrumb {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.page-exhibition {
  padding-top: 0;
  padding-bottom: 8rem;
}

.black-white .page-exhibition {
  background-color: #fff !important;
}

.page-rate {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 0;
  background-color: #e1e2dd;
}

.page-rate .page-inner {
  position: relative;
  z-index: 2;
}

.page-rate .page-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 7.5rem;
}

.page-rate::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .7;
  background-color: #e1e2dd;
}

.page-rate__media {
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 100%;
  height: 130rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .4;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-rate__media::after,
.page-rate__media::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20rem;
  content: '';
}

.page-rate__media::before {
  bottom: 0;
  background: -webkit-linear-gradient(bottom, #e1e2dd 14.58%, rgba(225, 226, 221, 0) 100%);
  background: linear-gradient(0deg, #e1e2dd 14.58%, rgba(225, 226, 221, 0) 100%);
}

.page-rate__media::after {
  top: 0;
  background: -webkit-linear-gradient(top, #e1e2dd 14.58%, rgba(225, 226, 221, 0) 100%);
  background: linear-gradient(-180deg, #e1e2dd 14.58%, rgba(225, 226, 221, 0) 100%);
}

.page-rate__media.active {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.black-white .page-rate__media {
  background-image: none !important;
}

.black-white .page-rate {
  background-color: #fff;
}

.black-white .page-rate::after {
  display: none;
}

.black-white .page-rate .cost {
  color: #000;
}

.black-white .page-rate__media::after {
  display: none;
}

.page-history {
  overflow-x: hidden;
}

.page-history .page-sidebar {
  padding: 2rem 2rem 0;
}

.page-history .menu-primary {
  position: absolute;
  z-index: 10;
  top: auto;
  width: calc(100% - 4rem);
  margin: 0;
}

.page-history .menu-primary.active {
  position: fixed;
  top: 10rem;
}

.page-history .article-default__content h2 {
  text-align: left;
}

.page-tickets {
  padding: 21rem 0 10rem;
}

.page-tickets .page-inner {
  margin-top: 0;
  padding-bottom: 0;
}

.page-tickets .page-panel {
  margin-top: 0;
}

.page-tickets .page-sidebar {
  padding: 0 2rem 0;
}

.page-tickets.dark {
  background-color: #e1e2dd;
}

.page-tickets-buy .page-inner {
  margin-top: 8rem;
}

.page-tickets-buy .page-body {
  margin-top: 0;
}

.black-white .page-tickets.dark {
  background-color: #fff;
}

.page-login {
  padding: 10rem 0 18rem;
}

.page-login .page-body {
  width: 100%;
  margin-top: 0;
}

.page-login .page-inner {
  padding-bottom: 0;
}

.social-links {
  margin: 6rem 0;
}

.social-links__block .social-icons {
  margin: 0 -1rem;
}

.social-links__block .social-icons__item {
  margin-right: 1rem;
  margin-left: 1rem;
}

.social-links__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-links__row + .social-links__row {
  margin-top: 2rem;
}

.social-links__text {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
  color: #000;
}

mark {
  background: rgba(72, 103, 185, .3);
}

.page-search {
  padding-top: 6rem;
}

.page-search .page-inner {
  margin: 0 4rem;
}

.black-white .page-search .page-head__text {
  color: #000;
}

.section-contacts {
  padding-top: 24rem;
  padding-bottom: 0;
}

.section-contacts .page-inner {
  margin-top: 10rem;
  padding-bottom: 0;
}

.section-contacts .page-body {
  margin-top: 0;
}

.branch-page .map-card {
  position: absolute;
  right: 15%;
  bottom: 6rem;
  max-width: 38rem;
  height: auto;
  max-height: calc(100% - 18rem);
}

.branch-page .card-map__footer {
  display: none;
}

.branch-page .section-map__inner .btn-close {
  display: none;
}

.black-white .branch-page .btn-default {
  background-color: #000;
}

.black-white .branch-page .btn-default:hover:before {
  background-color: #000;
}

.black-white .branch-page .section-news__body .flickity-button:after {
  background-color: #000;
}

.black-white .branch-page .btn-round.btn-dark {
  color: #000;
  border-color: #000;
}

.black-white .branch-page .action-bar__link:before {
  background-color: #000;
}

.black-white .branch-page .section-main-branch {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), #dc7e4a;
  background: linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), #dc7e4a;
}

.black-white .branch-page .working-hours span {
  color: #000;
}

.black-white .branch-page .branch-collections__body::before {
  background: -webkit-linear-gradient(top, rgba(139, 101, 81, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(139, 101, 81, 0) 0%, #000 100%);
}

.black-white .branch-page .burger-circle {
  background-color: #000;
}

.black-white .branch-page .layout-footer .btn-default {
  background-color: #000;
}

.black-white .branch-page .card-map {
  background-color: #8b6551;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
}

.black-white .branch-page .link-primary.light.secondary {
  color: #fff;
  border-color: #fff;
}

.black-white .branch-page .section-description {
  color: #fff;
}

.black-white .branch-page .list-steps.light .list-steps__link {
  font-size: 1.6rem;
}

.black-white .branch-page .list-steps.light .list-steps__link.active {
  color: #fff;
}

.black-white .branch-page .cost {
  color: #000;
}

.page-office {
  padding-top: 24rem;
}

.page-office .list-object + .list-object {
  margin-top: 8rem;
}

.page-office .page-sidebar {
  width: calc((100% - 59.2rem) / 2);
  padding: 1rem 2rem 0;
}

.page-office .page-panel {
  max-width: 59.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 59.2rem;
  -ms-flex: 0 0 59.2rem;
  flex: 0 0 59.2rem;
}

.page-office .page-footer__cell {
  width: auto;
}

.page-office .page-inner.secondary .page-sidebar {
  width: calc((100% - 51.2rem) / 2);
  padding: 1rem -2rem 0;
}

.page-office .page-inner.secondary .page-panel {
  max-width: 51.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.2rem;
  -ms-flex: 0 0 51.2rem;
  flex: 0 0 51.2rem;
}

.page-office .section-description {
  padding-left: 1.9rem;
}

.page-vacancies {
  padding-bottom: 11.6rem;
}

.page-vacancies--inner {
  padding-bottom: 0;
}

.page-vacancies--article {
  padding-bottom: 4.4rem;
}

.page-vacancies--article .article-default strong {
  font-size: 2rem;
  font-weight: 700;
}

.page-vacancies--article .article-default ul {
  padding-left: 0;
}

.page-vacancies--article .page-vacancies__inner {
  max-width: 86.8rem;
}

.page-vacancies .page-head__select {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-vacancies__inner {
  width: 100%;
  max-width: 88.8rem;
  margin: 0 auto;
}

.page-vacancies__section {
  padding: 5.9rem 0 9.1rem;
}

.page-vacancies__section .article-title {
  margin: 0 0 7.4rem;
}

.vacancy-list__item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.vacancy-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-radius: .8rem;
  background-color: #f0f0ee;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

html.black-white .vacancy-item {
  color: #000;
  background-color: transparent;
}

html.black-white .vacancy-item:hover {
  opacity: 1;
}

.vacancy-item:hover {
  opacity: .8;
}

.vacancy-item:hover .vacancy-item__btn {
  -webkit-transform: translateX(.5rem);
  -ms-transform: translateX(.5rem);
  transform: translateX(.5rem);
}

.vacancy-item--light {
  background-color: #fff;
}

.vacancy-item__position {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.9rem;
  width: 100%;
  max-width: 25.3rem;
}

html.black-white .vacancy-item__position {
  font-size: 1.8rem;
}

.vacancy-item__company {
  width: 100%;
  max-width: 22rem;
}

html.black-white .vacancy-item__company {
  font-size: 1.8rem;
  color: #000 !important;
}

.vacancy-item__salary-value {
  font-size: 1.8rem;
  font-weight: 700;
}

html.black-white .vacancy-item__salary-value {
  font-size: 1.8rem;
  margin-right: 2rem;
}

.vacancy-item__salary-currency {
  font-size: 1.3rem;
  font-weight: 600;
  margin-left: .8rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #60605f;
}

html.black-white .vacancy-item__salary-currency {
  font-size: 1.8rem;
  color: #000 !important;
}

.vacancy-item__salary {
  min-width: 13.6rem;
  margin-right: 6.9rem;
  text-align: right;
}

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

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

.vacancy-item__btn {
  min-width: 3.2rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

html.black-white .museum-info .layout-body .container-md,
html.black-white .museum-info .layout-footer .container-md {
  max-width: 143.4rem;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  color: #333;
  border: none;
  background: rgba(255, 255, 255, .75);
}

.flickity-button:hover {
  cursor: pointer;
  background: #fff;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  cursor: auto;
  pointer-events: none;
  opacity: .3;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  right: 10px;
  left: auto;
}

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

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  line-height: 1;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  cursor: pointer;
  opacity: .25;
  border-radius: 50%;
  background: #333;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media (min-width: 1023px) {
  html:not(.black-white) .article-primary:hover {
    padding-bottom: 4rem;
  }

  html:not(.black-white) .article-primary:hover .article-primary__footer {
    visibility: visible;
    opacity: 1;
  }

  html:not(.black-white) .article-primary:hover .article-primary__preview:before {
    padding-top: calc(58% - 4rem);
  }

  html:not(.black-white) .article-primary:hover.no-descr {
    padding-bottom: 4rem;
  }

  html:not(.black-white) .card-default:not(.search):hover {
    padding-bottom: 4rem;
  }

  html:not(.black-white) .card-default:not(.search):hover .card-default__footer {
    opacity: 1;
  }

  html:not(.black-white) .card-default:not(.search):hover .card-default__preview:before {
    padding-top: calc(100% - 4rem);
  }

  html:not(.black-white) .card-default:not(.search):hover.lg .card-default__preview:before {
    padding-top: calc(58% - 4rem);
  }

  html:not(.black-white) .card-default:not(.search):hover .card-default__more {
    bottom: -1rem;
  }

  html:not(.black-white) .card-default.search:hover .card-default__title {
    color: rgba(0, 0, 0, .6);
  }

  .card-primary:hover .card-primary__panel {
    height: calc(100% - 4rem);
  }

  .card-success:hover {
    padding-bottom: 3rem;
  }

  .card-success:hover .card-success__preview {
    -webkit-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }

  .card-success:hover .card-success__image {
    margin-bottom: -3rem;
  }

  .card-success:hover .card-success__footer {
    opacity: 1;
  }
}

@media (max-width: 1680px) {
  .list-object__banner-discount {
    right: -37rem;
  }

  .level:after {
    display: none;
  }
}

@media (max-width: 1440px) {
  .page-collection .page-footer__row {
    margin: 6rem -2rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-collection .page-footer__cell {
    padding: 0 2rem;
  }

  .page-collection .page-footer__cell:first-child {
    width: 60%;
  }

  .page-collection .page-footer__cell:last-child {
    width: 35%;
  }

  .page-collection .page-footer__cell .btn-default.lg {
    min-width: 100%;
  }

  .branch-page .map-card {
    right: 4rem;
  }
}

@media (max-width: 1439px) {
  .layout-header_compact .layout-header__secondary .main-menu {
    display: none;
  }

  .main-menu__item + .main-menu__item {
    margin-left: 4rem;
  }

  .layout-header__primary + .layout-header__secondary:before {
    margin: 0 -7rem;
  }

  .secondary-page .layout-header .layout-header__primary {
    display: none;
  }

  .secondary-page .layout-header .layout-header__primary + .layout-header__secondary {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .secondary-page .layout-header .main-menu {
    display: none;
  }

  .layout-footer__links {
    display: none;
  }

  .layout-footer__objects .grid-default__cell {
    width: 50%;
  }

  .grid-primary {
    -webkit-columns: 2 40rem;
    columns: 2 40rem;
  }

  .banner-discount {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .banner-discount__text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .layout-panel__objects .grid-default__cell {
    width: 50%;
  }

  .bg-images {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-object__banner-discount {
    right: -35rem;
    width: 33rem;
  }

  .section-banner__inner {
    max-width: 1300px;
    margin: 0 auto;
  }

  .section-collection .container {
    max-width: 92rem;
  }

  .section-scheme__main .open-search {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 6rem -.4rem 0 0;
  }

  .section-scheme__aside .close-search {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 4rem 0 0 0;
  }

  .scheme-nav {
    margin: 9.9rem 2rem 0 0;
  }

  .section-scheme__aside {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 40rem;
    height: 100%;
    padding: 8rem 2rem 0 2rem;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #e1e2dd;
  }

  .section-scheme__panel {
    position: relative;
  }

  .scheme-panel-open {
    overflow: hidden;
  }

  .scheme-panel-open .section-scheme__aside {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .section-scheme__main {
    width: 100%;
  }

  .scheme-museum {
    height: 58.4rem;
  }

  .section-scheme .container {
    padding-right: 0;
    padding-left: 0;
  }

  .page-collection .page-footer__row {
    max-width: unset;
  }
}

@media (max-width: 1400px) {
  .page__line.secondary {
    height: 12.8rem;
  }

  .page__line.secondary .article-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page__line.secondary .article-line__scheme {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: -3.7rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .page__line.secondary .article-line__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page__line.secondary .article-line__block .article-line__cell {
    width: auto;
  }

  .page__line.secondary .article-line__block .article-line__cell + .article-line__cell {
    margin-top: 2rem;
    margin-left: 0;
  }

  .page-center .page-inner {
    margin: 4rem -2rem;
  }
}

@media (max-width: 1300px) {
  .card-primary.secondary .card-primary__body {
    top: 50%;
  }
}

@media (max-width: 1280px) {
  .layout-panel__menu {
    width: 60%;
  }

  .layout-panel__menu .grid-default__cell {
    width: 50%;
  }

  .layout-panel__aside {
    width: 40%;
  }

  .list-object__banner-discount {
    right: -21.8rem;
    width: 20.2rem;
  }

  .section-events .section-offset {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .section-events .slider-default {
    padding-bottom: 2rem;
  }

  .section-events .slider-default .flickity-button.previous {
    left: -5rem;
  }

  .section-events .slider-default .flickity-button.next {
    right: -5rem;
  }

  .section-offset {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .section-offset .slider-default .flickity-button.previous {
    left: -5rem;
  }

  .section-offset .slider-default .flickity-button.next {
    right: -5rem;
  }

  .section-news .section-offset {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .section-news .slider-default .flickity-button.previous {
    left: -5rem;
  }

  .section-news .slider-default .flickity-button.next {
    right: -5rem;
  }

  .slider-exhibition__item {
    width: 60%;
  }

  .slider-exhibition__label {
    display: none;
  }

  .page-vacancies .select-primary {
    width: unset;
  }

  .page-vacancies .select2-container {
    min-width: 25.6rem;
  }
}

@media (max-width: 1279px) {
  .layout-header .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .layout-header__primary {
    height: 9rem;
    padding: 2rem 0;
  }

  .layout-header__primary .layout-header__wrapper {
    height: 100%;
  }

  .layout-header__primary + .layout-header__secondary:before {
    margin: 0;
  }

  .layout-header.layout-header_compact .layout-header__secondary {
    -webkit-transform: translateY(-9rem);
    -ms-transform: translateY(-9rem);
    transform: translateY(-9rem);
  }

  .layout-logo__name {
    display: none;
  }

  .layout-logo__img {
    width: 7.4rem;
    height: 3.8rem;
  }

  .secondary-page .layout-header .layout-header__primary {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .secondary-page .layout-header .layout-header__secondary {
    display: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .secondary-page .layout-header.layout-header_compact .layout-logo {
    padding-left: 11.6rem;
  }

  .black-white .copyright,
  .black-white .developer {
    font-size: 1.4rem;
  }

  .layout-footer__objects {
    padding-top: 1rem;
  }

  .layout-footer__panel {
    padding: 6rem 0;
  }

  .layout-footer__panel .social-icons {
    padding-top: 0;
  }

  .layout-footer__panel .offset-right {
    padding-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layout-footer__bottom {
    padding-top: 6rem;
  }

  .layout-footer__bottom .grid-default {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 4rem;
  }

  .layout-footer__bottom .grid-default__cell {
    width: 100%;
    text-align: center;
  }

  .layout-footer__bottom .offset-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copyright {
    padding-left: 0;
  }

  .copyright:before {
    position: static;
    margin: 0 .5rem 0 0;
  }

  .social-icons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile {
    display: block;
  }

  .desk {
    display: none;
  }

  .grid-primary {
    -webkit-columns: 2 32.4rem;
    columns: 2 32.4rem;
  }

  .cell-md-1 {
    width: 8.33333333%;
  }

  .cell-md-2 {
    width: 16.66666667%;
  }

  .cell-md-3 {
    width: 25%;
  }

  .cell-md-4 {
    width: 33.33333333%;
  }

  .cell-md-5 {
    width: 41.66666667%;
  }

  .cell-md-6 {
    width: 50%;
  }

  .cell-md-7 {
    width: 58.33333333%;
  }

  .cell-md-8 {
    width: 66.66666667%;
  }

  .cell-md-9 {
    width: 75%;
  }

  .cell-md-10 {
    width: 83.33333333%;
  }

  .cell-md-11 {
    width: 91.66666667%;
  }

  .cell-md-12 {
    width: 100%;
  }

  .cell-md-hide {
    display: none;
  }

  .select2-container {
    min-width: 15.9rem;
  }

  .select-primary {
    width: 100%;
    text-align: right;
  }

  .banner {
    padding: 5rem 0;
  }

  .banner-inner__media {
    bottom: -5rem;
    left: -14rem;
    max-width: 52rem;
  }

  .article-line__cell {
    width: auto;
  }

  .layout-panel .subscribe {
    display: none;
  }

  .layout-panel__menu {
    width: 100%;
  }

  .layout-panel__menu .grid-default {
    margin-right: -4rem;
    margin-left: -4rem;
  }

  .layout-panel__menu .grid-default__cell {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .layout-panel__aside {
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
  }

  .layout-panel__aside,
  .layout-panel__menu {
    padding: 0 3rem;
  }

  .action-panel__head {
    margin-bottom: 4rem;
  }

  .layout-panel__footer .subscribe {
    max-width: 36rem;
    margin: 0 auto;
  }

  .layout-panel__footer .social-icons {
    padding-top: 0;
  }

  .layout-panel__footer .offset-right {
    flex-direction: column;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout-panel__footer .offset-right .btn {
    min-width: 25.6rem;
  }

  .layout-panel__footer .offset-right .btn:not(:last-child) {
    margin-bottom: 1.4rem;
  }

  .layout-panel__footer .offset-right .btn.mobile {
    display: none;
    text-align: center;
  }

  .layout-panel__footer .grid-default {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .layout-panel__footer .grid-default__cell {
    width: 100%;
  }

  .layout-panel__objects {
    padding-right: 6.8rem;
    padding-left: 6.3rem;
  }

  .layout-panel__grid {
    padding-right: 6.8rem;
    padding-left: 6.8rem;
  }

  .layout-panel__head {
    padding: 4.5rem 0 4.5rem;
  }

  .layout-header.layout-header_compact .layout-header__panel .action-bar {
    display: none;
  }

  .cookies-block {
    padding: 0 4.8rem;
  }

  .contacts-list__block {
    width: 33.33%;
  }

  .contacts-pay {
    margin-top: 5rem;
    padding: 6rem 0 0;
  }

  .card-default.md-mobile .card-default__preview:before {
    padding-top: 100%;
  }

  .card-primary.secondary .card-primary__body {
    top: 35%;
    padding-top: 2rem;
  }

  .card-info__footer.mobile {
    display: none;
  }

  .article-default__slider .flickity-prev-next-button {
    right: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .article-default__slider .slider-primary .flickity-button.next {
    right: 0;
  }

  .list-object .tickets-info__label,
  .list-object .tickets-info__name {
    max-width: 40rem;
  }

  .article-light__content > div:last-child:not(.article-light__text) {
    margin-bottom: -6rem;
  }

  .section-banner__head + .section-banner__body {
    margin-top: 4rem;
  }

  .section-banner__footer {
    margin-top: 10rem;
  }

  .section-banner__inner {
    padding: 18rem 0 12rem;
  }

  .section-branches__body .grid-default {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-branches__body .grid-default__cell {
    width: 50%;
  }

  .section-branches__body .grid-default__cell:nth-child(3n) {
    display: none;
  }

  .section-branches__body .card-primary {
    max-width: 48rem;
    margin: 0 auto;
  }

  .section-info .grid-default {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-info__footer {
    text-align: center;
  }

  .section-collection .container {
    max-width: 76.8rem;
  }

  .section-events .slider-default__cell {
    width: 50%;
  }

  .section-offset .slider-default__cell {
    width: 50%;
  }

  .section-offset .slider-default.text .slider-default__cell {
    width: 100%;
  }

  .section-offset.secondary {
    max-width: 74rem;
  }

  .tickets-info {
    margin: 0;
  }

  .tickets-info .btn-default,
  .tickets-info .btn-round {
    min-width: 100%;
  }

  .tickets-info__block {
    padding: 0 2rem;
  }

  .ticket-info__place-text.desk {
    display: none;
  }

  .ticket-info__place-text.mobile {
    display: unset;
    padding-left: 0;
  }

  .ticket-info__place-text.mobile::before {
    display: none;
  }

  .tickets-info__name {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tickets-info__icons + .tickets-info__description {
    margin-top: 2rem;
  }

  .tickets-info__description {
    margin-left: 0;
  }

  .tickets-info__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-photos .card-primary.secondary .card-primary__body {
    top: auto;
    bottom: 0;
  }

  .section-news .slider-default__cell {
    width: 50%;
  }

  .section-main {
    padding: 27.6rem 0 8rem;
  }

  .section-main.section-new {
    padding: 23.6rem 0 8rem;
  }

  .section-main__title {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }

  .section-shop {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .art-item {
    max-width: 12rem;
    padding-top: 13.6rem;
  }

  .art-item:hover .art-item__preview {
    width: 14rem;
    margin: -7rem 0 0 -7rem;
  }

  .art-item__shape {
    width: 12rem;
    height: 12rem;
  }

  .art-item__preview {
    width: 12rem;
    margin: -6rem 0 0 -6rem;
  }

  .section-picture .section-img {
    max-width: 80%;
    margin: 0 auto;
  }

  .section-picture .slider-default .flickity-button.previous {
    left: 0;
  }

  .section-picture .slider-default .flickity-button.next {
    right: 0;
  }

  .section-picture .section-img {
    max-width: 100%;
    margin: 0 auto;
  }

  .section-picture .slider-default .flickity-button {
    display: none;
  }

  .section-picture .slider-default .flickity-page-dots .dot {
    background-color: rgba(255, 255, 255, .2);
  }

  .section-picture .slider-default .flickity-page-dots .dot.is-selected {
    background-color: #fff;
  }

  .section-picture .flickity-page-dots {
    display: block;
  }

  .section-picture .section-footer {
    margin-top: 8rem;
  }

  .section-map {
    padding-bottom: 70rem;
  }

  .section-map__block {
    height: 60rem;
  }

  .map-contact {
    height: 60rem;
  }

  .contacts-block .grid-default__cell:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .working-hours__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .section-price__inner.md {
    max-width: 55.2rem;
  }

  .section-price {
    margin-top: 10rem;
  }

  .section-virtual-exhibition {
    margin: 2rem -4rem;
  }

  .layout-home .layout-header__primary {
    margin: 0;
  }

  .black-white .layout-body .card-primary,
  .black-white .layout-body .banner-discount,
  .black-white .layout-body .card-default,
  .black-white .layout-footer .card-primary,
  .black-white .layout-footer .banner-discount,
  .black-white .layout-footer .card-default {
    max-width: unset;
  }

  .black-white .layout-body .tickets-info__icons + .tickets-info__description,
  .black-white .layout-footer .tickets-info__icons + .tickets-info__description {
    margin-top: 0;
    margin-left: 2rem;
  }

  .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .page-footer__row {
    margin-bottom: -2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-footer__cell {
    padding-bottom: 2rem;
  }

  .page-center .container {
    margin-right: 5.2rem;
  }

  .page-center .page-inner {
    margin: 4rem -2rem 0 -27.5rem;
  }

  .page__line.secondary .article-line__inner {
    margin: 0;
  }

  .page__line.secondary .article-line {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page__line.secondary .article-line__block {
    margin: 0 -1rem;
  }

  .page__line.secondary .article-line__block .article-line__cell {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .page__line.secondary .article-line__block .article-line__cell + .article-line__cell {
    margin-top: 0;
  }

  .page-office .page-inner.secondary .page-sidebar {
    width: 27.6rem;
  }

  .page-office .page-panel {
    max-width: calc(100% - 27.6rem);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 1279px) and (max-width: 1023px) {
  .layout-panel__footer .offset-right .btn.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1260px) {
  .card-primary.secondary .card-primary__body {
    top: 45%;
  }
}

@media (max-width: 1023px) {
  .layout-header__group {
    width: 100%;
  }

  .layout-header__symbolism {
    margin: 0 auto;
    padding-right: 10rem;
  }

  .layout-logo {
    margin-right: 1rem;
    padding-left: 8.5rem;
  }

  .action-bar.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .layout-header__mobile {
    display: block;
  }

  .layout-header__panel,
  .layout-logo__name {
    display: none;
  }

  .layout-header__secondary {
    display: none;
  }

  .layout-header__primary {
    height: 10rem;
    padding: 4rem 0 2rem;
  }

  .layout-header__primary .layout-header__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layout-header__mobile {
    padding-right: 0;
  }

  .layout-header.layout-header_compact {
    height: 6rem;
  }

  .layout-header.layout-header_compact .layout-header__group {
    width: unset;
  }

  .layout-header.layout-header_compact .layout-header__symbolism {
    display: none;
  }

  .layout-header.layout-header_compact .layout-header__primary {
    height: 100%;
    padding: 2rem 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .layout-logo {
    padding-left: 7.5rem;
  }

  .layout-logo::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .layout-logo::before {
    width: 8rem;
    height: 4.4rem;
  }

  .layout-header {
    height: 10rem;
    -webkit-transition: height .3s;
    transition: height .3s;
  }

  .layout-header .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .layout-header.layout-header_compact .layout-header__primary {
    height: 6rem;
    padding: 2rem 0;
  }

  .layout-header.layout-header_compact .layout-logo::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .layout-header.layout-header_compact .layout-header__secondary .layout-header__wrapper {
    height: 6rem;
  }

  .layout-header:before {
    height: 10rem;
  }

  .secondary-page .layout-header .layout-header__secondary .layout-logo {
    width: 8rem;
    margin-right: 0;
    padding-left: 0;
  }

  .secondary-page .layout-header .layout-header__secondary .layout-header__wrapper {
    padding: 3rem 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layout-footer__bottom .grid-default__cell {
    margin-bottom: 0;
  }

  .layout-footer__panel {
    padding: 6rem 0;
  }

  .layout-footer__panel .grid-default__cell {
    width: 100%;
  }

  .layout-footer__objects .grid-default__cell {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .layout-footer__objects .grid-default {
    margin: 0;
  }

  .developer {
    font-size: 1.3rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .developer a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .developer a:first-child {
    width: 100%;
    margin-bottom: 1.2rem;
  }

  .social-icons {
    margin: 0 -1rem;
    row-gap: 1rem;
  }

  .social-icons__item {
    margin: 0 1rem;
  }

  .btn-default {
    min-width: 25.6rem;
  }

  .link-default .icon {
    margin-left: 1rem;
  }

  .grid-primary {
    -webkit-columns: inherit;
    columns: inherit;
  }

  .grid-default {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-default.mobile-xs {
    max-width: 48rem;
  }

  .grid-default__cell {
    margin-bottom: 4rem;
  }

  .cell-xs-1 {
    width: 8.33333333%;
  }

  .cell-xs-2 {
    width: 16.66666667%;
  }

  .cell-xs-3 {
    width: 25%;
  }

  .cell-xs-4 {
    width: 33.33333333%;
  }

  .cell-xs-5 {
    width: 41.66666667%;
  }

  .cell-xs-6 {
    width: 50%;
  }

  .cell-xs-7 {
    width: 58.33333333%;
  }

  .cell-xs-8 {
    width: 66.66666667%;
  }

  .cell-xs-9 {
    width: 75%;
  }

  .cell-xs-10 {
    width: 83.33333333%;
  }

  .cell-xs-11 {
    width: 91.66666667%;
  }

  .cell-xs-12 {
    width: 100%;
  }

  .cell-xs-hidden {
    display: none;
  }

  .menu-select .menu-primary__item {
    padding: 1.2rem 1.8rem;
  }

  .menu-select .menu-primary__item + .menu-primary__item::before {
    display: none;
  }

  .menu-select .menu-primary__item.last {
    display: none;
  }

  .menu-select .menu-primary__item .museum {
    margin: 0;
  }

  .menu-select .menu-primary__item .museum .icon {
    display: none;
  }

  .menu-primary {
    margin: .8rem 0;
  }

  .form-default__cell + .form-default__cell {
    margin-top: 2.8rem;
  }

  .form-default__cell.md {
    width: 100%;
  }

  .form-default__row {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .form-default__footer {
    text-align: center;
  }

  .form-grid {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-grid a {
    margin-right: auto;
    margin-left: auto;
  }

  .form-grid__cell {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-grid__cell + .form-grid__cell {
    margin-top: 4rem;
  }

  .select2-container {
    width: auto;
    min-width: 15.9rem;
    max-width: 100%;
  }

  .form-default.sm {
    max-width: none;
    margin: 0;
  }

  .form-default__cell.right {
    text-align: center;
  }

  .form-default__footer {
    margin-top: 4rem;
    padding-top: 4rem;
  }

  .banner {
    padding: 3rem 0 17.5rem;
  }

  .banner-inner {
    padding-top: 0;
  }

  .banner-inner__media {
    z-index: 0;
    bottom: -17.5rem;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .banner-footer {
    text-align: center;
  }

  .banner-inner__body {
    width: 100%;
    max-width: none;
    padding-right: 2rem;
    padding-left: 1.5rem;
  }

  .banner__title {
    text-align: center;
  }

  .banner-body {
    padding-left: 0;
  }

  .banner__text {
    margin-top: 3.2rem;
  }

  .banner-discount {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 2.3rem auto 0;
    padding: 5.4rem 4.4rem 5.8rem 2.8rem;
  }

  html.black-white .banner-discount {
    width: 100%;
    height: unset;
    padding: 0 3rem;
  }

  html.black-white .banner-discount .banner-discount__content {
    max-width: unset;
  }

  .article-info__cell.hidden {
    display: none;
  }

  .article-line {
    padding: 0 1.7rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .article-line__inner {
    flex-direction: column;
    width: 100%;
    max-width: 55.2rem;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-line__cell + .article-line__cell {
    margin-top: 0;
    margin-left: 0;
  }

  .article-line__block {
    width: 100%;
    margin: 0 -1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .article-line__block .article-line__cell {
    width: auto;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .article-line__scheme {
    position: relative;
    top: 0;
    right: 0;
    margin: 2rem 0 -2rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .article-place p {
    max-width: none;
  }

  .article-primary__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .menu-select {
    position: relative;
    z-index: 1;
    top: 0;
    padding: 0 1.7rem;
  }

  .menu-select.dark .menu-select__head {
    background-color: #292727;
  }

  .menu-select.dark .menu-select__head:hover .menu-select__text {
    color: #fff;
  }

  .menu-select.dark .menu-select__head:hover .icon-arrow {
    stroke: #fff;
  }

  .menu-select.dark .menu-select__text {
    color: #fff;
  }

  .menu-select.dark .icon-arrow {
    stroke: #fff;
  }

  .menu-select.dark .item-tag {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7rem;
    padding: 0;
    text-transform: none;
    color: #000;
  }

  .menu-select .radio__text {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7rem;
    padding: 0;
    letter-spacing: unset;
    text-transform: none;
    color: #000;
  }

  .menu-select.active {
    z-index: 4;
  }

  .menu-select__head {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: 4rem;
    padding: 1.1rem 4rem 1.1rem 1.8rem;
    cursor: pointer;
    -webkit-transition: border-radius .3s, box-shadow .3s;
    transition: border-radius .3s, box-shadow .3s;
    text-overflow: ellipsis;
    border-radius: 8px;
    background: #e1e2dd;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0);
  }

  .menu-select__head.light {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), #e1e2dd;
    background: linear-gradient(0deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), #e1e2dd;
  }

  .menu-select__head:hover .menu-select__text {
    color: rgba(0, 0, 0, .6);
  }

  .menu-select__head:hover .icon-arrow {
    stroke: rgba(0, 0, 0, .6);
  }

  .menu-select__head .icon-arrow {
    position: absolute;
    top: 50%;
    right: 1.8rem;
    width: 1.4rem;
    height: .9rem;
    -webkit-transition: stroke .3s, -webkit-transform .3s;
    transition: stroke .3s, -webkit-transform .3s;
    transition: transform .3s, stroke .3s;
    transition: transform .3s, stroke .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: none;
    stroke: #000;
  }

  .menu-select__head.active {
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
  }

  .menu-select__head.active .icon-arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .menu-select__value {
    width: 100%;
  }

  .menu-select__text {
    display: block;
  }

  .menu-select__body {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 1.7rem;
    display: none;
    width: calc(100% - 3.4rem);
    height: -webkit-fit-content;
    height: fit-content;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    box-shadow: 0 8px 14px rgba(0, 0, 0, .25);
  }

  .map-panorama {
    position: relative;
    height: auto;
    padding: 0 1.7rem;
  }

  .map-panorama::before {
    display: block;
    padding-top: 148.4375%;
    content: '';
  }

  .map-panorama__iframe {
    position: absolute;
    top: 0;
    left: 1.7rem;
    width: calc(100% - 3.4rem);
  }

  .list-tags {
    display: none;
  }

  .layout-panel__search {
    display: block;
  }

  .layout-panel__menu {
    width: 100%;
  }

  .layout-panel__menu .menu-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.8rem;
    padding-right: 2.7rem;
  }

  .layout-panel__menu .menu-item {
    margin-bottom: 2rem;
  }

  .layout-panel__menu .menu-title {
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    letter-spacing: normal;
    text-transform: none;
  }

  .layout-panel__menu .menu-arrow__icon {
    stroke: rgba(0, 0, 0, .7);
    fill: none;
  }

  .layout-panel__menu .menu-default {
    display: block;
    overflow: hidden;
    max-height: 0;
    padding-left: 1.2rem;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .layout-panel__menu .menu-default.active {
    padding-bottom: 4rem;
  }

  .layout-panel__menu .grid-default {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .layout-panel__menu .grid-default__cell {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0;
  }

  .action-panel__footer.tablet {
    display: none;
  }

  .menu-action.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-action__item.tablet {
    display: none;
  }

  .menu-action__icon {
    background: none;
  }

  .menu-action__icon .icon {
    width: 3.8rem;
    fill: #000;
  }

  .menu-action__icon .icon-account {
    width: 4.8rem;
    height: 4.8rem;
  }

  .menu-action__icon .icon-lang {
    width: 2rem;
    height: 2rem;
  }

  .layout-panel__objects {
    padding-right: 3.4rem;
    padding-left: 0;
  }

  .layout-panel__objects .grid-default__cell {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .layout-panel .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .layout-panel__head {
    padding: 4rem 0 3.5rem;
  }

  .layout-panel__grid {
    flex-direction: column-reverse;
    padding-right: 3.2rem;
    padding-left: 3.2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .action-panel__head {
    margin-bottom: 2.4rem;
  }

  .layout-panel__footer .social-icons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .layout-panel__menu {
    margin-top: 6rem;
  }

  .layout-panel__aside,
  .layout-panel__menu {
    padding: 0;
  }

  .block-scroll {
    opacity: 1;
  }

  .cookies-block {
    flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .cookies-block__cell {
    margin-bottom: 0;
  }

  .cookies-block__cell + .cookies-block__cell {
    margin-top: 4rem;
  }

  .cookies-block__cell p {
    text-align: left;
  }

  .cookies-block {
    margin-bottom: 0;
  }

  .list-filter {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-filters__item {
    padding: 0 .8rem;
  }

  .list-filters__item + .list-filters__item {
    position: relative;
  }

  .list-filters__item + .list-filters__item::before {
    display: none;
  }

  .list-filter {
    margin: 2rem 0 4rem;
  }

  .item-filter {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .list-steps {
    display: none;
  }

  .list-steps__item + .list-steps__item {
    padding-left: 4.4rem;
  }

  .list-steps__item + .list-steps__item::before {
    left: 1.2rem;
    width: 2rem;
  }

  .aside-card {
    border-radius: 8px;
  }

  .aside-card::after {
    display: none;
  }

  .bg-images {
    display: none;
  }

  .contacts-list__block {
    width: 100%;
  }

  .contacts-list__cell {
    max-width: none;
  }

  .contacts-list__row + .contacts-list__head {
    margin-top: 8rem;
  }

  .contacts-list__head {
    margin-bottom: 2rem;
  }

  .card-list-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-info__item {
    display: inline-block;
  }

  .contacts-pay__inner {
    padding: 0;
  }

  .contacts-pay__info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-pay__info-group {
    max-width: unset;
  }

  .contacts-pay__info-group:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .card-default.lg .card-default__preview::before {
    padding-top: 100%;
  }

  .card-default:hover.lg .card-default__preview::before {
    padding-top: 100%;
  }

  .card-default__info .card-default__time {
    margin: 0 0 -1rem 0;
  }

  .card-default__time li {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .card-default__time li time {
    font-size: 1.4rem;
  }

  .card-default__label {
    font-size: 1.2rem;
  }

  .card-default__title {
    font-size: 2rem;
  }

  .card-default__more {
    font-size: 1.4rem;
  }

  .card-primary__body {
    padding: 2rem;
  }

  .card-primary.secondary .card-primary__body {
    top: auto;
    bottom: 0;
  }

  .card-success {
    padding-bottom: 3rem;
  }

  .card-success .card-success__preview {
    -webkit-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }

  .card-success .card-success__image {
    margin-bottom: -3rem;
  }

  .card-success .card-success__footer {
    opacity: 1;
  }

  .card-info__title {
    min-height: inherit;
  }

  .card-info__footer.mobile {
    display: block;
  }

  .card-text__panel {
    flex-direction: column;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .card-text__panel p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .card-text__cell {
    padding: 0;
  }

  .card-text {
    padding: 2rem 1.7rem 4rem;
  }

  .card-text__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .card-text__cell + .card-text__cell {
    width: 100%;
    margin-top: 6rem;
    text-align: center;
  }

  .card-text__cell .btn-default {
    margin-right: 0;
    margin-bottom: 0;
  }

  .floating-article {
    float: none;
    max-width: 48rem;
    margin: 4rem auto;
  }

  .article-default__content {
    padding: 0;
  }

  .article-default__content strong.article-main {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  .article-default__content figure {
    margin: 6rem -1.7rem;
  }

  .article-default__content figure.lg {
    margin: 6rem -3.2rem;
  }

  .article-default__content h2 {
    font-size: 3.2rem;
    line-height: 3.9rem;
    margin: 4rem 0;
    letter-spacing: .05em;
  }

  .article-default__content blockquote {
    margin: 8rem 0;
  }

  .article-default__content blockquote p {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .article-default__content ol,
  .article-default__content ul {
    padding-right: 0;
    padding-left: 1.7rem;
  }

  .article-default__content .text-description__info ul {
    padding-left: 0;
  }

  .article-default__content .article-description__name {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .article-default__content .h1 {
    font-size: 6rem;
    line-height: 7.3rem;
    margin-top: 6rem;
    text-align: center;
  }

  .article-default__content .slider-primary .flickity-viewport {
    overflow: visible;
    height: 42rem;
  }

  .article-default__content .slider-primary .flickity-viewport::before {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100vw;
    content: '';
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    background-color: inherit;
  }

  .article-default__content .slider-primary .flickity-button {
    display: none;
  }

  .article-default__content .slider-primary .flickity-page-dots {
    bottom: -4rem;
    display: block;
    padding-left: 0;
  }

  .article-default__content .slider-primary .flickity-page-dots .dot {
    width: 1.8rem;
    height: .6rem;
    margin: 0 .6rem;
    -webkit-transition: width .3s, background-color .3s;
    transition: width .3s, background-color .3s;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .5);
  }

  .article-default__content .slider-primary .flickity-page-dots .dot.is-selected {
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
    background-color: #000;
  }

  .article-default__content .btn {
    min-width: 100%;
  }

  .article-block__media {
    width: calc(100% + 3.4rem);
    margin: 0 -1.7rem;
  }

  .text-description__footer {
    text-align: center;
  }

  .text-description__info {
    margin-top: 2rem;
  }

  .article-block__inner {
    margin: 4rem 0;
  }

  .article-description__img {
    width: 8rem;
    height: 8rem;
  }

  .article-description {
    display: block;
    margin: 4rem 0;
  }

  .article-description__cell {
    padding: 0;
  }

  .article-description__cell:first-child {
    float: left;
    margin-right: 1rem;
  }

  .article-default__slider {
    margin: 4rem 0 8rem;
  }

  .article-default__slider figure {
    width: 100%;
  }

  .slider-primary__cell {
    width: 100%;
  }

  .article-title {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }

  .article-author {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  .list-object__banner-discount {
    width: 100%;
  }

  .list-object .tickets-info__label,
  .list-object .tickets-info__name,
  .list-object .list-object__name {
    max-width: 19rem;
  }

  .list-object__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .article-success.lg .article-success__media::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: '';
  }

  .article-success.lg .article-success__body {
    padding: 0;
  }

  .article-success__title.main::before,
  .article-success__title.main::after {
    display: none;
  }

  .card-map__panel {
    padding: 4rem 1.7rem 2rem;
  }

  .card-map {
    max-width: 48rem;
    margin: 0 auto;
  }

  .article-light .breadcrumb {
    display: none;
  }

  .artile-light__title {
    font-size: 3.2rem;
  }

  .article-light__head {
    margin-bottom: 4rem;
  }

  .article-light__content {
    font-size: 1.6rem;
  }

  .article-light__content strong.article-main {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  .author-template {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .author-template__head {
    width: 12rem;
    margin: 0 auto 1rem;
    padding-right: 0;
  }

  .author-template__name {
    text-align: center;
  }

  .author-template__label {
    text-align: center;
  }

  .js_slider-default {
    margin: 0;
  }

  .slider-default .flickity-button {
    top: 30%;
  }

  .slider-default.text {
    margin: 0;
  }

  .section-title {
    font-size: 3.6rem;
    letter-spacing: normal;
  }

  .section-title__secondary {
    overflow: visible;
    max-width: 22rem;
    margin: 0 auto;
  }

  .section-title__secondary:before {
    left: -2rem;
    margin-left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .section-title__secondary:after {
    right: -2rem;
    margin-left: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .section-title__secondary.xs::before {
    margin-left: 0;
  }

  .section-description {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }

  .section-footer {
    margin-top: 4rem;
  }

  .section-head {
    overflow: hidden;
  }

  .section-banner__label {
    font-size: 1.8rem;
  }

  .section-banner__title {
    font-size: 3.6rem;
  }

  .section-banner__inner {
    padding: 8rem 0;
  }

  .section-branches__center {
    padding: 0;
  }

  .section-branches__center .grid-default {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .section-branches__body .grid-default__cell {
    width: 100%;
  }

  .section-branches__body .grid-default__cell:nth-child(3n) {
    display: block;
  }

  .section-branches__title {
    padding: 0 5rem;
  }

  .section-branches__head {
    overflow: hidden;
  }

  .section-branches__title {
    overflow: visible;
    max-width: 19rem;
    margin: 0 auto;
    padding: 0;
  }

  .section-branches__title::before {
    left: -2rem;
    margin-left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .section-branches__title::after {
    right: -2rem;
    margin-left: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .section-info {
    padding-top: 6rem;
  }

  .section-info__title {
    font-size: 3.2rem;
  }

  .section-offset {
    padding-right: 0;
    padding-left: 0;
  }

  .section-offset .js_slider-default:after {
    display: none;
    content: '';
  }

  .section-offset .slider-default__cell {
    display: none;
    width: 100%;
    padding: 0;
  }

  .section-offset .slider-default__cell .banner-discount,
  .section-offset .slider-default__cell .card-default {
    max-width: 48rem;
    margin: 0 auto;
  }

  .section-offset .slider-default__cell + .slider-default__cell {
    margin-top: 3rem;
  }

  .section-offset .slider-default .slider-default__cell:nth-child(-n+3) {
    display: block;
  }

  .section-offset .slider-default .slider-default__cell.cell-xs-hidden {
    display: none;
  }

  .section-events {
    padding-bottom: 4rem;
  }

  .section-events .section-offset {
    padding-right: 0;
    padding-left: 0;
  }

  .section-events .js_slider-default:after {
    display: none;
    content: '';
  }

  .section-events .slider-default__cell {
    display: none;
    width: 100%;
  }

  .section-events .slider-default__cell .banner-discount,
  .section-events .slider-default__cell .card-default {
    max-width: 48rem;
    margin: 0 auto;
  }

  .section-events .slider-default__cell + .slider-default__cell {
    margin-top: 3rem;
  }

  .section-events .slider-default .slider-default__cell:nth-child(-n+3) {
    display: block;
  }

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

  .section-offset {
    padding-right: 0;
    padding-left: 0;
  }

  .section-programms__grid {
    flex-direction: column;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .section-programms__grid.mobile-xs {
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
  }

  .section-programms__cell {
    padding: 0;
  }

  .section-programms__cell.sm {
    width: 100%;
  }

  .section-programms__cell.md {
    width: 100%;
  }

  .section-programms__cell + .section-programms__cell {
    margin-top: 4rem;
  }

  .tickets-info {
    margin: 0;
  }

  .tickets-info__block {
    padding: 0;
  }

  .tickets-info__block .btn {
    width: 100%;
  }

  .tickets-info__label {
    margin-right: 2rem;
  }

  .tickets-info__inner .cost {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tickets-info__inner + .counter-item {
    margin-top: 3rem;
    margin-left: 0;
  }

  .tickets-info__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tickets-info__grid {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-photos__body {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .research-block {
    margin: 0;
  }

  .research-item {
    padding: 0;
  }

  .section-new__source {
    display: inline-block;
    margin-top: .5rem;
    color: #fff;
  }

  .section-news {
    padding-bottom: 4rem;
  }

  .section-news .section-offset {
    padding-right: 0;
    padding-left: 0;
  }

  .section-news .js_slider-default:after {
    display: none;
    content: '';
  }

  .section-news .slider-default__cell {
    display: none;
    width: 100%;
  }

  .section-news .slider-default__cell .card-default {
    max-width: 48rem;
    margin: 0 auto;
  }

  .section-news .slider-default__cell + .slider-default__cell {
    margin-top: 3rem;
  }

  .section-news .slider-default .slider-default__cell:nth-child(-n+3) {
    display: block;
  }

  .section-new__title {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }

  .new__time {
    color: #fff;
  }

  .section-new__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .section-new__label time,
  .section-new__label .section-new__source {
    margin-left: 0;
  }

  .section-new__label time::before,
  .section-new__label .section-new__source::before {
    display: none;
  }

  .new__label + .new__time {
    margin-top: 1rem;
    margin-left: 0;
  }

  .section-new__description {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .page-new .page-inner {
    padding: 0 1.7rem;
  }

  .section-main {
    padding: 12rem 0 8rem;
  }

  .section-main.section-new .section-main__panel {
    padding: 0 1.7rem;
  }

  .section-main.section-new .breadcrumb {
    display: none;
  }

  .section-main.section-main-branch {
    padding: 15rem 0 0;
  }

  .section-main.short {
    padding: 10.7rem 0 0;
  }

  .section-main .btn-default {
    min-width: 21.6rem;
  }

  .main-banner__title {
    font-size: 3.6rem;
  }

  .main-banner {
    width: auto;
    min-height: inherit;
    padding: 6rem 3.7rem;
  }

  .main-banner__footer {
    text-align: center;
  }

  .main-banner__footer .btn {
    color: #000;
    background-color: #fff;
  }

  .schedule {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .schedule__title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .schedule__item {
    font-size: 1.4rem;
    width: 100%;
  }

  .schedule__item + .schedule__item {
    margin: 1rem 0 0 0;
  }

  .section-main__title {
    font-size: 3.6rem;
    line-height: 3.2rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    -ms-hyphens: auto;
  }

  .section-main__title.secondary {
    font-size: 3.6rem;
    line-height: 3.2rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    -ms-hyphens: auto;
  }

  .secondary-page .section-main {
    padding: 18rem 0 18rem;
  }

  .section-main__text {
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .section-main__block .link-primary {
    margin-top: 4rem;
  }

  .main-banner__head {
    margin-bottom: 7rem;
  }

  .section-description {
    margin: 6rem 0 0;
  }

  .section-shop {
    padding-top: 6rem;
  }

  .art-item {
    padding-top: 11.6rem;
  }

  .art-item:hover .art-item__preview {
    width: 12rem;
    margin: 0;
  }

  .art-list__item {
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }

  .art-item__shape {
    width: 10rem;
    height: 10rem;
  }

  .art-item__preview {
    width: 10rem;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .art-item__title {
    font-size: 1.2rem;
  }

  .art-list {
    margin: 0 0 -5rem;
  }

  .art-list__block {
    width: 10rem;
    height: 10rem;
  }

  .title-underlined {
    overflow: visible;
    max-width: 19rem;
    margin: 0 auto;
  }

  .title-underlined::before {
    left: -2rem;
    margin-left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .title-underlined::after {
    right: -2rem;
    margin-left: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .section-shop__head {
    overflow: hidden;
  }

  .section-map {
    display: none;
  }

  .section-map .section-map__inner {
    display: block;
  }

  .section-map.fixed {
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
    background-color: #fff;
  }

  .section-map.fixed .section-map__block {
    height: 100%;
  }

  .section-map.fixed .map-contact {
    height: 100%;
  }

  .section-map.fixed .btn-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: block;
  }

  .contacts .section-map__block {
    left: 0;
  }

  [class*='ymaps-2'][class*='-controls__control'] {
    margin-left: 0 !important;
  }

  .map-default [class*='ymaps-2'][class*='-controls__control'] {
    margin-left: 0 !important;
  }

  .slider-exhibition__item {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .slider-exhibition__prev + .slider-exhibition__next {
    margin-left: 10%;
  }

  .section-sticky {
    padding: 6rem 0;
  }

  .breadcrumb {
    display: none;
  }

  .black-white .layout-body .section-description,
  .black-white .layout-footer .section-description {
    font-size: 1.8rem;
    margin-top: 4rem;
  }

  .black-white .layout-body .section-main:not(.section-exhibition),
  .black-white .layout-footer .section-main:not(.section-exhibition) {
    margin-bottom: 6rem;
  }

  .black-white .layout-body .section-collection__head,
  .black-white .layout-body .section-branches__head,
  .black-white .layout-body .section-shop__head,
  .black-white .layout-body .section-title__secondary:not(:last-child),
  .black-white .layout-body .section-head,
  .black-white .layout-body .section-title,
  .black-white .layout-body .section-main__title,
  .black-white .layout-footer .section-collection__head,
  .black-white .layout-footer .section-branches__head,
  .black-white .layout-footer .section-shop__head,
  .black-white .layout-footer .section-title__secondary:not(:last-child),
  .black-white .layout-footer .section-head,
  .black-white .layout-footer .section-title,
  .black-white .layout-footer .section-main__title {
    margin-bottom: 3.2rem;
  }

  .black-white .layout-body .section-events,
  .black-white .layout-body .section-info,
  .black-white .layout-body .section-news,
  .black-white .layout-body .section-branches,
  .black-white .layout-body .section-shop,
  .black-white .layout-body .section-banner,
  .black-white .layout-body .section-programms,
  .black-white .layout-body .section-online,
  .black-white .layout-body .section-tickets,
  .black-white .layout-body .section:not(.section-main):not(.section-collection),
  .black-white .layout-body .page-selects,
  .black-white .layout-body .page-new,
  .black-white .layout-body .section-rate,
  .black-white .layout-body .page-office,
  .black-white .layout-body .page-search,
  .black-white .layout-footer .section-events,
  .black-white .layout-footer .section-info,
  .black-white .layout-footer .section-news,
  .black-white .layout-footer .section-branches,
  .black-white .layout-footer .section-shop,
  .black-white .layout-footer .section-banner,
  .black-white .layout-footer .section-programms,
  .black-white .layout-footer .section-online,
  .black-white .layout-footer .section-tickets,
  .black-white .layout-footer .section:not(.section-main):not(.section-collection),
  .black-white .layout-footer .page-selects,
  .black-white .layout-footer .page-new,
  .black-white .layout-footer .section-rate,
  .black-white .layout-footer .page-office,
  .black-white .layout-footer .page-search {
    margin-bottom: 6rem;
  }

  .black-white .layout-body .section-info,
  .black-white .layout-body .section-tickets__footer,
  .black-white .layout-body .section-branches,
  .black-white .layout-footer .section-info,
  .black-white .layout-footer .section-tickets__footer,
  .black-white .layout-footer .section-branches {
    margin-top: 6rem;
  }

  .black-white .layout-body .banner-discount__text,
  .black-white .layout-footer .banner-discount__text {
    font-size: 2rem;
  }

  .black-white .layout-body .section-head + .section-body,
  .black-white .layout-footer .section-head + .section-body {
    margin-top: 4rem;
  }

  .black-white .layout-body .section-programms__grid.mobile-xs,
  .black-white .layout-footer .section-programms__grid.mobile-xs {
    max-width: 100%;
  }

  .black-white .layout-body .layout-footer__links .grid-default__cell,
  .black-white .layout-body .layout-footer__links .slider-default__cell,
  .black-white .layout-body .layout-footer__bottom .grid-default__cell,
  .black-white .layout-body .layout-footer__bottom .slider-default__cell,
  .black-white .layout-body .layout-footer__objects .grid-default__cell,
  .black-white .layout-body .layout-footer__objects .slider-default__cell,
  .black-white .layout-body .section-programms__cell .grid-default__cell,
  .black-white .layout-body .section-programms__cell .slider-default__cell,
  .black-white .layout-body .for-children .grid-default__cell,
  .black-white .layout-body .for-children .slider-default__cell,
  .black-white .layout-body .research-block .grid-default__cell,
  .black-white .layout-body .research-block .slider-default__cell,
  .black-white .layout-body .section-online .grid-default__cell,
  .black-white .layout-body .section-online .slider-default__cell,
  .black-white .layout-body .section-tickets .grid-default__cell,
  .black-white .layout-body .section-tickets .slider-default__cell,
  .black-white .layout-body .section-programms .grid-default__cell,
  .black-white .layout-body .section-programms .slider-default__cell,
  .black-white .layout-body .section-branches .grid-default__cell,
  .black-white .layout-body .section-branches .slider-default__cell,
  .black-white .layout-body .section-news .grid-default__cell,
  .black-white .layout-body .section-news .slider-default__cell,
  .black-white .layout-body .section-contacts .grid-default__cell,
  .black-white .layout-body .section-contacts .slider-default__cell,
  .black-white .layout-body .section-depiction .grid-default__cell,
  .black-white .layout-body .section-depiction .slider-default__cell,
  .black-white .layout-body .section-events .grid-default__cell,
  .black-white .layout-body .section-events .slider-default__cell,
  .black-white .layout-body .page-selects .grid-default__cell,
  .black-white .layout-body .page-selects .slider-default__cell,
  .black-white .layout-body .article-success__block .grid-default__cell,
  .black-white .layout-body .article-success__block .slider-default__cell,
  .black-white .layout-body .contacts-block .grid-default__cell,
  .black-white .layout-body .contacts-block .slider-default__cell,
  .black-white .layout-body .slider-default .grid-default__cell,
  .black-white .layout-body .slider-default .slider-default__cell,
  .black-white .layout-body .section-photos .grid-default__cell,
  .black-white .layout-body .section-photos .slider-default__cell,
  .black-white .layout-footer .layout-footer__links .grid-default__cell,
  .black-white .layout-footer .layout-footer__links .slider-default__cell,
  .black-white .layout-footer .layout-footer__bottom .grid-default__cell,
  .black-white .layout-footer .layout-footer__bottom .slider-default__cell,
  .black-white .layout-footer .layout-footer__objects .grid-default__cell,
  .black-white .layout-footer .layout-footer__objects .slider-default__cell,
  .black-white .layout-footer .section-programms__cell .grid-default__cell,
  .black-white .layout-footer .section-programms__cell .slider-default__cell,
  .black-white .layout-footer .for-children .grid-default__cell,
  .black-white .layout-footer .for-children .slider-default__cell,
  .black-white .layout-footer .research-block .grid-default__cell,
  .black-white .layout-footer .research-block .slider-default__cell,
  .black-white .layout-footer .section-online .grid-default__cell,
  .black-white .layout-footer .section-online .slider-default__cell,
  .black-white .layout-footer .section-tickets .grid-default__cell,
  .black-white .layout-footer .section-tickets .slider-default__cell,
  .black-white .layout-footer .section-programms .grid-default__cell,
  .black-white .layout-footer .section-programms .slider-default__cell,
  .black-white .layout-footer .section-branches .grid-default__cell,
  .black-white .layout-footer .section-branches .slider-default__cell,
  .black-white .layout-footer .section-news .grid-default__cell,
  .black-white .layout-footer .section-news .slider-default__cell,
  .black-white .layout-footer .section-contacts .grid-default__cell,
  .black-white .layout-footer .section-contacts .slider-default__cell,
  .black-white .layout-footer .section-depiction .grid-default__cell,
  .black-white .layout-footer .section-depiction .slider-default__cell,
  .black-white .layout-footer .section-events .grid-default__cell,
  .black-white .layout-footer .section-events .slider-default__cell,
  .black-white .layout-footer .page-selects .grid-default__cell,
  .black-white .layout-footer .page-selects .slider-default__cell,
  .black-white .layout-footer .article-success__block .grid-default__cell,
  .black-white .layout-footer .article-success__block .slider-default__cell,
  .black-white .layout-footer .contacts-block .grid-default__cell,
  .black-white .layout-footer .contacts-block .slider-default__cell,
  .black-white .layout-footer .slider-default .grid-default__cell,
  .black-white .layout-footer .slider-default .slider-default__cell,
  .black-white .layout-footer .section-photos .grid-default__cell,
  .black-white .layout-footer .section-photos .slider-default__cell {
    max-width: unset;
    margin-bottom: 4rem;
  }

  .black-white .layout-body .layout-footer__links .grid-default__cell:last-child .card-default,
  .black-white .layout-body .layout-footer__links .slider-default__cell:last-child .card-default,
  .black-white .layout-body .layout-footer__bottom .grid-default__cell:last-child .card-default,
  .black-white .layout-body .layout-footer__bottom .slider-default__cell:last-child .card-default,
  .black-white .layout-body .layout-footer__objects .grid-default__cell:last-child .card-default,
  .black-white .layout-body .layout-footer__objects .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-programms__cell .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-programms__cell .slider-default__cell:last-child .card-default,
  .black-white .layout-body .for-children .grid-default__cell:last-child .card-default,
  .black-white .layout-body .for-children .slider-default__cell:last-child .card-default,
  .black-white .layout-body .research-block .grid-default__cell:last-child .card-default,
  .black-white .layout-body .research-block .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-online .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-online .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-tickets .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-tickets .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-programms .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-programms .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-branches .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-branches .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-news .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-news .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-contacts .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-contacts .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-depiction .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-depiction .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-events .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-events .slider-default__cell:last-child .card-default,
  .black-white .layout-body .page-selects .grid-default__cell:last-child .card-default,
  .black-white .layout-body .page-selects .slider-default__cell:last-child .card-default,
  .black-white .layout-body .article-success__block .grid-default__cell:last-child .card-default,
  .black-white .layout-body .article-success__block .slider-default__cell:last-child .card-default,
  .black-white .layout-body .contacts-block .grid-default__cell:last-child .card-default,
  .black-white .layout-body .contacts-block .slider-default__cell:last-child .card-default,
  .black-white .layout-body .slider-default .grid-default__cell:last-child .card-default,
  .black-white .layout-body .slider-default .slider-default__cell:last-child .card-default,
  .black-white .layout-body .section-photos .grid-default__cell:last-child .card-default,
  .black-white .layout-body .section-photos .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .layout-footer__links .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .layout-footer__links .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .layout-footer__bottom .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .layout-footer__bottom .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .layout-footer__objects .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .layout-footer__objects .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-programms__cell .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-programms__cell .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .for-children .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .for-children .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .research-block .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .research-block .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-online .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-online .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-tickets .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-tickets .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-programms .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-programms .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-branches .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-branches .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-news .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-news .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-contacts .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-contacts .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-depiction .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-depiction .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-events .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-events .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .page-selects .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .page-selects .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .article-success__block .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .article-success__block .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .contacts-block .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .contacts-block .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .slider-default .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .slider-default .slider-default__cell:last-child .card-default,
  .black-white .layout-footer .section-photos .grid-default__cell:last-child .card-default,
  .black-white .layout-footer .section-photos .slider-default__cell:last-child .card-default {
    border-bottom: none;
  }

  .black-white .layout-body .section-rate .list-object__group .list-object__item,
  .black-white .layout-footer .section-rate .list-object__group .list-object__item {
    padding-bottom: 2rem;
  }

  .black-white .layout-body .article-success,
  .black-white .layout-footer .article-success {
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .black-white .layout-body .search-list__item + .search-list__item,
  .black-white .layout-footer .search-list__item + .search-list__item {
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .black-white .layout-body .page-exhibition .article-line__inner,
  .black-white .layout-footer .page-exhibition .article-line__inner {
    max-width: unset;
  }

  .black-white .layout-body .page-office .card-ticket .card-name,
  .black-white .layout-footer .page-office .card-ticket .card-name {
    font-size: 2.4rem;
  }

  .black-white .layout-body .page-office .card-ticket .card-status,
  .black-white .layout-body .page-office .card-ticket .card-info__item,
  .black-white .layout-body .page-office .card-ticket .card-label,
  .black-white .layout-body .page-office .card-ticket .museum,
  .black-white .layout-footer .page-office .card-ticket .card-status,
  .black-white .layout-footer .page-office .card-ticket .card-info__item,
  .black-white .layout-footer .page-office .card-ticket .card-label,
  .black-white .layout-footer .page-office .card-ticket .museum {
    font-size: 2rem;
  }

  .black-white .layout-body .page-office .list-object__item,
  .black-white .layout-footer .page-office .list-object__item {
    padding-bottom: 2rem;
  }

  .black-white .layout-body .page-tickets .list-object__item,
  .black-white .layout-footer .page-tickets .list-object__item {
    padding-bottom: 2rem;
  }

  .black-white .layout-body .card-primary,
  .black-white .layout-body .banner-discount,
  .black-white .layout-body .card-default,
  .black-white .layout-footer .card-primary,
  .black-white .layout-footer .banner-discount,
  .black-white .layout-footer .card-default {
    max-width: unset;
  }

  .black-white .layout-body .art-list__item,
  .black-white .layout-footer .art-list__item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .black-white .layout-body .section-price .list-object-head,
  .black-white .layout-footer .section-price .list-object-head {
    padding: 0;
    text-align: center;
    border-bottom: 0;
  }

  .black-white .layout-body .card-default,
  .black-white .layout-footer .card-default {
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .black-white .layout-body .card-default .card-default__body,
  .black-white .layout-footer .card-default .card-default__body {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .black-white .layout-body .card-default .card-default__title,
  .black-white .layout-footer .card-default .card-default__title {
    font-size: 2rem;
  }

  .black-white .layout-body .card-default .card-default__time li time,
  .black-white .layout-body .card-default .card-default__time li,
  .black-white .layout-body .card-default .card-default__time li span,
  .black-white .layout-footer .card-default .card-default__time li time,
  .black-white .layout-footer .card-default .card-default__time li,
  .black-white .layout-footer .card-default .card-default__time li span {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .black-white .layout-body .card-default .card-default__label,
  .black-white .layout-footer .card-default .card-default__label {
    display: none;
  }

  .black-white .layout-body .card-default .card-default__description,
  .black-white .layout-footer .card-default .card-default__description {
    font-size: 1.4rem;
  }

  .black-white .layout-body .article-primary__label,
  .black-white .layout-footer .article-primary__label {
    font-size: 1.4rem;
    margin-bottom: .8rem;
  }

  .black-white .layout-body .article-primary,
  .black-white .layout-footer .article-primary {
    padding-bottom: 2rem;
  }

  .black-white .layout-body .tickets-info__head,
  .black-white .layout-footer .tickets-info__head {
    padding: 0;
    text-align: center;
    border-bottom: 0;
  }

  .black-white .layout-body .tickets-info__item + .list-default,
  .black-white .layout-footer .tickets-info__item + .list-default {
    margin-top: 2rem;
  }

  .black-white .layout-body .tickets-info__item + .list-default .list-default__item + .list-default__item,
  .black-white .layout-footer .tickets-info__item + .list-default .list-default__item + .list-default__item {
    margin-top: 2rem;
  }

  .black-white .layout-body .tickets-info__item + .list-default .tickets-info__label,
  .black-white .layout-footer .tickets-info__item + .list-default .tickets-info__label {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .black-white .layout-body .ticket-info__title,
  .black-white .layout-footer .ticket-info__title {
    font-size: 2rem;
    text-align: center;
  }

  .black-white .layout-body .ticket-info__inner + .list-default,
  .black-white .layout-footer .ticket-info__inner + .list-default {
    list-style: disc;
  }

  .black-white .layout-body .ticket-info__inner + .list-default .list-default__item::marker,
  .black-white .layout-footer .ticket-info__inner + .list-default .list-default__item::marker {
    color: #000;
  }

  .black-white .layout-body .tickets-info__label,
  .black-white .layout-body .tickets-info__name,
  .black-white .layout-footer .tickets-info__label,
  .black-white .layout-footer .tickets-info__name {
    font-size: 1.8rem;
  }

  .black-white .layout-body .cost__carrency,
  .black-white .layout-footer .cost__carrency {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .black-white .layout-body .cost__value,
  .black-white .layout-footer .cost__value {
    font-size: 1.8rem;
  }

  .black-white .layout-body .list-default__item + .list-default__item,
  .black-white .layout-footer .list-default__item + .list-default__item {
    margin-top: 4rem;
  }

  .black-white .layout-body .banner,
  .black-white .layout-footer .banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .black-white .layout-body .banner-inner__body,
  .black-white .layout-footer .banner-inner__body {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .black-white .layout-body .banner__title,
  .black-white .layout-footer .banner__title {
    font-size: 1.6rem;
    line-height: normal;
  }

  .black-white .layout-body .banner-head,
  .black-white .layout-footer .banner-head {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 3.2rem;
  }

  .black-white .layout-body .banner__text p,
  .black-white .layout-footer .banner__text p {
    font-size: 2rem;
  }

  .black-white .layout-body .banner__info,
  .black-white .layout-footer .banner__info {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .black-white .layout-body .banner__info .cost__value,
  .black-white .layout-footer .banner__info .cost__value {
    font-size: 4rem;
  }

  .black-white .layout-body .banner__info .cost__carrency,
  .black-white .layout-footer .banner__info .cost__carrency {
    font-size: 2.4rem;
    font-weight: 400;
  }

  .black-white .layout-body .section-photos__body,
  .black-white .layout-footer .section-photos__body {
    margin-top: 6rem;
  }

  .black-white .layout-body .section-photos__body .grid-default__cell,
  .black-white .layout-footer .section-photos__body .grid-default__cell {
    margin-bottom: 2rem;
  }

  .black-white .layout-body .section-photos__body .grid-default__cell:last-child .card-primary,
  .black-white .layout-footer .section-photos__body .grid-default__cell:last-child .card-primary {
    border-bottom: 0;
  }

  .black-white .layout-body .card-primary,
  .black-white .layout-footer .card-primary {
    padding-bottom: 2rem;
  }

  .black-white .layout-body .section-document .menu-primary .menu-primary__item,
  .black-white .layout-footer .section-document .menu-primary .menu-primary__item {
    padding-bottom: 2rem;
  }

  .black-white .layout-body .section-document .menu-primary .link-default,
  .black-white .layout-footer .section-document .menu-primary .link-default {
    font-size: 2rem;
  }

  .black-white .layout-body .card-primary__body,
  .black-white .layout-footer .card-primary__body {
    flex-direction: column;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .black-white .layout-body .card-primary__title,
  .black-white .layout-footer .card-primary__title {
    font-size: 2rem;
    max-width: unset;
    margin-right: 0;
    margin-bottom: 1.4rem;
  }

  .black-white .layout-body .card-primary__description,
  .black-white .layout-footer .card-primary__description {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .black-white .layout-body .card-primary__description div,
  .black-white .layout-body .card-primary__description strong,
  .black-white .layout-body .card-primary__description p,
  .black-white .layout-footer .card-primary__description div,
  .black-white .layout-footer .card-primary__description strong,
  .black-white .layout-footer .card-primary__description p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .black-white .layout-body .card-primary__description p,
  .black-white .layout-footer .card-primary__description p {
    max-width: unset;
    margin-right: 0;
  }

  .black-white .layout-body .card-primary__description strong::after,
  .black-white .layout-footer .card-primary__description strong::after {
    height: 1rem;
  }

  .black-white .layout-body .card-primary__description .cost,
  .black-white .layout-footer .card-primary__description .cost {
    margin-bottom: .8rem;
  }

  .black-white .layout-body .section-title,
  .black-white .layout-footer .section-title {
    font-size: 3.2rem;
  }

  .black-white .layout-body .section-info__center .grid-default,
  .black-white .layout-footer .section-info__center .grid-default {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .black-white .layout-body .section-info__center .section-info__description,
  .black-white .layout-footer .section-info__center .section-info__description {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .black-white .layout-body .section-info__center .grid-default__cell,
  .black-white .layout-footer .section-info__center .grid-default__cell {
    padding: 0;
  }

  .black-white .layout-body .section-info__center .grid-default__cell .section-info__title,
  .black-white .layout-footer .section-info__center .grid-default__cell .section-info__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }

  .black-white .layout-body .research-item,
  .black-white .layout-footer .research-item {
    padding: 0;
  }

  .black-white .layout-body .research__title,
  .black-white .layout-footer .research__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .black-white .layout-body .research-item li,
  .black-white .layout-footer .research-item li {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .black-white .layout-body .accordion-block__item,
  .black-white .layout-footer .accordion-block__item {
    padding: 2rem;
  }

  .black-white .layout-body .card-default__description strong,
  .black-white .layout-body .list-object__title,
  .black-white .layout-body .accordion-title,
  .black-white .layout-body .article-success__title,
  .black-white .layout-body .art-item__title,
  .black-white .layout-body .article-primary__title,
  .black-white .layout-footer .card-default__description strong,
  .black-white .layout-footer .list-object__title,
  .black-white .layout-footer .accordion-title,
  .black-white .layout-footer .article-success__title,
  .black-white .layout-footer .art-item__title,
  .black-white .layout-footer .article-primary__title {
    font-size: 2rem;
    line-height: normal;
  }

  .black-white .layout-body .card-info__title.museum,
  .black-white .layout-footer .card-info__title.museum {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .black-white .layout-body .card-info__title.museum .icon,
  .black-white .layout-footer .card-info__title.museum .icon {
    width: .6rem;
    height: .6rem;
  }

  .black-white .layout-body .card-info__list > li,
  .black-white .layout-footer .card-info__list > li {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .black-white .layout-body .card-info__list li + li,
  .black-white .layout-footer .card-info__list li + li {
    margin-top: 6rem;
  }

  .black-white .layout-body .card-info__list,
  .black-white .layout-footer .card-info__list {
    font-size: 1.6rem;
    line-height: normal;
  }

  .black-white .layout-body .layout-footer__objects + .layout-footer__panel,
  .black-white .layout-footer .layout-footer__objects + .layout-footer__panel {
    border-top: 1px solid rgba(255, 255, 255, .15);
  }

  .black-white .layout-body .layout-footer__bottom,
  .black-white .layout-footer .layout-footer__bottom {
    padding-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }

  .black-white .layout-body .layout-footer__bottom .grid-default,
  .black-white .layout-footer .layout-footer__bottom .grid-default {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 0;
  }

  .black-white .layout-body .social-icons,
  .black-white .layout-footer .social-icons {
    margin-bottom: 2rem;
  }

  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .layout-sticky .layout {
    overflow: hidden;
  }

  .page-inner {
    flex-direction: column;
    margin: 4rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .page-inner.mobile-xs {
    max-width: 48rem;
    margin: 4rem auto 0;
  }

  .page-sidebar {
    width: 100%;
    padding: 0;
  }

  .page-sidebar .menu-select {
    margin: 0 auto;
  }

  .page-panel {
    width: 100%;
    margin-top: 2rem;
    padding: 0;
  }

  .page-panel.lg .btn-default.lg {
    width: 100%;
    min-width: 1px;
  }

  .page-panel.lg .page-footer__row {
    margin: 4rem 0 0;
  }

  .page-panel.lg .page-footer__row.left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-panel.lg .page-footer__cell {
    padding: 0;
  }

  .page-panel.lg .page-footer__cell + .page-footer__cell {
    margin-top: 2rem;
  }

  .page-footer__row {
    flex-direction: column;
    margin: 8rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-footer__cell {
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-footer__cell + .page-footer__cell {
    margin-top: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-group {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .page-head__text {
    margin-top: 4rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .page-head__select {
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .page-head__select .select-primary + .select-primary {
    margin-top: 2rem;
    margin-left: 0;
  }

  .select-primary {
    width: 100%;
  }

  .page__line.secondary {
    height: auto;
  }

  .page__line.secondary .article-line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page__line.secondary .article-line__cell {
    width: 100%;
  }

  .page__line.secondary .article-line__scheme {
    margin-top: 0;
  }

  .page-offset {
    padding-top: 14.7rem;
  }

  .page-title {
    font-size: 3.6rem;
  }

  .page-default {
    padding: 0 0 5rem;
  }

  .page-default .page-body {
    margin-top: 4rem;
  }

  .page-head__select {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }

  .page-head__cell + .page-head__cell {
    margin-top: 2rem;
    padding-top: 0;
    border-top: none;
  }

  .page-center .page-inner {
    margin: 4rem 0;
    padding: 0 1.7rem;
  }

  .page-sidebar {
    min-width: 1px;
  }

  .section-error {
    padding-top: 17rem;
    padding-bottom: 6rem;
  }

  .section-error__title {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }

  .section-error__body {
    margin-top: 8rem;
  }

  .section-error__text {
    font-size: 1.6rem;
    line-height: 2.7rem;
    text-align: center;
  }

  .page-collection .page-footer__row {
    margin: 6rem 0 0;
  }

  .page-collection .page-footer__cell {
    width: 100%;
    padding: 0;
  }

  .page-collection .page-footer__cell:first-child {
    width: 100%;
  }

  .page-collection .page-footer__cell:last-child {
    width: 100%;
  }

  .page-collection .menu-select {
    display: none;
  }

  .page-exhibition .page-inner {
    padding: 0 1.7rem;
  }

  .section-exhibition .section-main__panel {
    padding: 0 1.7rem;
  }

  .page-rate {
    padding-top: 2rem;
  }

  .page-rate .tickets-info__description {
    display: none;
  }

  .page-rate .menu-select__head {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), #e1e2dd;
    background: linear-gradient(0deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), #e1e2dd;
  }

  .page-history .page-sidebar {
    display: none;
  }

  .page-history .page-panel {
    margin-top: 0;
  }

  .page-history .page-inner {
    margin-top: 0;
  }

  .page-history .article-default__content h2 {
    text-align: center;
  }

  .page-history .article-default__content .h1:first-child {
    margin-top: 6rem;
  }

  .page-tickets {
    padding: 17rem 0 6rem;
  }

  .page-tickets .page-panel + .page-sidebar {
    margin-top: 4rem;
  }

  .page-tickets .page-sidebar {
    padding: 0;
  }

  .page-login {
    padding: 6rem 0 12rem;
  }

  .social-links {
    margin: 4rem 0;
  }

  .page-search .page-inner {
    margin: 0;
  }

  .page-search .page-panel {
    margin-top: 0;
  }

  .section-contacts {
    padding-top: 17rem;
    padding-bottom: 6rem;
  }

  .section-contacts .page-inner {
    margin-top: 6rem;
  }

  .branch-page .list-steps {
    display: none;
  }

  .branch-page .map-card {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    height: 100%;
    padding: 0 1.5rem;
  }

  .branch-page .card-map__footer {
    display: block;
  }

  .branch-page .section-map {
    display: block;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .branch-page .section-map__inner {
    display: none;
  }

  .branch-page .section-map__inner .btn-close {
    display: inline-block;
  }

  .section-map__inner {
    display: none;
  }

  .section-map__inner.active {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .section-map__inner.active .section-map__block {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .section-map__inner.active .map-default {
    height: 100%;
  }

  .section-map__inner .btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }

  .page-office {
    padding-top: 14.7rem;
  }

  .page-office .page-panel {
    margin-top: 0;
  }

  .page-office .list-object + .list-object {
    margin-top: 4rem;
  }

  .page-office .page-sidebar {
    width: 100%;
    padding: 1rem 0 0;
  }

  .page-office .page-panel {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .page-office .page-footer__row {
    margin: 0;
  }

  .page-office .page-footer__cell {
    width: auto;
  }

  .page-office .page-inner.secondary .page-sidebar {
    width: 100%;
    padding: 1rem 0 0;
  }

  .page-office .page-inner.secondary .page-panel {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .page-office .menu-select {
    padding: 0;
  }

  .page-office .menu-select__body {
    left: 0;
    width: 100%;
  }

  .vacancy-item {
    flex-direction: column;
    padding: 2.4rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vacancy-item__position {
    font-size: 1.6rem;
    font-weight: 700;
    max-width: 100%;
    margin-bottom: .8rem;
  }

  .vacancy-item__company {
    max-width: 100%;
  }

  .vacancy-item__company {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .vacancy-item__salary-currency {
    font-size: 1.4rem;
    color: #000;
  }

  .vacancy-item__salary {
    width: 100%;
    text-align: left;
  }

  .vacancy-item__group {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1000px) {
  .layout-panel .layout-logo::before {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .section-main {
    padding: 15rem 0 8rem;
  }

  .section-main.section-new {
    padding: 14rem 0 6rem;
  }
}

@media (max-width: 980px) {
  .card-primary.secondary .card-primary__body {
    top: 30%;
  }
}

@media (max-width: 960px) {
  .card-primary.secondary .card-primary__body {
    top: 15%;
  }
}

@media (max-width: 880px) {
  .section-scheme__aside {
    max-width: 100%;
  }

  .content__item {
    top: auto;
    bottom: -4rem;
    margin: 0;
    padding: 5.4rem 2rem;
    border-radius: 3rem 3rem 0 0;
  }

  .content__item-details {
    overflow-y: auto;
    max-height: 100%;
    margin-right: -2rem;
    padding-right: 2rem;
  }

  .content__button {
    top: calc(-100% - 2rem);
    right: .5rem;
    margin: 2.5rem 0 0 0;
  }

  .content__desc {
    display: inline-block;
    overflow: visible;
    -webkit-line-clamp: auto;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 767px) {
  .layout-header__symbolism {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout-header__symbolism img {
    height: auto;
  }

  .layout-header__symbolism img:not(:last-child) {
    margin-right: .6rem;
  }

  .layout-header__symbolism img:nth-child(1) {
    max-width: 2.9rem;
  }

  .layout-header__symbolism img:nth-child(2) {
    max-width: 2rem;
  }

  .layout-header__symbolism img:nth-child(3) {
    max-width: 2.8rem;
  }

  .burger:before,
  .burger:after {
    width: 2.7rem;
  }

  .layout-logo::before {
    width: 7rem;
    height: 3.6rem;
  }

  .action-bar.mobile {
    right: 5.3rem;
  }
}

@media (max-width: 600px) {
  .layout-panel__menu .grid-default__cell {
    width: 100%;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

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

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

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

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

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

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

@media not all and (min-resolution: .001dpcm) {
  .card-default {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    transition-duration: .2s;
  }
}
.list-object__head {
    display: flex;
    align-items: center;
}

    .list-object__head .list-object__head-column:last-child {
        margin-left: auto;
    }

.list-steps__link {
    border: none;
    background: none;
    cursor: pointer;
}

.radio {
    border: none;
    background: none;
    padding: 0;
}

.form-label {
    text-transform: lowercase;
}

.page-tickets a {
    cursor: pointer;
}

.section-online {
    padding-top: 12rem;
}

.section-tickets {
    padding-bottom: 0;
}

.card-text.light {
    background-color: #e1e2dd;
    color: #000;
    min-height: 100%;
}

    .card-text.light .card-text__panel p {
        color: rgba(0, 0, 0, .6);
    }

.fancybox-image {
    height: auto;
}

.card-ticket__footer-button {
    margin-top: 2.5rem;
    text-align: right;
}

.validation-summary-errors ul{
    list-style-type: none;
    padding-left: 0;
    color: red;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

