@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button div {
  padding: 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 {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

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

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

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

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

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

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

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

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --text1: #FAFAFA;
  --text2: #181818;
  --text3: #FAFAFA;
  --text4: #181818;
  --bg1: #28221E;
  --bg2: #D0B59C;
  --bg3: #5F4736;
  --bg4: #FEFEFE;
  --btn: #8D7158;
  --btn-text: #FAFAFA;
  --btn-hover: #634F3E;
  --color-title: #5F4736;
  --red: #E71217;
  --white: #FFFFFF;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  background: var(--bg1);
  font: 400 20px/1.55 "Montserrat", sans-serif;
  color: var(--text1);
}

body::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: var(--bg1);
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background: var(--bg2);
}

body.hidden {
  overflow: hidden;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-width: thin;
    scrollbar-color: var(--bg2) var(--bg1);
  }
}

.wrapper {
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}

.overflowH {
  overflow: hidden;
}

a {
  color: var(--text1);
  transition: 0.25s;
}

a:hover {
  color: var(--btn);
}

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

svg {
  transition: 0.25s;
}

strong {
  font-weight: 700;
}

h1,
.h1 {
  font: 700 72px/1.3 "Montserrat", sans-serif;
  text-transform: uppercase;
}

h2,
.h2 {
  font: 700 60px/1.3 "Montserrat", sans-serif;
  text-transform: uppercase;
}

h3,
.h3 {
  font: 700 36px/1.35 "Montserrat", sans-serif;
  text-transform: none;
}

h4,
.h4 {
  font: 600 24px/1.35 "Montserrat", sans-serif;
  text-transform: none;
}

h5,
.h5 {
  font: 600 20px/1.25 "Montserrat", sans-serif;
  text-transform: none;
}

.subtitle {
  font: 500 24px/1.45 "Montserrat", sans-serif;
}

.text24 {
  font-size: 24px;
}

.text20 {
  font-size: 20px;
}

.text18 {
  font-size: 18px;
}

.text16 {
  font-size: 16px;
}

.colorBase {
  color: var(--text2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 60px;
  background: var(--btn);
  border-radius: 5px;
  border: none;
  padding: 12px 40px;
  font: 600 22px/1 "Montserrat", sans-serif;
  color: var(--btn-text);
  cursor: pointer;
  transition: 0.25s;
}

.btn:hover {
  background: var(--btn-hover);
  color: var(--btn-text);
}

.btn_full {
  width: 100%;
}

.btn_white {
  background: transparent;
  border: 2px solid var(--white);
  font-size: 20px;
  color: var(--white);
}

.btn_white:hover {
  background: var(--btn-hover);
  border-color: var(--btn-hover);
  color: var(--white);
}

.btn_border {
  background: transparent;
  border: 2px solid var(--text4);
  font-size: 20px;
  color: var(--text4);
}

.btn_border:hover {
  background: var(--btn-hover);
  border-color: var(--btn-hover);
  color: var(--btn-text);
}

.moreBtn {
  display: none;
  max-width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: var(--text2);
}

.moreBtn__text {
  max-width: calc(100% - 34px);
  position: relative;
}

.moreBtn__text::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background: var(--text2);
  opacity: 0;
  transition: 0.25s;
}

.moreBtn__arrow {
  width: 19px;
  margin-left: 15px;
  transition: 0.25s;
}

.moreBtn:hover {
  color: var(--text2);
}

.moreBtn:hover .moreBtn__text::after {
  width: 100%;
  opacity: 1;
}

.moreBtn:hover .moreBtn__arrow {
  transform: translate(5px, 0);
}

.moreBtn_brown {
  color: var(--btn);
}

.moreBtn_brown .moreBtn__text::after {
  background: var(--btn);
}

.moreBtn_brown:hover {
  color: var(--btn);
}

.moreBtn_bg2 {
  color: var(--bg2);
}

.moreBtn_bg2 .moreBtn__text::after {
  background: var(--bg2);
}

.moreBtn_bg2:hover {
  color: var(--bg2);
}

.moreBtn.visible {
  display: inline-flex;
  align-items: center;
}

.arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
}

.arrow svg {
  width: auto;
  max-height: 100%;
  fill: var(--text1);
}

.arrow:hover svg {
  fill: #D0B59C;
}

input {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid var(--btn);
  border-radius: 4px;
  padding: 0 20px;
  text-align: center;
  font: 400 20px/1.55 "Montserrat", sans-serif;
  color: var(--text2);
}

input::placeholder {
  font: 400 20px/1.55 "Montserrat", sans-serif;
  color: var(--text2);
  opacity: 0.6;
}

input.error {
  border-color: var(--red);
}

input.error::placeholder {
  color: var(--red);
}

.formBlock {
  max-width: 520px;
  margin: 0 auto;
}

.formBlock__error {
  font-size: 12px;
  line-height: 1.35;
  color: var(--red);
  margin-bottom: 4px;
}

.formBlock__input {
  margin-bottom: 20px;
}

.formBlock__input.error input::placeholder {
  color: var(--red);
}

.agreement {
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
}

.agreement__input {
  display: none;
}

.agreement__input:checked + .agreement__text::after {
  display: block;
}

.agreement__text {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.35;
  color: var(--text1);
  cursor: pointer;
}

.agreement__text a {
  color: var(--text1);
  text-decoration: underline;
}

.agreement__text a:hover {
  color: var(--btn);
}

.agreement__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid var(--text1);
}

.agreement__text::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background: url("../img/checked.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.agreement_dark .agreement__text {
  color: var(--text2);
}

.agreement_dark .agreement__text a {
  color: var(--text2);
}

.agreement_dark .agreement__text a:hover {
  color: var(--btn);
}

.agreement_dark .agreement__text::before {
  border-color: var(--text2);
}

.agreement_dark .agreement__text::after {
  background-image: url("../img/checked-dark.svg");
}

.agreement.error .agreement__text::before {
  border-color: var(--red);
}

.textBlock h2 {
  margin-top: 120px;
  margin-bottom: 60px;
}

.textBlock h2:last-child {
  margin-bottom: 0;
}

.textBlock h2:first-child {
  margin-top: 0;
}

.textBlock h3 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.textBlock h3:last-child {
  margin-bottom: 0;
}

.textBlock h3:first-child {
  margin-top: 0;
}

.textBlock h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.textBlock h4:last-child {
  margin-bottom: 0;
}

.textBlock h4:first-child {
  margin-top: 0;
}

.textBlock h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.textBlock h5:last-child {
  margin-bottom: 0;
}

.textBlock h5:first-child {
  margin-top: 0;
}

.textBlock p {
  margin-bottom: 20px;
}

.textBlock p:last-child {
  margin-bottom: 0;
}

.textBlock a {
  text-decoration: underline;
}

.textBlock ul {
  margin-bottom: 20px;
}

.textBlock ul:last-child {
  margin-bottom: 0;
}

.textBlock ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.textBlock ul li:last-child {
  margin-bottom: 0;
}

.textBlock ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--text2);
}

.textBlock ol {
  counter-reset: ol;
  margin-bottom: 20px;
}

.textBlock ol:last-child {
  margin-bottom: 0;
}

.textBlock ol li {
  counter-increment: ol;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.textBlock ol li:last-child {
  margin-bottom: 0;
}

.textBlock ol li::before {
  content: counter(ol) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.textBlock_white ul li::before {
  background: var(--text1);
}

.searchOverlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.searchOverlay__close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px 20px;
}

.searchOverlay__close img {
  width: 30px;
}

.searchPopup {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 960px;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  background: var(--bg2);
  border-radius: 5px;
  padding: 60px 75px;
  padding-bottom: 80px;
  color: var(--text2);
}

.searchPopup__close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 80px;
  padding: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.searchPopup__close img {
  transition: 0.25s;
}

.searchPopup__close:hover img {
  transform: rotate(-90deg);
}

.searchPopup__title {
  text-align: center;
  margin-bottom: 30px;
}

.searchPopupForm {
  display: flex;
  justify-content: space-between;
}

.searchPopupForm__submit {
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}

.searchPopupInput {
  width: calc(100% - 208px);
  position: relative;
}

.searchPopupInput__input {
  text-align: left;
  padding-left: 64px;
  padding-right: 16px;
  border: none;
}

.searchPopupInput__input:focus + .searchPopupInput__icon svg {
  fill: var(--btn-hover);
}

.searchPopupInput__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  width: 32px;
  display: flex;
  align-items: center;
}

.searchPopupInput__icon svg {
  fill: var(--text2);
}

.mobMenu {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg2);
  color: var(--text2);
  padding-bottom: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

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

.mobMenu__head {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--bg1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 100px;
}

.mobMenu__close {
  padding: 24px 20px;
  display: flex;
  align-items: center;
}

.mobMenu__close img {
  width: 30px;
}

.mobMenu__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 60px;
}

.mobMenu__logo svg {
  width: 344px;
  height: auto;
  max-width: 100%;
  fill: var(--text2);
}

.mobMenu__logo img {
  max-height: 50px;
}

.mobMenu__phone {
  text-align: center;
  margin-bottom: 10px;
}

.mobMenu__phone a {
  color: var(--text2);
}

.mobMenu__phone a:hover {
  color: var(--text2);
}

.mobMenu__bottomText {
  padding: 0 10px;
  text-align: center;
}

.mobileMenu {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 80px;
}

.mobileMenu__item {
  display: block;
  text-align: center;
  padding: 16px 15px;
  color: var(--text2);
}

.mobileMenu__item:hover {
  color: var(--text2);
}

.header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.header__content {
  min-width: 1160px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg2);
}

.header__logo {
  width: 226px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header__logo svg {
  fill: var(--text2);
}

.header__logo img {
  max-height: 100%;
}

.header__center {
  padding: 0 40px;
}

.header__right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header__search {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
}

.header__search:last-child {
  margin-right: 0;
}

.header__search svg {
  width: 26px;
  height: 26px;
  fill: var(--bg1);
}

.header__search:hover svg {
  transform: scale(1.2);
}

.header__phone {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.15;
  color: var(--text2);
  position: relative;
  white-space: nowrap;
}

.header__phone::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background: var(--text2);
  opacity: 0;
  transition: 0.25s;
}

.header__phone:hover {
  color: var(--text2);
}

.header__phone:hover::after {
  width: 100%;
  opacity: 1;
}

.header_full .header__content {
  width: 100%;
}

.header_transparent {
  position: absolute;
}

.header_transparent .header__content {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid var(--text1);
}

.header_transparent .header__logo svg {
  fill: var(--text1);
}

.header_transparent .header__phone {
  color: var(--text1);
}

.header_transparent .header__phone::after {
  background: var(--text1);
}

.header_transparent .headerMenu__item {
  color: var(--text1);
}

.header_transparent .headerMenu__item::after {
  background: var(--text1);
}

.header_transparent .headerMenu__item:hover {
  color: var(--text1);
}

.header_transparent .headerSubmenu__item {
  color: var(--text1);
}

.header_transparent .headerSubmenu__item::after {
  background: var(--text1);
}

.header_transparent .headerSubmenu__item:hover {
  color: var(--text1);
}

.header_transparent .header__search svg {
  fill: var(--text1);
}

.headerMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
}

.headerMenu__item {
  color: var(--text2);
  position: relative;
  padding: 0 10px;
}

.headerMenu__item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background: var(--text2);
  opacity: 0;
  transition: 0.25s;
}

.headerMenu__item:hover {
  color: var(--text2);
}

.headerMenu__item:hover::after {
  width: 100%;
  opacity: 1;
}

.headerMenu__item.current {
  color: var(--text2);
  opacity: 0.6;
}

.headerMenu__item.current:hover::after {
  width: 0;
  opacity: 0;
}

.headerSubmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
  border-top: 1px solid var(--text2);
  opacity: 0.8;
  padding: 4px 0;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}

.headerSubmenu:first-child {
  margin-top: 0;
}

.headerSubmenu__item {
  position: relative;
  padding: 0 10px;
  color: var(--text2);
  opacity: 0.8;
}

.headerSubmenu__item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background: var(--text2);
  opacity: 0;
  transition: 0.25s;
}

.headerSubmenu__item:hover {
  color: var(--text2);
  opacity: 1;
}

.headerSubmenu__item:hover::after {
  width: 100%;
  opacity: 1;
}

.burger {
  display: none;
}

.footer {
  position: relative;
  background: var(--bg1);
  border-top: 2px solid var(--bg2);
}

.footerTop {
  padding: 90px 0;
}

.footerTop__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footerTop__logo {
  display: flex;
  align-items: center;
  transform: translate(0, 8px);
}

.footerTop__logo img {
  width: 210px;
  height: auto;
  fill: var(--text1);
}

.footerTop__menu {
  width: 240px;
}

.footerTop__menuTitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footerTop__contacts {
  text-align: right;
}

.footerTop__phone {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.35;
  margin-bottom: 20px;
}

.footerTop__phone:last-child {
  margin-bottom: 0;
}

.footerTop__phone a {
  position: relative;
  color: var(--text1);
}

.footerTop__phone a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background: var(--text1);
  opacity: 0;
  transition: 0.25s;
}

.footerTop__phone a:hover {
  color: var(--text1);
}

.footerTop__phone a:hover::after {
  width: 100%;
  opacity: 1;
}

.footerTop__mail a {
  position: relative;
  color: var(--text1);
}

.footerTop__mail a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background: var(--text1);
  opacity: 0;
  transition: 0.25s;
}

.footerTop__mail a:hover {
  color: var(--text1);
}

.footerTop__mail a:hover::after {
  width: 100%;
  opacity: 1;
}

.footerPay__title {
  margin-bottom: 30px;
}

.footerPay__wrap {
  display: flex;
  flex-wrap: wrap;
}

.footerPay__item {
  margin-bottom: 10px;
  margin-right: 10px;
}

.footerPay__item:last-child {
  margin-right: 0;
}

.footerMenu {
  font-weight: 500;
  font-size: 18px;
}

.footerMenu__item {
  display: block;
  color: var(--text1);
  margin-bottom: 16px;
}

.footerMenu__item:last-child {
  margin-bottom: 0;
}

.footerMenu__item span {
  position: relative;
}

.footerMenu__item span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background: var(--text1);
  opacity: 0;
  transition: 0.25s;
}

.footerMenu__item:hover {
  color: var(--text1);
}

.footerMenu__item:hover span::after {
  width: 100%;
  opacity: 1;
}

.footerBottom {
  min-height: 100px;
  border-top: 2px solid var(--bg2);
  padding: 25px 0;
  position: relative;
  font-size: 16px;
  line-height: 1.35;
}

.footerBottom__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerBottom__left p {
  margin-bottom: 8px;
}

.footerBottom__left p:last-child {
  margin-bottom: 0;
}

.footerBottom__right {
  max-width: 370px;
  opacity: 0.8;
}

.upButton {
  position: fixed;
  z-index: 15;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: var(--bg1);
  border: 1.5px solid var(--bg2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.upButton svg {
  fill: var(--bg2);
}

.upButton:hover {
  background: var(--bg2);
}

.upButton:hover svg {
  fill: var(--bg1);
}

.upButton.visible {
  opacity: 1;
  visibility: visible;
}

.section {
  padding: 120px 0;
}

.section_border {
  border-top: 2px solid var(--bg2);
  border-bottom: 2px solid var(--bg2);
}

.section_borderT {
  border-top: 2px solid var(--bg2);
}

.section_borderB {
  border-bottom: 2px solid var(--bg2);
}

.section_bg2 {
  background: var(--bg2);
  color: var(--text2);
}

.section_bg3 {
  background: var(--bg3);
  color: var(--text3);
}

.section_bg4 {
  background: var(--bg4);
  color: var(--text4);
}

.section_bg4.section_border {
  border-top-color: var(--btn);
  border-bottom-color: var(--btn);
}

.section_bg4.section_borderT {
  border-top-color: var(--btn);
}

.section_bg4.section_borderB {
  border-bottom-color: var(--btn);
}

.section_bg4 .sectionHead__title {
  color: var(--color-title);
}

.section_bg4 .sectionHead__title.colorBase {
  color: var(--text2);
}

.section_topFigure {
  position: relative;
}

.section_topFigure::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../img/section-before-figure.svg") repeat-x;
  background-size: 80px 30px;
}

.section_bottomFigure {
  position: relative;
}

.section_bottomFigure::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../img/section-after-figure.svg") repeat-x;
  background-size: 80px 30px;
}

.section_beforeFigure {
  padding-bottom: 150px;
}

.section_afterFigure {
  padding-top: 150px;
}

.section.section_noPad {
  padding: 0;
}

.section.section_noPadT {
  padding-top: 0;
}

.section.section_noPadB {
  padding-bottom: 0;
}

.section_padding60 {
  padding: 60px 0;
}

.section_padding60T {
  padding-top: 60px;
}

.section_padding60B {
  padding-bottom: 60px;
}

.section_padding90 {
  padding: 90px 0;
}

.section_padding90T {
  padding-top: 90px;
}

.section_padding90B {
  padding-bottom: 90px;
}

.section.section_padding60TAll {
  padding-top: 60px;
}

.sectionHead {
  text-align: center;
  margin-bottom: 60px;
}

.sectionHead__title {
  margin-bottom: 20px;
}

.sectionHead__title:last-child {
  margin-bottom: 0;
}

.sectionHead__subtitle {
  max-width: 725px;
  margin: 0 auto;
  text-align: center;
}

.sectionHead_sm {
  margin-bottom: 40px;
}

.sectionHead.sectionHead_noMargin {
  margin-bottom: 0;
}

.crumbs {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.crumbs:last-child {
  margin-bottom: 0;
}

.crumbs__item {
  color: var(--text1);
}

.crumbs__item:hover {
  color: var(--text1);
  text-decoration: underline;
}

.crumbs__delimiter {
  margin: 0 10px;
}

.crumbs__current {
  font-weight: 700;
}

.crumbs_dark {
  color: var(--btn);
}

.crumbs_dark .crumbs__item {
  color: var(--text2);
}

.crumbs_dark .crumbs__item:hover {
  color: var(--text2);
}

.banner {
  min-height: 620px;
  padding-top: 190px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.banner_height800 {
  min-height: 800px;
}

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

.banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.banner .wrapper {
  position: relative;
  z-index: 3;
}

.banner__title {
  margin-bottom: 20px;
}

.banner__title:last-child {
  margin-bottom: 0;
}

.banner__text {
  margin-bottom: 60px;
}

.banner__text:last-child {
  margin-bottom: 0;
}

.banner__text p {
  margin-bottom: 20px;
}

.banner__text p:last-child {
  margin-bottom: 0;
}

.banner__btn .btn {
  min-width: 240px;
}

.bannerVideoButton {
  position: absolute;
  z-index: 4;
  bottom: -20px;
  right: 20px;
  display: flex;
  align-items: center;
}

.videoButton {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
}

.videoButton__words {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoButton__words img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: videoButtonAnimation 10s linear infinite;
}

.videoButton__icon {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  transform: translate(4px, 0);
  transition: 0.4s;
}

.videoButton:hover .videoButton__icon {
  transform: scale(1.2) translate(4px, 0);
}

@keyframes videoButtonAnimation {
  0% {
    transform: rotate(0);
  }

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

.bannerSlider {
  position: relative;
  overflow: hidden;
}

.bannerSlider__prev {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  justify-content: center;
}

.bannerSlider__next {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  justify-content: center;
}

.bannerSlider__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.bannerSlider__dots {
  display: none;
  position: absolute;
  z-index: 4;
  bottom: 29px;
  left: 0;
  width: 100%;
}

.bannerSlider__dots .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid var(--text1);
  margin: 0 7px;
  transition: 0.25s;
}

.bannerSlider__dots .swiper-pagination-bullet-active {
  background: var(--text1);
}

.bannerSlider_height800 .bannerSlide {
  min-height: 800px;
}

.bannerSlide {
  flex: 0 0 auto;
  width: 100%;
  min-height: 620px;
  padding-top: 220px;
  padding-bottom: 120px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.bannerSlide__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.bannerSlide::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.bannerSlide .wrapper {
  position: relative;
  z-index: 3;
}

.bannerSlide__title {
  margin-bottom: 20px;
}

.bannerSlide__title:last-child {
  margin-bottom: 0;
}

.bannerSlide__text {
  margin-bottom: 60px;
}

.bannerSlide__text:last-child {
  margin-bottom: 0;
}

.bannerSlide__text p {
  margin-bottom: 20px;
}

.bannerSlide__text p:last-child {
  margin-bottom: 0;
}

.bannerSlide__btn .btn {
  min-width: 240px;
}

/* Гирлянды */

.garlands {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-repeat: repeat-x;
  background-size: auto 90px;
  background-position: bottom center;
}

.garlands_type1 {
  background-image: url("../img/garland1.webp");
}

.garlands_type2 {
  background-image: url("../img/garland2.webp");
}

.garlands_type3 {
  background-image: url("../img/garland3.webp");
}

/* Падающий снег */

.snowFall {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1920px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.snowFall__item {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: white;
  position: absolute;
  top: -30px;
}

.snowFall__item:nth-child(1) {
  --size: 10px;
  /* randomize size! */
  left: 1879px;
  animation: snowfall 7s linear infinite;
}

.snowFall__item:nth-child(2) {
  --size: 7.5px;
  /* randomize size! */
  left: 1386px;
  animation: snowfall 17s linear infinite;
}

.snowFall__item:nth-child(3) {
  --size: 7.5px;
  /* randomize size! */
  left: 1043px;
  animation: snowfall 11s linear infinite;
}

.snowFall__item:nth-child(4) {
  --size: 12.5px;
  /* randomize size! */
  left: 233px;
  animation: snowfall 5s linear infinite;
}

.snowFall__item:nth-child(5) {
  --size: 10px;
  /* randomize size! */
  left: 1299px;
  animation: snowfall 10s linear infinite;
}

.snowFall__item:nth-child(6) {
  --size: 12.5px;
  /* randomize size! */
  left: 304px;
  animation: snowfall 7s linear infinite;
}

.snowFall__item:nth-child(7) {
  --size: 5px;
  /* randomize size! */
  left: 57px;
  animation: snowfall 6s linear infinite;
}

.snowFall__item:nth-child(8) {
  --size: 2.5px;
  /* randomize size! */
  left: 1370px;
  animation: snowfall 13s linear infinite;
}

.snowFall__item:nth-child(9) {
  --size: 5px;
  /* randomize size! */
  left: 694px;
  animation: snowfall 7s linear infinite;
}

.snowFall__item:nth-child(10) {
  --size: 10px;
  /* randomize size! */
  left: 1208px;
  animation: snowfall 19s linear infinite;
}

.snowFall__item:nth-child(11) {
  --size: 7.5px;
  /* randomize size! */
  left: 759px;
  animation: snowfall 13s linear infinite;
}

.snowFall__item:nth-child(12) {
  --size: 5px;
  /* randomize size! */
  left: 10px;
  animation: snowfall 6s linear infinite;
}

.snowFall__item:nth-child(13) {
  --size: 7.5px;
  /* randomize size! */
  left: 1302px;
  animation: snowfall 15s linear infinite;
}

.snowFall__item:nth-child(14) {
  --size: 2.5px;
  /* randomize size! */
  left: 149px;
  animation: snowfall 17s linear infinite;
}

.snowFall__item:nth-child(15) {
  --size: 12.5px;
  /* randomize size! */
  left: 870px;
  animation: snowfall 10s linear infinite;
}

.snowFall__item:nth-child(16) {
  --size: 7.5px;
  /* randomize size! */
  left: 131px;
  animation: snowfall 8s linear infinite;
}

.snowFall__item:nth-child(17) {
  --size: 5px;
  /* randomize size! */
  left: 1885px;
  animation: snowfall 10s linear infinite;
}

.snowFall__item:nth-child(18) {
  --size: 7.5px;
  /* randomize size! */
  left: 1807px;
  animation: snowfall 19s linear infinite;
}

.snowFall__item:nth-child(19) {
  --size: 7.5px;
  /* randomize size! */
  left: 1115px;
  animation: snowfall 7s linear infinite;
}

.snowFall__item:nth-child(20) {
  --size: 10px;
  /* randomize size! */
  left: 1322px;
  animation: snowfall 17s linear infinite;
}

.snowFall__item:nth-child(21) {
  --size: 10px;
  /* randomize size! */
  left: 516px;
  animation: snowfall 9s linear infinite;
}

.snowFall__item:nth-child(22) {
  --size: 2.5px;
  /* randomize size! */
  left: 180px;
  animation: snowfall 9s linear infinite;
}

.snowFall__item:nth-child(23) {
  --size: 12.5px;
  /* randomize size! */
  left: 1564px;
  animation: snowfall 18s linear infinite;
}

.snowFall__item:nth-child(24) {
  --size: 5px;
  /* randomize size! */
  left: 770px;
  animation: snowfall 16s linear infinite;
}

.snowFall__item:nth-child(25) {
  --size: 10px;
  /* randomize size! */
  left: 319px;
  animation: snowfall 17s linear infinite;
}

.snowFall__item:nth-child(26) {
  --size: 12.5px;
  /* randomize size! */
  left: 822px;
  animation: snowfall 8s linear infinite;
}

.snowFall__item:nth-child(27) {
  --size: 12.5px;
  /* randomize size! */
  left: 36px;
  animation: snowfall 12s linear infinite;
}

.snowFall__item:nth-child(28) {
  --size: 12.5px;
  /* randomize size! */
  left: 924px;
  animation: snowfall 9s linear infinite;
}

.snowFall__item:nth-child(29) {
  --size: 5px;
  /* randomize size! */
  left: 701px;
  animation: snowfall 11s linear infinite;
}

.snowFall__item:nth-child(30) {
  --size: 5px;
  /* randomize size! */
  left: 11px;
  animation: snowfall 19s linear infinite;
}

.snowFall__item:nth-child(31) {
  --size: 5px;
  /* randomize size! */
  left: 327px;
  animation: snowfall 7s linear infinite;
}

.snowFall__item:nth-child(32) {
  --size: 12.5px;
  /* randomize size! */
  left: 1858px;
  animation: snowfall 9s linear infinite;
}

.snowFall__item:nth-child(33) {
  --size: 5px;
  /* randomize size! */
  left: 833px;
  animation: snowfall 11s linear infinite;
}

.snowFall__item:nth-child(34) {
  --size: 5px;
  /* randomize size! */
  left: 1764px;
  animation: snowfall 13s linear infinite;
}

.snowFall__item:nth-child(35) {
  --size: 10px;
  /* randomize size! */
  left: 269px;
  animation: snowfall 15s linear infinite;
}

.snowFall__item:nth-child(36) {
  --size: 12.5px;
  /* randomize size! */
  left: 1892px;
  animation: snowfall 7s linear infinite;
}

.snowFall__item:nth-child(37) {
  --size: 10px;
  /* randomize size! */
  left: 1186px;
  animation: snowfall 8s linear infinite;
}

.snowFall__item:nth-child(38) {
  --size: 12.5px;
  /* randomize size! */
  left: 230px;
  animation: snowfall 5s linear infinite;
}

.snowFall__item:nth-child(39) {
  --size: 12.5px;
  /* randomize size! */
  left: 1218px;
  animation: snowfall 5s linear infinite;
}

.snowFall__item:nth-child(40) {
  --size: 5px;
  /* randomize size! */
  left: 174px;
  animation: snowfall 14s linear infinite;
}

@keyframes snowfall {
  0% {
    top: -30px;
  }

  100% {
    top: calc(100% + 30px);
  }
}

.pageNav {
  background: var(--bg2);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.pageNav__wrap {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.pageNav__item {
  flex: 0 0 auto;
  min-width: 230px;
  min-height: 100px;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--text2);
}

.pageNav__item:hover {
  background: var(--btn-hover);
  color: var(--text1);
}

.warningMessage {
  max-width: 1080px;
  margin: 60px auto;
  margin-top: -20px;
  border: 1px solid var(--bg2);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.warningMessage__text {
  background: var(--text1);
  border-radius: 5px;
  padding: 16px 32px;
  color: var(--text2);
}

.warningMessage__text p {
  margin-bottom: 16px;
}

.warningMessage__text p:last-child {
  margin-bottom: 0;
}

.warningMessage_dark {
  border-color: var(--btn);
}

.warningMessage_dark .warningMessage__text {
  background: transparent;
  border: 1px solid var(--btn);
}

.mapSection {
  height: 600px;
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
}

.mapBlock {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-590px, 0);
  width: 500px;
  background: var(--bg1);
  padding: 60px 30px;
}

.mapBlock__title {
  color: var(--bg2);
  margin-bottom: 30px;
}

.mapBlock__metro {
  margin-bottom: 12px;
}

.faq {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.faqItem {
  padding: 30px 0;
  border-bottom: 2px solid var(--text2);
  position: relative;
  cursor: pointer;
}

.faqItem:first-child {
  border-top: 2px solid var(--text2);
}

.faqItem__title {
  padding-right: 60px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
  transition: 0.25s;
}

.faqItem__text {
  display: none;
  padding-top: 16px;
}

.faqItem__text p {
  margin-bottom: 12px;
}

.faqItem__text p:last-child {
  margin-bottom: 0;
}

.faqItem::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url("../img/faq-icon.svg") no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.25s;
}

.faqItem:hover .faqItem__title {
  color: var(--bg3);
}

.faqItem.active .faqItem__title {
  color: var(--text2);
}

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

.spectaclesWrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.spectacle {
  position: relative;
  overflow: hidden;
}

.spectacle::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.spectacle::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
}

.spectacle__image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.spectacle__arrow {
  position: absolute;
  z-index: 4;
  bottom: 45px;
  right: 30px;
  transition: 0.5s;
}

.spectacle__text {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 0;
  padding-left: 30px;
  padding-right: 75px;
  color: var(--text1);
}

.spectacle__title {
  display: block;
  max-width: 408px;
  margin-bottom: 16px;
}

.spectacle__title:last-child {
  margin-bottom: 0;
}

.spectacle__subtitle {
  max-width: 408px;
}

.spectacle:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

.spectacle:hover .spectacle__image {
  transform: scale(1.1);
}

.spectacle:hover .spectacle__arrow {
  transform: translate(10px, 0);
}

.legendsWrap {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 60px;
}

.legendsWrap:last-child {
  margin-bottom: 0;
}

.legendsMore {
  display: flex;
  justify-content: center;
}

.legend {
  text-align: center;
}

.legend__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.legend__image::before {
  content: "";
  display: block;
  padding-top: 135%;
}

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

.legend__name {
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 10px;
}

.mainAbout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mainAbout__left {
  width: calc(50% - 20px);
}

.mainAbout__title {
  padding-bottom: 12px;
  border-bottom: 2px solid var(--text2);
  margin-bottom: 60px;
}

.mainAbout__digits {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.mainAbout__right {
  width: calc(50% - 20px);
}

.mainAbout__text {
  margin-bottom: 20px;
  position: relative;
}

.mainAbout__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
}

.mainAbout__text .hidden {
  display: none;
}

.mainAbout__text.active .hidden {
  display: block;
}

.mainAboutDigit__digit {
  font: 700 60px/1.3 "Montserrat", sans-serif;
  color: var(--bg1);
}

.mainAboutSliderWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}

.mainAboutSliderWrap:first-child {
  margin-top: 0;
}

.mainAboutSliderWrap__prev {
  position: absolute;
  z-index: 34;
  top: 0;
  left: 0;
  width: 70px;
  height: calc(100% - 45px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainAboutSliderWrap__prev svg {
  width: auto;
  height: 50px;
}

.mainAboutSliderWrap__prev:hover {
  background: var(--bg1);
  opacity: 0.2;
}

.mainAboutSliderWrap__prev:hover svg {
  fill: var(--text1);
}

.mainAboutSliderWrap__next {
  position: absolute;
  z-index: 34;
  top: 0;
  right: 0;
  width: 70px;
  height: calc(100% - 45px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainAboutSliderWrap__next svg {
  width: auto;
  height: 50px;
}

.mainAboutSliderWrap__next:hover {
  background: var(--bg1);
  opacity: 0.2;
}

.mainAboutSliderWrap__next:hover svg {
  fill: var(--text1);
}

.mainAboutSlider {
  width: 2384px;
  position: relative;
}

.mainAboutSlider__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.mainAboutSlider__dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.mainAboutSlider__dots .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--bg1);
  margin: 0 10px;
  transition: 0.25s;
}

.mainAboutSlider__dots .swiper-pagination-bullet-active {
  background: var(--bg1);
}

.mainAboutSlide {
  flex: 0 0 auto;
  position: relative;
  opacity: 0.3;
  pointer-events: none;
  transition: 0.25s;
}

.mainAboutSlide::before {
  content: "";
  display: block;
  padding-top: 65%;
}

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

.mainAboutSlide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.yaMusicFrame {
  display: flex;
  align-items: center;
}

.yaMusicFrame iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 580px;
}

.eventsBlock {
  margin-bottom: 60px;
}

.eventsBlock:last-child {
  margin-bottom: 0;
}

.event {
  display: block;
  position: relative;
  border-top: 2px solid var(--bg2);
  color: var(--text1);
  transition: 0.25s;
}

.event__wrap {
  width: 100%;
  max-width: 1190px;
  padding: 55px 15px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.event__left {
  width: 260px;
}

.event__date {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.05;
  margin-bottom: 12px;
}

.event__date:last-child {
  margin-bottom: 0;
}

.event__time {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: var(--bg2);
  transition: 0.25s;
}

.event__duration {
  display: block;
  font-size: 18px;
  margin-top: 54px;
}

.event__duration:first-child {
  margin-top: 0;
}

.event__duration span {
  display: block;
  margin-bottom: 10px;
}

.event__duration span:last-child {
  margin-bottom: 0;
}

.event__duration strong {
  font-weight: 600;
}

.event__mobDuration {
  display: none;
  font-size: 16px;
  line-height: 1.35;
}

.event__mobDuration span {
  display: block;
  margin-bottom: 8px;
}

.event__mobDuration span:last-child {
  margin-bottom: 0;
}

.event__mobDuration span:first-child {
  font-size: 14px;
}

.event__mobDuration strong {
  font-weight: 600;
}

.event__center {
  width: calc(100% - 460px);
  padding-right: 70px;
}

.event__title {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.event__title:last-child {
  margin-bottom: 0;
}

.event__genre {
  display: block;
  font-size: 22px;
  line-height: 1.35;
  color: var(--bg2);
  transition: 0.25s;
  margin-bottom: 35px;
}

.event__genre:last-child {
  margin-bottom: 0;
}

.event__right {
  width: 200px;
  display: flex;
  align-items: center;
}

.event__age {
  width: 84px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}

.event__price {
  width: 200px;
  min-height: 60px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--btn);
  border-radius: 5px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: var(--text1);
}

.event.event_variant2 .event__center {
  width: calc(100% - 544px);
  padding-right: 20px;
}

.event.event_variant2 .event__right {
  width: 284px;
}

.event:hover {
  background: var(--bg2);
  color: var(--text2);
}

.event:hover .event__time,
.event:hover .event__genre {
  color: var(--bg1);
}

.event_dark {
  border-top-color: var(--btn);
  color: var(--bg3);
}

.event_dark .event__time,
.event_dark .event__genre,
.event_dark .event__duration,
.event_dark .event__mobDuration,
.event_dark .eventInfo,
.event_dark .event__age {
  color: var(--text2);
}

.event_dark:hover {
  border-top-color: var(--bg2);
  background: var(--bg2);
  color: var(--text2);
}

.eventInfo {
  display: block;
}

.eventInfo__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.eventInfo__item:last-child {
  margin-bottom: 0;
}

.eventInfo__item span:first-child {
  width: 200px;
  padding-right: 20px;
}

.eventInfo__item span:last-child {
  width: calc(100% - 200px);
}

.eventInfo__item strong {
  font-weight: 600;
}

.eventMore {
  display: flex;
  justify-content: center;
}

.filters {
  display: flex;
  align-items: center;
  margin-bottom: 85px;
}

.filters__wrap {
  width: calc(100% - 371px);
  padding-right: 60px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 24px;
}

.filtersSearch {
  width: 371px;
  position: relative;
}

.filtersSearch__input {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--text1);
  border-radius: 0;
  padding-left: 40px;
  font-size: 16px;
  text-align: left;
  color: var(--text1);
}

.filtersSearch__input::placeholder {
  font-size: 16px;
  color: var(--text1);
  opacity: 0.6;
  transition: 0.25s;
}

.filtersSearch__input:hover::placeholder {
  opacity: 0.8;
}

.filtersSearch__input:hover + .filtersSearch__submit svg {
  fill: var(--btn-hover);
}

.filtersSearch__input:focus + .filtersSearch__submit svg {
  fill: var(--btn-hover);
}

.filtersSearch__submit {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.filtersSearch__submit svg {
  fill: var(--bg2);
}

.filtersSearch_dark .filtersSearch__input {
  border-bottom-color: var(--text2);
  color: var(--text2);
}

.filtersSearch_dark .filtersSearch__input::placeholder {
  color: var(--text2);
  opacity: 0.6;
}

.filtersSearch_dark .filtersSearch__input:hover::placeholder {
  opacity: 0.8;
}

.filtersSearch_dark .filtersSearch__input:hover + .filtersSearch__submit svg {
  fill: var(--bg3);
}

.filtersSearch_dark .filtersSearch__input:focus + .filtersSearch__submit svg {
  fill: var(--bg3);
}

.filtersSearch_dark .filtersSearch__submit svg {
  fill: var(--btn);
}

.filterButton__input {
  display: none;
}

.filterButton__input:checked + .filterButton__text::after {
  display: block;
}

.filterButton__text {
  display: block;
  position: relative;
  padding-left: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: var(--text1);
  cursor: pointer;
}

.filterButton__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid var(--text1);
  border-radius: 2px;
}

.filterButton__text::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background: url("../img/checked.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.filterButton_dark .filterButton__text {
  color: var(--text2);
}

.filterButton_dark .filterButton__text::before {
  border-color: var(--text2);
}

.filterButton_dark .filterButton__text::after {
  background-image: url("../img/checked-dark.svg");
}

.filter {
  position: relative;
}

.filter__head {
  position: relative;
  padding-right: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: var(--text1);
  cursor: pointer;
}

.filter__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 8px;
  background: url("../img/filter-arrow.svg") no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.25s;
}

.filter__list {
  display: none;
  position: absolute;
  z-index: 8;
  top: calc(100% + 10px);
  left: -24px;
  width: auto;
  max-width: 100vw;
  background: var(--bg2);
  border-radius: 5px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 12px;
  padding-right: 20px;
}

.filter__list::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background: transparent;
}

.filter.filter_visible .filter__head::after {
  transform: rotate(-180deg) translate(0, 50%);
}

.filter.filter_visible .filter__list {
  display: block;
}

.filter_dark .filter__head {
  color: var(--text2);
}

.filter_dark .filter__head::after {
  background-image: url("../img/filter-arrow-dark.svg");
}

.filter_dark .filter__list {
  background: var(--text1);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.filterItem {
  white-space: nowrap;
}

.filterItem__input {
  display: none;
}

.filterItem__input:checked + .filterItem__text::after {
  display: block;
}

.filterItem__text {
  display: block;
  position: relative;
  padding: 6px 0;
  padding-left: 34px;
  font-size: 14px;
  color: var(--text2);
  cursor: pointer;
  transition: 0.25s;
}

.filterItem__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid var(--text2);
  border-radius: 2px;
}

.filterItem__text::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background: url("../img/checked-dark.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.filterItem:hover .filterItem__text {
  color: var(--btn-hover);
}

.premieresWrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.premiere {
  position: relative;
  overflow: hidden;
}

.premiere::before {
  content: "";
  display: block;
  padding-top: 82%;
}

.premiere::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
}

.premiere__image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.premiere__head {
  position: absolute;
  z-index: 4;
  top: 33px;
  left: 30px;
  display: block;
  width: calc(100% - 60px);
  border-bottom: 1px solid var(--text1);
  padding-bottom: 12px;
  padding-left: 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  color: var(--text1);
}

.premiere__head::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--text1);
}

.premiere__text {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 0;
  padding: 0 30px;
  color: var(--text1);
}

.premiere__title {
  display: block;
  margin-bottom: 16px;
}

.premiere__title:last-child {
  margin-bottom: 0;
}

.premiere:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

.premiere:hover .premiere__image {
  transform: scale(1.1);
}

.smallSpectaclesWrap {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}

.smallSpectacle {
  position: relative;
  overflow: hidden;
}

.smallSpectacle::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.smallSpectacle::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), #000);
  transition: 0.5s;
}

.smallSpectacle__image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.smallSpectacle__text {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  color: var(--text1);
}

.smallSpectacle__title {
  display: block;
  margin-bottom: 12px;
}

.smallSpectacle__title:last-child {
  margin-bottom: 0;
}

.smallSpectacle__subtitle {
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.smallSpectacle:hover .smallSpectacle__image {
  transform: scale(1.1);
}

.actorsSearch {
  margin-bottom: 40px;
}

.searchForm {
  position: relative;
}

.searchForm__input {
  height: 50px;
  background: transparent;
  border-color: var(--text1);
  padding-left: 64px;
  font-size: 16px;
  text-align: left;
  color: var(--text1);
}

.searchForm__input::placeholder {
  font-size: 16px;
  color: var(--text1);
  opacity: 0.6;
  transition: 0.25s;
}

.searchForm__input:hover::placeholder {
  opacity: 0.8;
}

.searchForm__input:hover + .searchForm__icon svg {
  fill: var(--bg2);
}

.searchForm__input:focus + .searchForm__icon svg {
  fill: var(--bg2);
}

.searchForm__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.searchForm__icon svg {
  fill: var(--text1);
}

.actorsList {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 60px;
}

.actorsList:last-child {
  margin-bottom: 0;
}

.actorsItem__image {
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.actorsItem__image:last-child {
  margin-bottom: 0;
}

.actorsItem__image::before {
  content: "";
  display: block;
  padding-top: 72%;
}

.actorsItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.actorsItem__name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.35;
  color: var(--text1);
}

.actorsItem:hover .actorsItem__image img {
  transform: scale(1.1);
}

.actorsItem_dark .actorsItem__name {
  color: var(--text2);
}

.actorsMore {
  display: flex;
  justify-content: center;
}

.policyText {
  max-width: 960px;
  margin: 0 auto;
}

.policyText h2,
.policyText h3,
.policyText h4,
.policyText h5 {
  text-align: center;
}

.actorSection {
  background: var(--text1);
  color: var(--text2);
  padding-top: 180px;
  overflow: hidden;
}

.actorBlock {
  margin-bottom: 120px;
}

.actorBlock:last-child {
  margin-bottom: 0;
}

.actorBlock__title {
  text-align: center;
  color: var(--bg3);
  margin-bottom: 60px;
}

.actorBlock__wrap {
  display: flex;
  align-items: flex-start;
}

.actorBlock__photo {
  width: 365px;
  display: flex;
  align-items: center;
}

.actorBlock__photo img {
  width: 100%;
}

.actorBlock__info {
  width: calc(100% - 365px);
  padding-left: 40px;
}

.actorBlock__text {
  margin-bottom: 20px;
}

.actorBlock__text:last-child {
  margin-bottom: 0;
}

.actorBlock__text .hidden {
  display: none;
}

.actorBlock__text.active .hidden {
  display: block;
}

.actorMobSection {
  display: none;
}

.actorMobInfo__text {
  max-height: 352px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.actorMobInfo__text:last-child {
  margin-bottom: 0;
}

.actorMobInfo__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  /*background: linear-gradient(rgba(var(--text1), 0), var(--text1));*/
}

.actorMobInfo__text.active {
  max-height: unset;
}

.actorMobInfo__text.active::after {
  display: none;
}

.actorMobInfo__text.active .hidden {
  display: block;
}

.actorSpectaclesHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.actorSpectaclesHead__arrows {
  display: flex;
  align-items: center;
}

.actorSpectaclesHead__arrows .arrow {
  width: 42px;
  height: 42px;
  margin-right: 20px;
  transition: 0.25s;
  justify-content: center;
}

.actorSpectaclesHead__arrows .arrow:last-child {
  margin-right: 0;
}

.actorSpectaclesHead__arrows .arrow svg {
  width: auto;
  height: 36px;
  fill: var(--text2);
}

.actorSpectaclesHead__arrows .arrow:hover {
  transform: scale(1.1);
}

.actorSpectacles__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.actorSpectacle {
  flex: 0 0 auto;
  width: 680px;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

.actorSpectacle:last-child {
  margin-right: 0;
}

.actorSpectacle::before {
  content: "";
  display: block;
  padding-top: 64%;
}

.actorSpectacle::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.actorSpectacle__image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.actorSpectacle__text {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 0;
  padding: 0 30px;
  color: var(--text1);
}

.actorSpectacle__title {
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
  margin-bottom: 20px;
}

.actorSpectacle__title:last-child {
  margin-bottom: 0;
}

.actorSpectacle__subtitle {
  display: block;
}

.actorSpectacle:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

.actorSpectacle:hover .actorSpectacle__image {
  transform: scale(1.1);
}

.actorSpectaclesMobArrows {
  display: none;
  margin-top: 20px;
}

.actorSpectaclesMobArrows .arrow {
  width: 42px;
  height: 42px;
  margin: 0 20px;
  transition: 0.25s;
  justify-content: center;
}

.actorSpectaclesMobArrows .arrow svg {
  width: auto;
  height: 36px;
  fill: var(--text2);
}

.actorSpectaclesMobArrows .arrow:hover {
  transform: scale(1.1);
}

.ticketsMore {
  display: none;
}

.ticketsMore.visible {
  display: flex;
  justify-content: center;
}

.ticketsMore .btn {
  margin-top: 60px;
  min-width: 240px;
}

.ticketsWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 60px;
  margin-bottom: 30px;
}

.ticket {
  display: none;
  width: calc(25% - 15px);
  position: relative;
  border: 2px solid var(--bg2);
  padding: 30px 20px;
  padding-bottom: 54px;
  text-align: center;
}

.ticket:nth-child(-n+4),
.ticket.active {
  display: block;
}

.ticket__time {
  font-size: 28px;
  line-height: 1;
  color: var(--bg2);
  margin-bottom: 11px;
}

.ticket__date {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.05;
}

.ticket__btn {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

.ticket__btn .btn {
  width: 210px;
  max-width: 100%;
}

.eventData {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}

.eventData__title {
  padding-bottom: 16px;
  border-bottom: 2px solid var(--text2);
}

.eventData__genre {
  margin-bottom: 40px;
}

.eventData__genre:last-child {
  margin-bottom: 0;
}

.eventData__date {
  margin-bottom: 40px;
}

.eventData__date:last-child {
  margin-bottom: 0;
}

.eventData__date p {
  margin-bottom: 4px;
}

.eventData__date p:last-child {
  margin-bottom: 0;
}

.eventData__text p {
  margin-bottom: 20px;
}

.eventData__text p:last-child {
  margin-bottom: 0;
}

.eventData__text:first-letter {
  font: 700 110px/1 "Montserrat", sans-serif;
}

.eventData_brown .eventData__title {
  color: var(--bg3);
  border-bottom-color: var(--bg3);
}

.eventData_brown .eventData__date .h3 {
  color: var(--bg3);
}

.eventData_brown .eventData__text:first-letter {
  color: var(--bg3);
}

.eventDataInfo {
  margin-bottom: 40px;
}

.eventDataInfo:last-child {
  margin-bottom: 0;
}

.eventDataInfo__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.eventDataInfo__item:last-child {
  margin-bottom: 0;
}

.eventDataInfo__item p:first-child {
  width: 40%;
  padding-right: 20px;
  font-weight: 600;
}

.eventDataInfo__item p:last-child {
  width: 60%;
}

.eventSliderWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 90px 0;
}

.eventSliderWrap:last-child {
  margin-bottom: 0;
}

.eventSliderWrap:first-child {
  margin-top: 0;
}

.eventSliderWrap__prev {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100px;
  height: calc(100% - 45px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventSliderWrap__prev svg {
  width: auto;
  height: 50px;
}

.eventSliderWrap__prev:hover {
  background: var(--bg1);
  opacity: 0.2;
}

.eventSliderWrap__prev:hover svg {
  fill: var(--text1);
}

.eventSliderWrap__next {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 100px;
  height: calc(100% - 45px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventSliderWrap__next svg {
  width: auto;
  height: 50px;
}

.eventSliderWrap__next:hover {
  background: var(--bg1);
  opacity: 0.2;
}

.eventSliderWrap__next:hover svg {
  fill: var(--text1);
}

.eventSliderWrap_brown .eventSlider__dots .swiper-pagination-bullet {
  border-color: var(--btn);
}

.eventSliderWrap_brown .eventSlider__dots .swiper-pagination-bullet-active {
  background: var(--btn);
}

.eventSlider {
  width: 2518px;
  position: relative;
}

.eventSlider__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.eventSlider__dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.eventSlider__dots .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--bg1);
  margin: 0 10px;
  transition: 0.25s;
}

.eventSlider__dots .swiper-pagination-bullet-active {
  background: var(--bg1);
}

.eventSlide {
  flex: 0 0 auto;
  position: relative;
  opacity: 0.3;
  pointer-events: none;
  transition: 0.25s;
}

.eventSlide::before {
  content: "";
  display: block;
  padding-top: 65%;
}

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

.eventSlide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.eventQuote {
  position: relative;
  padding: 110px 0;
  margin-bottom: 20px;
}

.eventQuote:last-child {
  margin-bottom: 0;
}

.eventQuote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
  height: 49px;
  background: url("../img/quote-before.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.eventQuote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 61px;
  height: 49px;
  background: url("../img/quote-after.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

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

.eventQuote__lines::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  width: calc(100% - 80px);
  height: 2px;
  background: var(--text1);
}

.eventQuote__lines::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: calc(100% - 80px);
  height: 2px;
  background: var(--text1);
}

.eventQuote__inner {
  font-size: 24px;
  position: relative;
  z-index: 4;
}

.eventQuote__inner p {
  margin-bottom: 16px;
}

.eventQuote__inner p:last-child {
  margin-bottom: 0;
}

.eventQuoteAuthor {
  display: flex;
  align-items: center;
}

.eventQuoteAuthor__image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.eventQuoteAuthor__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eventQuoteAuthor__content {
  width: calc(100% - 150px);
  padding-left: 30px;
}

.eventQuoteAuthor__name {
  margin-bottom: 8px;
}

.eventQuoteAuthor__name:last-child {
  margin-bottom: 0;
}

.eventQuoteAuthor__position {
  opacity: 0.6;
}

.press__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.pressItem {
  flex: 0 0 auto;
  width: calc(50% - 20px);
  border: 2px solid var(--bg2);
  padding: 60px 40px;
  margin-right: 40px;
  cursor: default;
}

.pressItem:last-child {
  margin-right: 0;
}

.pressItem:only-child {
  width: 100%;
}

.pressItem__title {
  margin-bottom: 6px;
}

.pressItem__subtitle {
  line-height: 1.35;
  opacity: 0.8;
  margin-bottom: 20px;
}

.pressItem__text {
  font-size: 18px;
}

.pressItem__text p {
  margin-bottom: 10px;
}

.pressItem__text p:last-child {
  margin-bottom: 0;
}

.pressItem__text .hidden {
  display: none;
}

.pressItem__text.active .hidden {
  display: block;
}

.pressItem .moreBtn {
  margin-top: 20px;
}

.pressArrows {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pressArrows.hidden {
  display: none;
}

.pressArrows__prev {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.pressArrows__prev svg {
  width: auto;
  height: 50px;
}

.pressArrows__next {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pressArrows__next svg {
  width: auto;
  height: 50px;
}

.pressOverlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.pressPopup {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 640px;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  background: var(--bg1);
  border: 2px solid var(--bg2);
  padding: 40px;
  padding-top: 60px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

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

.pressPopup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pressPopup__close img {
  transition: 0.25s;
}

.pressPopup__close:hover img {
  transform: rotate(-90deg);
}

.pressPopup__title {
  margin-bottom: 6px;
}

.pressPopup__subtitle {
  line-height: 1.35;
  opacity: 0.8;
  margin-bottom: 20px;
}

.pressPopup__text {
  font-size: 18px;
}

.pressPopup__text p {
  margin-bottom: 10px;
}

.pressPopup__text p:last-child {
  margin-bottom: 0;
}

.thanksOverlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.thanksPopup {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 640px;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  background: var(--bg1);
  border: 2px solid var(--bg2);
  padding: 40px;
  padding-top: 60px;
  text-align: center;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

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

.thanksPopup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.thanksPopup__close img {
  transition: 0.25s;
}

.thanksPopup__close:hover img {
  transform: rotate(-90deg);
}

.thanksPopup__title {
  margin-bottom: 12px;
}

.thanksPopup__subtitle {
  line-height: 1.35;
  opacity: 0.8;
}

.galleryModal {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg1);
  padding: 60px 30px;
  padding-top: 80px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--bg2) var(--bg1);
}

.galleryModal::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: var(--bg1);
}

.galleryModal::-webkit-scrollbar-thumb {
  width: 10px;
  background: var(--bg2);
}

.galleryModal__close {
  position: fixed;
  z-index: 91;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--bg2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}

.galleryModal__wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.galleryModal__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.galleryModal__item img {
  width: 100%;
}



.certificatesSection {
  padding-top: 150px;
  overflow: hidden;
}

.certificatesSection .crumbs {
  color: #5F4736;
}

.certificatesHead {
  text-align: center;
  color: #5F4736;
  margin-bottom: 60px;
}

.certificatesHead__title {
  margin-bottom: 20px;
}

.certificatesHead__title:last-child {
  margin-bottom: 0;
}

.certificatesDenomination {
  margin-bottom: 40px;
}

.certificatesDenomination__title {
  margin-bottom: 20px;
}

.certificatesDenomination__slider {
  overflow: hidden;
}

.certificatesDenomination__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.certificatesDenomination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 180px;
  height: 60px;
  border: 1px solid #5F4736;
  border-radius: 5px;
  font: 600 22px/1 "Montserrat", sans-serif;
  color: #8D7158;
  cursor: pointer;
}

.certificatesDenomination__item:hover {
  border-width: 2px;
}

.certificatesDenomination__item.active {
  border-width: 4px;
  border-color: #8D7158;
}

.certificatesContent__title {
  text-align: center;
  margin-bottom: 105px;
}

.certificatesContent__btn {
  margin-top: 110px;
  display: flex;
  justify-content: center;
}

.certificatesContent__btn .btn {
  min-width: 240px;
}

.certificatesSlider {
  position: relative;
}

.certificatesSlider__arrows {
  position: absolute;
  z-index: 5;
  bottom: -65px;
  right: 0;
  display: flex;
}

.certificatesSlider__arrow {
  margin-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
}

.certificatesSlider__arrow:last-child {
  margin-right: 0;
}

.certificatesSlider__arrow:hover {
  transform: scale(1.15);
}

.certificatesSlider__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.certificatesSlider__item {
  flex-shrink: 0;
  width: 500px;
  display: flex;
  align-items: center;
  transition: 0.25s;
}

.certificatesSlider__item.swiper-slide-active {
  transform: scale(1.4);
}

.certificatesRules__title {
  text-align: center;
  margin-bottom: 60px;
}

.certificatesRules__text {
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
  .filter:hover .filter__head::after {
    transform: rotate(-180deg) translate(0, 50%);
  }

  .filter:hover .filter__list {
    display: block;
  }
}

@media screen and (max-width: 1399px) {
  .footerBottom__wrap {
    padding-right: 80px;
  }
}

@media screen and (max-width: 1350px) {
  .bannerSlide {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 56px;
  }

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

  .subtitle {
    font-size: 20px;
  }

  .textBlock h2 {
    margin-bottom: 40px;
  }

  .searchOverlay__close {
    display: flex;
    align-items: center;
  }

  .searchPopup {
    padding: 40px 30px;
  }

  .searchPopup__close {
    display: none;
  }

  .searchPopupForm {
    display: block;
  }

  .searchPopupForm__submit {
    width: 100%;
  }

  .searchPopupInput {
    width: 100%;
    margin-bottom: 10px;
  }

  .header {
    position: sticky;
  }

  .header__content {
    min-width: unset;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
  }

  .header__logo {
    width: 170px;
    height: 46px;
  }

  .header__center,
  .header__phone {
    display: none;
  }

  .header__search {
    margin-right: 30px;
  }

  .header_transparent {
    position: sticky;
  }

  .header_transparent .header__logo svg {
    fill: var(--text2);
  }

  .header_transparent .header__content {
    background: var(--bg2);
    border: none;
  }

  .header_transparent .header__search svg {
    fill: var(--bg1);
  }

  .burger {
    display: flex;
    align-items: center;
  }

  .footerTop__wrap {
    width: 610px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
  }

  .footerTop__logo {
    order: 1;
    margin-bottom: 40px;
  }

  .footerTop__logo img {
    width: 228px;
  }

  .footerTop__menu {
    position: absolute;
    top: 0;
    right: 0;
  }

  .footerTop__contacts {
    order: 2;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }

  .footerTop__phone {
    margin-bottom: 16px;
  }

  .footerPay {
    order: 3;
    width: 100%;
  }

  .footerPay__title {
    margin-bottom: 16px;
  }

  .footerBottom {
    min-height: auto;
    font-size: 14px;
  }

  .footerBottom__wrap {
    display: block;
  }

  .footerBottom__left {
    margin-bottom: 20px;
  }

  .footerBottom__left:last-child {
    margin-bottom: 0;
  }

  .footerBottom__left p {
    margin-bottom: 4px;
  }

  .footerBottom__right {
    max-width: 325px;
  }

  .upButton {
    top: auto;
    bottom: 15px;
    right: 15px;
    transform: none;
  }

  .section {
    padding: 90px 0;
  }

  .section_padding60 {
    padding: 45px 0;
  }

  .section_padding60T {
    padding-top: 45px;
  }

  .section_padding60B {
    padding-bottom: 45px;
  }

  .section_padding90 {
    padding: 60px 0;
  }

  .section_padding90T {
    padding-top: 60px;
  }

  .section_padding90B {
    padding-bottom: 60px;
  }

  .section_beforeFigure {
    padding-bottom: 120px;
  }

  .section_afterFigure {
    padding-top: 120px;
  }

  .sectionHead {
    margin-bottom: 40px;
  }

  .crumbs {
    margin-bottom: 40px;
  }

  .crumbs__delimiter {
    margin: 0 8px;
  }

  .banner {
    min-height: 560px;
    padding-top: 60px;
    display: flex;
    align-items: center;
  }

  .banner.banner_noMinHeight {
    min-height: auto;
  }

  .banner__title_policy {
    font-size: 42px;
  }

  .banner__text {
    margin-bottom: 40px;
  }

  .bannerVideoButton {
    position: static;
    bottom: unset;
    right: unset;
    justify-content: center;
    margin-top: 40px;
  }

  .bannerSlider__prev {
    width: 75px;
    padding-left: 15px;
    justify-content: flex-start;
  }

  .bannerSlider__prev svg {
    width: auto;
    height: 60px;
  }

  .bannerSlider__next {
    width: 75px;
    padding-right: 15px;
    justify-content: flex-end;
  }

  .bannerSlider__next svg {
    width: auto;
    height: 60px;
  }

  .bannerSlider_height800 .bannerSlide {
    min-height: 560px;
  }

  .bannerSlide {
    min-height: 560px;
    padding: 90px 45px;
  }

  .pageNav__wrap {
    display: inline-flex;
    overflow: auto;
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
  }

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

  .pageNav__item {
    flex: 0 0 auto;
    min-width: auto;
    min-height: 60px;
    padding: 8px 30px;
    font-size: 18px;
  }

  .mapSection {
    height: auto;
  }

  #map {
    height: 400px;
  }

  .mapBlock {
    position: static;
    transform: none;
    width: 100%;
    padding: 40px 15px;
    text-align: center;
  }

  .mapBlock__title {
    margin-bottom: 20px;
  }

  .faq {
    grid-template-columns: 1fr;
  }

  .faqItem:hover .faqItem__title {
    color: var(--text2);
  }

  .spectaclesWrap {
    grid-gap: 20px;
  }

  .spectacle::before {
    padding-top: 135%;
  }

  .spectacle__arrow {
    bottom: auto;
    top: 20px;
    right: 20px;
  }

  .spectacle__text {
    bottom: 15px;
    padding: 0 15px;
  }

  .spectacle__title {
    margin-bottom: 10px;
  }

  .legendsWrap {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }

  .mainAbout {
    justify-content: flex-start;
  }

  .mainAbout__left {
    order: 3;
    width: 100%;
  }

  .mainAbout__right {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }

  .mainAboutDigit__digit {
    font-size: 56px;
  }

  .mainAboutSliderWrap {
    order: 2;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .mainAboutSliderWrap__prev,
  .mainAboutSliderWrap__next {
    height: calc(100% - 30px);
  }

  .mainAboutSlider {
    width: 100%;
  }

  .mainAboutSlider__dots {
    margin-top: 20px;
  }

  .mainAboutSlider__dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }

  .mainAboutSlide {
    width: 100%;
  }

  .eventsBlock {
    margin-bottom: 40px;
  }

  .event__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .event__left {
    width: 210px;
    padding-right: 25px;
  }

  .event__duration {
    margin-top: 30px;
  }

  .event__center {
    width: calc(100% - 210px);
    padding-right: 0;
  }

  .event__title {
    font-size: 32px;
  }

  .event__genre {
    font-size: 20px;
  }

  .event__right {
    width: 100%;
    padding-left: 210px;
    margin-top: 35px;
  }

  .event__age {
    width: 210px;
    text-align: left;
  }

  .event.event_variant2 .event__center {
    width: calc(100% - 210px);
    padding-right: 0;
  }

  .event.event_variant2 .event__right {
    width: 100%;
    padding-left: 0;
  }

  .event:hover {
    background: var(--bg1);
    color: var(--text1);
  }

  .event:hover .event__time,
  .event:hover .event__genre {
    color: var(--bg2);
  }

  .event_dark:hover {
    border-top-color: var(--btn);
    background: var(--text1);
    color: var(--bg3);
  }

  .event_dark:hover .event__time,
  .event_dark:hover .event__genre,
  .event_dark:hover .event__duration,
  .event_dark:hover .event__mobDuration,
  .event_dark:hover .eventInfo,
  .event_dark:hover .event__age {
    color: var(--text2);
  }

  .eventInfo {
    font-size: 18px;
  }

  .eventInfo__item span:first-child {
    width: 160px;
    padding-right: 15px;
  }

  .eventInfo__item span:last-child {
    width: calc(100% - 160px);
  }

  .filters {
    display: block;
    margin-bottom: 60px;
  }

  .filters__wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    justify-content: center;
    column-gap: 32px;
  }

  .filtersSearch {
    width: 100%;
  }

  .premieresWrap {
    grid-gap: 20px;
  }

  .premiere::before {
    padding-top: 135%;
  }

  .premiere__head {
    top: 20px;
    left: 15px;
    width: calc(100% - 30px);
    padding-bottom: 8px;
    padding-left: 18px;
    font-size: 16px;
  }

  .premiere__head::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  .premiere__text {
    bottom: 15px;
    padding: 0 15px;
  }

  .premiere__title {
    margin-bottom: 10px;
  }

  .smallSpectaclesWrap {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .smallSpectacle::before {
    padding-top: 83%;
  }

  .smallSpectacle__text {
    bottom: 15px;
    padding: 0 15px;
  }

  .actorsList {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
  }

  .actorsItem__image {
    margin-bottom: 12px;
  }

  .actorsItem__name {
    font-size: 16px;
  }

  .actorSection {
    padding-top: 60px;
  }

  .actorMobSection {
    display: block;
  }

  .ticket {
    width: calc(33.33% - 14px);
  }

  .eventData {
    display: block;
  }

  .eventData__title {
    margin-bottom: 40px;
  }

  .eventSliderWrap {
    margin: 60px 0;
  }

  .eventSliderWrap__prev,
  .eventSliderWrap__next {
    width: 70px;
    height: calc(100% - 30px);
  }

  .eventSlider {
    width: 100%;
  }

  .eventSlider__dots {
    margin-top: 20px;
  }

  .eventSlider__dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }

  .eventSlide {
    width: 100%;
  }

  .eventQuote {
    padding: 90px 0;
  }

  .eventQuote__inner {
    font-size: 20px;
  }

  .pressItem {
    width: 100%;
    margin-right: 20px;
  }

  .galleryModal {
    padding-top: 60px;
  }

  .galleryModal::-webkit-scrollbar {
    width: 5px;
  }

  .galleryModal::-webkit-scrollbar-thumb {
    width: 5px;
  }

  .galleryModal__item {
    margin-bottom: 20px;
  }
  
  .certificatesSection {
    padding-top: 60px;
  }

  .certificatesHead {
    margin-bottom: 40px;
  }

  .certificatesHead__subtitle {
    max-width: 520px;
    margin: 0 auto;
  }

  .certificatesDenomination__slider {
    transform: translate(-15px, 0);
    width: calc(100% + 30px);
    padding: 0 15px;
  }

  .certificatesDenomination__wrap {
    flex-wrap: nowrap;
    gap: unset;
  }

  .certificatesDenomination__item {
    flex-shrink: 0;
    margin-right: 8px;
  }

  .certificatesDenomination__item:last-child {
    margin-right: 0;
  }

  .certificatesContent__title {
    text-align: left;
    padding-right: 120px;
    margin-bottom: 40px;
  }

  .certificatesContent__btn {
    margin-top: 40px;
  }

  .certificatesSlider__arrows {
    bottom: calc(100% + 40px);
  }

  .certificatesSlider__item {
    width: auto;
    transition: none;
  }

  .certificatesSlider__item.swiper-slide-active {
    transform: none;
  }

  .certificatesRules__title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 999px) {
  .actorBlock {
    margin-bottom: 60px;
  }

  .actorBlock__title {
    margin-bottom: 40px;
  }

  .actorBlock__wrap {
    display: block;
  }

  .actorBlock__photo {
    width: 100%;
    justify-content: center;
  }

  .actorBlock__photo img {
    width: auto;
  }

  .actorBlock__info {
    display: none;
  }

  .actorSpectacles {
    overflow: hidden;
  }

  .actorSpectacle {
    width: 100%;
    margin: 0;
  }

  .ticket {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 639px) {
  body {
    font-size: 18px;
  }

  .wrapper {
    padding: 0 10px;
  }

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

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

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

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

  .subtitle {
    font-size: 18px;
    line-height: 1.35;
  }

  .text24 {
    font-size: 20px;
  }

  .text20 {
    font-size: 18px;
  }

  .text18 {
    font-size: 16px;
  }

  .text16 {
    font-size: 14px;
  }

  .btn {
    font-size: 20px;
  }

  .moreBtn {
    font-size: 18px;
  }

  input {
    font-size: 18px;
  }

  input::placeholder {
    font-size: 18px;
  }

  .formBlock__input {
    margin-bottom: 16px;
  }

  .agreement {
    margin-top: -8px;
    margin-bottom: 16px;
  }

  .agreement__text {
    font-size: 10px;
  }

  .textBlock h2 {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .textBlock h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .textBlock h4 {
    margin-top: 30px;
  }

  .textBlock ul li::before {
    top: 12px;
  }

  .searchOverlay {
    padding: 20px 15px;
  }

  .searchPopup {
    max-width: 100%;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }

  .searchPopup__title {
    margin-bottom: 24px;
  }

  .mobMenu__head {
    margin-bottom: 60px;
  }

  .mobMenu__close {
    padding: 20px 15px;
  }

  .mobMenu__logo svg {
    width: 198px;
  }

  .mobileMenu {
    margin-bottom: 60px;
    font-size: 20px;
  }

  .mobileMenu__item {
    padding: 12px 8px;
  }

  .footerTop {
    padding: 60px 0;
  }

  .footerTop__wrap {
    width: 100%;
    flex-wrap: wrap;
  }

  .footerTop__logo {
    width: 100%;
    justify-content: center;
    text-align: center;
    transform: none;
  }

  .footerTop__menu {
    position: static;
    order: 3;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .footerTop__contacts {
    margin-bottom: 30px;
    text-align: center;
  }

  .footerTop__phone {
    font-size: 26px;
  }

  .footerPay {
    order: 4;
    text-align: center;
  }

  .footerPay__wrap {
    justify-content: center;
  }

  .footerBottom {
    text-align: center;
    padding-bottom: 80px;
  }

  .footerBottom__wrap {
    padding: 0;
  }

  .footerBottom__left {
    margin-bottom: 16px;
  }

  .footerBottom__right {
    max-width: 100%;
  }

  .upButton {
    width: 45px;
    height: 45px;
    border-width: 1px;
  }

  .upButton svg {
    width: 32px;
    height: 32px;
  }

  .section {
    padding: 60px 0;
  }

  .section_padding60 {
    padding: 30px 0;
  }

  .section_padding60T {
    padding-top: 30px;
  }

  .section_padding60B {
    padding-bottom: 30px;
  }

  .section_beforeFigure {
    padding-bottom: 90px;
  }

  .section_afterFigure {
    padding-top: 90px;
  }

  .sectionHead {
    margin-bottom: 30px;
  }

  .sectionHead_sm {
    margin-bottom: 30px;
  }

  .crumbs {
    font-size: 14px;
  }

  .crumbs__delimiter {
    margin: 0 4px;
  }

  .banner {
    min-height: 420px;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-bottom: 60px;
  }

  .banner__title {
    margin-bottom: 16px;
  }

  .banner__title_policy {
    font-size: 21px;
  }

  .banner__text p {
    margin-bottom: 12px;
  }

  .videoButton {
    width: 100px;
    height: 100px;
  }

  .videoButton__icon {
    width: 20px;
  }

  .bannerSlider__prev,
  .bannerSlider__next {
    display: none;
  }

  .bannerSlider__dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannerSlider_height800 .bannerSlide {
    min-height: 480px;
  }

  .bannerSlide {
    min-height: 480px;
    padding: 30px 0;
    padding-bottom: 60px;
  }

  .bannerSlide__title {
    margin-bottom: 16px;
  }

  .bannerSlide__text {
    margin-bottom: 40px;
  }

  .bannerSlide__text p {
    margin-bottom: 12px;
  }

  .garlands {
    height: 55px;
    background-size: auto 55px;
  }

  .snowFall {
    display: none;
  }

  .pageNav__item {
    min-height: 50px;
    padding: 8px 25px;
    font-size: 15px;
  }

  .warningMessage {
    margin-top: -30px;
  }

  .warningMessage__text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .warningMessage__text p {
    margin-bottom: 12px;
  }

  #map {
    height: 350px;
  }

  .mapBlock {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faqItem {
    padding: 24px 0;
  }

  .faqItem__title {
    padding-right: 40px;
    font-size: 20px;
  }

  .faqItem::after {
    top: 26px;
    right: 0;
    width: 24px;
    height: 24px;
  }

  .spectaclesWrap {
    grid-template-columns: 1fr;
  }

  .spectacle::before {
    padding-top: 85%;
  }

  .legendsWrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .legend__image {
    margin-bottom: 10px;
  }

  .legend__name {
    margin-bottom: 6px;
  }

  .mainAbout {
    transform: translate(-10px, 0);
    width: calc(100% + 20px);
  }

  .mainAbout__left {
    padding: 0 10px;
  }

  .mainAbout__title {
    margin-bottom: 20px;
  }

  .mainAbout__digits {
    grid-gap: 20px;
  }

  .mainAbout__right {
    padding: 0 10px;
  }

  .mainAbout__right .textBlock h3,
  .mainAbout__right .textBlock h4 {
    text-align: center;
  }

  .mainAboutDigit__digit {
    font-size: 38px;
    margin-bottom: 2px;
  }

  .mainAboutSliderWrap__prev,
  .mainAboutSliderWrap__next {
    width: 40px;
    height: 100%;
  }

  .mainAboutSliderWrap__prev svg,
  .mainAboutSliderWrap__next svg {
    height: 30px;
  }

  .mainAboutSlider__dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0;
  }

  .mainAboutSlider__dots .swiper-pagination-bullet {
    border-color: var(--text1);
  }

  .mainAboutSlider__dots .swiper-pagination-bullet-active {
    background: var(--text1);
  }

  .mainAboutSlide::before {
    padding-top: 75%;
  }

  .yaMusicFrame iframe {
    height: 560px;
  }

  .eventsBlock {
    margin-bottom: 30px;
  }

  .event__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event__left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .event__date {
    font-size: 36px;
    margin-bottom: 6px;
  }

  .event__time {
    font-size: 22px;
  }

  .event__duration {
    display: none;
  }

  .event__center {
    width: 100%;
  }

  .event__title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .event__genre {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .event__mobDuration {
    display: block;
  }

  .event__right {
    padding: 0;
    margin-top: 30px;
  }

  .event__right .widget_button {
    width: 100%;
  }

  .event__age {
    position: absolute;
    top: 30px;
    right: 15px;
    width: auto;
    font-size: 20px;
    line-height: 1.55;
  }

  .event__price {
    width: 100%;
    min-height: 45px;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .event.event_variant2 .event__center {
    width: 100%;
  }

  .event.event_variant2 .event__right {
    width: 100%;
  }

  .eventInfo {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .eventInfo:last-child {
    margin-bottom: 0;
  }

  .eventInfo__item {
    margin-bottom: 8px;
  }

  .eventInfo__item span:first-child {
    width: 120px;
  }

  .eventInfo__item span:last-child {
    width: calc(100% - 120px);
  }

  .filterButton__text {
    font-size: 14px;
    padding-left: 30px;
  }

  .filter__head {
    font-size: 14px;
    padding-right: 24px;
  }

  .filter__list {
    left: 0;
  }

  .filter:nth-child(2) .filter__list {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .filter:nth-child(3) .filter__list {
    left: auto;
    right: 0;
  }

  .premieresWrap {
    grid-template-columns: 1fr;
  }

  .premiere::before {
    padding-top: 95%;
  }

  .premiere__arrow {
    bottom: auto;
    top: 20px;
    right: 20px;
  }

  .premiere__text {
    bottom: 15px;
    padding: 0 15px;
  }

  .premiere__title {
    margin-bottom: 10px;
  }

  .smallSpectaclesWrap {
    grid-template-columns: 1fr;
  }

  .smallSpectacle::before {
    padding-top: 80%;
  }

  .actorsList {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }

  .actorsItem__image {
    margin-bottom: 8px;
  }

  .actorsItem__name {
    font-size: 14px;
  }

  .actorSection {
    padding-top: 40px;
  }

  .actorBlock__title {
    margin-bottom: 30px;
  }

  .actorMobInfo__text {
    max-height: 412px;
  }

  .actorSpectaclesHead {
    display: block;
    margin-bottom: 20px;
  }

  .actorSpectaclesHead__arrows {
    display: none;
  }

  .actorSpectacle::before {
    padding-top: 75%;
  }

  .actorSpectacle__text {
    bottom: 15px;
    padding: 0 15px;
  }

  .actorSpectacle__title {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .actorSpectacle__subtitle {
    font-size: 16px;
  }

  .actorSpectaclesMobArrows {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ticketsMore .btn {
    margin-top: 0;
  }

  .ticketsMore .btn.active {
    margin-top: 60px;
  }

  .ticketsWrap {
    gap: unset;
  }

  .ticket {
    width: 100%;
    margin-bottom: 60px;
  }

  .ticket:last-child {
    margin-bottom: 0;
  }

  .eventData__title {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .eventData__genre,
  .eventData__date {
    margin-bottom: 30px;
  }

  .eventData__text p {
    margin-bottom: 12px;
  }

  .eventData__text:first-letter {
    font-size: 60px;
  }

  .eventDataInfo {
    margin-bottom: 30px;
  }

  .eventDataInfo__item {
    margin-bottom: 10px;
  }

  .eventDataInfo__item p:first-child {
    width: 45%;
    padding-right: 10px;
  }

  .eventDataInfo__item p:last-child {
    width: 55%;
  }

  .eventSliderWrap {
    margin: 60px 0;
  }

  .eventSliderWrap__prev,
  .eventSliderWrap__next {
    width: 50px;
    height: 100%;
  }

  .eventSliderWrap__prev svg,
  .eventSliderWrap__next svg {
    height: 40px;
  }

  .eventSliderWrap_brown .eventSlider__dots .swiper-pagination-bullet {
    border-color: var(--text1);
  }

  .eventSliderWrap_brown .eventSlider__dots .swiper-pagination-bullet-active {
    background: var(--text1);
  }

  .eventSlider__dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0;
    display: none;
  }

  .eventSlider__dots .swiper-pagination-bullet {
    border-color: var(--text1);
  }

  .eventSlider__dots .swiper-pagination-bullet-active {
    background: var(--text1);
  }

  .eventSlide::before {
    padding-top: 75%;
  }

  .eventQuote {
    padding: 60px 0;
  }

  .eventQuote::before {
    width: 36px;
    height: 29px;
  }

  .eventQuote::after {
    width: 36px;
    height: 29px;
  }

  .eventQuote__lines::before {
    top: 30px;
    width: calc(100% - 55px);
  }

  .eventQuote__lines::after {
    bottom: 30px;
    width: calc(100% - 55px);
  }

  .eventQuote__inner {
    font-size: 18px;
  }

  .eventQuote__inner p {
    margin-bottom: 12px;
  }

  .eventQuoteAuthor__image {
    width: 110px;
    height: 100px;
  }

  .eventQuoteAuthor__content {
    width: calc(100% - 110px);
    padding-left: 20px;
  }

  .pressItem {
    padding: 30px 20px;
  }

  .pressItem__text {
    font-size: 16px;
  }

  .pressArrows {
    margin-top: 30px;
  }

  .pressArrows__prev {
    width: 60px;
    height: 60px;
  }

  .pressArrows__prev svg {
    height: 40px;
  }

  .pressArrows__next {
    width: 60px;
    height: 60px;
  }

  .pressArrows__next svg {
    height: 40px;
  }

  .pressPopup {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    padding: 25px 15px;
    padding-top: 40px;
  }

  .pressPopup__text {
    font-size: 16px;
  }

  .thanksPopup {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    padding: 25px 15px;
    padding-top: 60px;
  }

  .galleryModal {
    padding: 30px 10px;
  }

  .galleryModal__close {
    bottom: 15px;
    width: 60px;
    height: 60px;
  }

  .galleryModal__close img {
    width: 24px;
  }

  .fancybox-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .certificatesSection {
    padding-top: 40px;
  }

  .certificatesSection .crumbs {
    margin-bottom: 30px;
  }

  .certificatesHead {
    margin-bottom: 30px;
  }

  .certificatesHead__title {
    margin-bottom: 16px;
  }

  .certificatesDenomination {
    margin-bottom: 30px;
  }

  .certificatesDenomination__title {
    margin-bottom: 16px;
  }

  .certificatesDenomination__item {
    width: 140px;
    height: 45px;
    font-size: 20px;
  }

  .certificatesDenomination__item.active {
    border-width: 3px;
  }

  .certificatesContent__title {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .certificatesContent__btn {
    margin-top: 30px;
  }

  .certificatesSlider {
    padding-bottom: 62px;
  }

  .certificatesSlider__arrows {
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
  }

  .certificatesSlider__arrow {
    margin-right: 40px;
  }

  .certificatesRules__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

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

@media screen and (max-width: 439px) {
  .header__logo svg {
    width: 170px;
    height: auto;
  }

  .header__search {
    margin-right: 15px;
  }
}

@media screen and (max-width: 359px) {
  h1,
  .h1 {
    font-size: 32px;
  }

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

  .header__logo {
    width: 160px;
    height: 40px;
  }

  .banner__title_policy {
    font-size: 21px;
  }
}

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

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

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

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

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

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}