@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  text-size-adjust: none;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input {
  --webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  color: black;
}

.splide__arrow {
  background: none !important;
}
.splide__arrow--prev {
  transform: rotate(-180deg) !important;
}

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

.splide__track,
.splide__list {
  max-height: 300px !important;
  align-items: center;
}

@font-face {
  font-family: "TTFirsNeueRegular";
  src: url("/static/assets/fonts/TTFirsNeue-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "TTFirsNeueLight";
  src: url("/static/assets/fonts/TTFirsNeue-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "TTFirsNeueMedium";
  src: url("/static/assets/fonts/TTFirsNeue-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "TTFirsNeueBold";
  src: url("/static/assets/fonts/TTFirsNeue-Bold.ttf") format("truetype");
  font-display: swap;
}
body {
  max-width: 1440px !important;
  margin: 0 auto !important;
  background: #F5F5F5 !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0px 16px;
}

.show-picture {
  user-select: none !important;
}

.splide {
  max-height: 300px;
  height: 100%;
  overflow: hidden;
}

.doll-desktop {
  display: none;
}

.main {
  margin-top: 40px;
}

.text {
  padding: 0px 20px;
}
.text figcaption {
  font-size: 14px;
  font-style: italic;
  font-family: "TTFirsNeueLight";
}

.images {
  display: flex;
  gap: 25px;
}
.images figure {
  float: none;
}

.wide {
  max-width: 420px;
  width: 100%;
}

.narrow {
  max-width: 420px;
  max-height: 580px;
  overflow: hidden;
  width: 100%;
}

.black-wrapper_img {
  display: none;
}
.black-wrapper_img_active {
  display: block;
  position: fixed;
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 10000;
  top: 0;
  left: 0;
}

.image-inner {
  display: none;
  width: 80%;
  height: 80%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50000;
  padding: 20px 0px;
  border-radius: 5px;
  width: 90%;
}
.image-inner img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.image-inner_active {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
.image-inner:hover {
  cursor: pointer;
}

.arrow-l {
  width: 40px;
  height: 40px;
  background: url("/static/assets/images/arrow-r.svg");
  transform: rotate(180deg);
  background-size: contain;
  position: absolute;
  left: 20px;
}

.arrow-r {
  width: 40px;
  height: 40px;
  background: url("/static/assets/images/arrow-r.svg");
  background-size: contain;
  position: absolute;
  right: 20px;
}

.splide__arrow svg {
  fill: grey !important;
  width: 30px !important;
  height: 30px !important;
}

.theater-nav {
  position: relative;
}

.title-poster {
  justify-content: flex-start;
  text-align: left;
  margin: 20px 0px !important;
}

.logo {
  width: 200px;
  height: 130px;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 992px) {
  .theater-nav::after {
    content: "";
    background: url("/static/assets/images/f4.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -105%;
  }
  .container {
    max-width: 1200px;
  }
  .splide {
    height: 600px;
    max-height: none;
  }
  .splide__track,
  .splide__list {
    max-height: none !important;
    height: 100% !important;
  }
  .doll {
    display: none;
  }
  .doll-desktop {
    display: inline-block;
  }
}
audio::-webkit-media-controls-panel {
  /* стили для панели элементов управления в Chrome/Safari */
  background-color: white;
}

audio::-webkit-media-controls-play-button {
  /* стили для кнопки воспроизведения в Chrome/Safari */
  background-color: #FFB055;
  border-radius: 25px;
}

audio::-moz-audio-player-panel {
  /* стили для панели элементов управления в Firefox */
  background-color: white;
}

audio::-moz-audio-frontend-play {
  /* стили для кнопки воспроизведения в Firefox */
  background-color: #FFB055;
  color: none;
}

audio::-ms-media-controls {
  /* стили для элементов управления в Internet Explorer/Edge */
  background-color: white;
}

audio::-ms-playbutton {
  /* стили для кнопки воспроизведения в Internet Explorer/Edge */
  background-color: #FFB055;
  color: none;
}

audio::-webkit-media-slider-thumb {
  /* стили для ползунка перемотки в Chrome/Safari */
  background-color: blue;
}

audio::-moz-range-thumb {
  /* стили для ползунка перемотки в Firefox */
  background-color: blue;
}

audio::-ms-thumb {
  /* стили для ползунка перемотки в Internet Explorer/Edge */
  background-color: blue;
}

.burger {
  background: none;
  border: none;
  padding: 3px 5px;
}
.burger img {
  width: 100%;
  height: 100%;
}

.btn-main {
  display: flex;
  justify-content: center;
  gap: 10px;
  border: 4px solid #FFB055;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 24px;
}
.btn-main:hover {
  cursor: pointer;
  background: #FFB055;
  color: white;
  transition-duration: 300ms;
}

.btn-main.more-news {
  margin-top: 50px;
}

.btn-empty {
  border-bottom: 1px solid #000000;
  padding: 10px 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "TTFirsNeueRegular";
  text-align: center;
}
.btn-empty_active {
  background-color: #FFB055;
}
.btn-empty_nav {
  display: block;
  width: fit-content;
  min-width: 100px;
}

.btn-black {
  display: block;
  padding: 8px 45px;
  border: 1px solid #000000;
  font-size: 18px;
  line-height: 24px;
  font-family: "TTFirsNeueMedium";
}

.btn-arrow {
  width: 100%;
  margin: 0 auto;
  max-width: fit-content;
  display: flex;
  align-items: center;
}
.btn-arrow_theater {
  max-width: 260px;
}

.btn-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  background: black;
  background: url("/static/assets/images/arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-arrow img {
  width: 25px;
  height: 25px;
}

.btn-download {
  position: relative;
  width: 240px;
  padding: 8px 18px;
  background: #FFB055;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.btn-download::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  background: url("/static/assets/images/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#insta::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/static/assets/images/inst.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#youtube::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/static/assets/images/yt.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#fb::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/static/assets/images/fb.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#tiktok::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/static/assets/images/tiktok.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#location::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/static/assets/images/location.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.call::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/static/assets/images/call.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.phone::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/static/assets/images/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#mail::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/static/assets/images/mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 700px) {
  .btn-main {
    padding: 8px;
  }
}
.gallery {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.gallery div:hover {
  cursor: pointer;
}

.picture img {
  width: 100%;
  height: 100%;
}

* {
  font-family: "TTFirsNeueRegular";
}

.title {
  font-family: "TTFirsNeueRegular";
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 31px;
  position: relative;
  width: fit-content;
  margin: 20px auto;
}
.title__marks::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform: translateY(-100%);
  background: #FFB055;
  z-index: -1;
}

.subtitle {
  font-family: "TTFirsNeueRegular";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.active {
  position: relative;
}

.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFB055;
  position: absolute;
  bottom: -8px;
}

.theater-description__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.theater-description__title img {
  width: 86px;
  height: 130px;
}
.theater-description__subtitle {
  margin-top: 25px;
}

.theater-video {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "TTFirsNeueRegular";
  gap: 20px;
  margin-top: 25px;
}
.theater-video__img {
  width: 100%;
  height: 200px;
}

.btn-arrow_theater-desktop {
  display: none;
}

.participants {
  margin-top: 25px;
}
.participants__wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.all-news {
  margin-top: 25px;
}

.news-card-tile {
  display: none;
}

.news__wrapper {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.news-card-tile_mobile {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}

.nav-menu {
  display: flex;
  gap: 25px;
  justify-content: center;
  overflow: auto;
}
.nav-menu_news {
  display: none;
}
.nav-menu__item {
  white-space: nowrap;
}
.nav-menu__item a {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
}
.nav-menu__item_active {
  background: white;
  font-size: 20px;
  font-family: "TTFirsNeueRegular";
}

.bread-crumbs {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  line-height: 24px;
  font-family: "TTFirsNeueLight";
  margin-top: 15px;
  margin-bottom: 15px;
}
.bread-crumbs__item {
  position: relative;
}
.bread-crumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  width: 15px;
  height: 10px;
  background: url("/static/assets/images/arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.bread-crumbs:nth-last-child(1) {
  content: "";
}

.audio-gallery {
  margin-top: 50px;
}
.audio-gallery__item {
  max-width: 340px;
  width: 100%;
}
.audio-gallery__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.audio-gallery__head {
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.audio-gallery__title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-family: "TTFirsNeueMedium";
}
.audio-gallery__subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-family: "TTFirsNeueLight";
}

.burger-menu {
  position: relative;
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  padding-top: 25px;
  padding-bottom: 50px;
  background: white;
  z-index: 10;
  max-width: 360px;
  width: 100%;
  height: 100vh;
}
.burger-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.burger-menu__body {
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.burger-menu_active {
  display: block;
}

.burger-menu__header::before {
  content: "";
  width: 200px;
  height: 129px;
  background: url("/static/assets/images/logo.svg");
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-main_burger {
  max-width: 190px;
  text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 992px) {
  .doll-desktop {
    max-width: 450px;
    width: 100%;
    transform: translateY(-180px);
  }
  .theater-description {
    margin-top: 40px;
  }
  .theater-description__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .theater-description__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .theater-description__information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 700px;
    width: 100%;
  }
  .btn-arrow_theater-desktop {
    display: flex !important;
    align-items: center;
    margin: 0px;
  }
  .btn-arrow_theater {
    display: none;
  }
  .theater-video {
    height: 365px;
  }
  .theater-video img {
    height: 100%;
  }
  .participants {
    margin-top: 40px;
  }
  .participants__wrapper {
    justify-content: center;
    gap: 25px;
  }
  .news-card-tile {
    display: block;
  }
  .news-card-tile_mobile {
    display: none;
  }
  .nav-menu_news {
    display: flex;
    justify-content: center;
  }
  .nav-menu__item a {
    font-size: 20px;
  }
  .news__wrapper {
    margin-top: 25px;
  }
  .audio-gallery__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .audio-gallery__title {
    margin-top: 20px;
  }
  .audio-gallery__subtitle {
    margin-top: 15px;
  }
}
.splide__arrow--prev {
  transform: rotate(0deg) !important;
}

.anons-card {
  max-width: 330px;
  margin: 0 auto;
}
.anons-card__left {
  max-width: 750px;
  width: 100%;
}
.anons-card__title {
  margin-top: 15px;
}
.anons-card__subtitle {
  margin-top: 12px;
}
.anons-card__price {
  font-family: "TTFirsNeueRegular";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.anons-card__head {
  display: flex;
  height: 220px;
}
.anons-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FFB055;
  width: 50%;
}
.anons-card__info-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.anons-card__img {
  width: 50%;
}
.anons-card__img img {
  width: 100%;
  height: 100%;
}
.anons-card__button-wrapper {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.home-news__card {
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.home-news__card-head {
  height: 245px;
  overflow: hidden;
  border: 1px solid lightgrey;
}
.home-news__card-head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-news__card-body {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-news__card-date {
  font-family: "TTFirsNeueLight";
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.home-news__card-description {
  font-size: 18px;
  line-height: 24px;
}

.afisha-card {
  max-width: 330px;
  width: 100%;
  height: 100%;
}
.afisha-card__head {
  position: relative;
  max-height: 463px;
  height: 100%;
  max-width: 330px;
  width: 100%;
  overflow: hidden;
}
.afisha-card__head img {
  width: 100%;
  height: 100%;
}
.afisha-card__head-info {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.afisha-card__head-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #F5F5F5;
}
.afisha-card__head-subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #FFB055;
  margin-bottom: 10px;
}
.afisha-card__head-buttons {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #FFB055;
}
.afisha-card__body {
  padding: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.afisha-card__body-info {
  font-family: "TTFirsNeueMedium";
  line-height: 21px;
}
.afisha-card__button {
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #F5F5F5;
}
.afisha-card__button_active {
  background: #FFB055;
  color: black;
  font-family: "TTFirsNeueMedium";
}

.afisha-info-card {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}
.afisha-info-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.afisha-info-card__image {
  display: flex;
  justify-content: center;
  max-height: 480px;
  height: 100%;
  max-width: 330px;
  width: 100%;
  z-index: 2;
}
.afisha-info-card__description {
  transform: translateY(-80px);
  height: 250px;
  background: #FFB055;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.afisha-info-card__description-social-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.afisha-info-card__description-social {
  display: flex;
  gap: 15px;
  align-items: center;
}
.afisha-info-card__description-social p {
  font-family: "TTFirsNeueMedium";
}
.afisha-info-card__title {
  margin-top: 20px;
  font-size: 24px;
  line-height: 31px;
  font-family: "TTFirsNeueMedium";
}
.afisha-info-card__subtitle {
  font-size: 14px;
  line-height: 24px;
  font-family: "TTFirsNeueMedium";
}

.upcoming-session__wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.upcoming-session__item {
  max-width: 160px;
  height: 215px;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.upcoming-session__item-info p {
  font-family: "TTFirsNeueMedium";
}
.upcoming-session__item-info {
  padding-top: 10px;
  max-width: 110px;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.upcoming-session__item-text {
  margin-top: 50px;
  line-height: 24px;
  font-family: "TTFirsNeueLight";
}

.btn-main__upcoming-session {
  padding: 8px 15px;
  font-family: "TTFirsNeueMedium";
}

.participants__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.participants__item-img {
  width: 315px;
  height: 420px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.participants__item-img img {
  max-width: 100%;
  max-height: 100%;
}
.participants__item-body {
  padding: 12px 0px;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: space-between;
  border-bottom: 1.5px solid black;
}
.participants__item-title {
  font-family: "TTFirsNeueMedium";
}
.participants__item-subtitle {
  font-family: "TTFirsNeueLight";
  font-size: 14px;
  line-height: 24px;
}

.home-news__card {
  margin: 0px;
  max-width: 245px;
}

.repertuar-card {
  max-width: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.repertuar-card__head {
  height: 220px;
}
.repertuar-card__head img {
  max-width: 100%;
  max-height: 100%;
}
.repertuar-card__body {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
}
.repertuar-card__title {
  font-family: "TTFirsNeueMedium";
  line-height: 24px;
}
.repertuar-card__actor {
  font-family: "TTFirsNeueMedium";
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .anons-card {
    display: flex;
    justify-content: space-between;
    max-width: none;
    margin: 0px;
  }
  .anons-card__info {
    width: 190px;
  }
  .anons-card__img {
    max-width: 260px;
    width: 100%;
  }
  .anons-card__head {
    height: 370px;
  }
  .anons-card__body {
    max-width: 370px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    padding-left: 10px;
  }
  .anons-card__button-wrapper {
    margin-top: 0px;
    max-width: 170px;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
  }
  .anons-card__description {
    display: flex;
    flex-direction: column;
  }
  .anons-card__left {
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 4px solid #FFB055;
    padding-right: 10px;
  }
  .anons-card__price {
    font-family: "TTFirsNeueRegular";
    font-weight: 500;
    font-size: 20px;
  }
  .home-news__card {
    max-width: 265px;
    width: 100%;
  }
  .participants__item-img {
    border: 1px solid lightgray;
    text-align: center;
  }
  .participants__item-body {
    height: 110px;
  }
  .news__card {
    max-width: 360px;
    width: 100%;
  }
  .news__card-head {
    height: 360px;
  }
  .repertuar-card {
    display: flex;
    max-width: 300px;
    width: 100%;
    gap: 20px;
    position: relative;
  }
  .repertuar-card__head {
    max-width: 265px;
    max-height: 370px;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #FFB055;
  }
  .repertuar-card__head img {
    width: auto;
  }
  .repertuar-card__body {
    width: 100%;
    justify-content: center;
    padding-bottom: 45px;
  }
  .repertuar-card__title {
    font-size: 26px;
    line-height: 34px;
    font-family: "TTFirsNeueRegular";
  }
  .repertuar-card__actor {
    font-size: 20px;
    line-height: 26px;
    font-family: "TTFirsNeueLight";
  }
  .btn-black_repertuar {
    position: absolute;
    bottom: 0px;
    border: 0px;
    border-bottom: 1px solid;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
}
.header__nav {
  display: none;
}
.header .logo {
  width: 100px;
  height: 65px;
}
.header .logo img {
  max-width: 100%;
  max-height: 100%;
}

.main--with-fixed-header {
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  .header__wrapper {
    flex-direction: column;
    padding: 20px 0;
  }
  .header__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .burger {
    display: none;
  }
  .header .logo {
    width: 200px !important;
    height: 130px !important;
  }
  .header .logo img {
    max-width: 100%;
    max-height: 100%;
  }
  .main--with-fixed-header {
    padding-top: 185px;
  }
}
.footer {
  margin-top: 25px;
  background: #FFB055;
  padding: 25px 20px;
}
.footer__header {
  display: flex;
  justify-content: center;
}
.footer__body {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-logo {
  width: 200px;
}
.footer-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.footer-category__item {
  font-size: 14px;
  line-height: 24px;
}
.footer-subcategory {
  padding-left: 7px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.footer-subcategory__item {
  font-family: "TTFirsNeueLight";
}

@media screen and (min-width: 992px) {
  .footer {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .footer__body {
    flex-direction: row;
    gap: 40px;
    flex-wrap: nowrap;
  }
  .footer-logo {
    width: 356px;
    height: 228px;
  }
}
.theater-anons {
  margin-top: 50px;
}

.anons-card__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 50px;
}

.home-news {
  margin-top: 50px;
}
.home-news__wrapper {
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.contact-info {
  margin-top: 50px;
}
.contact-info__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-info__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  font-family: "TTFirsNeueLight";
}
.contact-info__item {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "TTFirsNeueBold";
  font-size: 18px;
}
.contact-info__phone-name {
  font-family: "TTFirsNeueLight";
}
.contact-info__follow {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .anons-card__wrapper {
    margin-top: 50px;
    gap: 80px;
  }
  .home-news__wrapper {
    flex-direction: row;
    align-items: normal;
  }
  .contact-info {
    margin-top: 80px;
  }
  .contact-info__wrapper {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-info__follow {
    flex-direction: column;
  }
}
.title-afisha {
  width: 150px;
  text-align: center;
}

.afisha-proposition {
  margin-top: 30px;
}
.afisha-proposition__wrapper {
  margin-top: 25px;
}

.future-events {
  font-family: "TTFirsNeueMedium";
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.btn-empty_afisha {
  width: 100%;
  text-align: center;
}

.afisha__wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.afisha-tile {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.afisha-anons-card_desktop {
  display: none;
}
.afisha-anons-card_desktop-img {
  max-width: 265px;
  width: 100%;
}
.afisha-anons-card_desktop-img img {
  width: 100%;
}

.anons-tile_desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .afisha-anons-card {
    display: none;
  }
  .afisha-anons-card_desktop {
    display: flex;
    gap: 25px;
    max-width: 745px;
    width: 100%;
  }
  .afisha-anons-card_desktop-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .afisha-proposition__wrapper {
    display: flex;
    align-items: center;
  }
  .anons-tile_desktop {
    display: block;
    text-align: center;
  }
  .afisha-anons-card__button-wrapper {
    display: flex;
    flex-direction: row;
    max-width: none;
    gap: 20px;
  }
  .afisha-anons-card__button-wrapper a {
    font-family: "TTFirsNeueMedium";
  }
  .afisha-anons-card-name {
    font-family: "TTFirsNeueMedium";
    font-size: 26px;
  }
  .afisha-anons-card-subtitle {
    font-size: 20px;
    font-weight: "TTFirsNeueRegular";
    margin-top: 10px;
  }
  .afisha-anons-card_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .afisha-anons-card_info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: "TTFirsNeueLight";
  }
  .afisha-anons-card_price {
    font-family: "TTFirsNeueMedium";
    font-size: 20px;
  }
  .afisha-tile {
    display: none;
  }
  .afisha-card {
    max-width: 265px;
    width: 100%;
  }
  .afisha-card__button {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 24px;
    height: 100%;
  }
  .afisha-card__head-buttons {
    justify-content: flex-start;
  }
  .afisha-card__head-title {
    padding: 0px 10px;
    font-size: 20px;
  }
  .afisha-card__head-subtitle {
    padding: 0px 10px;
    font-size: 18px;
  }
  .afisha_details {
    max-width: 95px;
    background: black;
  }
  .afisha__wrapper {
    margin-top: 80px;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
  }
  .future-events {
    justify-content: center;
  }
  .future-events a {
    max-width: 170px;
  }
  .afisha-info-card {
    margin-top: 50px;
    display: flex;
    gap: 25px;
    max-width: none;
  }
  .afisha-info-card__head {
    max-width: 440px;
    width: 100%;
  }
  .afisha-info-card__body {
    width: 100%;
  }
  .afisha-info-card__description {
    background: none;
  }
  .afisha-info-card__description-social {
    flex-direction: column;
    align-items: flex-start;
  }
  .afisha-info-card__title {
    display: none;
  }
  .afisha-info-card__title_desktop {
    display: block;
    margin-top: 0px;
  }
  .afisha-info-card__subtitle {
    display: none;
  }
  .afisha-info-card__subtitle_desktop {
    display: block;
    margin-top: 25px;
  }
  .afisha-info-card__image {
    max-width: 440px;
    width: 100%;
    background: #FFB055;
    display: flex;
    justify-content: flex-end;
  }
  .afisha-info-card__upcoming-session {
    margin-top: 50px;
  }
  .upcoming-session__item {
    background: none;
    max-width: 170px;
  }
}
.current-news {
  margin-top: 25px;
}
.current-news img {
  max-width: 456px;
  width: 100%;
}
.current-news__date {
  font-size: 14px;
  line-height: 24px;
  font-family: "TTFirsNeueLight";
}
.current-news__title {
  font-size: 24px;
  line-height: 31px;
  margin-top: 12px;
}
.current-news__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
}
.current-news__videogallery {
  margin-top: 50px;
}
.current-news__videogallery-item {
  max-width: 550px;
  width: 100%;
}
.current-news__videogallery-wrapper {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.current-news__videogallery-title {
  margin: 25px 0px;
  line-height: 21px;
  font-family: "TTFirsNeueLight";
}

@media screen and (min-width: 992px) {
  .current-news__head {
    display: flex;
    gap: 25px;
  }
  .current-news__head img {
    height: fit-content;
    margin-top: 25px;
  }
  .current-news__videogallery-item img {
    max-width: none;
  }
  .current-news__videogallery-wrapper {
    flex-direction: row;
  }
}
.nav-menu__repertuar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.repertuar__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  gap: 15px;
  flex-wrap: wrap;
}

.empty-seances {
  font-size: 26px;
  font-family: "TTFirsNeueMedium";
  margin-top: 80px;
}

@media screen and (min-width: 992px) {
  .repertuar__wrapper {
    justify-content: center;
  }
}
b {
  font-family: "TTFirsNeueBold";
}

.text {
  width: 100%;
}

.message-thanks {
  font-size: 50px;
  font-weight: 600;
  color: #FFB055;
}

.theater-nav {
  max-width: 250px;
  margin-bottom: 20px;
  width: 100%;
  padding: 25px 0px;
  background: #FFB055;
}
.theater-nav__wrapper {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.theater-nav__item {
  padding: 8px 12px;
  border-bottom: 1px solid #000;
  font-weight: 500;
  line-height: 24px;
}
.theater-nav__item_active {
  background: white;
}

@media screen and (max-width: 991px) {
  .theater-nav {
    max-width: 100%;
    padding: 15px;
    background: transparent;
  }
  .theater-nav__wrapper {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  .theater-nav__item {
    padding: 12px 8px;
    border-bottom: 1px solid #000;
    border-right: none;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    flex: 1 1 120px;
    min-width: 120px;
    max-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-menu__item_active {
    background: #FFB055 !important;
  }
}
.about-theater {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-theater p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 24px;
}
.about-theater h3 {
  margin-top: 12px;
}
.about-theater-tile {
  margin-top: 20px;
}
.about-theater__content {
  margin-top: 20px;
}
.about-theater__subtitle {
  margin-top: 25px;
  padding: 25px;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  background: #FFB055;
  line-height: normal;
}

.theater-img {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theater-img img {
  width: fit-content;
}
.theater-img p {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.theater-title {
  padding: 12px 8px;
  background: #FFB055;
  line-height: 24px;
}

.about-theater-history__docs-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-theater-history__docs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-theater-history__text {
  margin-top: 70px;
}
.about-theater-history__text h3 {
  line-height: 24px;
  font-size: 16px;
}
.about-theater-history__text p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 24px;
}

.history-docs__title {
  font-size: 20px;
  line-height: 24px;
}

.about-theater-contests {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-theater-contests__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.theater-left-tile {
  display: none;
}

.about-theatre-walk {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.participants__wrapper_collectiv {
  margin-top: 50px;
}

.actor__head {
  width: 100%;
  background: #FFB055;
  padding-bottom: 60px;
  padding-top: 25px;
}
.actor__name {
  font-size: 24px;
}
.actor__subtitle {
  line-height: 24px;
  font-family: "TTFirsNeueMedium";
  margin-top: 15px;
}
.actor__description {
  position: relative;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.actor__text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
}

.feedback__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.feedback__description p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 21px;
}
.feedback-form {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.feedback-form__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback-form_none {
  display: none;
}

.error {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  color: red;
  font-weight: 600;
  letter-spacing: 1.5px;
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
}
.error_active {
  display: block;
}

.error::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/static/assets/images/warning.svg");
  background-size: cover;
  position: absolute;
  left: 0px;
}

.form-input {
  width: 100%;
  padding: 8px 4px;
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
}
.form-input::placeholder {
  font-size: 14px;
  color: black;
}
.form-input__inner {
  width: 100%;
  position: relative;
}

.btn-main_form {
  max-width: 160px;
}

.feedback__map {
  max-width: 750px;
  width: 100%;
  height: 480px;
}

.feedback__inner {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-info__follow_feedback {
  justify-content: flex-start;
}

.contact-info__fedback-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-input__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (min-width: 992px) {
  .events {
    display: flex;
  }
  .feedback__description p {
    font-size: 20px;
    font-family: "TTFirsNeueLight";
  }
  .feedback__description b {
    font-family: "TTFirsNeueRegular";
  }
  .form-input__wrapper {
    flex-direction: row;
  }
  .feedback-form {
    max-width: 550px;
    width: 100%;
  }
  .form-input {
    width: 100%;
    max-width: none;
    resize: none;
    outline: none;
  }
  .feedback__wrapper {
    margin-top: 80px;
    flex-direction: row-reverse;
  }
  .feedback__inner {
    flex-direction: row;
  }
  .contact-info__follow_feedback {
    flex-direction: row;
    gap: 10px;
  }
  .actor__description {
    position: static;
    bottom: 0px;
    flex-direction: row-reverse;
    gap: 25px;
    align-items: flex-start;
  }
  .actor-img {
    position: relative;
    bottom: 160px;
    width: 315px;
    height: 420px;
    border: 1px solid lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .actor-img img {
    max-width: 100%;
    max-height: 100%;
  }
  .actor__text {
    font-size: 16px;
    line-height: 32px;
  }
  .about-theater {
    flex-direction: row;
    gap: 25px;
  }
  .about-theater__inner {
    width: 100%;
  }
  .about-theater-history__docs-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .about-theater__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .about-theater-tile {
    display: none;
  }
  .theater-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 640px;
  }
  .theater-nav__wrapper {
    width: 265px;
  }
  .theater-left-tile {
    display: block;
    width: 260px;
    height: 340px;
    margin-top: 680px;
  }
  .about-theater-contests {
    flex-direction: row;
  }
  .test {
    margin-top: 680px;
  }
}

/*# sourceMappingURL=main.css.map */

.pagination a, .pagination span {
    box-sizing: border-box !important;
}

.pagination {
    font-weight: bold;
    margin: 6px 0;
    padding: 2px 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pagination .first,
.pagination .last,
.pagination .prev,
.pagination .next {
    float: left;
    margin-right: 2px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #fcfcfc;
    border-radius: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
    text-decoration: none;
}

.pagination span.first,
.pagination span.last,
.pagination span.prev,
.pagination span.next {
    border: 1px solid #ddd;
    background-color: #fafafa;
}

.pagination a.first,
.pagination a.last,
.pagination a.prev,
.pagination a.next {
    border: 1px solid #d0d5da;
    background-color: #fbfdfe;
    box-sizing: content-box;
}

.pagination a.first:hover,
.pagination a.last:hover,
.pagination a.prev:hover,
.pagination a.next:hover {
    border: 1px solid #b7c4cf;
}

.pagination a.first {
    background-image: url("/static/assets/images/page-first.png");
}

.pagination a.last {
    background-image: url("/static/assets/images/page-last.png");
}

.pagination span.first {
    background-image: url("/static/assets/images/page-first-disabled.png");
}

.pagination span.last {
    background-image: url("/static/assets/images/page-last-disabled.png");
}

.pagination a.prev {
    background-image: url("/static/assets/images/page-prev.png");
}

.pagination a.next {
    background-image: url("/static/assets/images/page-next.png");
}

.pagination span.prev {
    background-image: url("/static/assets/images/page-prev-disabled.png");
}

.pagination span.next {
    background-image: url("/static/assets/images/page-next-disabled.png");
}

.pagination .page {
    float: left;
    margin-right: 2px;
    padding: 0 4px;
    font-size: 12px;
}

.pagination .page.disabled {
    color: #999;
}

.pagination input {
    width: 28px;
    height: 30px;
    margin-right: 2px;
    padding: 0;
    line-height: 17px;
    font-size: 12px;
    background-color: #ffffcc;
    text-align: center;
    font-weight: bold;
    border: 1px solid #d0d5da;
}

.pagination input:disabled {
    color: #999;
    border: 1px solid #ddd;
    background-color: #fafafa;
}

.pagination input:hover,
.pagination input:focus {
    border: 1px solid #b7c4cf;
}

.pagination .count {
    float: left;
    padding: 3px 0 0 8px;
    color: #aaa;
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 27px;
}

.main {
    position: relative;
}

.main h1 {
    padding-right: 75px;
}

.text h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.text .h2-center {
    text-align: center;
    width: 100%;
}

.main .text-date {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.text img {
    padding: 0;
}

.text ul {
    list-style-type: none;
    font-size: 16px;
    padding: 0;
    margin: 10px;
}

.text ul li {
    margin-bottom: 10px;
}

.text p {
    margin: 10px 0;
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
}

.text figure {
    padding: 0;
    display: inline-block;
    text-align: center;
    margin: 20px;
}

.text figure figcaption {
    font-size: 15px;
    line-height: 25px;
}

.text figure.image-left {
    float: left;
    margin: 10px 20px 10px 0;
}

.text figure.image-right {
    float: right;
    margin: 10px 0px 10px 20px;
}

.text figure.image-left img,
.text figure.image-right img {
   width: 100%;
}

.text figure.image-center,
.text figure.image-wide,
.text figure.video {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
}

.text figure.image-center img {
    min-width: 50%;
}

.text figure.image-wide img {
    width: 100%;
    display: inline-block;
}

.text .quote {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
}

.text blockquote {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.text .quote figcaption {
    font-size: 16px;
    line-height: 15px;
    margin-top: 5px;
}

.text blockquote:before,
.text blockquote:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    left: -10px;
    background: url(/static/style/images/quotation-left.svg);
    background-size: 100%;
}

.text blockquote:after {
    position: relative;
    left: initial;
    right: -10px;
    background: url(/static/style/images/quotation-right.svg);
    background-size: 100%;
}

.text figure.video iframe,
.text figure.video video {
    min-width: 50%;
    max-width: 60%;
}

@media screen and (max-width:768px) {
    .text h2,
    .text h3,
    .text h4 {
        text-align: center;
    }

    .main h1 {
        padding-right: 75px;
    }
    .main .text-date {
        font-size: 15px;
    }


}

@media screen and (max-width:620px) {
    .text p {
        text-align: left;
    }

    .text img,
    .text figure,
    .text iframe,
    .text video {
        width: 100%;
        height: auto;
    }
}

