@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/../fonts/CeraPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/../fonts/CeraPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/../fonts/CeraPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/../fonts/CeraPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/../fonts/CenturyGothic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gorod";
  src: url("../fonts/../fonts/Gorod.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.page {
  height: 100%;
  font-family: "Cera Pro", -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, "Noto Sans Armenian", "Noto Sans Bengali", "Noto Sans Cherokee", "Noto Sans Devanagari", "Noto Sans Ethiopic", "Noto Sans Georgian", "Noto Sans Hebrew", "Noto Sans Kannada", "Noto Sans Khmer", "Noto Sans Lao", "Noto Sans Osmanya", "Noto Sans Tamil", "Noto Sans Telugu", "Noto Sans Thai", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 10px;
  background-color: #F1EBE4;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main_relative {
  position: relative;
}
.main_pt {
  padding-top: 70px;
}

.content-cms {
  word-break: break-word;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.site-container__background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  max-width: 1320px;
  max-width: 990px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.site-container__background .decor {
  border-right: 1px solid rgba(139, 139, 139, 0.2);
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  height: 100%;
}
.site-container__background .decor:first-child {
  border-left: 1px solid rgba(139, 139, 139, 0.2);
}
.site-container__background_short {
  max-width: 990px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background: transparent;
  -ms-grid-columns: (144px)[7];
  grid-template-columns: repeat(7, 144px);
  padding: 0 16px;
}
.site-container__background_short .decor:first-child {
  border-left: 1px solid rgba(139, 139, 139, 0.2);
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox] {
  cursor: pointer;
}

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

.container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1868px;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 30px;
    max-width: 1840px;
  }
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.base-btn {
  max-width: 180px;
  width: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #540D14;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.6em;
  margin-left: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.base-btn:hover {
  color: #ECDECD;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
}
.base-btn:hover svg path {
  fill: #ECDECD;
}

.thumb-card {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.thumb-card:hover {
  -webkit-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  transform: translateY(-17px);
}
.thumb-card:active {
  -webkit-transform: translateY(-17px) scale(0.98);
  -ms-transform: translateY(-17px) scale(0.98);
  transform: translateY(-17px) scale(0.98);
}

.arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}
.arrow-btn:hover img,
.arrow-btn:hover svg {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
.arrow-btn img,
.arrow-btn svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.arrow-btn img path,
.arrow-btn svg path {
  fill: currentColor;
}

.social-link:hover svg path {
  fill: #906F49;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
}

.technical-data-page {
  --offset: 16px;
}
@media (min-width: 1024px) {
  .technical-data-page {
    --offset: 30px;
  }
}
.technical-data__container {
  width: 100%;
  max-width: calc(1070px + var(--offset) * 2);
  margin: 0px auto 30px;
  padding: 0px var(--offset);
}
.technical-data__link {
  display: block;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  background-blend-mode: soft-light, normal;
  padding: 30px;
  color: #ECDECD;
  position: relative;
}
.technical-data__link:hover p::after {
  width: 60%;
}
.technical-data__link::after {
  content: " ";
  display: block;
  position: absolute;
  top: var(--offset);
  left: var(--offset);
  width: calc(100% - var(--offset) * 2);
  height: calc(100% - var(--offset) * 2);
  border: 1px solid rgba(236, 222, 205, 0.33);
}
.technical-data__link p {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  line-height: 111%;
  text-align: center;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - 60px);
  margin: 30px auto 0px;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .technical-data__link p {
    font-size: min(1.92vw, 2.6em);
    white-space: nowrap;
  }
}
.technical-data__link p::after {
  content: " ";
  display: block;
  width: 43%;
  max-width: 100%;
  height: 4px;
  background-color: currentColor;
  margin: 15px auto 10px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.technical-data__link span {
  display: block;
  margin: 0 auto;
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

.about-page {
  --offset: 16px;
}

.about__container {
  position: relative;
  z-index: 10;
}

.text-block {
  color: #000000;
}
.text-block:not(:last-child) {
  margin-bottom: 30px;
}
.text-block__container {
  padding: 0px var(--offset);
  max-width: calc(960px + var(--offset) * 2);
  width: 100%;
  margin: 0 auto 30px;
}
.text-block__container:last-child {
  margin: 0 auto 0px;
}
.text-block__text {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
}
.text-block__text .content-cms > *:not(:last-child) {
  margin-bottom: 0.625em;
}
.text-block__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.text-block__photo img {
  max-width: 100%;
  width: 100%;
}
.text-block__photo_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 var(--offset);
}
.text-block__photo_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: var(--offset);
}
.text-block__photo_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: var(--offset);
}
.text-block__photo_white-block {
  position: relative;
}
.text-block__photo_white-block > * {
  position: relative;
  z-index: 2;
}
.text-block__photo_white-block::before {
  content: " ";
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  height: 50%;
  width: 100vw;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.text-block__white-block {
  background-color: #FFFFFF;
}
.text-block_font-big {
  font-size: 2em;
}
@media (min-width: 1024px) {
  .text-block_font-big {
    font-size: 2.4em;
  }
}
.text-block_white {
  color: #FFFFFF;
}
.text-block_vertical-p-50 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .text-block_vertical-p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.text-block_vertical-p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.text-block_pb-30 {
  padding-bottom: 30px;
}
.text-block_green-background {
  position: relative;
  color: #FFFFFF;
}
.text-block_green-background > * {
  position: relative;
}
.text-block_green-background::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
}

.grid-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}
@media (min-width: 1350px) {
  .grid-box {
    -ms-grid-columns: (1fr)[6] 1024px (1fr)[6];
    grid-template-columns: repeat(6, 1fr) 1024px repeat(6, 1fr);
  }
}

.grid-box-2col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 1350px) {
  .grid-box-2col {
    -ms-grid-columns: 1fr 1024px;
    grid-template-columns: 1fr 1024px;
  }
}

.grid-item {
  -ms-grid-column: 1;
  grid-column: 1/1;
}
@media (min-width: 1350px) {
  .grid-item {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7/8;
  }
}

.grid-item-1-8 {
  -ms-grid-column: 1;
  grid-column: 1/1;
}
@media (min-width: 1350px) {
  .grid-item-1-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/8;
  }
}

.grid-item-start-3 {
  grid-column: 3/-1;
}

.grid-item-2-3 {
  -ms-grid-column: 1;
  grid-column: 1/1;
}
@media (min-width: 1350px) {
  .grid-item-2-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

.background-red {
  background-color: #540D14;
}

.background-green {
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
}

.half-offset-container {
  position: relative;
}

.half-offset {
  --left-offset: 16px;
  width: calc(100% - var(--offset));
  position: absolute;
  left: 0%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .half-offset {
    --left-offset: 120px;
    left: 50%;
    -webkit-transform: translate(calc(-50% - var(--left-offset)), 0px);
    -ms-transform: translate(calc(-50% - var(--left-offset)), 0px);
    transform: translate(calc(-50% - var(--left-offset)), 0px);
    width: 100%;
  }
}
.half-offset .text-block_green-background::before {
  width: 100%;
}
@media (min-width: 768px) {
  .half-offset .text-block_green-background::before {
    width: 100vw;
  }
}
.half-offset > * {
  padding-left: var(--left-offset);
  max-width: calc(960px + var(--offset) * 2 + var(--left-offset));
}
@media (min-width: 768px) {
  .half-offset > * {
    -webkit-transform: translate(79px, 0);
    -ms-transform: translate(79px, 0);
    transform: translate(79px, 0);
  }
}

.affiche-page ul {
  list-style: none;
}
.affiche-page__header {
  font-size: 1em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.affiche-page__title {
  padding: 20px 16px 39vh 16px;
  width: 100%;
  color: #ECDECD;
  font-family: "Gorod";
  font-style: normal;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  background-blend-mode: soft-light, normal;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .affiche-page__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 86.66%;
    padding: 80px 65px 39vh;
  }
}
.affiche-page__season {
  width: 13.34%;
  min-width: 190px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}
@media (min-width: 1024px) {
  .affiche-page__season {
    display: block;
  }
}
@media (min-width: 1350px) {
  .affiche-page__season {
    width: 180px;
    min-width: unset;
  }
}
@media (min-width: 1500px) {
  .affiche-page__season {
    width: 290px;
    min-width: unset;
  }
}
.affiche-page__season-inner {
  position: relative;
  margin-top: 60px;
}
.affiche-page__season p {
  margin: 0 auto;
  width: 180px;
  word-break: break-all;
  font-weight: 900;
  font-size: 12.8em;
  line-height: 69.5%;
  letter-spacing: -0.02em;
  color: #ECDECD;
  text-align: center;
}
.affiche-page__year {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 2.6em;
  line-height: 111%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #FFFFFF;
  -webkit-text-stroke: 3px #906F49;
}

.sample-page {
  --padding-vertical: 16px;
  font-family: "Cera Pro";
  font-style: normal;
}
.sample-page .site-container__background {
  z-index: -1;
  background-color: transparent;
}
@media (min-width: 768px) {
  .sample-page {
    --padding-vertical: 30px;
  }
}
.sample-page__container {
  max-width: calc(990px + var(--padding-vertical) * 2);
  padding: 0 var(--padding-vertical);
}
.sample-page__table-container {
  max-width: 990px;
  padding: 0;
}
@media (min-width: 1050px) {
  .sample-page__table-container {
    max-width: calc(990px + var(--padding-vertical) * 2);
    padding: 0 var(--padding-vertical);
  }
}
.sample-page__table-container .content-cms h1,
.sample-page__table-container .content-cms h2,
.sample-page__table-container .content-cms h3,
.sample-page__table-container .content-cms h4,
.sample-page__table-container .content-cms h5 {
  padding-left: var(--padding-vertical);
}
@media (min-width: 1050px) {
  .sample-page__table-container .content-cms h1,
  .sample-page__table-container .content-cms h2,
  .sample-page__table-container .content-cms h3,
  .sample-page__table-container .content-cms h4,
  .sample-page__table-container .content-cms h5 {
    padding-left: 0;
  }
}
.sample-page__block {
  margin: 30px 0px 20px;
}
@media (min-width: 1024px) {
  .sample-page__block {
    margin: 50px 0px;
  }
}
.sample-page__block_white-bg > * {
  position: relative;
  padding: 30px 16px 30px calc(var(--padding-vertical) * 2);
}
@media (min-width: 1350px) {
  .sample-page__block_white-bg > * {
    padding: 50px var(--padding-vertical);
  }
}
.sample-page__block_white-bg > * > * {
  position: relative;
}
.sample-page__block_white-bg > *::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transform: translateX(var(--padding-vertical));
  -ms-transform: translateX(var(--padding-vertical));
  transform: translateX(var(--padding-vertical));
}
@media (min-width: 1350px) {
  .sample-page__block_white-bg > *::before {
    -webkit-transform: translateX(calc(-120px - var(--padding-vertical) * -1));
    -ms-transform: translateX(calc(-120px - var(--padding-vertical) * -1));
    transform: translateX(calc(-120px - var(--padding-vertical) * -1));
  }
}
.sample-page__timestamp {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.3);
}
.sample-page__author {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
  letter-spacing: 0.05em;
  color: #906F49;
}
.sample-page__author:not(:first-child) {
  margin-top: 20px;
}
.sample-page__author:not(:last-child) {
  margin-bottom: 20px;
}
.sample-page .content-cms .table-wrapper {
  padding: 0 0 20px var(--padding-vertical);
  overflow-x: auto;
}
@media (min-width: 1050px) {
  .sample-page .content-cms .table-wrapper {
    padding: 0 0 20px 0;
  }
}
.sample-page .content-cms table {
  font-size: 1.8em;
  color: #444444;
  border-collapse: collapse;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
.sample-page .content-cms th,
.sample-page .content-cms td {
  padding: 8px 16px;
  text-align: center;
}
.sample-page .content-cms th:nth-child(2n+5),
.sample-page .content-cms td:nth-child(2n+5) {
  text-align: start;
}
.sample-page .content-cms th:nth-child(4),
.sample-page .content-cms td:nth-child(4) {
  min-width: 178px;
  padding-left: 6.46%;
}
.sample-page .content-cms th:nth-child(5),
.sample-page .content-cms td:nth-child(5) {
  width: 40%;
  min-width: 300px;
  padding-left: 12.12%;
}
.sample-page .content-cms th {
  font-weight: 500;
  vertical-align: super;
}
.sample-page .content-cms tbody {
  font-weight: 300;
}
.sample-page .content-cms tbody tr:nth-child(even) {
  background-color: #906F49;
  color: #FFFFFF;
}
.sample-page .content-cms a {
  color: #906F49;
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.15s ease-in;
  transition: -webkit-text-decoration 0.15s ease-in;
  transition: text-decoration 0.15s ease-in;
  transition: text-decoration 0.15s ease-in, -webkit-text-decoration 0.15s ease-in;
}
.sample-page .content-cms a:hover {
  color: #906F49;
  text-decoration: none;
}
.sample-page .content-cms blockquote {
  margin: 0;
  color: #000000;
  font-style: italic;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
}
.sample-page .content-cms blockquote p:not(:last-child) {
  margin-bottom: 0.9375em;
}
.sample-page .content-cms ul,
.sample-page .content-cms ol {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: #000000;
}
.sample-page .content-cms ul li:not(:last-child),
.sample-page .content-cms ol li:not(:last-child) {
  margin-bottom: 0.9375em;
}
.sample-page .content-cms ol {
  padding-left: 1em;
}
.sample-page .content-cms ol li {
  padding-left: 5px;
}
.sample-page .content-cms ul {
  padding-left: 9px;
}
.sample-page .content-cms ul li {
  list-style-type: circle;
  padding-left: 9px;
}
.sample-page .content-cms ul li::marker {
  content: url("../img/sample-ul-marker.webp");
}
.sample-page .content-cms div > p {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: #000000;
}
.sample-page .content-cms div > p:not(:last-child) {
  margin-bottom: 0.9375em;
}
.sample-page .content-cms h1,
.sample-page .content-cms h2,
.sample-page .content-cms h3 {
  font-family: "Gorod";
  font-style: normal;
  word-break: break-word;
}
.sample-page .content-cms h2,
.sample-page .content-cms h3 {
  color: #540D14;
}
.sample-page .content-cms h1 {
  color: #ECDECD;
  font-weight: 800;
  font-size: 2.4em;
  line-height: 111%;
  width: 100%;
  max-width: 87.5%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  padding: 30px 10px 25px 16px;
}
@media (min-width: 768px) {
  .sample-page .content-cms h1 {
    font-size: 3.2em;
  }
}
@media (min-width: 1024px) {
  .sample-page .content-cms h1 {
    padding: 80px 190px 70px 65px;
  }
}
@media (min-width: 1350px) {
  .sample-page .content-cms h1 {
    max-width: calc(100% - 180px);
    font-size: 6.4em;
  }
}
@media (min-width: 1500px) {
  .sample-page .content-cms h1 {
    max-width: calc(100% - 290px);
  }
}
.sample-page .content-cms h2 {
  font-weight: 800;
  font-size: 1.8em;
  line-height: 111%;
  margin-bottom: 1.111em;
}
@media (min-width: 768px) {
  .sample-page .content-cms h2 {
    font-size: 2.4em;
  }
}
@media (min-width: 1350px) {
  .sample-page .content-cms h2 {
    font-size: 3.6em;
  }
}
.sample-page .content-cms h3 {
  font-size: 1.4em;
  font-weight: 800;
  line-height: 111%;
  margin-bottom: 1.07142em;
}
@media (min-width: 768px) {
  .sample-page .content-cms h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1350px) {
  .sample-page .content-cms h3 {
    font-size: 3em;
  }
}
.sample-page .content-cms h4 {
  font-weight: 700;
  font-size: 2.2em;
  line-height: 110%;
  color: #000000;
  margin-bottom: 0.68181em;
}
@media (min-width: 1350px) {
  .sample-page .content-cms h4 {
    font-size: 3.2em;
  }
}
.sample-page .content-cms h5 {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 135%;
  color: #000000;
  margin-bottom: 0.833em;
}
@media (min-width: 768px) {
  .sample-page .content-cms h5 {
    font-size: 2em;
  }
}
@media (min-width: 1350px) {
  .sample-page .content-cms h5 {
    font-size: 2.4em;
  }
}
.sample-page .video {
  position: relative;
  margin: 0;
  aspect-ratio: 2.15/1;
  width: 100%;
}
.sample-page .video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.sample-page .video__poster.inactive {
  z-index: -1;
  opacity: 0;
}
.sample-page .video__poster::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  background-repeat: no-repeat;
}
.sample-page .video__poster-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sample-page .video__play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .sample-page .video__play {
    width: 71px;
    height: 82px;
  }
}
.sample-page .video__play:hover img,
.sample-page .video__play:hover svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sample-page .video__play img,
.sample-page .video__play svg {
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  width: 100%;
  height: 100%;
}
.sample-page .video__play img path,
.sample-page .video__play svg path {
  fill: #FFFFFF;
}
.sample-page .video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sample-page__swiper {
  cursor: url("../img/cursor-slider.svg"), help;
}
.sample-page__swiper .swiper-slide {
  max-width: 256px;
}
@media (min-width: 768px) {
  .sample-page__swiper .swiper-slide {
    max-width: 520px;
  }
}
@media (min-width: 1350px) {
  .sample-page__swiper .swiper-slide {
    max-width: 750px;
  }
}
.decor-text {
  position: relative;
}
.decor-text::after {
  content: " ";
  background-image: url("../img/decor-text.webp");
  position: absolute;
  z-index: -1;
  top: 25%;
  width: 383px;
  height: 447px;
  display: none;
}
@media (min-width: 1350px) {
  .decor-text::after {
    display: block;
  }
}
.decor-text_right::after {
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.decor-text_left::after {
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.decor-text_short::after {
  content: " ";
  background-image: url("../img/decor-text-short.webp");
  top: -15%;
  width: 373px;
  height: 312px;
}
.decor-text_half-bottom-right::after {
  top: 100%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.decor-text_half-bottom-left::after {
  top: 100%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.decor-draw {
  position: relative;
}
.decor-draw::after {
  content: " ";
  background-image: url("../img/decor-draw.webp");
  position: absolute;
  z-index: -1;
  top: 25%;
  width: 685px;
  height: 872px;
  display: none;
}
@media (min-width: 1350px) {
  .decor-draw::after {
    display: block;
  }
}
.decor-draw_right::after {
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.decor-draw_left::after {
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.decor-draw_half-bottom-right::after {
  top: 100%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.decor-draw_half-bottom-left::after {
  top: 100%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.decor-draw_half-top-left::after {
  top: 0%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.decor-draw_half-top-right::after {
  top: 0%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.decor-draw_bottom-right::after {
  top: 100%;
  right: 0;
  -webkit-transform: translate(0%, -65%);
  -ms-transform: translate(0%, -65%);
  transform: translate(0%, -65%);
}

.sample-page__block .swiper-thumb-wrapper {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .sample-page__block .swiper-thumb-wrapper {
    padding-left: 30px;
  }
}
@media (min-width: 1350px) {
  .sample-page__block .swiper-thumb-wrapper {
    padding-left: 60px;
  }
}
.sample-page__block .swiper-thumb-wrapper .swiper-main {
  background: url("../img/swiper-layer.webp");
}
@media (min-width: 1024px) {
  .sample-page__block .swiper-thumb-wrapper .swiper-main {
    margin-bottom: -70px;
  }
}
.sample-page__block .swiper-main {
  aspect-ratio: 2.26/1;
  max-height: 640px;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .sample-page__block .swiper-main .swiper-wrapper {
    width: calc(100% - 60px);
  }
}
.sample-page__block .swiper-main .swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sample-page__block .swiper-main .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sample-page__block .swiper__controls {
  display: none;
  width: 180px;
  height: 270px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1350px) {
  .sample-page__block .swiper__controls {
    display: block;
  }
}
.sample-page__block .swiper__controls .home-hero__controls {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: 100%;
}
.sample-page__block .thumbs-swiper {
  height: 56px;
}
@media (min-width: 1024px) {
  .sample-page__block .thumbs-swiper {
    height: 106px;
  }
}
@media (min-width: 1350px) {
  .sample-page__block .thumbs-swiper {
    margin-left: 136px;
  }
}
.sample-page__block .thumbs-swiper .swiper-slide {
  max-width: 116px;
  height: 100%;
}
@media (min-width: 1024px) {
  .sample-page__block .thumbs-swiper .swiper-slide {
    max-width: 218px;
  }
}
.sample-page__block .thumbs-swiper .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.content-cms a {
  color: inherit;
  text-decoration: underline;
}

.faq-page {
  --overlap: 50px;
}
@media (min-width: 1350px) {
  .faq-page {
    --overlap: 70px;
  }
}
.faq-page__header {
  font-family: "Gorod";
  font-style: normal;
  word-break: break-word;
  color: #ECDECD;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
  width: 100%;
  max-width: 87.5%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  padding: 30px 10px 25px 16px;
  margin-bottom: calc(var(--overlap) * -1);
}
@media (min-width: 768px) {
  .faq-page__header {
    font-size: 3.2em;
  }
}
@media (min-width: 1024px) {
  .faq-page__header {
    padding: 80px 29px 70px 65px;
  }
}
@media (min-width: 1350px) {
  .faq-page__header {
    max-width: calc(100% - 180px);
    font-size: 6.4em;
  }
}
@media (min-width: 1500px) {
  .faq-page__header {
    max-width: calc(100% - 290px);
  }
}

.faq-block {
  --paddingTop: 30px;
  position: relative;
  padding: calc(var(--overlap) + var(--paddingTop)) 0 60px 0;
}
@media (min-width: 1350px) {
  .faq-block {
    margin-left: 60px;
    --paddingTop: 50px;
  }
}
.faq-block::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #ECDECD;
  z-index: -2;
}
.faq-block__container {
  --padding: 16px;
  padding: 0px var(--padding);
  max-width: calc(1170px + var(--padding) * 2);
  margin: 0 auto;
}
@media (min-width: 1350px) {
  .faq-block__container {
    --padding: 30px;
  }
}
.faq-block__text {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: #540D14;
  text-align: start;
}
@media (min-width: 768px) {
  .faq-block__text {
    font-size: 16px;
  }
}
.faq-block__text a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.faq-block__text a:hover {
  text-decoration: none;
}
.faq-block__icon {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 24px;
  height: 24px;
}
@media (min-width: 1350px) {
  .faq-block__icon {
    width: 40px;
    height: 40px;
  }
}
.faq-block__list-item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(84, 13, 20, 0.33);
}
@media (min-width: 1350px) {
  .faq-block__list-item {
    padding-bottom: 50px;
  }
}
.faq-block__list-item:not(:first-child) {
  margin-top: 45px;
}
.faq-block__list-item.active .faq-block__icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-block__list-item.active .faq-block__text {
  margin-top: 15px;
  font-family: "Cera Pro";
}
@media (min-width: 1350px) {
  .faq-block__list-item.active .faq-block__text {
    margin-top: 50px;
  }
}
.faq-block__list-item-name {
  font-style: normal;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (min-width: 1350px) {
  .faq-block__list-item-name {
    font-size: 2.4em;
    font-family: "Gorod";
  }
}
.faq-block__list-item-name span {
  color: #540D14;
  max-width: calc(100% - 90px);
  text-align: start;
}
.faq-block__list-item-name .arrow-4 {
  left: 0px;
  top: 0%;
  -webkit-transform: scale(0.45) translate(0%, 0%);
  -ms-transform: scale(0.45) translate(0%, 0%);
  transform: scale(0.45) translate(0%, 0%);
  cursor: pointer;
  width: 25.63px;
  height: 18px;
}
@media (min-width: 768px) {
  .faq-block__list-item-name .arrow-4 {
    -webkit-transform: scale(0.25) translate(0%, 0%);
    -ms-transform: scale(0.25) translate(0%, 0%);
    transform: scale(0.25) translate(0%, 0%);
  }
}
.faq-block__list-item-name .arrow-4-left {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 0;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.faq-block__list-item-name .arrow-4-left:after {
  content: "";
  background-color: white;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.faq-block__list-item-name .arrow-4-right {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 26px;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.faq-block__list-item-name .arrow-4-right:after {
  content: "";
  background-color: white;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}

.faq-block__text * {
  font-family: "Cera Pro" !important;
}

.news-page {
  --overlap: 30px;
}
@media (min-width: 1350px) {
  .news-page {
    --overlap: 120px;
  }
}
.news-page__header {
  font-family: "Gorod";
  font-style: normal;
  word-break: break-word;
  color: #ECDECD;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
  width: 100%;
  max-width: 87.5%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  padding: 30px 10px calc(var(--overlap) + 20px) 16px;
  margin-bottom: calc(var(--overlap) * -1);
}
@media (min-width: 768px) {
  .news-page__header {
    font-size: 3.2em;
  }
}
@media (min-width: 1024px) {
  .news-page__header {
    padding: 80px 190px calc(var(--overlap) + 40px) 65px;
  }
}
@media (min-width: 1350px) {
  .news-page__header {
    max-width: calc(100% - 180px);
    font-size: 3.6em;
    padding: 100px 190px calc(var(--overlap) + 40px) 65px;
  }
}
@media (min-width: 1500px) {
  .news-page__header {
    max-width: calc(100% - 290px);
  }
}

.news-block {
  margin-bottom: 40px;
}
.news-block__pagination {
  margin-top: 40px;
}
.news-block__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 390px));
  grid-auto-rows: 250px;
  grid-auto-flow: row dense;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 16px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media (max-width: 768px) {
  .news-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1350px) {
  .news-block__list {
    -ms-grid-columns: (minmax(288px, 390px))[3];
    grid-template-columns: repeat(3, minmax(288px, 390px));
    grid-template-rows: repeat(auto-fit, 250px);
    row-gap: 25px;
  }
}
@media (min-width: 1350px) {
  .news-block__item {
    position: relative;
  }
}
@media (min-width: 1350px) {
  .news-block__item_big {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .news-block__item_big .news-preview {
    height: 100%;
  }
  .news-block__item_big .news-preview:hover .news-preview__overlay-inner-bottom {
    -webkit-animation: unset;
    animation: unset;
    -webkit-animation-fill-mode: unset;
    animation-fill-mode: unset;
  }
  .news-block__item_big .news-preview:hover .news-preview__details {
    margin-top: 15px;
  }
}
@media (min-width: 1350px) and (min-width: 1350px) {
  .news-block__item_big .news-preview__details {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (min-width: 1350px) {
  .news-block__item_big .news-preview__overlay {
    position: static;
    min-height: unset;
    height: 100%;
  }
  .news-block__item_big .news-preview__poster {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-block__item_big .news-preview__overlay-inner-bottom {
    font-size: 3.2em;
  }
  .news-block__item_big .news-preview__overlay-inner-top-left {
    font-size: 1.8em;
  }
}

.news-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000000;
}
@media (min-width: 1350px) {
  .news-preview:hover .news-preview__details {
    overflow: visible;
    height: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .news-preview:hover .news-preview__link {
    overflow: visible;
    height: auto;
    padding: 16px 8px;
    margin-top: var(--overlay-padding);
  }
  .news-preview:hover .news-preview__link.desktop {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .news-preview:hover .news-preview__overlay-inner-bottom {
    display: none;
  }
}
.news-preview__poster {
  color: #FFFFFF;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .news-preview__poster {
    height: unset;
  }
}
@media (min-width: 1350px) {
  .news-preview__poster {
    height: 250px;
    overflow: hidden;
  }
}
.news-preview__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-preview__background::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(25.52%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25.52%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-preview__background img {
  width: 100%;
  height: 100%;
}
.news-preview__overlay {
  --overlay-padding: 15px;
  --overlay-inner-padding: 15px;
  position: relative;
  padding: var(--overlay-padding);
  padding-bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1350px) {
  .news-preview__overlay {
    padding-bottom: var(--overlay-padding);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.news-preview__overlay-inner {
  width: 100%;
  height: 100%;
  padding: var(--overlay-inner-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-preview__overlay-inner::before {
  content: " ";
  display: block;
  border: 1px solid rgba(241, 235, 228, 0.33);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1350px) {
  .news-preview__overlay-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 2;
  }
}
.news-preview__overlay-inner .content-cms p {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .news-preview__overlay-inner .content-cms p {
    margin-bottom: 20px;
  }
}
.news-preview__overlay-inner .content-cms h1 {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
}
@media (min-width: 1024px) {
  .news-preview__overlay-inner .content-cms h1 {
    font-size: 3.6em;
    word-break: break-word;
  }
}
.news-preview__overlay-inner-top-left {
  font-size: 1.2em;
  font-weight: 800;
  line-height: 111%;
  font-family: "Gorod";
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 0.5px #ECDECD;
  margin-bottom: 32px;
}
@media (min-width: 1350px) {
  .news-preview__overlay-inner-top-left {
    font-size: 1.6em;
    margin-bottom: auto;
  }
}
.news-preview__overlay-inner-top-left > *:not(:last-child) {
  margin-bottom: 5px;
}
.news-preview__overlay-inner-bottom {
  color: #ECDECD;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 111%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .news-preview__overlay-inner-bottom {
    gap: 20px;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
  80% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    height: 0;
    margin-top: 0;
  }
}
@keyframes fadeOut {
  0% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  80% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    height: 0;
    margin-top: 0;
  }
}
.news-preview__ticket-buy {
  display: none;
  color: inherit;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .news-preview__ticket-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
  }
}
.news-preview__details {
  padding-top: var(--overlay-padding);
  position: relative;
  -webkit-transition: height 0.2s ease, margin-top 0.2s ease, padding 0.2s ease, -webkit-transform 0.4s ease;
  transition: height 0.2s ease, margin-top 0.2s ease, padding 0.2s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, height 0.2s ease, margin-top 0.2s ease, padding 0.2s ease;
  transition: transform 0.4s ease, height 0.2s ease, margin-top 0.2s ease, padding 0.2s ease, -webkit-transform 0.4s ease;
}
@media (min-width: 1350px) {
  .news-preview__details {
    overflow: hidden;
    height: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.news-preview__details::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: calc(100% + var(--overlay-padding) * 2 + var(--overlay-inner-padding) * 2);
  width: calc(100% + var(--overlay-padding) * 2 + var(--overlay-inner-padding) * 2);
  height: calc(100% + var(--overlay-padding) * 2 + var(--overlay-inner-padding) * 2);
  -webkit-transform: translateX(calc(var(--overlay-padding) * -1 - var(--overlay-inner-padding)));
  -ms-transform: translateX(calc(var(--overlay-padding) * -1 - var(--overlay-inner-padding)));
  transform: translateX(calc(var(--overlay-padding) * -1 - var(--overlay-inner-padding)));
  background: linear-gradient(133deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), rgba(93, 129, 103, 0);
  background-blend-mode: soft-light, normal;
}
.news-preview__title {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: #ECDECD;
  position: relative;
}
.news-preview__badge-wrapper {
  position: absolute;
  top: 16px;
  left: calc(100% - 16px);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.news-preview__badge {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1em;
  line-height: 111%;
  text-align: right;
  letter-spacing: 0.1em;
  color: rgba(241, 235, 228, 0.66);
  display: inline-block;
  -webkit-transform: rotate(-90deg) translate(-50%, 0%);
  -ms-transform: rotate(-90deg) translate(-50%, 0%);
  transform: rotate(-90deg) translate(-50%, 0%);
}
.news-preview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  padding: 16px 8px;
  -webkit-transition: height 0.2s ease, margin 0.2s ease, padding 0.2s ease;
  transition: height 0.2s ease, margin 0.2s ease, padding 0.2s ease;
  max-width: calc(100% + var(--overlay-padding) * 2);
  width: calc(100% + var(--overlay-padding) * 2);
  -webkit-transform: translateX(calc(var(--overlay-padding) * -1));
  -ms-transform: translateX(calc(var(--overlay-padding) * -1));
  transform: translateX(calc(var(--overlay-padding) * -1));
  margin-top: var(--overlay-padding);
}
@media (min-width: 1350px) {
  .news-preview__link {
    display: none;
  }
}
.news-preview__link.desktop {
  display: none;
}
@media (min-width: 1350px) {
  .news-preview__link.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.news-block__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 288px;
  margin: 40px auto 0;
}
@media (min-width: 1024px) {
  .news-block__pagination {
    gap: 28px;
    max-width: 368px;
  }
}
.news-block__pagination .arrow[disabled] {
  opacity: 0.5;
}
.news-block__pagination .arrow:hover .arrow-circle {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.news-block__pagination .arrow-left {
  padding-right: 22px;
}
.news-block__pagination .arrow-left:hover .arrow__img {
  -webkit-transform: translateX(-13%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-13%) translateY(-50%) rotate(180deg);
  transform: translateX(-13%) translateY(-50%) rotate(180deg);
}
@media (min-width: 1350px) {
  .news-block__pagination .arrow-left:hover .arrow__img {
    -webkit-transform: translateX(-23%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-23%) translateY(-50%) rotate(180deg);
    transform: translateX(-23%) translateY(-50%) rotate(180deg);
  }
}
.news-block__pagination .arrow-left .arrow__img {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(180deg);
  transform: translateX(50%) translateY(-50%) rotate(180deg);
  right: 0;
}
.news-block__pagination .arrow-right {
  padding-left: 22px;
}
.news-block__pagination .arrow-right:hover .arrow__img {
  -webkit-transform: translateX(13%) translateY(-50%);
  -ms-transform: translateX(13%) translateY(-50%);
  transform: translateX(13%) translateY(-50%);
}
@media (min-width: 1350px) {
  .news-block__pagination .arrow-right:hover .arrow__img {
    -webkit-transform: translateX(23%) translateY(-50%);
    -ms-transform: translateX(23%) translateY(-50%);
    transform: translateX(23%) translateY(-50%);
  }
}
.news-block__pagination .arrow-right .arrow__img {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 0;
}
.news-block__pagination .arrow__inner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 1350px) {
  .news-block__pagination .arrow__inner {
    width: 40px;
    height: 40px;
  }
}
.news-block__pagination .arrow__img {
  width: 44px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-block__pagination .arrow-circle {
  width: 28px;
  height: 28px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media (min-width: 1350px) {
  .news-block__pagination .arrow-circle {
    width: 40px;
    height: 40px;
  }
}
.news-block__pagination .pagination__bullets {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
@media (min-width: 1024px) {
  .news-block__pagination .pagination__bullets {
    gap: 24px;
  }
}
.news-block__pagination .pagination__bullet {
  color: #540D14;
  font-style: normal;
  cursor: pointer;
}
.news-block__pagination .pagination__bullet_inactive {
  cursor: auto;
}
.news-block__pagination .pagination__bullet_active {
  font-weight: 700;
}

.feedback-page {
  --overlap: 30px;
}
@media (min-width: 1024px) {
  .feedback-page {
    --overlap: 90px;
  }
}
.feedback-page__header {
  font-family: "Gorod";
  font-style: normal;
  word-break: break-word;
  color: #ECDECD;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
  width: 100%;
  max-width: 87.5%;
  padding: 30px 10px calc(var(--overlap) + 25px) 16px;
  margin-bottom: calc(var(--overlap) * -1);
  position: relative;
}
.feedback-page__header::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
}
@media (min-width: 768px) {
  .feedback-page__header {
    font-size: 3.2em;
  }
}
@media (min-width: 1024px) {
  .feedback-page__header {
    padding: 80px 190px calc(var(--overlap) + 50px) 65px;
  }
}
@media (min-width: 1350px) {
  .feedback-page__header {
    max-width: calc(100% - 180px);
    font-size: 6.4em;
  }
}
@media (min-width: 1500px) {
  .feedback-page__header {
    max-width: calc(100% - 290px);
  }
}

.repertoire-page {
  --overlap: 218px;
}
@media (min-width: 1350px) {
  .repertoire-page {
    --overlap: 70px;
  }
}
.repertoire-page__header {
  font-family: "Gorod";
  font-style: normal;
  word-break: break-word;
  color: #ECDECD;
  font-weight: 800;
  font-size: 1.8em;
  line-height: 111%;
  width: 100%;
  max-width: 87.5%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  margin-bottom: calc(var(--overlap) * -1);
  padding: 30px 10px calc(var(--overlap) + 32px) 16px;
}
@media (min-width: 768px) {
  .repertoire-page__header {
    font-size: 3.2em;
  }
}
@media (min-width: 1024px) {
  .repertoire-page__header {
    padding: 80px 190px calc(var(--overlap) + 32px) 65px;
  }
}
@media (min-width: 1350px) {
  .repertoire-page__header {
    max-width: calc(100% - 180px);
    font-size: 6.4em;
  }
}
@media (min-width: 1500px) {
  .repertoire-page__header {
    max-width: calc(100% - 290px);
  }
}
.repertoire-page__search {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2em;
  max-width: 94em;
  padding-bottom: 0.3em;
  border-bottom: 0.1em solid #ecdecd;
  margin-left: 6.5em;
  margin-bottom: 4em;
}
@media (max-width: 1349px) {
  .repertoire-page__search {
    max-width: 70vw;
  }
}
@media (max-width: 1023px) {
  .repertoire-page__search {
    margin-left: 1.6em;
    max-width: 80vw;
  }
}
.repertoire-page__search-btn {
  width: 2.5em;
  height: 2.5em;
}
.repertoire-page__search-svg {
  width: 2.5em;
  height: 2.5em;
}
.repertoire-page__search-field {
  font-family: "Cera Pro", sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 130%;
  color: #ecdecd;
  padding-left: 1.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  background: none;
}
.repertoire-page__search-field::-webkit-input-placeholder {
  color: #ecdecd;
}
.repertoire-page__search-field::-moz-placeholder {
  color: #ecdecd;
}
.repertoire-page__search-field:-ms-input-placeholder {
  color: #ecdecd;
}
.repertoire-page__search-field::-ms-input-placeholder {
  color: #ecdecd;
}
.repertoire-page__search-field::placeholder {
  color: #ecdecd;
}
.repertoire-page__search-field:focus {
  outline: none;
  border: none;
}
@media (max-width: 1023px) {
  .repertoire-page__search-field {
    padding-left: 0.5em;
  }
}

.repertoire-list {
  position: relative;
  z-index: 5;
}
.repertoire-list__container {
  max-width: 1350px;
}
.repertoire-list__day {
  margin-bottom: 50px;
}
.repertoire-list__staging-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1350px) {
  .repertoire-list .staging-card {
    min-height: 420px;
  }
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__poster {
    max-width: unset;
  }
}
.repertoire-list .staging-card__overlay-inner-top-left {
  font-size: 1em;
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__overlay-inner-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.repertoire-list .staging-card__overlay-inner-top-left .staging-card__premier {
  display: none;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  -webkit-transform: translateX(calc(var(--overlay-inner-padding) + var(--overlay-padding)));
  -ms-transform: translateX(calc(var(--overlay-inner-padding) + var(--overlay-padding)));
  transform: translateX(calc(var(--overlay-inner-padding) + var(--overlay-padding)));
}
.repertoire-list .staging-card__overlay-inner-top-left .staging-card__premier span {
  -webkit-transform: translateX(-28%);
  -ms-transform: translateX(-28%);
  transform: translateX(-28%);
  display: block;
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__overlay-inner-top-left .staging-card__premier {
    display: block;
  }
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__overlay-inner-bottom .staging-card__premier {
    display: none;
  }
}
.repertoire-list .staging-card__overlay-inner-bottom .staging-card__poster-title {
  display: none;
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__overlay-inner-bottom .staging-card__poster-title {
    display: block;
  }
}
.repertoire-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms {
  margin-top: auto;
  color: #ECDECD;
}
.repertoire-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms p {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 110%;
  margin-bottom: 10px;
  position: relative;
}
.repertoire-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms p::after {
  content: " ";
  display: block;
  width: 70%;
  height: 2px;
  background-color: currentColor;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms p {
    margin-bottom: 15px;
  }
}
.repertoire-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms h1 {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms h1 {
    font-size: 2em;
    word-break: break-word;
  }
}
@media (min-width: 1350px) {
  .repertoire-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms h1 {
    font-size: 3.6em;
  }
}
.repertoire-list .staging-card__age {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__age {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__info {
    max-width: 280px;
    width: 100%;
    padding: 0;
  }
}
.repertoire-list .staging-card__top {
  padding: 20px 15px 30px 15px;
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__top {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__title {
    display: none;
  }
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__description {
    display: none;
  }
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__footnote {
    display: none;
  }
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__crew {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .repertoire-list .staging-card__crew > *:not(:last-child) {
    margin-bottom: 15px;
  }
}
.repertoire-list .staging-card__info-block bold {
  display: block;
}
.repertoire-list .staging-card__btn {
  padding: 20.5px 10px;
}
.play-details-page .home-hero {
  margin-bottom: -50px;
  z-index: -4;
}
@media (min-width: 1024px) {
  .play-details-page .home-hero {
    margin-bottom: -100px;
  }
}
.play-details-page .home-hero__main::after {
  content: unset;
}
.play-details-page .home-hero__overlay::after {
  content: unset;
}
.play-details-page .home-hero__overlay-inner {
  padding: 16px 16px 47px 16px;
}
@media (min-width: 1024px) {
  .play-details-page .home-hero__overlay-inner {
    padding: 16px 16px 104px 16px;
  }
}

.swiper-play-details {
  position: relative;
  padding-left: 30px;
  --btn-height: 50px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .swiper-play-details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px calc(100vw - 180px);
    grid-template-columns: 180px calc(100vw - 180px);
    padding-left: 0;
  }
}
.swiper-play-details__header {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 110%;
  text-transform: uppercase;
  color: #ECDECD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 13px;
}
@media (min-width: 1024px) {
  .swiper-play-details__header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
    padding-right: 30px;
    font-size: 3.2em;
    margin-bottom: 30px;
  }
}
.swiper-play-details__header img,
.swiper-play-details__header svg {
  width: 12px;
  height: 24px;
}
@media (min-width: 1024px) {
  .swiper-play-details__header img,
  .swiper-play-details__header svg {
    width: 20px;
    height: 40px;
  }
}
.swiper-play-details .swiper-controls {
  display: none;
  margin-top: auto;
  margin-bottom: var(--btn-height);
}
.swiper-play-details .swiper-controls .home-hero__controls {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 20px;
}
@media (min-width: 1024px) {
  .swiper-play-details .swiper-controls {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 180px;
    height: 270px;
  }
}
.swiper-play-details .swiper-button-next, .swiper-play-details .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-play-details__inner {
  position: relative;
  padding: 10px 0 0 30px;
}
@media (min-width: 1024px) {
  .swiper-play-details__inner {
    padding: 30px 0 0 40px;
  }
}
.swiper-play-details__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - var(--btn-height));
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  z-index: -2;
}

.swiper-play-details__swiper {
  position: relative;
}
.swiper-play-details__swiper::before {
  display: none;
  content: " ";
  width: calc(100% + 20px);
  height: calc(100% - var(--btn-height) - 40px);
  position: absolute;
  top: 17px;
  left: -20px;
  border-top: 1px solid rgba(236, 222, 205, 0.33);
  border-bottom: 1px solid rgba(236, 222, 205, 0.33);
  border-left: 1px solid rgba(236, 222, 205, 0.33);
}
@media (min-width: 1024px) {
  .swiper-play-details__swiper::before {
    display: block;
  }
}
.swiper-play-details__swiper .swiper-play-details-main {
  overflow: visible;
}
@media (min-width: 1024px) {
  .swiper-play-details__swiper .swiper-play-details-main {
    overflow: hidden;
  }
}
.swiper-play-details__swiper .swiper-slide {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #FFFFFF;
}
.swiper-play-details__swiper .swiper-slide .home-hero__when.desktop {
  background-color: transparent;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 180px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 1500px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop {
    padding: 16px;
  }
}
@media (min-width: 1500px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner {
    padding: 16px 0px;
  }
}
@media (min-width: 1500px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner .content-cms span {
    font-size: 1.6em;
  }
}
@media (min-width: 1500px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner .content-cms h3 p:nth-child(1) {
    font-size: 3.6em;
  }
}
.swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner .content-cms h3 p:nth-child(2) {
  word-break: keep-all;
}
@media (min-width: 1500px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner .content-cms h3 p:nth-child(2) {
    font-size: 1.2em;
  }
}
@media (min-width: 1500px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner .content-cms h3::after {
    margin: 22px auto;
  }
}
@media (min-width: 1500px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner .content-cms p:first-of-type {
    font-size: 1.6em;
    margin-bottom: 4px;
  }
}
@media (min-width: 1500px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner .content-cms p:last-of-type {
    font-size: 2.4em;
  }
}
@media (min-width: 1350px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner .content-cms > p:last-of-type {
    font-size: 3.2em;
  }
}
@media (min-width: 1500px) {
  .swiper-play-details__swiper .swiper-slide .home-hero__when.desktop .home-hero__when-inner .content-cms > p:last-of-type {
    font-size: 3.2em;
  }
}
.swiper-play-details__swiper .swiper-slide .home-hero__when-inner {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-play-details__swiper .swiper-slide .staging-card__btn {
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: var(--btn-height);
}
.swiper-play-details__swiper .swiper-slide__inner {
  max-width: 180px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.play-about {
  position: relative;
}
@media (min-width: 1024px) {
  .play-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.play-about::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  z-index: -2;
}
@media (min-width: 1024px) {
  .play-about::before {
    max-width: 74.4444444444%;
  }
}
.play-about__main {
  position: relative;
  color: #ECDECD;
  margin-right: 16px;
  padding: 40px 16px;
}
@media (min-width: 1024px) {
  .play-about__main {
    padding: 40px 278px 40px 16px;
  }
}
.play-about__main::before {
  content: " ";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  z-index: -2;
}
.play-about__header {
  font-family: "Gorod";
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .play-about__header {
    font-size: 3em;
  }
}
.play-about__list-item:not(:last-child) {
  margin-bottom: 30px;
}
.play-about__list-item p {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 130%;
}
.play-about__list-item b {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 130%;
}
.play-about__description {
  position: absolute;
  margin-left: 16px;
  padding: 20px;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: #000000;
}
@media (min-width: 1024px) {
  .play-about__description {
    position: relative;
    margin-top: 126px;
    margin-left: -330px;
    margin-right: 30px;
    max-width: 810px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.play-about__description::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
}
.play-about__description::before {
  content: " ";
  display: block;
  width: 116px;
  height: 4px;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .play-about__description::before {
    width: 61.64%;
    max-width: 455px;
  }
}
.play-about__description .content-cms > *:not(:last-child) {
  margin-bottom: 15px;
}
.play-actors {
  padding: 50px 0;
}
.play-actors__container {
  max-width: 1290px;
}
.play-actors__header {
  color: #540D14;
  margin-bottom: 20px;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 2.4em;
  line-height: 111%;
}
@media (min-width: 1024px) {
  .play-actors__header {
    margin-bottom: 50px;
    font-size: 3.6em;
  }
}
.play-actors__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 285px);
  gap: 16px;
}
@media (min-width: 1024px) {
  .play-actors__list {
    gap: 30px;
  }
}
.card-actor {
  padding-bottom: 20px;
}
@media (min-width: 1350px) {
  .card-actor:hover .card-actor__link {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .card-actor:hover .card-actor__img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.card-actor_grey .card-actor__img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.card-actor__img {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.card-actor__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.card-actor__link {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  color: #ECDECD;
  font-size: 1.6em;
  line-height: 110%;
  padding: 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media (min-width: 1350px) {
  .card-actor__link {
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
  }
}
.card-actor__name {
  margin-top: 20px;
  font-weight: 700;
  font-size: 3.2em;
  line-height: 110%;
  color: #540D14;
}
.card-actor__character {
  margin-top: 5px;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: #540D14;
}

.play-details-gallery {
  margin: 0px 0px 30px 0px;
  position: relative;
}
.play-details-gallery::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  max-width: 1170px;
  height: 210%;
  max-height: 694px;
  background-color: #FFFFFF;
  z-index: -2;
  -webkit-transform: translateY(-57%);
  -ms-transform: translateY(-57%);
  transform: translateY(-57%);
}
@media (min-width: 1024px) {
  .play-details-gallery::before {
    -webkit-transform: translateY(-38%);
    -ms-transform: translateY(-38%);
    transform: translateY(-38%);
  }
}
.play-details-gallery__header {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
  margin-bottom: 20px;
  color: #540D14;
}
@media (min-width: 768px) {
  .play-details-gallery__header {
    font-size: 2.4em;
  }
}
@media (min-width: 1024px) {
  .play-details-gallery__header {
    font-size: 3.6em;
  }
}
.play-details-gallery .swiper-button-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.play-details-gallery .swiper-slide.swiper-slide-thumb-active {
  border: 4px solid #906F49;
  height: calc(100% - 8px);
}
.play-details-gallery .swiper-slide.swiper-slide-thumb-active .swiper-slide__overlay {
  opacity: 0;
}
.play-details-gallery .swiper-slide {
  position: relative;
}
.play-details-gallery .swiper-slide::before {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("../img/icon-loupe.svg");
  width: 27px;
  height: 27px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.play-details-gallery .swiper-slide__overlay {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.play-details-gallery .thumbs-swiper .swiper-slide {
  overflow: hidden;
}
.play-details-gallery .thumbs-swiper .swiper-slide img {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.play-details-gallery .thumbs-swiper .swiper-slide:hover::before {
  opacity: 1;
}
.play-details-gallery .thumbs-swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.play-details-gallery .thumbs-swiper .swiper-slide:hover .swiper-slide__overlay {
  opacity: 0;
}
.play-details-gallery .thumbs-swiper .swiper-slide-thumb-active:hover::before {
  opacity: 0 !important;
}
.play-details-gallery .thumbs-swiper .swiper-slide-thumb-active:hover img {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.play-buy {
  color: #ECDECD;
  width: 100%;
  margin-left: 17.1875vw;
  position: relative;
}
@media (min-width: 1350px) {
  .play-buy {
    margin-left: 25.55vw;
  }
}
.play-buy::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  z-index: -2;
}
.play-buy::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: -17.1875vw;
  width: 100%;
  height: 140px;
  background: #ECDECD;
  z-index: -3;
}
@media (min-width: 1350px) {
  .play-buy::after {
    left: -25.55vw;
  }
}
.play-buy__container {
  padding: 30px 16px;
}
@media (min-width: 1024px) {
  .play-buy__container {
    padding: 60px 30px 60px 120px;
  }
}
.play-buy__header {
  -webkit-transform: translateX(-55px);
  -ms-transform: translateX(-55px);
  transform: translateX(-55px);
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.8em;
  line-height: 111%;
  margin-bottom: 20px;
  max-width: 288px;
  background-image: linear-gradient(to right, #5D8167 39px, #ECDECD 39px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .play-buy__header {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .play-buy__header {
    background-image: linear-gradient(to right, #5D8167 110px, #ECDECD 110px);
    margin-bottom: 40px;
    font-size: 3.6em;
    -webkit-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    transform: translateX(-230px);
  }
}
@media (min-width: 1350px) {
  .play-buy__header {
    background-image: linear-gradient(to right, #5D8167 179px, #ECDECD 179px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
.play-buy__tickets-btn {
  background-color: #ECDECD;
  color: #540D14;
  margin-left: unset;
}
.play-buy__tickets-btn:hover {
  color: #ECDECD;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
}
.play-buy__tickets-btn:hover svg path {
  fill: #ECDECD;
}
@media (min-width: 1024px) {
  .play-buy__tickets-btn {
    min-width: 250px;
    margin-top: 40px;
  }
}
.play-buy__tickets-btn svg path {
  fill: #540D14;
}
.play-buy__ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  position: relative;
}
.play-buy__ticket:hover::before {
  -webkit-transform: translate(calc(-100% - 5px), -50%);
  -ms-transform: translate(calc(-100% - 5px), -50%);
  transform: translate(calc(-100% - 5px), -50%);
  opacity: 1;
}
.play-buy__ticket:active::before {
  -webkit-transform: translate(-26%, -50%);
  -ms-transform: translate(-26%, -50%);
  transform: translate(-26%, -50%);
  opacity: 0;
}
.play-buy__ticket:has(.play-buy__checkbox:checked)::before {
  -webkit-transform: translate(-26%, -50%);
  -ms-transform: translate(-26%, -50%);
  transform: translate(-26%, -50%);
  opacity: 0;
}
.play-buy__ticket:has(.play-buy__checkbox:checked):hover::before {
  -webkit-transform: translate(calc(-100% - 10px), -50%);
  -ms-transform: translate(calc(-100% - 10px), -50%);
  transform: translate(calc(-100% - 10px), -50%);
  opacity: 1;
}
.play-buy__ticket::before {
  content: " ";
  display: inline-block;
  background-color: #ECDECD;
  width: 28px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(calc(-100% - 10px), -50%);
  -ms-transform: translate(calc(-100% - 10px), -50%);
  transform: translate(calc(-100% - 10px), -50%);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.15s ease;
  transition: transform 0.3s ease, opacity 0.15s ease, -webkit-transform 0.3s ease;
}
.play-buy__ticket:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .play-buy__ticket:not(:last-child) {
    margin-bottom: 30px;
  }
}
.play-buy__ticket input[type=checkbox]:checked,
.play-buy__ticket input[type=checkbox]:not(:checked),
.play-buy__ticket input[type=radio]:checked,
.play-buy__ticket input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.play-buy__ticket input[type=checkbox]:checked + label,
.play-buy__ticket input[type=checkbox]:not(:checked) + label,
.play-buy__ticket input[type=radio]:checked + label,
.play-buy__ticket input[type=radio]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .play-buy__ticket input[type=checkbox]:checked + label,
  .play-buy__ticket input[type=checkbox]:not(:checked) + label,
  .play-buy__ticket input[type=radio]:checked + label,
  .play-buy__ticket input[type=radio]:not(:checked) + label {
    padding-left: 45px;
  }
}
.play-buy__ticket input[type=checkbox]:checked + label:before,
.play-buy__ticket input[type=checkbox]:not(:checked) + label:before,
.play-buy__ticket input[type=radio]:checked + label:before,
.play-buy__ticket input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #ECDECD;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .play-buy__ticket input[type=checkbox]:checked + label:before,
  .play-buy__ticket input[type=checkbox]:not(:checked) + label:before,
  .play-buy__ticket input[type=radio]:checked + label:before,
  .play-buy__ticket input[type=radio]:not(:checked) + label:before {
    width: 26px;
    height: 26px;
    border-width: 3px;
  }
}
.play-buy__ticket input[type=radio]:checked + label:before,
.play-buy__ticket input[type=radio]:not(:checked) + label:before {
  border-radius: 100%;
}
.play-buy__ticket input[type=checkbox]:checked + label:after,
.play-buy__ticket input[type=checkbox]:not(:checked) + label:after,
.play-buy__ticket input[type=radio]:checked + label:after,
.play-buy__ticket input[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.play-buy__ticket input[type=radio]:checked + label:after,
.play-buy__ticket input[type=radio]:not(:checked) + label:after {
  left: 4px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #540D14;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .play-buy__ticket input[type=radio]:checked + label:after,
  .play-buy__ticket input[type=radio]:not(:checked) + label:after {
    left: 6px;
    width: 14px;
    height: 14px;
  }
}
.play-buy__ticket input[type=checkbox]:not(:checked) + label:after,
.play-buy__ticket input[type=radio]:not(:checked) + label:after {
  opacity: 0;
}
.play-buy__ticket input[type=checkbox]:checked + label:after,
.play-buy__ticket input[type=radio]:checked + label:after {
  opacity: 1;
}
.error {
  position: relative;
  padding-top: 90px;
}
.error::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 75%;
  height: 450px;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
}
.error__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error__decor::before {
  content: " ";
  display: block;
  position: absolute;
  background-image: url(../img/decor-text-short.webp);
  width: 373px;
  height: 312px;
  top: 0%;
  left: 0;
  -webkit-transform: translate(-24%, -73%);
  -ms-transform: translate(-24%, -73%);
  transform: translate(-24%, -73%);
}
.error__decor::after {
  content: " ";
  display: block;
  position: absolute;
  background-image: url(../img/decor-text-short.webp);
  width: 373px;
  height: 312px;
  top: 100%;
  left: 0;
  -webkit-transform: translate(-40%, -79%);
  -ms-transform: translate(-40%, -79%);
  transform: translate(-40%, -79%);
}
.error__container {
  max-width: 990px;
  padding: 36px 30px 72px 30px;
  position: relative;
}
.error__container::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ECDECD;
}
.error__container::after {
  content: " ";
  display: block;
  position: absolute;
  background-image: url(../img/decor-text-short.webp);
  width: 373px;
  height: 312px;
  top: calc(100% - 130px);
  right: 0;
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
}
.error__inner {
  position: relative;
  z-index: 1;
}
.error__header {
  font-size: 1em;
  position: relative;
}
.error__code {
  font-weight: 700;
  font-size: 14.8em;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .error__code {
    font-size: 22.8em;
  }
}
.error__error {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 3em;
  line-height: 111%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #FFFFFF;
  -webkit-text-stroke: 2px #906F49;
}
.error__text {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  text-align: center;
  color: #540D14;
}
.error__text:not(:last-child) {
  margin-bottom: 15px;
}
.error__btn {
  margin: 24px auto 0px;
  font-size: 1.6em;
  line-height: 110%;
  padding: 21px 16px;
  max-width: 330px;
  width: 100%;
}

.vacancies {
  --overlap: 40px;
}
@media (min-width: 1350px) {
  .vacancies {
    --overlap: 103px;
  }
}
.vacancies__header {
  position: relative;
  font-family: "Gorod";
  font-style: normal;
  word-break: break-word;
  color: #ECDECD;
  font-weight: 800;
  font-size: 1.8em;
  line-height: 111%;
  width: 100%;
  max-width: 87.5%;
  margin-bottom: calc(var(--overlap) * -1);
  padding: 30px 10px calc(var(--overlap) + 20px) 16px;
}
@media (min-width: 768px) {
  .vacancies__header {
    font-size: 3.2em;
  }
}
@media (min-width: 1024px) {
  .vacancies__header {
    padding: 80px 190px calc(var(--overlap) + 32px) 65px;
  }
}
@media (min-width: 1350px) {
  .vacancies__header {
    max-width: calc(100% - 180px);
    font-size: 6.4em;
    padding: 80px 190px calc(var(--overlap) + 86px) 65px;
  }
}
@media (min-width: 1500px) {
  .vacancies__header {
    max-width: calc(100% - 290px);
  }
}
.vacancies__header::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
}
.vacancies__container {
  margin-bottom: 60px;
}
.vacancies__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 390px));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 16px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.vacancy {
  background-color: #ECDECD;
  color: #540D14;
}
.vacancy__inner {
  padding: 16px;
}
.vacancy__header {
  font-weight: 700;
  font-size: 2.4em;
  line-height: 110%;
  margin-bottom: 15px;
}
.vacancy .details-vacancy__item {
  font-weight: 400;
}
.vacancy .details-vacancy__item:not(:last-child) {
  margin-bottom: 15px;
}
.vacancy .details-vacancy__title {
  font-size: 1.4em;
  line-height: 135%;
  opacity: 0.5;
  margin-bottom: 5px;
}
.vacancy .details-vacancy__text {
  font-size: 1.6em;
  line-height: 135%;
}
.vacancy .details-vacancy__text strong {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 135%;
}
.vacancy__btn {
  width: 100%;
  margin-left: unset;
  max-width: unset;
}

.festival-page {
  --overlap: 30px;
}
@media (min-width: 1350px) {
  .festival-page {
    --overlap: 160px;
  }
}
.festival-page__header {
  position: relative;
  font-family: "Gorod";
  font-style: normal;
  word-break: break-word;
  color: #ECDECD;
  font-weight: 800;
  font-size: 1.7em;
  line-height: 111%;
  width: 100%;
  max-width: 87.5%;
  margin-bottom: calc(var(--overlap) * -1);
  padding: 30px 10px calc(var(--overlap) + 20px) 16px;
}
@media (min-width: 768px) {
  .festival-page__header {
    font-size: 3.2em;
  }
}
@media (min-width: 1024px) {
  .festival-page__header {
    padding: 80px 160px calc(var(--overlap) + 32px) 65px;
  }
}
@media (min-width: 1350px) {
  .festival-page__header {
    max-width: calc(100% - 180px);
    font-size: 6.4em;
  }
}
@media (min-width: 1500px) {
  .festival-page__header {
    max-width: calc(100% - 290px);
  }
}
.festival-page__header::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  z-index: -2;
}

.festival-list {
  position: relative;
  z-index: 5;
}
.festival-list__container {
  max-width: 1280px;
}
.festival-list__day {
  margin-bottom: 50px;
}
.festival-list__staging-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1350px) {
  .festival-list .staging-card {
    min-height: 420px;
  }
}
@media (min-width: 1024px) {
  .festival-list .staging-card__poster {
    max-width: unset;
  }
}
.festival-list .staging-card__background::after {
  background: unset;
}
.festival-list .staging-card__overlay-inner-top-left {
  font-size: 1em;
}
@media (min-width: 1024px) {
  .festival-list .staging-card__overlay-inner-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.festival-list .staging-card__overlay-inner-top-left .staging-card__premier {
  display: none;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  -webkit-transform: translateX(calc(var(--overlay-inner-padding) + var(--overlay-padding)));
  -ms-transform: translateX(calc(var(--overlay-inner-padding) + var(--overlay-padding)));
  transform: translateX(calc(var(--overlay-inner-padding) + var(--overlay-padding)));
}
.festival-list .staging-card__overlay-inner-top-left .staging-card__premier span {
  -webkit-transform: translateX(-28%);
  -ms-transform: translateX(-28%);
  transform: translateX(-28%);
  display: block;
}
@media (min-width: 1024px) {
  .festival-list .staging-card__overlay-inner-top-left .staging-card__premier {
    display: block;
  }
}
@media (min-width: 1024px) {
  .festival-list .staging-card__overlay-inner-bottom .staging-card__premier {
    display: none;
  }
}
.festival-list .staging-card__overlay-inner-bottom .staging-card__poster-title {
  display: none;
}
@media (min-width: 1024px) {
  .festival-list .staging-card__overlay-inner-bottom .staging-card__poster-title {
    display: block;
  }
}
.festival-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms {
  margin-top: auto;
  color: #ECDECD;
}
.festival-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms p {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 110%;
  margin-bottom: 10px;
  position: relative;
}
.festival-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms p::after {
  content: " ";
  display: block;
  width: 70%;
  height: 2px;
  background-color: currentColor;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .festival-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms p {
    margin-bottom: 15px;
  }
}
.festival-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms h1 {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
}
@media (min-width: 1024px) {
  .festival-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms h1 {
    font-size: 2em;
    word-break: break-word;
  }
}
@media (min-width: 1350px) {
  .festival-list .staging-card__overlay-inner-bottom .staging-card__poster-title .content-cms h1 {
    font-size: 3.6em;
  }
}
.festival-list .staging-card__age {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .festival-list .staging-card__age {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .festival-list .staging-card__info {
    max-width: 280px;
    width: 100%;
    padding: 0;
  }
}
.festival-list .staging-card__top {
  padding: 20px 15px 30px 15px;
}
@media (min-width: 1024px) {
  .festival-list .staging-card__top {
    padding: 20px;
  }
}
.festival-list .staging-card__title {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
  background-blend-mode: unset;
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 130%;
  color: #000000;
}
.festival-list .staging-card__title::after {
  content: unset;
}
.festival-list .staging-card__description {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .festival-list .staging-card__footnote {
    display: none;
  }
}
@media (min-width: 1024px) {
  .festival-list .staging-card__crew {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .festival-list .staging-card__crew > *:not(:last-child) {
    margin-bottom: 15px;
  }
}
.festival-list .staging-card__info-block bold {
  display: block;
}
.festival-list .staging-card__btn {
  padding: 20.5px 10px;
}
.festival-details-page .hero {
  height: 60vh;
}
@media (min-width: 1024px) {
  .festival-details-page .hero {
    height: calc(100vh - 120px);
  }
}
.festival-details-page .hero__overlay-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.festival-details-page .hero__title {
  text-align: start;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .festival-details-page .hero__title {
    font-size: 2.4em;
  }
}
@media (min-width: 1024px) {
  .festival-details-page .hero__title {
    font-size: 3.6em;
  }
}
.festival-details-page .play-about__main {
  max-width: 730px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 1024px) {
  .festival-details-page .play-about__main {
    padding: 40px 330px 40px 16px;
  }
}
.festival-details-page .play-about__main .content-cms {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
}
.festival-details-page .play-about__main .content-cms p:not(:last-child) {
  margin-bottom: 15px;
}
.festival-details-page .play-about__header {
  margin-bottom: 10px;
  position: relative;
  color: #ECDECD;
}
@media (min-width: 1024px) {
  .festival-details-page .play-about__header {
    margin-bottom: 20px;
  }
}
.festival-details-page .play-about__header::after {
  content: " ";
  display: block;
  height: 4px;
  width: 144px;
  background: #ECDECD;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .festival-details-page .play-about__header::after {
    width: 89%;
    max-width: 455px;
  }
}
.festival-details-page .play-about__title {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 135%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .festival-details-page .play-about__title {
    font-size: 2.4em;
    margin-bottom: 20px;
  }
}
.festival-details-page .play-about__title::after {
  content: " ";
  display: block;
  height: 4px;
  width: 144px;
  background: #ECDECD;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .festival-details-page .play-about__title::after {
    margin-top: 20px;
    width: 89%;
    max-width: 455px;
  }
}
.festival-details-page .play-about__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  font-size: 1em;
  margin-left: auto;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px 0px 20px 20px;
}
@media (min-width: 768px) {
  .festival-details-page .play-about__description {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .festival-details-page .play-about__description {
    gap: 30px;
    margin-left: -330px;
    max-width: 440px;
  }
}
.festival-details-page .play-about__description::before {
  content: unset;
}
.festival-details-page .play-about__description::after {
  content: unset;
}
.festival-details-page .link-card {
  width: 100%;
  max-width: 440px;
  display: block;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  background-blend-mode: soft-light, normal;
  padding: 15px;
  color: #ECDECD;
  position: relative;
}
@media (min-width: 1024px) {
  .festival-details-page .link-card {
    padding: 30px;
  }
}
.festival-details-page .link-card p {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  line-height: 111%;
  text-align: center;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - 60px);
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .festival-details-page .link-card p {
    font-size: 2.6em;
    white-space: nowrap;
  }
}
.festival-details-page .link-card p::after {
  content: " ";
  display: block;
  max-width: 409px;
  width: 100%;
  height: 4px;
  background-color: currentColor;
  margin: 15px auto 10px;
}
.festival-details-page .link-card span {
  display: block;
  margin: 0 auto;
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.festival-details-page .link-card__inner {
  border: 1px solid rgba(236, 222, 205, 0.33);
  padding: 20px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .festival-details-page .link-card__inner {
    padding: 30px 15px 20px;
  }
}
@media (min-width: 1024px) {
  .festival-details-page .news-block {
    margin-top: 60px;
  }
}
.festival-details-page .news-block__container {
  max-width: 390px;
}
@media (min-width: 837px) {
  .festival-details-page .news-block__container {
    max-width: 837px;
  }
}
@media (min-width: 1024px) {
  .festival-details-page .news-block__container {
    max-width: 865px;
  }
}
@media (min-width: 1350px) {
  .festival-details-page .news-block__container {
    max-width: 1280px;
  }
}

.actor-details-page .play-details-gallery {
  margin-bottom: 60px;
}
.actor-details-page .play-details-gallery::before {
  content: unset;
}
.actor-details-page__link-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.actor-details-page__link {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  color: #ECDECD;
  font-size: 1em;
  font-family: "Gorod";
  font-weight: 800;
  line-height: 111%;
  letter-spacing: 1px;
  padding: 29px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .actor-details-page__link {
    font-size: 2em;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.actor-details-page__link span {
  word-break: break-word;
  text-align: center;
  max-width: 430px;
}
.actor-details-page__link svg,
.actor-details-page__link img {
  width: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
@media (min-width: 768px) {
  .actor-details-page__link svg,
  .actor-details-page__link img {
    width: 52px;
  }
}
.actor-details-page__link svg path,
.actor-details-page__link img path {
  fill: #ECDECD;
}
.actor-details-page__link_left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .actor-details-page__link_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.actor-details-page__link_left svg,
.actor-details-page__link_left img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.actor-details-page__link_left:hover svg,
.actor-details-page__link_left:hover img {
  -webkit-transform: rotate(180deg) translateX(10px);
  -ms-transform: rotate(180deg) translateX(10px);
  transform: rotate(180deg) translateX(10px);
}
.actor-details-page__link_red {
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
}
.actor-details-page__link_right:hover svg,
.actor-details-page__link_right:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.actor-details-page__link_green {
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
}

.director-details-page .regalia__inner::before {
  background: #ECDECD;
}
.persons-page .main {
  padding-top: 50px;
}
.persons-page .play-actors {
  padding: 0 0 50px 0;
  position: relative;
}
.persons-page .play-actors.decor-draw::after {
  top: 100%;
  right: 0;
  -webkit-transform: translate(27%, -61%);
  -ms-transform: translate(27%, -61%);
  transform: translate(27%, -61%);
  width: 682px;
  height: 872px;
}
@media (min-width: 1024px) {
  .persons-page .play-actors.decor-draw::after {
    display: block;
  }
}
.persons-page .play-actors__header {
  word-break: break-word;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .persons-page .play-actors__header {
    font-size: 2.4em;
  }
}
@media (min-width: 1024px) {
  .persons-page .play-actors__header {
    font-size: 3.6em;
  }
}
@media (min-width: 1024px) {
  .persons-page .play-actors {
    padding: 50px 0;
  }
}

@media (min-width: 1024px) {
  .persons-memory-page .play-actors__header {
    font-size: 3.6em;
  }
}

.actors-page .play-actors {
  position: relative;
}

.person-thumb {
  background-color: #FFFFFF;
  width: 210px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 177px 33px;
  grid-template-columns: 177px 33px;
}
.person-thumb__img {
  width: 177px;
  height: 217px;
}
.person-thumb__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.person-thumb__label {
  -webkit-transform: rotate(90deg) translateX(50%);
  -ms-transform: rotate(90deg) translateX(50%);
  transform: rotate(90deg) translateX(50%);
  white-space: nowrap;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #ECDECD;
  font-size: 1.4em;
  font-family: "Gorod";
  font-weight: 800;
  line-height: 111%;
}
.person-thumb__name {
  color: #540D14;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 110%;
  padding: 8px 8px 6px 10px;
}

.person-info-swiper {
  position: relative;
}
@media (min-width: 1350px) {
  .person-info-swiper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 345px;
    grid-template-columns: 1fr 345px;
    -ms-grid-rows: 1fr 180px;
    grid-template-rows: 1fr 180px;
  }
}
.person-info-swiper::before {
  content: " ";
  display: none;
  width: 100%;
  max-width: 510px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ECDECD;
  background-blend-mode: soft-light, normal;
  z-index: -3;
}
@media (min-width: 1350px) {
  .person-info-swiper::before {
    display: block;
  }
}

.person-info .swiper-main-wrapper {
  position: relative;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .person-info .swiper-main-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .person-info .swiper-main-wrapper {
    padding-top: 37px;
  }
}
.person-info .swiper-main-wrapper::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  background-blend-mode: soft-light, normal;
}
@media (min-width: 768px) {
  .person-info .swiper-main-wrapper::before {
    z-index: -2;
  }
}
.person-info .swiper-main {
  max-width: 1000px;
}
@media (min-width: 1350px) {
  .person-info .swiper-main {
    overflow: visible;
    padding-right: 165px;
  }
}
@media (min-width: 1500px) {
  .person-info .swiper-main {
    max-width: 1165px;
  }
}
@media (min-width: 1350px) {
  .person-info .swiper-main .swiper-slide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
  }
}
.person-info .thumbs-swiper-wrapper {
  margin-top: 15px;
}
@media (min-width: 1350px) {
  .person-info .thumbs-swiper-wrapper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 26px;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }
}
@media (min-width: 1500px) {
  .person-info .thumbs-swiper-wrapper {
    margin-right: 345px;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
}
.person-info .thumbs-swiper-wrapper .thumbs-swiper {
  max-width: 450px;
}
.person-info .thumbs-swiper-wrapper .swiper-slide {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.person-info .base-swiper-controls {
  min-width: unset;
  width: 100%;
  max-width: 273px;
  height: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: -45px;
}
@media (min-width: 1350px) {
  .person-info .base-swiper-controls {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    max-width: unset;
    height: 180px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.person-info .base-swiper-controls .base-swiper-controls__next, .person-info .base-swiper-controls .base-swiper-controls__prev {
  height: 100%;
}
.person-info__bottom {
  margin-top: 17px;
  font-family: "Cera Pro";
  font-weight: 300;
  font-size: 1.1em;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ECDECD;
  display: none;
}
@media (min-width: 768px) {
  .person-info__bottom {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media (min-width: 1024px) {
  .person-info__bottom {
    font-size: 1.8em;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/13;
    max-width: 508px;
  }
}
@media (min-width: 1350px) {
  .person-info__bottom {
    display: block;
  }
}
.person-info__author {
  font-style: normal;
  display: block;
}

.person-info-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ECDECD;
  padding: 16px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .person-info-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    -webkit-column-gap: 77px;
    -moz-column-gap: 77px;
    column-gap: 77px;
    background: unset;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 16px 0 0;
  }
}
@media (min-width: 1350px) {
  .person-info-card {
    -ms-grid-columns: 345px calc(100% - 422px);
    grid-template-columns: 345px calc(100% - 422px);
    -ms-grid-column-span: 12;
    grid-column: span 12;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
@media (min-width: 1500px) {
  .person-info-card {
    max-width: 100%;
  }
}
.person-info-card__name {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 110%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .person-info-card__name {
    display: none;
    -webkit-transform: translateX(-114px);
    -ms-transform: translateX(-114px);
    transform: translateX(-114px);
    position: relative;
    z-index: 1;
    font-size: 2.6em;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .person-info-card__name {
    font-size: 3.6em;
  }
}
.person-info-card__name::after {
  content: " ";
  display: none;
  width: 80px;
  height: 4px;
  background-color: currentColor;
  margin: 12px 0px;
}
@media (min-width: 768px) {
  .person-info-card__name::after {
    display: block;
    margin: 44px 0px 0px;
    position: absolute;
  }
}
.person-info-card__name.desktop {
  display: none;
}
@media (min-width: 768px) {
  .person-info-card__name.desktop {
    display: block;
  }
}
.person-info-card__img {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1.25;
  margin: 0 auto 0 0;
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
}
@media (min-width: 768px) {
  .person-info-card__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (min-width: 1024px) {
  .person-info-card__img {
    height: 360px;
    aspect-ratio: unset;
  }
}
@media (min-width: 1350px) {
  .person-info-card__img {
    width: 345px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.person-info-card__img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .person-info-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 345px;
    height: 453px;
  }
}
.person-info-card__blockquote {
  --offset: 16px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .person-info-card__blockquote {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    padding: 36px 0px 0px;
  }
}
.person-info-card__blockquote::before {
  content: " ";
  display: block;
  width: 80%;
  max-width: 225px;
  height: 4px;
  background-color: currentColor;
  margin: 15px 0px 10px 0px;
}
@media (min-width: 768px) {
  .person-info-card__blockquote::before {
    display: none;
  }
}
.person-info-card__blockquote .content-cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 1350px) {
  .person-info-card__blockquote .content-cms {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.person-info-card__blockquote .content-cms h2 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}
.person-info-card__blockquote .content-cms p {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 122.5%;
}
.person-info-card__blockquote .content-cms p:not(:last-child) {
  margin-bottom: 0.9375em;
}

.character-justify {
  position: relative;
  margin: 0;
  padding: 0;
}

.character-justify * {
  margin: 0;
  padding: 0;
  border: none;
}

.header {
  position: relative;
  z-index: 20;
  background-color: #F1EBE4;
}
@media (min-width: 1350px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.header.sticky .header__logo-wrapper .logo__desktop {
  height: 50px;
  padding: 21px 40px 9px 40px;
}
@media (max-width: 1500px) {
  .header.sticky .header__logo-wrapper .logo__desktop {
    padding: 21px 20px 9px 20px;
  }
}
@media (min-width: 1500px) {
  .header.sticky .header__logo-wrapper .logo__desktop {
    height: 70px;
  }
}
.header.sticky .header__logo-wrapper .logo__desktop .logo-image__icon {
  height: 36px;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.header.sticky .header__logo-wrapper .logo__desktop .header__quote {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.header.sticky .header__logo-wrapper .logo__desktop .logo-image__title {
  height: 0;
}
.header.sticky + * {
  margin-top: 80.5px;
}
@media (min-width: 1024px) {
  .header.sticky + * {
    margin-top: 50px;
  }
}
@media (min-width: 1500px) {
  .header.sticky + * {
    margin-top: 70px;
  }
}
.header__logo-wrapper {
  height: 100px;
}
.header__logo-wrapper .logo__desktop {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
  padding: 9px 40px;
}
@media (min-width: 1500px) {
  .header__logo-wrapper .logo__desktop {
    height: 70px;
  }
}
@-webkit-keyframes quoteFadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  80% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    height: 0;
  }
}
@keyframes quoteFadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  80% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    height: 0;
  }
}
.header__burger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.header__burger .burger::before, .header__burger .burger::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__burger:hover .burger::before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.header__burger:hover .burger::after {
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.header__burger:hover .burger__active::after {
  left: 0;
  -webkit-transform: rotate(-45deg) translate(0px, 1px);
  -ms-transform: rotate(-45deg) translate(0px, 1px);
  transform: rotate(-45deg) translate(0px, 1px);
}
.header__burger-text {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 110%;
}
.header__mobile {
  padding: 11px 0px;
}
@media (min-width: 1024px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 37px;
  -moz-column-gap: 37px;
  column-gap: 37px;
  row-gap: 10px;
}
@media (max-width: 576px) {
  .header__mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__mobile-container .header__quote {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (min-width: 576px) {
  .header__mobile-container .header__quote {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
@media (max-width: 576px) {
  .header__mobile-container .header__quote {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
.header__quote {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.25em;
  text-align: center;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .header__quote {
    font-size: 1.3em;
  }
}
@media (max-width: 1350px) {
  .header__quote {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  .header__quote {
    font-size: 1.1em;
  }
}
.header__link {
  color: inherit;
}
.header__button {
  display: none;
}
.header__button img,
.header__button svg {
  width: 34px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1350px) {
  .header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    font-size: 1.4em;
    padding: 0px 20px;
  }
}
@media (min-width: 1500px) {
  .header__button {
    max-width: 290px;
  }
}
.header__desktop {
  display: none;
}
@media (min-width: 1024px) {
  .header__desktop {
    display: block;
  }
}
@media (min-width: 1350px) {
  .header__desktop {
    max-width: calc(100% - 180px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.header__desktop-container {
  position: relative;
  min-height: 50px;
  height: 100%;
}
@media (min-width: 1500px) {
  .header__desktop-container {
    min-height: 70px;
  }
}
.header__desktop-container .header__burger {
  position: relative;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 0px;
}
.header__desktop-container .header__burger-inner {
  height: 21px;
}
.header__desktop-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: 50px;
  position: absolute;
  top: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  left: 290px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 290px);
}
@media (min-width: 1350px) {
  .header__desktop-navbar {
    left: 180px;
  }
}
@media (min-width: 1500px) {
  .header__desktop-navbar {
    left: 290px;
  }
}
@media (max-width: 1350px) {
  .header__desktop-navbar {
    left: 0;
    width: 100%;
  }
}

.burger {
  --burger-width: 21px;
  --burger-height: 14px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #540D14;
  background-color: transparent;
  cursor: pointer;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger::before {
  top: 0;
  width: 50%;
  right: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.burger::after {
  top: calc(100% - var(--burger-line-height));
  width: 50%;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.burger__active {
  --burger-height: 21px;
}
.burger__active::before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-46deg) translate(-1px, -1px);
  -ms-transform: rotate(-46deg) translate(-1px, -1px);
  transform: rotate(-46deg) translate(-1px, -1px);
  opacity: 0;
}
.burger__active::after {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 26.87px;
  -webkit-transform: rotate(-45deg) translate(0px, 1px);
  -ms-transform: rotate(-45deg) translate(0px, 1px);
  transform: rotate(-45deg) translate(0px, 1px);
}
.burger__active .burger__line {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(45deg) translate(-2px, 2px);
  -ms-transform: rotate(45deg) translate(-2px, 2px);
  transform: rotate(45deg) translate(-2px, 2px);
  width: 26.87px;
}
.logo.logo__mobile {
  -ms-grid-column-align: end;
  justify-self: end;
}
.logo.logo__mobile img {
  width: 181px;
  height: 31px;
}
.logo img {
  width: 251px;
  height: 45px;
}
.logo.logo__desktop {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9px;
  padding: 18px 40px 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100px;
}
@media (max-width: 1500px) {
  .logo.logo__desktop {
    padding: 18px 20px 13px;
  }
}

.logo-image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37px 214px;
  grid-template-columns: 37px 214px;
}
@media (max-width: 1350px) {
  .logo-image {
    -ms-grid-columns: 37px 150px;
    grid-template-columns: 37px 150px;
  }
}
.logo-image img {
  width: unset;
  height: unset;
}
.logo-image__icon {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.logo-image__title {
  -ms-grid-column: 2;
  grid-column: 2/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  height: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.logo-image__name {
  -ms-grid-column: 2;
  grid-column: 2/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.navbar__list {
  font-size: 1.6em;
  font-weight: 400;
  text-transform: uppercase;
  color: #540D14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 1350px) {
  .navbar__list {
    min-width: 213px;
  }
}
@media (min-width: 1500px) {
  .navbar__list {
    gap: 20px;
    min-width: 430px;
  }
}
@media (max-width: 1350px) {
  .navbar__list {
    min-width: 315px;
  }
}
.navbar__list-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.navbar__list-item::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0px;
  height: 4px;
  background-color: currentColor;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navbar__list-item:hover::before {
  width: 100%;
}
.navbar__list-item.active::before {
  width: 100%;
}

.footer {
  position: relative;
  z-index: 1;
}
@media (min-width: 1500px) {
  .footer__container {
    max-width: 1900px;
  }
}
.footer__top {
  background-color: #FFFFFF;
}
.footer__top .footer__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .footer__top .footer__container {
    padding-top: 50px;
  }
}
.footer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .footer__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__header .socials.footer__header-socials {
  display: none;
}
@media (min-width: 1024px) {
  .footer__header .socials.footer__header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.footer__logo {
  width: 251px;
  height: 45px;
}
.footer__info-block {
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .footer__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer .info-item {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.footer .info-item__title {
  font-size: 1.4em;
  line-height: 1.21em;
  opacity: 0.4;
}
.footer .info-item__info {
  color: inherit;
  font-size: 1.4em;
  line-height: 1.42em;
  opacity: 0.85;
}
.footer__info-item:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .footer__info-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .footer .socials {
    display: none;
  }
}
.footer__nav {
  margin: 30px 0px;
  padding-top: 30px;
  border-top: 2px solid #540D14;
  color: #540D14;
  max-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media (min-width: 1024px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: unset;
    margin: 43px 0px;
    padding-top: 25px;
  }
}
.footer__nav-link {
  color: inherit;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.25em;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
}
@media (min-width: 1350px) {
  .footer__nav-link {
    font-size: 2em;
  }
}
.footer__nav-link:hover {
  color: #906F49;
}
.footer__nav-link:hover::after {
  display: block;
}
.footer__nav-link::after {
  content: " ";
  display: none;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer__firm-name {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 135%;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.footer__bottom {
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  background-blend-mode: screen, normal;
}
.footer__bottom .footer__container {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .footer__bottom .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 17px;
  }
}
@media (min-width: 1024px) {
  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 37px;
  }
}
.footer__link {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 1.4em;
  line-height: 135%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #F1EBE4;
  display: block;
}
.footer__link:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .footer__link:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__link:hover {
  text-decoration: none;
}
.footer__author {
  font-size: 13px;
  margin-top: 40px;
  color: #F1EBE4;
}
@media (min-width: 1024px) {
  .footer__author {
    margin-top: 0px;
  }
}

.author {
  font-family: inherit;
  gap: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.author a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.author span {
  font-size: inherit;
  line-height: 140%;
}

.news-card {
  background-color: #FFFFFF;
  display: block;
}
.news-card__img {
  width: 100%;
  height: 200px;
}
.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-card__inner {
  padding: 16px 16px 24px;
}
.news-card__inner .content-cms {
  color: #540D14;
}
.news-card__inner .content-cms span {
  font-size: 1.2em;
  line-height: 111%;
  margin-bottom: 9px;
  display: inline-block;
}
.news-card__inner .content-cms h3 {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 110%;
  margin-bottom: 11px;
}
.news-card__inner .content-cms div p {
  color: #000000;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 122.5%;
}

.poster-card {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.poster-card__img {
  width: 100%;
  height: 312px;
  position: relative;
}
.poster-card__background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.poster-card__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.poster-card__pushkin-card {
  width: 108px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.poster-card__badge-wrapper {
  position: absolute;
  top: 16px;
  left: calc(100% - 16px);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.poster-card__badge {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1em;
  line-height: 111%;
  text-align: right;
  letter-spacing: 0.1em;
  color: rgba(241, 235, 228, 0.66);
  display: inline-block;
  -webkit-transform: rotate(-90deg) translate(-50%, 0%);
  -ms-transform: rotate(-90deg) translate(-50%, 0%);
  transform: rotate(-90deg) translate(-50%, 0%);
}
.poster-card__inner {
  padding: 16px 16px 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.poster-card__inner .content-cms {
  height: 100%;
  color: #540D14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.poster-card__inner .content-cms span {
  font-size: 1.2em;
  line-height: 111%;
  margin-bottom: 9px;
  display: inline-block;
}
.poster-card__inner .content-cms h3 {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 110%;
  margin-bottom: 11px;
}
.poster-card__inner .content-cms div {
  margin-top: auto;
}
.poster-card__inner .content-cms div::before {
  content: " ";
  display: block;
  height: 2px;
  width: 80px;
  background-color: #540D14;
  margin-bottom: 10px;
}
.poster-card__inner .content-cms div p {
  color: #000000;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 122.5%;
}

.hero {
  height: calc(100vh - 120px);
}
.hero__poster {
  position: relative;
  color: #FFFFFF;
  height: 100%;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__background img {
  width: 100%;
  height: 100%;
}
.hero__overlay {
  position: relative;
  padding: 16px;
  height: 100%;
}
@media (min-width: 1024px) {
  .hero__overlay {
    padding: 30px;
  }
  .hero__overlay * {
    position: relative;
    z-index: 4;
  }
}
.hero__overlay-inner {
  padding: 16px;
  min-height: 300px;
  border: 1px solid rgba(241, 235, 228, 0.33);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.hero__title {
  font-size: 1.8em;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  line-height: 111%;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 2.4em;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 1.1em;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 6.4em;
  }
}
.hero__ticket-buy {
  display: none;
  color: inherit;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .hero__ticket-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
  }
}
.hero__pushkin-card {
  width: 162px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hero__badge-wrapper {
  position: absolute;
  top: 16px;
  left: calc(100% - 16px);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.hero__badge {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1em;
  line-height: 111%;
  text-align: right;
  letter-spacing: 0.1em;
  color: rgba(241, 235, 228, 0.66);
  display: inline-block;
  -webkit-transform: rotate(-90deg) translate(-50%, 0%);
  -ms-transform: rotate(-90deg) translate(-50%, 0%);
  transform: rotate(-90deg) translate(-50%, 0%);
}

.home-hero__title {
  margin-top: auto;
}

.home-hero__name {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .home-hero__name {
    font-size: 3.6em;
    word-break: break-word;
  }
}

.home-hero__desc {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .home-hero__desc {
    margin-bottom: 20px;
  }
}

.navigation-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .navigation-container {
    position: fixed;
    top: initial;
    bottom: 0px;
    z-index: 99;
    height: initial;
  }
}
.navigation-container__inner {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .navigation-container__inner {
    height: initial;
  }
}

.navigation {
  color: #FFFFFF;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  background-blend-mode: screen, normal;
  bottom: 0px;
  left: 0px;
  z-index: 13;
  width: 100%;
  height: 70px;
  padding: 2px 0;
}
.navigation.widget--fixed {
  padding: 0;
}
.navigation__list {
  list-style: none;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.navigation__item {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.28em;
  text-transform: uppercase;
  padding: 0px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.navigation__item.active {
  background-color: #FFFFFF;
  color: #000000;
}
.navigation__item.active:not(:first-child) {
  border-left: 1px solid #540D14;
}
.navigation__link {
  color: inherit;
}
.navigation .swiper {
  height: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.flip-card:hover .flip-card__inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-card__front, .flip-card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card__front {
  background-color: #bbb;
  color: black;
}
.flip-card__back {
  background-color: #2980b9;
  color: white;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.affiche-list {
  -webkit-transform: translateY(calc(-39vh + 80px));
  -ms-transform: translateY(calc(-39vh + 80px));
  transform: translateY(calc(-39vh + 80px));
  margin-bottom: calc(-39vh + 80px);
}
.affiche-list__container {
  max-width: 1280px;
}
.affiche-list__day {
  margin-bottom: 50px;
}
.affiche-list__day:first-child .affiche-list__day-title {
  color: #ECDECD;
  -webkit-text-fill-color: unset;
  background: unset;
}
.affiche-list__day-title {
  margin-bottom: 20px;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 2.4em;
  line-height: 111%;
  letter-spacing: 0.1em;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 1024px) {
  .affiche-list__day-title {
    font-size: 3.6em;
    padding-left: 100px;
  }
}
.affiche-list__staging-item:not(:last-child) {
  margin-bottom: 30px;
}

.staging-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
  color: #000000;
}
@media (min-width: 1024px) {
  .staging-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.staging-card__poster {
  color: #FFFFFF;
  position: relative;
  width: 100%;
  height: 288px;
}
@media (min-width: 1024px) {
  .staging-card__poster {
    max-width: 360px;
    height: unset;
  }
}
.staging-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.staging-card__background::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(25.52%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25.52%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.staging-card__background img {
  width: 100%;
  height: 100%;
}
.staging-card__overlay {
  --overlay-padding: 15px;
  --overlay-inner-padding: 10px;
  position: relative;
  padding: var(--overlay-padding);
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .staging-card__overlay * {
    position: relative;
    z-index: 4;
  }
}
.staging-card__overlay-inner {
  width: 100%;
  height: 100%;
  padding: var(--overlay-inner-padding);
  border: 1px solid rgba(241, 235, 228, 0.33);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.staging-card__overlay-inner .content-cms p {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .staging-card__overlay-inner .content-cms p {
    margin-bottom: 20px;
  }
}
.staging-card__overlay-inner .content-cms h1 {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
}
@media (min-width: 1024px) {
  .staging-card__overlay-inner .content-cms h1 {
    font-size: 3.6em;
    word-break: break-word;
  }
}
.staging-card__overlay-inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.staging-card__overlay-inner-top-right {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .staging-card__overlay-inner-top-right .staging-card__age {
    display: none;
  }
}
.staging-card__overlay-inner-top-left {
  color: #ECDECD;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 111%;
}
.staging-card__overlay-inner-top-left > *:not(:last-child) {
  margin-bottom: 5px;
}
.staging-card__overlay-inner-bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .staging-card__overlay-inner-bottom {
    gap: 20px;
  }
}
.staging-card__overlay-inner-bottom .staging-card__age {
  display: none;
}
@media (min-width: 1024px) {
  .staging-card__overlay-inner-bottom .staging-card__age {
    display: block;
  }
}
.staging-card__overlay-inner-bottom-left > *:not(:last-child) {
  margin-bottom: 5px;
}
.staging-card__premier {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 111%;
  letter-spacing: 0.05em;
  color: #ECDECD;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  background-blend-mode: soft-light, normal;
  padding: 11px 0 11px 10px;
  max-width: 180px;
  -webkit-transform: translateX(calc(var(--overlay-inner-padding) * -1 + var(--overlay-padding) * -1));
  -ms-transform: translateX(calc(var(--overlay-inner-padding) * -1 + var(--overlay-padding) * -1));
  transform: translateX(calc(var(--overlay-inner-padding) * -1 + var(--overlay-padding) * -1));
}
.staging-card__premier span {
  white-space: nowrap;
}
.staging-card__age {
  color: #ECDECD;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2em;
  line-height: 111%;
}
.staging-card__pushkin-card {
  width: 162px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.staging-card__ticket-buy {
  display: none;
  color: inherit;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .staging-card__ticket-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
  }
}
.staging-card__badge-wrapper {
  position: absolute;
  top: 16px;
  left: calc(100% - 16px);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.staging-card__badge {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1em;
  line-height: 111%;
  text-align: right;
  letter-spacing: 0.1em;
  color: rgba(241, 235, 228, 0.66);
  display: inline-block;
  -webkit-transform: rotate(-90deg) translate(-50%, 0%);
  -ms-transform: rotate(-90deg) translate(-50%, 0%);
  transform: rotate(-90deg) translate(-50%, 0%);
}
.staging-card__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .staging-card__info {
    padding-left: 30px;
  }
}
.staging-card__top {
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  .staging-card__top {
    padding: 30px 30px 30px 0;
  }
}
.staging-card__title {
  margin: 0 0 15px;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
  color: #540D14;
}
@media (min-width: 1024px) {
  .staging-card__title {
    font-size: 3em;
    margin: 0 0 20px;
  }
}
.staging-card__title::after {
  content: " ";
  display: block;
  width: 220px;
  height: 2px;
  background-color: #540D14;
  margin: 15px 0 0;
}
@media (min-width: 1024px) {
  .staging-card__title::after {
    margin: 20px 0 0;
  }
}
.staging-card__description {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 122.5%;
  margin-bottom: 5px;
}
.staging-card__footnote {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 122.5%;
  opacity: 0.5;
  margin-top: 5px;
}
.staging-card__crew {
  margin: 20px 0 0 0;
}
@media (min-width: 1024px) {
  .staging-card__crew {
    margin: 20px 0;
  }
}
.staging-card__crew > *:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .staging-card__crew > *:not(:last-child) {
    margin-bottom: 5px;
  }
}
.staging-card__info-block {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 130%;
}
.staging-card__info-block bold {
  font-weight: 500;
  font-size: 1.14285em;
  display: block;
}
@media (min-width: 1024px) {
  .staging-card__info-block bold {
    display: inline-block;
  }
}
.staging-card__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media (min-width: 1024px) {
  .staging-card__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.staging-card__bottom .staging-card__info-block {
  padding: 0px 15px 20px 15px;
}
@media (min-width: 1024px) {
  .staging-card__bottom .staging-card__info-block {
    padding: 0 0 20px 0;
  }
}
.staging-card__btn {
  padding: 1.25em 4.6875em;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .staging-card__btn {
    max-width: 281px;
  }
}

.menu-desktop {
  --offset-top: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  min-height: 100vh;
  background-color: #ECDECD;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-desktop.active {
  width: 100%;
}
.menu-desktop__background {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  max-width: 73.3333333333%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.menu-desktop__background .decor {
  border-right: 1px solid #8b8b8b;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  height: 0;
}
.menu-desktop__background .decor.border-alpha {
  border-right: 1px solid rgba(139, 139, 139, 0.2);
}
.menu-desktop__background .decor.active {
  height: 100%;
}
.menu-desktop__nav {
  width: 37.77%;
  position: relative;
  z-index: 2;
}
.menu-desktop__nav-inner {
  padding: 20px;
  padding-top: var(--offset-top);
}
.menu-desktop__nav-item {
  opacity: 1;
  color: #540D14;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 2em;
  line-height: 1.15em;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  color: #FFFFFF;
  text-shadow: -4px -4px 0 #540D14, 0 -4px 0 #540D14, 4px -4px 0 #540D14, 4px 0 0 #540D14, 4px 4px 0 #540D14, 0 4px 0 #540D14, -4px 4px 0 #540D14, -4px 0 0 #540D14;
  opacity: 0.5;
}
.menu-desktop__nav-item:hover {
  color: #540D14;
  opacity: 1;
  text-shadow: -4px -4px 0 rgba(255, 0, 0, 0), 0 -4px 0 rgba(255, 0, 0, 0), 4px -4px 0 rgba(255, 0, 0, 0), 4px 0 0 rgba(255, 0, 0, 0), 4px 4px 0 rgba(255, 0, 0, 0), 0 4px 0 rgba(255, 0, 0, 0), -4px 4px 0 rgba(255, 0, 0, 0), -4px 0 0 rgba(255, 0, 0, 0);
}
.menu-desktop__nav-item.inactive {
  color: #FFFFFF;
  opacity: 0.5;
}
.menu-desktop__nav-item:not(:last-child) {
  margin-bottom: 40px;
}
.menu-desktop__subnav {
  width: 36.66%;
  background-color: #F1EBE4;
  position: relative;
}
.menu-desktop__subnav-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ECDECD;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.menu-desktop__subnav-background.active {
  width: 0%;
}
.menu-desktop__subnav-inner {
  padding: 20px;
  padding-top: var(--offset-top);
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-out;
  transition: opacity 0.45s ease-out;
}
.menu-desktop__subnav-inner.active {
  opacity: 1;
  z-index: 2;
}
.menu-desktop__subnav-item {
  position: relative;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.7em;
  line-height: 20px;
  text-transform: uppercase;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: soft-light, normal;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.menu-desktop__subnav-item:hover {
  opacity: 0.8;
}
.menu-desktop__subnav-item:not(:last-child) {
  margin-bottom: 40px;
}
.menu-desktop__aside {
  width: 25.55%;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-desktop__aside .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.menu-desktop__aside .poster-slider__season {
  margin-top: auto;
  position: relative;
}
.menu-desktop__aside .poster-slider__season::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  width: 100%;
  max-width: 304px;
  height: 113px;
  border: 1px solid #906F49;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.menu-desktop__aside .poster-slider__season-text {
  -webkit-text-stroke: 3px #906F49;
}
.menu-desktop__aside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.menu-desktop__aside-inner {
  padding: 0 0 20px 20px;
  padding-top: var(--offset-top);
}
.menu-desktop__aside-essential {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.menu-desktop__button {
  font-size: 1.4em;
  background-color: #FFFFFF;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-desktop__button:hover span {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
  background-blend-mode: unset;
}
.menu-desktop__button span {
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: soft-light, normal;
}
.menu-desktop__button svg path {
  fill: #540D14;
}
.menu-desktop__aside-link {
  font-weight: 700;
  font-size: 2.4em;
  line-height: 110%;
  text-align: start;
  color: #906F49;
  display: block;
}
.menu-desktop__aside-link:not(:last-child) {
  margin-bottom: 40px;
}

.submenu {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.submenu.active {
  opacity: 1;
}

.calendar {
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
}
@media (min-width: 1350px) {
  .calendar {
    max-width: unset;
  }
}
.calendar__head .calendar__row {
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1350px) {
  .calendar__head .calendar__row {
    gap: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.calendar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1350px) {
  .calendar__row {
    gap: 9px;
  }
}
.calendar__row:not(:last-child) {
  margin-bottom: 9px;
}
@media (min-width: 1350px) {
  .calendar__month {
    font-size: 2.4em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: auto;
  }
}
.calendar__month p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.calendar__btn svg,
.calendar__btn img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.calendar__btn path {
  fill: #FFFFFF;
}
.calendar__prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.calendar__prev:hover img,
.calendar__prev:hover svg {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
.calendar__next:hover img,
.calendar__next:hover svg {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
.calendar__body {
  margin-top: 25px;
}
@media (min-width: 1350px) {
  .calendar__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 9px;
  }
}
.calendar__td {
  width: 14.2857142857%;
  color: #ECDECD;
  opacity: 0.5;
}
@media (min-width: 1350px) {
  .calendar__td {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 24px;
  }
}
.calendar__td.active {
  color: #FFFFFF;
  opacity: 1;
}
.calendar__td.inactive {
  color: #FFFFFF;
  opacity: 0.1;
}
.calendar__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-family: "Cera Pro";
  font-style: normal;
  color: inherit;
  width: 100%;
}
.calendar__day span {
  display: block;
}
.calendar__day span:first-child {
  font-weight: 700;
  font-size: 2.4em;
  white-space: nowrap;
}
.calendar__day span:last-child {
  font-weight: 400;
  font-size: 1.8em;
  white-space: nowrap;
}
@media (min-width: 1350px) {
  .calendar__day span:last-child {
    white-space: nowrap;
  }
}

.feedback {
  position: relative;
}
.feedback__wrapper {
  position: relative;
  width: 100%;
  padding: 40px 16px 30px;
}
@media (min-width: 768px) {
  .feedback__wrapper {
    padding: 80px 16px 90px;
  }
}
@media (min-width: 1024px) {
  .feedback__wrapper {
    padding: 110px 16px 90px;
  }
}
.feedback__wrapper::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
}
@media (min-width: 1200px) {
  .feedback__wrapper::before {
    width: calc(100% - 60px);
  }
}
.feedback__inner {
  max-width: 1040px;
  margin: 0 auto;
  color: #ECDECD;
}
.feedback__inner .content-cms h2 {
  font-family: "Gorod";
  font-weight: 800;
  line-height: 111%;
  font-size: 1.8em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 1.6666em;
  text-align: center;
}
@media (min-width: 440px) {
  .feedback__inner .content-cms h2 {
    font-size: 2.4em;
  }
}
@media (min-width: 1350px) {
  .feedback__inner .content-cms h2 {
    font-size: 3em;
  }
}
.feedback__inner .content-cms ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  font-family: "Cera Pro";
  font-style: normal;
}
@media (min-width: 440px) {
  .feedback__inner .content-cms ul {
    grid-template-columns: repeat(auto-fit, 300px);
  }
}
.feedback__inner .content-cms li p {
  font-weight: 500;
  font-size: 1.6em;
  margin-bottom: 0.35714em;
  line-height: 130%;
}
.feedback__inner .content-cms li strong {
  font-weight: 500;
  line-height: 130%;
  font-size: 2.4em;
  margin-bottom: 0.208333em;
  display: block;
}
.feedback__inner .content-cms li span {
  color: rgba(236, 222, 205, 0.5);
  font-size: 1.4em;
  font-weight: 300;
  line-height: 130%;
  display: block;
}
.feedback__inner .content-cms li a {
  color: inherit;
}
.form-feedback {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 50px;
}
@media (min-width: 768px) {
  .form-feedback {
    -ms-grid-columns: (minmax(288px, 480px))[2];
    grid-template-columns: repeat(2, minmax(288px, 480px));
  }
}
.form-feedback .just-validate-error-label {
  display: none;
}
.form-feedback__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (min-width: 768px) {
  .form-feedback__item {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.form-feedback__item_wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.form-feedback__item_centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-feedback__label {
  font-size: 1.6em;
  line-height: 135%;
  color: rgba(236, 222, 205, 0.5);
}
.form-feedback__label a {
  color: #540D14;
  text-decoration: underline;
}
.form-feedback__label a:hover {
  text-decoration: none;
}
.form-feedback__label_colorful {
  color: #ECDECD;
}
.form-feedback__input {
  padding: 14px 7px 7px 7px;
  font-size: 1.8em;
  color: #ECDECD;
  outline: none;
  background-color: transparent;
  border: none;
  width: 100%;
  border-bottom: 2px solid #ECDECD;
}
.form-feedback__input::-webkit-input-placeholder {
  font-size: 1em;
  line-height: 135%;
  color: rgba(236, 222, 205, 0.3);
}
.form-feedback__input::-moz-placeholder {
  font-size: 1em;
  line-height: 135%;
  color: rgba(236, 222, 205, 0.3);
}
.form-feedback__input:-ms-input-placeholder {
  font-size: 1em;
  line-height: 135%;
  color: rgba(236, 222, 205, 0.3);
}
.form-feedback__input::-ms-input-placeholder {
  font-size: 1em;
  line-height: 135%;
  color: rgba(236, 222, 205, 0.3);
}
.form-feedback__input::placeholder {
  font-size: 1em;
  line-height: 135%;
  color: rgba(236, 222, 205, 0.3);
}
.form-feedback__input.just-validate-error-field ~ .form-feedback__label {
  color: #ff0909;
}
.form-feedback__submit {
  width: 100%;
  max-width: 330px;
  padding: 21px 0px;
  color: #540D14;
  background-color: #ECDECD;
  font-size: 1.6em;
  line-height: 110%;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.form-feedback__submit:hover {
  color: #ECDECD;
  background-color: #540D14;
}
.form-feedback__submit[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
  color: #540D14;
  background-color: #ECDECD;
}

.input-checkbox-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5em auto;
  grid-template-columns: 1.5em auto;
  gap: 0.7em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-checkbox-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  -webkit-transform: translateY(-0.075em);
  -ms-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-row-align: self-start;
  align-self: self-start;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .input-checkbox-wrapper input[type=checkbox] {
    -ms-flex-item-align: self-start;
    -ms-grid-row-align: self-start;
    align-self: self-start;
    margin-top: 3px;
  }
}
.input-checkbox-wrapper input[type=checkbox]::before {
  content: "";
  width: 0.95em;
  height: 0.95em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #540D14;
  box-shadow: inset 1em 1em #540D14;
  background-color: CanvasText;
}
.input-checkbox-wrapper input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.input-checkbox-wrapper input[type=checkbox].just-validate-error-field {
  border-color: red;
}

.graph-modal__container {
  padding: 0;
}

.modal-vacancy {
  position: relative;
  width: calc(99% - 32px);
  max-width: 1240px;
}
.modal-vacancy__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  padding: 0;
}
@media (min-width: 1024px) {
  .modal-vacancy__close {
    width: 20px;
    height: 20px;
    right: 25px;
    top: 25px;
  }
}
.modal-vacancy__close:hover {
  opacity: 1;
}
.modal-vacancy__close:before, .modal-vacancy__close:after {
  content: " ";
  position: absolute;
  top: -3px;
  left: 6px;
  height: 20px;
  width: 2px;
  background-color: #540D14;
}
@media (min-width: 1024px) {
  .modal-vacancy__close:before, .modal-vacancy__close:after {
    height: 27px;
  }
}
.modal-vacancy__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-vacancy__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-vacancy__inner {
  background-color: #ECDECD;
}
@media (min-width: 1024px) {
  .modal-vacancy__inner {
    padding-bottom: 25px;
  }
}
.modal-vacancy .vacancy {
  background-color: #ECDECD;
  color: #540D14;
}
@media (min-width: 1024px) {
  .modal-vacancy .vacancy__inner {
    padding: 40px 40px 25px 40px;
  }
}
.modal-vacancy .vacancy__header {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .modal-vacancy .vacancy__header {
    font-size: 3.2em;
    margin-bottom: 30px;
  }
}
.modal-vacancy .vacancy__details {
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .modal-vacancy .vacancy__btn {
    max-width: 280px;
    margin-left: 40px;
  }
}
.modal-vacancy .details-vacancy {
  max-height: 314px;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .modal-vacancy .details-vacancy {
    max-height: 356px;
  }
}
.modal-vacancy .details-vacancy::-webkit-scrollbar {
  width: 3px;
  /* ширина всей полосы прокрутки */
}
.modal-vacancy .details-vacancy::-webkit-scrollbar-track {
  background: #ECDECD;
  /* цвет зоны отслеживания */
}
.modal-vacancy .details-vacancy::-webkit-scrollbar-thumb {
  background-color: #540D14;
  /* цвет бегунка */
  border-radius: 20px;
  /* округлось бегунка */
  border: 3px solid #540D14;
  /* отступ вокруг бегунка */
}
.modal-vacancy .details-vacancy__text {
  list-style: disc;
}
.modal-vacancy .details-vacancy ul.details-vacancy__text {
  padding-left: 1.15em;
}

.modal-vacancy-step-2 {
  color: #540D14;
  max-width: 560px;
}
.modal-vacancy-step-2 .modal-vacancy__inner {
  padding: 16px;
}
@media (min-width: 1024px) {
  .modal-vacancy-step-2 .modal-vacancy__inner {
    padding: 40px 40px 25px;
  }
}
.modal-vacancy-step-2 .form-feedback {
  row-gap: 25px;
}
@media (min-width: 768px) {
  .modal-vacancy-step-2 .form-feedback {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .modal-vacancy-step-2 .form-feedback__item {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.modal-vacancy-step-2 .form-feedback__input {
  color: #540D14;
  border-bottom: 2px solid #540D14;
}
.modal-vacancy-step-2 .form-feedback__input::-webkit-input-placeholder {
  color: #540D14;
  opacity: 0.2;
}
.modal-vacancy-step-2 .form-feedback__input::-moz-placeholder {
  color: #540D14;
  opacity: 0.2;
}
.modal-vacancy-step-2 .form-feedback__input:-ms-input-placeholder {
  color: #540D14;
  opacity: 0.2;
}
.modal-vacancy-step-2 .form-feedback__input::-ms-input-placeholder {
  color: #540D14;
  opacity: 0.2;
}
.modal-vacancy-step-2 .form-feedback__input::placeholder {
  color: #540D14;
  opacity: 0.2;
}
.modal-vacancy-step-2 .form-feedback__input.just-validate-error-field ~ .form-feedback__label {
  color: red;
  opacity: 1;
}
.modal-vacancy-step-2 .form-feedback__label {
  color: #540D14;
  opacity: 0.5;
  font-size: 1.4em;
}
.modal-vacancy-step-2 .form-feedback__label a {
  color: #906F49;
}
.modal-vacancy-step-2 .form-feedback__label_colorful {
  opacity: 1;
  color: #1C1819;
}
@media (min-width: 1024px) {
  .modal-vacancy-step-2 .form-feedback__label_large {
    font-size: 1.6em;
  }
}
.modal-vacancy-step-2 input[type=checkbox].form-application__input-checkbox_align-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.modal-vacancy-step-2 input[type=checkbox].form-application__input-checkbox {
  width: 1.1em;
  height: 1.1em;
}
.modal-vacancy-step-2 input[type=checkbox].form-application__input-checkbox::before {
  width: 0.75em;
  height: 0.75em;
}
.modal-vacancy-step-2 .form-feedback__submit {
  color: #FFFFFF;
  background-color: #540D14;
  padding: 18px 0px;
  max-width: 280px;
  margin: 0 auto;
}

.modal-vacancy-thanks {
  max-width: 540px;
}
.modal-vacancy-thanks .modal-vacancy__inner {
  padding: 54px 29px;
  text-align: center;
}
@media (min-width: 1024px) {
  .modal-vacancy-thanks .modal-vacancy__inner {
    padding: 92px 29px;
  }
}
.modal-vacancy-thanks .vacancy__header {
  padding-right: 0;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .modal-vacancy-thanks .vacancy__header {
    margin-bottom: 10px;
  }
}
.modal-vacancy-thanks__text {
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: soft-light, normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
}

.base-swiper-controls {
  min-width: 45%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #FFFFFF;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.base-swiper-controls__next, .base-swiper-controls__prev {
  border: 1px solid rgba(84, 13, 20, 0.66);
  position: static;
  margin: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.base-swiper-controls__next::after, .base-swiper-controls__prev::after {
  content: " ";
  display: block;
  background: url("../img/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 12px;
}
.base-swiper-controls__prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-mobile {
  --offset-top: 90px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: #ECDECD;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0;
}
.menu-mobile.active {
  opacity: 1;
  width: 100%;
}
.menu-mobile__btn-back {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 135%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #540D14;
}
.menu-mobile__btn-back:hover::before {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.menu-mobile__btn-back::before {
  content: " ";
  display: inline-block;
  background: url("../img/arrow-back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-mobile__inner {
  padding-bottom: 20px;
  height: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-mobile__inner .menu-mobile__header {
  z-index: 3;
}
.menu-mobile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 0 16px 16px;
  margin-bottom: 32px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.menu-mobile__background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
.menu-mobile__background .decor {
  border-right: 1px solid #8b8b8b;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  height: 0;
}
.menu-mobile__background .decor.border-alpha {
  border-right: 1px solid rgba(139, 139, 139, 0.2);
}
.menu-mobile__background .decor.active {
  height: 100%;
}
.menu-mobile__nav {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.menu-mobile__nav-inner {
  padding: 0px 16px 30px;
}
.menu-mobile__nav-item {
  opacity: 1;
  color: #540D14;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 1.15em;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.65s ease-out;
  transition: all 0.65s ease-out;
  cursor: pointer;
}
.menu-mobile__nav-item.inactive {
  color: #FFFFFF;
  -webkit-text-stroke: 3px #540D14;
  opacity: 0.5;
}
.menu-mobile__nav-item:not(:last-child) {
  margin-bottom: 40px;
}
.menu-mobile__subnav {
  background-color: #F1EBE4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 3;
}
.menu-mobile__subnav.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.menu-mobile__subnav-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ECDECD;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.menu-mobile__subnav-background.active {
  width: 0%;
}
.menu-mobile__subnav-inner {
  padding: 20px;
  padding-top: var(--offset-top);
  position: absolute;
  top: 0;
  display: none;
  -webkit-transition: opacity 0.45s ease-out;
  transition: opacity 0.45s ease-out;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  overflow-y: auto;
}
.menu-mobile__subnav-inner.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-mobile__subnav-item {
  position: relative;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.7em;
  line-height: 20px;
  text-transform: uppercase;
  color: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: soft-light, normal;
  cursor: pointer;
}
.menu-mobile__aside {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-mobile__aside .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: -15px;
}
.menu-mobile__aside .poster-slider__season {
  margin-top: auto;
  position: relative;
  padding: 0 20px;
}
.menu-mobile__aside .poster-slider__season::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  width: calc(100% - 40px);
  max-width: 304px;
  height: 113px;
  border: 1px solid #906F49;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.menu-mobile__aside .poster-slider__season-text {
  -webkit-text-stroke: 3px #906F49;
}
.menu-mobile__aside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.menu-mobile__aside-inner {
  padding: 30px 0 0 20px;
}
.menu-mobile__aside-essential {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.menu-mobile__aside-img {
  width: 55px;
  height: 201px;
}
.menu-mobile__button {
  font-size: 1.4em;
  background-color: transparent;
  padding: 10px 20px;
  position: static;
  top: 0;
  right: 0;
}
.menu-mobile__button:hover {
  color: #540D14;
  background: unset;
}
.menu-mobile__button:hover svg path {
  fill: #540D14;
}
.menu-mobile__button span {
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: soft-light, normal;
  text-align: start;
}
.menu-mobile__button svg {
  width: 34px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.menu-mobile__button svg path {
  fill: #540D14;
}
.menu-mobile__aside-link {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 110%;
  text-align: start;
  color: #906F49;
  display: block;
}
.menu-mobile__aside-link:not(:last-child) {
  margin-bottom: 30px;
}
.menu-mobile__aside-link-img {
  height: 31px;
  width: 174px;
}
.menu-mobile .submenu {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.menu-mobile .submenu.active {
  opacity: 1;
}

.affiche-scene {
  position: absolute;
  top: 304px;
  right: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
@media (max-width: 1710px) {
  .affiche-scene {
    top: 304px;
    right: 310px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1600px) {
  .affiche-scene {
    top: 304px;
    right: 295px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1500px) {
  .affiche-scene {
    top: 304px;
    right: 235px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1350px) {
  .affiche-scene {
    top: 541px;
    right: 296px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .affiche-scene {
    width: 100%;
    top: 430px;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .affiche-scene {
    width: 100%;
    top: 410px;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .affiche-scene {
    width: 100%;
    top: 420px;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.affiche-scene__btn {
  display: block;
  font-family: "Cera Pro", -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, "Noto Sans Armenian", "Noto Sans Bengali", "Noto Sans Cherokee", "Noto Sans Devanagari", "Noto Sans Ethiopic", "Noto Sans Georgian", "Noto Sans Hebrew", "Noto Sans Kannada", "Noto Sans Khmer", "Noto Sans Lao", "Noto Sans Osmanya", "Noto Sans Tamil", "Noto Sans Telugu", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #F1EBE4;
  padding: 20px 54px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1350px) {
  .affiche-scene__btn {
    font-size: 28px;
    padding: 16px 24px;
  }
}
@media (max-width: 1024px) {
  .affiche-scene__btn {
    font-size: 24px;
    padding: 16px 24px;
  }
}
@media (max-width: 768px) {
  .affiche-scene__btn {
    font-size: 20px;
    padding: 10px 24px;
  }
}
@media (max-width: 576px) {
  .affiche-scene__btn {
    font-size: 14px;
    padding: 10px 24px;
  }
}
.affiche-scene__btn.active {
  background-color: white;
  color: #540D14;
}

.home-hero {
  position: relative;
}
@media (min-width: 1024px) {
  .home-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-hero__thumbs-swiper {
  pointer-events: none;
  width: 39%;
}
@media (min-width: 1024px) {
  .home-hero__thumbs-swiper {
    width: 100%;
  }
}
.home-hero__main {
  position: relative;
}
@media (min-width: 1024px) {
  .home-hero__main {
    max-width: calc(100% - 180px);
  }
}
@media (min-width: 1500px) {
  .home-hero__main {
    max-width: calc(100% - 290px);
  }
}
.home-hero__main::after {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 99%;
  height: 64.5%;
  background-color: #540D14;
}
@media (min-width: 1024px) {
  .home-hero__main::after {
    display: block;
    top: 100%;
    width: 180px;
    height: 540px;
    -webkit-transform: translate(0px, -192px);
    -ms-transform: translate(0px, -192px);
    transform: translate(0px, -192px);
  }
}
@media (min-width: 1500px) {
  .home-hero__main::after {
    width: 620px;
  }
}
.home-hero .swiper-timer {
  display: none;
  background: rgba(84, 13, 20, 0.33);
  height: 3px;
}
@media (min-width: 1024px) {
  .home-hero .swiper-timer {
    display: block;
  }
}
.home-hero .swiper-timer__progress-bar {
  background: #540D14;
  height: 100%;
  width: 0;
  display: block;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.home-hero__poster {
  position: relative;
  color: #FFFFFF;
}
@media (min-width: 1500px) {
  .home-hero__poster {
    min-height: calc(100vh - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero__background img {
  width: 100%;
  /*height: 100%;*/
}
.home-hero__overlay {
  position: relative;
  position: relative;
  padding: 16px;
}
.home-hero__overlay::after {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 99%;
  height: 64.5%;
  background-color: #540D14;
}
@media (min-width: 1024px) {
  .home-hero__overlay::after {
    display: block;
    top: 100%;
    width: 164px;
    height: 540px;
    -webkit-transform: translate(0px, -192px);
    -ms-transform: translate(0px, -192px);
    transform: translate(0px, -192px);
  }
}
@media (min-width: 1500px) {
  .home-hero__overlay::after {
    width: 604px;
  }
}
@media (min-width: 1024px) {
  .home-hero__overlay * {
    position: relative;
  }
}
@media (min-width: 1350px) {
  .home-hero__overlay {
    padding: 30px;
  }
}
@media (min-width: 1500px) {
  .home-hero__overlay {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home-hero__overlay-inner {
  padding: 16px;
  min-height: 300px;
  border: 1px solid rgba(241, 235, 228, 0.33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .home-hero__overlay-inner {
    min-height: 600px;
  }
}
@media (min-width: 1350px) {
  .home-hero__overlay-inner {
    padding: 30px;
  }
}
@media (min-width: 1500px) {
  .home-hero__overlay-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.home-hero__overlay-inner .content-cms {
  margin-top: auto;
}
.home-hero__overlay-inner .content-cms p {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .home-hero__overlay-inner .content-cms p {
    margin-bottom: 20px;
  }
}
.home-hero__overlay-inner .content-cms h1 {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 111%;
}
@media (min-width: 1024px) {
  .home-hero__overlay-inner .content-cms h1 {
    font-size: 3.6em;
    word-break: break-word;
  }
}
.home-hero__ticket-buy {
  display: none;
  color: inherit;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .home-hero__ticket-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
  }
}
.home-hero__pushkin-card {
  width: 162px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home-hero__badge-wrapper {
  position: absolute;
  top: 16px;
  left: calc(100% - 16px);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.home-hero__badge {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1em;
  line-height: 111%;
  text-align: right;
  letter-spacing: 0.1em;
  color: rgba(241, 235, 228, 0.66);
  display: inline-block;
  -webkit-transform: rotate(-90deg) translate(-50%, 0%);
  -ms-transform: rotate(-90deg) translate(-50%, 0%);
  transform: rotate(-90deg) translate(-50%, 0%);
}
.home-hero__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .home-hero__aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1500px) {
  .home-hero__aside {
    width: 290px;
  }
}
.home-hero__when {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 16px;
  color: #540D14;
  background-color: #F1EBE4;
}
@media (min-width: 1024px) {
  .home-hero__when {
    width: 100%;
    display: none;
  }
}
.home-hero__when .content-cms {
  word-break: keep-all;
}
.home-hero__when.desktop {
  display: none;
}
@media (min-width: 1500px) {
  .home-hero__when.desktop {
    padding: 30px;
  }
}
@media (min-width: 1500px) {
  .home-hero__when.desktop .home-hero__when-inner {
    padding: 46px 0px 44px;
  }
}
.home-hero__when.desktop .home-hero__when-inner .content-cms span {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
}
@media (min-width: 1500px) {
  .home-hero__when.desktop .home-hero__when-inner .content-cms span {
    font-size: 2.4em;
  }
}
.home-hero__when.desktop .home-hero__when-inner .content-cms h3 {
  font-size: 1em;
  margin-top: 6px;
}
.home-hero__when.desktop .home-hero__when-inner .content-cms h3 p:nth-child(1) {
  font-size: 3.6em;
}
@media (min-width: 1500px) {
  .home-hero__when.desktop .home-hero__when-inner .content-cms h3 p:nth-child(1) {
    font-size: 6.4em;
  }
}
.home-hero__when.desktop .home-hero__when-inner .content-cms h3 p:nth-child(2) {
  word-break: keep-all;
  font-size: 1.2em;
}
@media (min-width: 1500px) {
  .home-hero__when.desktop .home-hero__when-inner .content-cms h3 p:nth-child(2) {
    font-size: 2em;
  }
}
.home-hero__when.desktop .home-hero__when-inner .content-cms h3::after {
  width: 50%;
  margin: 22px auto;
}
@media (min-width: 1500px) {
  .home-hero__when.desktop .home-hero__when-inner .content-cms h3::after {
    margin: 30px auto;
  }
}
@media (min-width: 1500px) {
  .home-hero__when.desktop .home-hero__when-inner .content-cms p:first-of-type {
    font-size: 2.4em;
    margin-bottom: 10px;
  }
}
.home-hero__when.desktop .home-hero__when-inner .content-cms p:last-of-type {
  font-weight: 400;
}
@media (min-width: 1500px) {
  .home-hero__when.desktop .home-hero__when-inner .content-cms p:last-of-type {
    font-size: 4em;
  }
}
@media (min-width: 1024px) {
  .home-hero__when.desktop {
    display: block;
  }
}
.home-hero__when-inner {
  border: 1px solid rgba(84, 13, 20, 0.33);
  padding: 16px 0px;
}
.home-hero__when-inner .content-cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-hero__when-inner .content-cms h3 {
  font-family: "Gorod";
  font-weight: 800;
  font-size: 1.6em;
  line-height: 111%;
  letter-spacing: 0.1em;
}
.home-hero__when-inner .content-cms h3::after {
  content: " ";
  display: block;
  width: 74%;
  height: 4px;
  background-color: #540D14;
  margin: 15px auto;
}
.home-hero__when-inner .content-cms p:first-of-type {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  text-align: center;
  margin-bottom: 4px;
  word-break: keep-all;
}
.home-hero__when-inner .content-cms p:last-of-type {
  font-weight: 300;
  font-size: 2.4em;
  line-height: 110%;
  text-align: center;
}
.home-hero__controls {
  min-width: 45%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #FFFFFF;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.home-hero__controls .swiper-button-next, .home-hero__controls .swiper-button-prev {
  border: 1px solid rgba(84, 13, 20, 0.66);
  position: static;
  margin: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.home-hero__controls .swiper-button-next::after, .home-hero__controls .swiper-button-prev::after {
  content: " ";
  display: block;
  background: url("../img/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 12px;
}
.home-hero__controls .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-hero__btn-buy {
  width: 16%;
  max-width: 50px;
  font-size: 1.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .home-hero__btn-buy {
    display: none;
  }
}
.home-hero__btn-buy span {
  -webkit-transform: rotate(-90deg) translateX(50%);
  -ms-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
  white-space: nowrap;
}
.home-hero__btn-buy img,
.home-hero__btn-buy svg {
  -webkit-transform: rotate(-90deg) translateX(0%);
  -ms-transform: rotate(-90deg) translateX(0%);
  transform: rotate(-90deg) translateX(0%);
  height: 23px;
  -o-object-fit: contain;
  object-fit: contain;
}

.home-hero__swiper .home-hero__background::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), color-stop(25.52%, rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.62)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.18) 25.52%, rgba(0, 0, 0, 0.62) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.news-slider {
  --card-height: 400px;
  margin: 50px 0px 70px;
  padding: 0px 0px 0px 16px;
  position: relative;
}
.news-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: translate(5%, -30%);
  -ms-transform: translate(5%, -30%);
  transform: translate(5%, -30%);
}
@media (min-width: 1024px) {
  .news-slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 1560px;
    margin: 50px 0px 120px auto;
    padding: 0px 0px 0px 65px;
  }
}
@media (min-width: 1500px) {
  .news-slider {
    margin: 50px auto 120px 275px;
    -ms-grid-columns: 620px 1fr;
    grid-template-columns: 620px 1fr;
  }
}
.news-slider__title {
  margin-bottom: 0.83em;
  color: #540D14;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 2.4em;
  line-height: 111%;
  position: relative;
}
@media (min-width: 1024px) {
  .news-slider__title {
    font-size: 3.6em;
    margin-bottom: 1.6em;
    z-index: 10;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #FFFFFF 99px, #540D14 99px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1500px) {
  .news-slider__title {
    background-image: linear-gradient(to right, #FFFFFF 264px, #540D14 264px);
  }
}
.news-slider__swiper {
  position: relative;
  z-index: 11;
}
.news-slider__swiper::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 99%;
  height: calc(var(--card-height) * 64.5 / 100);
  background-color: #540D14;
}
@media (min-width: 1024px) {
  .news-slider__swiper::before {
    display: none;
    top: -48%;
    width: 180px;
    height: 540px;
    z-index: 3;
  }
}
@media (min-width: 1500px) {
  .news-slider__swiper::before {
    width: 620px;
  }
}
@media (min-width: 1024px) {
  .news-slider__swiper {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.news-slider__swiper .swiper {
  overflow: visible;
}
.news-slider__swiper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.news-slider__swiper .swiper-slide:last-child {
  margin-right: 16px;
}
.news-slider__swiper .news-card {
  width: 280px;
  height: var(--card-height);
}
.news-slider__btn {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  color: #F1EBE4;
  margin: 20px 0px;
  position: relative;
  z-index: 11;
}
@media (min-width: 1024px) {
  .news-slider__btn {
    color: #540D14;
    margin: 0;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: end;
    justify-self: end;
    padding-right: 65px;
  }
}

.poster-slider {
  margin: 110px 0px 60px;
  padding: 0px 0px 0px 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .poster-slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 345px 1fr;
    grid-template-columns: 345px 1fr;
    row-gap: 40px;
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .poster-slider {
    -ms-grid-columns: 620px 1fr;
    grid-template-columns: 620px 1fr;
  }
}
.poster-slider__title {
  margin-bottom: calc(0.83em - 17px);
  color: #540D14;
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 2.4em;
  line-height: 111%;
  position: relative;
}
.poster-slider__title::after {
  width: 373px;
  height: 312px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-10%, -42%);
  -ms-transform: translate(-10%, -42%);
  transform: translate(-10%, -42%);
}
@media (min-width: 1024px) {
  .poster-slider__title {
    font-size: 3.6em;
    margin-bottom: 0;
    padding-left: 65px;
    color: #FFFFFF;
    position: relative;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    background: linear-gradient(to right, #540D14 345px, #FFFFFF 345px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1500px) {
  .poster-slider__title {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
  }
}
@media (min-width: 1024px) {
  .poster-slider__title span {
    background-image: linear-gradient(to right, #540D14 279px, #FFFFFF 279px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.poster-slider__poster-info {
  display: none;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .poster-slider__poster-info {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media (min-width: 1500px) {
  .poster-slider__poster-info {
    z-index: 0;
    position: relative;
  }
}
.poster-slider__poster-info-inner {
  height: 100%;
  max-width: 345px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 30px 30px;
}
.poster-slider__poster-info-header .content-cms {
  font-weight: 300;
  font-size: 0.9em;
  line-height: 161.5%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: justify;
  color: #000000;
}
.poster-slider__season {
  position: relative;
}
.poster-slider__season-number {
  font-weight: 700;
  font-size: 22.8em;
  line-height: 111%;
  text-align: center;
  color: #ECDECD;
}
.poster-slider__season-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 2.6em;
  line-height: 111%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #FFFFFF;
  -webkit-text-stroke: 3px #906F49;
}
.poster-slider__swiper {
  position: relative;
}
@media (min-width: 1024px) {
  .poster-slider__swiper {
    -ms-grid-column: 2;
    grid-column-start: 2;
    max-width: calc(100vw - 345px);
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding: 33px 0px 0px 16px;
  }
}
@media (min-width: 1500px) {
  .poster-slider__swiper {
    max-width: calc(100vw - 620px);
  }
}
.poster-slider__swiper::after {
  content: " ";
  display: none;
  width: 100%;
  height: 64.5%;
  background-color: #540D14;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: -2;
}
@media (min-width: 1024px) {
  .poster-slider__swiper::after {
    display: block;
    height: 280px;
  }
}
.poster-slider__swiper .swiper {
  padding-top: 17px;
}
.poster-slider__swiper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.poster-slider__swiper .swiper-slide:last-child {
  margin-right: 16px;
}
.poster-slider__swiper .poster-card {
  width: 234px;
  height: 489px;
}
@media (min-width: 1024px) {
  .poster-slider__aside {
    color: #540D14;
    margin: 0;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: end;
    justify-self: end;
    padding-right: 65px;
    position: relative;
  }
}
.poster-slider__btn {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 110%;
  color: #540D14;
  position: relative;
  margin: 20px 0px 0px;
}
@media (min-width: 1024px) {
  .poster-slider__btn {
    color: #FFFFFF;
    margin: 0px 0px 0px auto;
  }
}
.poster-slider__date {
  display: none;
}
@media (min-width: 1024px) {
  .poster-slider__date {
    display: block;
    font-family: "Gorod";
    font-style: normal;
    font-weight: 800;
    font-size: 3em;
    line-height: 111%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
}
.poster-slider__controls {
  min-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 10px;
  height: 120px;
  margin-top: auto;
}
@media (min-width: 1350px) {
  .poster-slider__controls {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.poster-slider__controls .swiper-button-next, .poster-slider__controls .swiper-button-prev {
  border: 1px solid rgba(84, 13, 20, 0.66);
  position: static;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.poster-slider__controls .swiper-button-next::after, .poster-slider__controls .swiper-button-prev::after {
  content: " ";
  display: block;
  background: url("../img/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 12px;
}
.poster-slider__controls .swiper-button-next.swiper-button-lock, .poster-slider__controls .swiper-button-prev.swiper-button-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.poster-slider__controls .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.partners {
  margin: 60px 0px;
  position: relative;
}
.partners__img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100px;
}
.partners::after {
  width: 380px;
  height: 484px;
  top: 0;
  right: 0;
  -webkit-transform: translate(12%, -12%);
  -ms-transform: translate(12%, -12%);
  transform: translate(12%, -12%);
  z-index: -4;
}
.partners__swiper {
  --offset: 20px;
  margin: 0 auto;
  padding: 0px var(--offset);
  max-width: calc(1290px + var(--offset) * 2);
}
@media (min-width: 1350px) {
  .partners__swiper {
    --offset: 30px;
  }
}
.partners__swiper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.partners__link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.quote {
  margin: 60px 0px;
}

.quote-block {
  margin: 0;
}
.quote-block__mobile {
  position: relative;
  z-index: 15;
}
@media (min-width: 768px) {
  .quote-block__mobile {
    display: none;
  }
}
.quote-block__desktop {
  display: none;
}
@media (min-width: 768px) {
  .quote-block__desktop {
    display: block;
  }
}
.quote-block__wrapper {
  position: relative;
}
.quote-block__wrapper::before {
  content: " ";
  display: block;
  background-color: #FFFFFF;
  width: 100%;
  height: 482px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (min-width: 768px) {
  .quote-block__wrapper::before {
    display: none;
  }
}
.quote-block__inner {
  width: 95%;
  max-width: 95%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  background-blend-mode: soft-light, normal;
  color: #FFFFFF;
  padding: 16px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .quote-block__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    -webkit-column-gap: 77px;
    -moz-column-gap: 77px;
    column-gap: 77px;
    padding: 0;
    background: unset;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .quote-block__inner {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
@media (min-width: 1350px) {
  .quote-block__inner {
    max-width: 86.7%;
  }
}
@media (min-width: 1500px) {
  .quote-block__inner {
    max-width: 76%;
  }
}
.quote-block__blockquote-shell {
  position: relative;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .quote-block__blockquote-shell {
    padding: 70px 0px 33px;
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.quote-block__blockquote-shell > * {
  position: relative;
}
.quote-block__blockquote-shell::before {
  content: " ";
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  height: 280px;
  width: 100vw;
  left: 0px;
  bottom: 0px;
  z-index: -3;
}
.quote-block__blockquote-shell::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
}
@media (min-width: 768px) {
  .quote-block__blockquote-shell::after {
    background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
    width: 100%;
    height: 100%;
  }
}
.quote-block__blockquote-shell-inner {
  max-width: 985px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
  position: relative;
  z-index: 5;
}
@media (min-width: 1500px) {
  .quote-block__blockquote-shell-inner {
    margin-right: 70px;
  }
}
.quote-block__blockquote-shell-inner > * {
  position: relative;
  z-index: 5;
}
.quote-block__img {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1.25;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .quote-block__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media (min-width: 1024px) {
  .quote-block__img {
    height: 360px;
    aspect-ratio: unset;
  }
}
.quote-block__img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .quote-block__img img {
    position: absolute;
    width: 400px;
    height: 496px;
  }
}
.quote-block__blockquote {
  --offset: 16px;
  padding: 0px var(--offset);
  margin: 0 auto;
  -webkit-transform: translateY(-19px);
  -ms-transform: translateY(-19px);
  transform: translateY(-19px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .quote-block__blockquote {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    padding: 36px 0px 0px;
  }
}
.quote-block__blockquote .content-cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.quote-block__blockquote .content-cms p {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 122.5%;
}
.quote-block__blockquote .content-cms p:not(:last-child) {
  margin-bottom: 0.9375em;
}
.quote-block__bottom {
  margin-top: 17px;
  font-family: "Cera Pro";
  font-weight: 300;
  font-size: 1.1em;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.66);
}
@media (min-width: 768px) {
  .quote-block__bottom {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media (min-width: 1024px) {
  .quote-block__bottom {
    font-size: 1.8em;
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/12;
    max-width: 508px;
  }
}
@media (min-width: 1500px) {
  .quote-block__bottom {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    margin: 40px 70px 0 auto;
    width: 100%;
  }
}
.quote-block__bottom_narrow {
  max-width: 311px;
  margin: 17px auto 0px;
}
.quote-block__author {
  font-style: normal;
  display: block;
}
.quote-block__author-name {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 110%;
}
@media (min-width: 768px) {
  .quote-block__author-name {
    -webkit-transform: translateX(-114px);
    -ms-transform: translateX(-114px);
    transform: translateX(-114px);
  }
}
@media (min-width: 1024px) {
  .quote-block__author-name {
    font-size: 3.6em;
    margin-bottom: 30px;
  }
}
.quote-block__author-name::after {
  content: " ";
  display: block;
  width: 80px;
  height: 4px;
  background-color: currentColor;
  margin: 12px 0px;
}
@media (min-width: 1024px) {
  .quote-block__author-name::after {
    margin: 44px 0px 0px;
    position: absolute;
  }
}

.awards-list {
  position: relative;
  z-index: 10;
}
.awards-list__container {
  --offset: 30px;
  padding: 0 var(--offset);
  max-width: calc(1290px + var(--offset) * 2);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .awards-list__container {
    overflow: unset;
  }
}
.awards-list__title {
  font-size: 1.8em;
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 130%;
  text-align: center;
  color: #540D14;
}
@media (min-width: 768px) {
  .awards-list__title {
    font-size: 2.4em;
  }
}
.awards-list__list {
  list-style: none;
}
@media (min-width: 1024px) {
  .awards-list__list {
    max-width: 51.5%;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 30px 15px;
  }
}
.awards-list__list-item {
  border: 1px solid #540D14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  padding: 0 15px 20px 15px;
}
@media (min-width: 1024px) {
  .awards-list__list-item {
    padding: 30px;
    width: 151%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 115px;
  }
}
@media (min-width: 1024px) {
  .awards-list__list-item:nth-child(odd) {
    right: 51%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.awards-list__list-item:nth-child(even) .awards-list__description::before {
  left: unset;
  right: 0;
}
.awards-list__list-item:not(:last-child) {
  margin-bottom: 30px;
}
.awards-list__year {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 2.4em;
  line-height: 111%;
  letter-spacing: 0.03em;
  color: #F1EBE4;
  -webkit-text-stroke: 3px #906F49;
  padding: 40px 0px 15px;
}
@media (min-width: 1024px) {
  .awards-list__year {
    padding: 0;
    font-size: 3.6em;
  }
}
.awards-list__description {
  position: relative;
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: #000000;
  padding: 20px 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .awards-list__description {
    padding: 0;
    text-align: start;
  }
}
.awards-list__description::before {
  content: " ";
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 150%;
  height: 100%;
}
@media (min-width: 1024px) {
  .awards-list__description::before {
    display: none;
  }
}

.diplomas-list {
  position: relative;
  z-index: 10;
  margin: 0px 0px 60px;
}
@media (min-width: 768px) {
  .diplomas-list {
    margin: 0px 0px 50px;
  }
}
.diplomas-list__container {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .diplomas-list__container {
    padding: 0 16px;
  }
}
.diplomas-list__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .diplomas-list__list {
    gap: 30px;
  }
}
.diploma-card {
  width: 100%;
  max-width: 300px;
  min-height: 425px;
  height: 425px;
}
.diploma-card__inner {
  padding: 30px;
}
.diploma-card .flip-card__inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (min-width: 768px) {
  .diploma-card .flip-card__inner {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.diploma-card__content {
  padding: 50px 22px;
  border: 1px solid rgba(236, 222, 205, 0.33);
}
.diploma-card__nomination-suptitle {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 110%;
  color: #906F49;
  margin-bottom: 4px;
}
.diploma-card__nomination-title {
  font-size: 1.4em;
  line-height: 110%;
  text-align: center;
  margin-bottom: 1.04em;
}
.diploma-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  margin-bottom: 15px;
}
.diploma-card__title::after {
  content: " ";
  display: block;
  width: 80px;
  height: 4px;
  background-color: currentColor;
  margin-top: 15px;
}
.diploma-card__title p {
  font-family: "Gorod";
  font-weight: 800;
  font-size: 2.6em;
  line-height: 111%;
  text-align: center;
  letter-spacing: 0.1em;
}
.diploma-card__title span {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 110%;
  margin-top: 5px;
}
.diploma-card__nominee-suptitle {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 110%;
  color: #906F49;
  margin-bottom: 4px;
}
.diploma-card__nominee-title {
  font-size: 1.4em;
  line-height: 110%;
  text-align: center;
  margin-bottom: 1.04em;
}
.diploma-card .flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.diploma-card .flip-card__front, .diploma-card .flip-card__back {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.diploma-card .flip-card__front {
  position: static;
  background-color: #540D14;
  color: #ECDECD;
  height: 100%;
}
.diploma-card .flip-card__front img {
  width: 100%;
  height: 100%;
}
.diploma-card .flip-card__back {
  background-color: #540D14;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #540D14;
}
.diploma-card .flip-card__back img {
  width: 100%;
  height: 100%;
}

.documents-list {
  position: relative;
  z-index: 10;
  margin: 0px 0px 60px;
}
@media (min-width: 768px) {
  .documents-list {
    margin: 0px 0px 50px;
  }
}
.documents-list__container {
  --offset: 16px;
  padding: 0px var(--offset);
  max-width: calc(1290px + var(--offset) * 2);
}
.documents-list__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 300px));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .documents-list__list {
    gap: 30px;
  }
}
.documents-card {
  width: 100%;
  display: block;
  background-color: #540D14;
  color: #ECDECD;
  padding: 10px;
}
.documents-card:hover .documents-card__title::after {
  width: 55%;
}
.documents-card__inner {
  padding: 45px 5px;
  border: 1px solid rgba(236, 222, 205, 0.33);
}
.documents-card__title {
  font-size: 1.8em;
  line-height: 110%;
  text-align: center;
}
.documents-card__title::after {
  content: " ";
  display: block;
  max-width: 100%;
  width: 30%;
  height: 4px;
  background-color: currentColor;
  margin: 8px auto;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.documents-card__subtitle {
  display: block;
  font-size: 1.4em;
  line-height: 110%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.contacts-page__main {
  width: 100%;
  --padding-top: 80px;
  position: relative;
  padding-bottom: 60px;
}
.contacts-page__main::before {
  content: " ";
  display: none;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
}
@media (min-width: 1024px) {
  .contacts-page__main::before {
    display: block;
    width: 75%;
  }
}

.contacts-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1350px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .contacts-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.contacts-main__contacts-list {
  position: relative;
  padding: 20px 16px 75px;
  margin-bottom: -55px;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
}
@media (min-width: 1024px) {
  .contacts-main__contacts-list {
    background: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: var(--padding-top) 28vw 0 60px;
  }
}
.contacts-main__contacts-list .site-container__background {
  z-index: 1;
}
@media (min-width: 1024px) {
  .contacts-main__contacts-list .site-container__background {
    display: none;
  }
}
.contacts-main__contacts-list .content-cms {
  color: #ECDECD;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .contacts-main__contacts-list .content-cms {
    max-width: 568px;
    z-index: unset;
  }
}
.contacts-main__contacts-list .content-cms h1 {
  word-break: keep-all;
  font-family: "Gorod";
  font-weight: 800;
  line-height: 111%;
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: start;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contacts-main__contacts-list .content-cms h1 {
    font-size: 3em;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .contacts-main__contacts-list .content-cms h1 {
    margin-bottom: 0.46875em;
    text-align: start;
    font-size: 6.4em;
  }
}
.contacts-main__contacts-list .content-cms ul {
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 25px;
  font-family: "Cera Pro";
  font-style: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .contacts-main__contacts-list .content-cms ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    max-width: 530px;
  }
}
@media (min-width: 1024px) {
  .contacts-main__contacts-list .content-cms ul {
    max-width: 100%;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -ms-grid-columns: (240px)[2];
    grid-template-columns: repeat(2, 240px);
  }
}
.contacts-main__contacts-list .content-cms li p {
  font-weight: 300;
  font-size: 1.4em;
  margin-bottom: 0.35714em;
}
.contacts-main__contacts-list .content-cms li strong {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 130%;
}
.contacts-main__contacts-list .content-cms li span {
  color: rgba(236, 222, 205, 0.5);
  font-weight: 500;
  font-size: 1.4em;
  line-height: 130%;
  display: block;
}
.contacts-main__contacts-list .content-cms li a {
  color: inherit;
}
.contacts-main__map {
  padding-top: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 216px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: calc(100% - 16px);
  margin-left: auto;
}
@media (min-width: 768px) {
  .contacts-main__map {
    width: calc(100% - 30px);
    height: 480px;
  }
}
@media (min-width: 1024px) {
  .contacts-main__map {
    margin-left: calc(-28vw + 50px);
    padding-top: calc(var(--padding-top) + 40px);
    width: calc(50vw - 164px);
  }
}
@media (min-width: 1350px) {
  .contacts-main__map {
    width: 675px;
  }
}
.contacts-main__map iframe {
  width: 100%;
  height: 100%;
}

.contacts-page__persons {
  margin-top: -110px;
  margin-bottom: -60px;
  position: relative;
  z-index: -3;
  margin-bottom: -11px;
}
@media (min-width: 768px) {
  .contacts-page__persons {
    margin-bottom: -60px;
  }
}
@media (min-width: 1024px) {
  .contacts-page__persons {
    margin-top: -60px;
  }
}

.contacts-persons {
  position: relative;
  width: 100%;
  padding: 80px 16px 30px;
}
@media (min-width: 768px) {
  .contacts-persons {
    padding: 80px 16px 90px;
  }
}
@media (min-width: 1024px) {
  .contacts-persons {
    padding: 110px 16px 90px;
  }
}
.contacts-persons::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
}
@media (min-width: 1200px) {
  .contacts-persons::before {
    width: calc(100% - 60px);
  }
}
.contacts-persons__container {
  max-width: 1020px;
  margin: 0 auto;
  color: #ECDECD;
}
.contacts-persons__container .content-cms h2 {
  font-family: "Gorod";
  font-weight: 800;
  line-height: 111%;
  font-size: 1.8em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 1.6666em;
  text-align: center;
}
@media (min-width: 440px) {
  .contacts-persons__container .content-cms h2 {
    font-size: 2.4em;
  }
}
@media (min-width: 1350px) {
  .contacts-persons__container .content-cms h2 {
    font-size: 3em;
  }
}
.contacts-persons__container .content-cms ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  font-family: "Cera Pro";
  font-style: normal;
}
@media (min-width: 440px) {
  .contacts-persons__container .content-cms ul {
    grid-template-columns: repeat(auto-fit, 300px);
  }
}
.contacts-persons__container .content-cms li p {
  font-weight: 500;
  font-size: 1.6em;
  margin-bottom: 0.35714em;
  line-height: 130%;
}
.contacts-persons__container .content-cms li strong {
  font-weight: 500;
  line-height: 130%;
  font-size: 2.4em;
  margin-bottom: 0.208333em;
  display: block;
}
.contacts-persons__container .content-cms li span {
  color: rgba(236, 222, 205, 0.5);
  font-size: 1.4em;
  font-weight: 300;
  line-height: 130%;
  display: block;
}
.contacts-persons__container .content-cms li a {
  color: inherit;
}

.contacts-direction__direction {
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: -85px;
}
.contacts-direction__bus-stop__inner {
  width: calc(100% - 110px);
  margin-left: auto;
}
.contacts-direction__bus-stop .content-cms {
  max-width: 1071px;
  margin-left: auto;
  padding: 125px 16px 50px 16px;
}
@media (min-width: 768px) {
  .contacts-direction__bus-stop .content-cms {
    padding: 125px 45px 50px 16px;
  }
}
.contacts-direction__bus-stop .content-cms ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Cera Pro";
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .contacts-direction__bus-stop .content-cms ul {
    gap: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.contacts-direction__bus-stop .content-cms li {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .contacts-direction__bus-stop .content-cms li {
    max-width: 300px;
  }
}
.contacts-direction__bus-stop .content-cms li > *:not(:last-child) {
  margin-bottom: 5px;
}
.contacts-direction__bus-stop .content-cms li > p {
  color: #540D14;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 130%;
}
.contacts-direction__bus-stop .content-cms h3 {
  color: #540D14;
  font-weight: 500;
  font-size: 2.4em;
  line-height: 130%;
}
.contacts-direction__bus-stop .content-cms div > *:not(:last-child) {
  margin-bottom: 5px;
}
.contacts-direction__bus-stop .content-cms div p span {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 130%;
  color: rgba(84, 13, 20, 0.5);
  display: block;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
  background-blend-mode: unset;
}
.contacts-direction__bus-stop .content-cms div p b {
  color: #540D14;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 130%;
}

.direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .direction {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.direction__text {
  font-family: "Gorod";
  font-style: normal;
  font-weight: 800;
  font-size: 2.4em;
  line-height: 111%;
  position: relative;
}
@media (min-width: 768px) {
  .direction__text {
    font-size: 5.1em;
  }
}
@media (min-width: 1024px) {
  .direction__text {
    font-size: 6.4em;
  }
}
@media (min-width: 1200px) {
  .direction__text {
    width: 142px;
  }
}
.direction__text p {
  color: #540D14;
  padding-right: 16px;
}
@media (min-width: 1200px) {
  .direction__text p {
    padding: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-90deg) translateY(142px);
    -ms-transform: rotate(-90deg) translateY(142px);
    transform: rotate(-90deg) translateY(142px);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    width: 690px;
  }
}
.direction__img {
  width: 100%;
  aspect-ratio: 1.5/1;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  max-width: 540px;
}
@media (min-width: 768px) {
  .direction__img {
    max-width: 1010px;
  }
}
@media (min-width: 1200px) {
  .direction__img {
    -ms-flex-item-align: unset;
    -ms-grid-row-align: unset;
    align-self: unset;
  }
}
.direction__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.bus-stop {
  position: relative;
}
.bus-stop__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.bus-stop::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ECDECD;
}
@media (min-width: 1200px) {
  .bus-stop::before {
    width: calc(100% - 110px);
  }
}

.person-overview {
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .person-overview {
    padding-right: 180px;
  }
}
@media (min-width: 1500px) {
  .person-overview {
    padding-right: 290px;
  }
}
.person-overview__inner {
  color: #ECDECD;
  padding: 20px 16px 16px 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .person-overview__inner {
    padding: 50px 360px 42px 65px;
  }
}
@media (min-width: 1500px) {
  .person-overview__inner {
    margin-left: -380px;
    padding: 80px 0px 42px 65px;
  }
}
.person-overview__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #5D8167;
  z-index: -2;
}
.person-overview__content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .person-overview__content {
    max-width: 745px;
    min-height: 550px;
    padding-top: 30px;
  }
}
@media (min-width: 1500px) {
  .person-overview__content {
    margin: 0 auto;
  }
}
.person-overview__title {
  font-size: 1.8em;
  font-family: "Gorod";
  font-weight: 800;
  line-height: 111%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .person-overview__title {
    font-size: 3em;
  }
}
@media (min-width: 1350px) {
  .person-overview__title {
    font-size: 6.4em;
    position: relative;
    z-index: 1;
  }
}
.person-overview__img {
  position: relative;
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
  max-width: 280px;
  width: 280px;
  height: 345px;
  margin: auto;
}
.person-overview__img::before {
  content: " ";
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid #ECDECD;
}
@media (min-width: 400px) {
  .person-overview__img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .person-overview__img {
    width: 100%;
    max-width: 445px;
    height: 550px;
  }
}
@media (min-width: 1024px) {
  .person-overview__img {
    position: absolute;
    right: -22px;
    top: 0px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}
.person-overview__img img {
  width: 100%;
  height: 100%;
}
.person-overview__decor {
  border: none;
  margin: 15px 0 10px 0;
  max-width: 447px;
  width: 75%;
  height: 4px;
  background: #FFF;
}
@media (min-width: 1350px) {
  .person-overview__decor {
    margin: 20px 0px;
  }
}
.person-overview__text .content-cms h2 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}
@media (min-width: 1350px) {
  .person-overview__text .content-cms h2 {
    font-size: 3.2em;
  }
}
.person-overview__text .content-cms p {
  font-size: 1.6em;
  line-height: 135%;
}
.person-overview__text .content-cms p:not(:last-child) {
  margin-bottom: 15px;
}
.person-overview__text .content-cms ul {
  font-size: 1.6em;
  padding-left: 1em;
}
.person-overview__text .content-cms ul li:not(:last-child) {
  margin-bottom: 5px;
}

.regalia {
  --overlap-top: 475px;
  --overlap-bot: 120px;
  margin-top: calc(var(--overlap-top) * -1);
  margin-bottom: calc(var(--overlap-bot) * -1);
}
@media (min-width: 1350px) {
  .regalia {
    --overlap-top: 330px;
    --overlap-bot: 70px;
  }
}
.regalia__inner {
  position: relative;
  padding: calc(var(--overlap-top) + 30px) 16px calc(var(--overlap-bot) + 30px) 16px;
}
@media (min-width: 1350px) {
  .regalia__inner {
    padding: calc(var(--overlap-top) + 60px) 16px calc(var(--overlap-bot) + 60px) 16px;
  }
}
.regalia__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -3;
}
.regalia__content {
  max-width: 990px;
  margin: 0 auto;
}
.regalia__title {
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: soft-light, normal;
  color: #540D14;
  text-align: right;
  font-size: 1.8em;
  font-family: "Gorod";
  font-weight: 800;
  line-height: 111%;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .regalia__title {
    text-align: left;
    font-size: 3.6em;
    margin-bottom: 30px;
  }
}
.regalia__list {
  font-size: 1.6em;
  padding-left: 1em;
  list-style: none;
}
.regalia__list-item {
  color: #000;
  line-height: 135%;
}
.regalia__list-item::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #540D14;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.regalia__list-item:not(:last-child) {
  margin-bottom: 15px;
}

.person-plays {
  padding-right: 16px;
  margin-bottom: 40px;
}
.person-plays__inner {
  position: relative;
  padding: 30px 16px;
}
@media (min-width: 1024px) {
  .person-plays__inner {
    width: 87.7%;
  }
}
.person-plays__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  z-index: -2;
}
.person-plays__content {
  max-width: 950px;
  margin: 0 auto;
}
.person-plays__tabs {
  color: #FFF;
  margin-bottom: 20px;
}
.person-plays__tabs.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .person-plays__tabs.tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: revert;
    flex-direction: revert;
    gap: 30px;
  }
}
.person-plays__tabs .tab {
  color: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0.5;
  padding-bottom: 15px;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: relative;
}
.person-plays__tabs .tab::after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D9D9D9;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
.person-plays__tabs .tab:hover::after {
  opacity: 1;
}
.person-plays__tabs .tab.active {
  opacity: 1;
}
.person-plays__tabs .tab.active::after {
  opacity: 1;
}
.person-plays__list {
  color: #ECDECD;
  line-height: 135%;
  font-size: 1.6em;
  padding-left: 1em;
  display: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.person-plays__list.active {
  display: block;
  -webkit-animation: fadeInFromNone 0.9s ease-out;
  animation: fadeInFromNone 0.9s ease-out;
}
.person-plays__list-item:not(:last-child) {
  margin-bottom: 15px;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.director-plays {
  position: relative;
}
@media (min-width: 1350px) {
  .director-plays {
    margin-bottom: 100px;
  }
}
.director-plays .repertoire-list__container {
  position: relative;
  max-width: 1280px;
}
.director-plays .repertoire-list__container::before {
  content: " ";
  display: block;
  background: #FFFFFF;
  z-index: -1;
  position: absolute;
  top: -20px;
  right: 16px;
  width: 100%;
  height: calc(100% + 40px);
}
@media (min-width: 1024px) {
  .director-plays .repertoire-list__container::before {
    right: 310px;
  }
}
@media (min-width: 1350px) {
  .director-plays .repertoire-list__container::before {
    top: -40px;
    height: calc(100% + 90px);
  }
}
.director-plays__header {
  color: #540D14;
  background: linear-gradient(97.09deg, rgba(0, 0, 0, 0.33) 0.87%, rgba(0, 0, 0, 0) 100%), #540D14;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: soft-light, normal;
  font-size: 1.6em;
  font-family: "Gorod";
  font-weight: 800;
  line-height: 111%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .director-plays__header {
    font-size: 2.4em;
  }
}
@media (min-width: 1024px) {
  .director-plays__header {
    font-size: 3.6em;
  }
}
/*# sourceMappingURL=main.css.map */