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

a {
  text-decoration: none;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

div {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

html,
body {
  overflow-x: clip;
  scroll-behavior: smooth;
}

.overflow_none {
  overflow: visible;
}

.lock {
  overflow: hidden;
}

body {
  color: #fff;
  background: #ecd8c4;
  color: #211d1d;
  font-family: "Halvar Mittelschrift", sans-serif;
  display: flex;
flex-direction: column;
min-height: 100dvh;
}

.row {
  --bs-gutter-x: 20px;
}

.container {
  width: 100%;
  max-width: calc(1400px + 30px);
  margin: 0 auto;
  padding: 0 15px;
}

.header_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  position: relative;
}

.nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 23px;
}

.nav ul .nav_link,
.nav ul li a {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #211d1d;
  text-decoration: none;
  transition: 0.3s;
}

.link,
.nav ul li a,
.footer_nav_item a {
  position: relative;
}

.link::before,
.link::after,
.nav ul li a:before,
.nav ul li a:after,
.footer_nav_item a::before,
.footer_nav_item a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ff514d;
  top: 101%;
  left: 0;
  pointer-events: none;
  transition: transform 0.3s;
}

.link::before,
.nav ul li a:before,
.footer_nav_item a::before {
  content: "";
  /* show by default */
}

.link_hover::before,
.nav ul li a:before,
.footer_nav_item a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s;
}

.link_hover:hover::before,
.nav ul li a:hover:before,
.footer_nav_item a:hover::before,
.nav ul li.current-menu-item a:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.header_wrapper .btn_red {
  border: none;
  cursor: pointer;
}
.btn_red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ff514d;
  height: 32px;
  padding: 0 23px;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  gap: 5px;
}

.btn_red_small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ff514d;
  padding: 8px 12px;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

input.search {
  border: none;
  outline: none;
  width: 100%;
  background: none;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
  padding: 7px 20px 7px 0;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #211d1d;
}

.serch_block {
  display: flex;
  align-items: center;
  position: relative;
  width: 216px;
  margin: 0 20px;
}

.serch_block .icon {
  position: absolute;
  right: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.header_social {
  display: flex;
  gap: 14px;
  align-items: center;
}

.header_social {
  margin: 0 65px 0 0;
}

.header_social a {
  height: 100%;
  display: flex;
  align-items: center;
}

.header_social .social_item {
  height: 100%;
  display: flex;
  align-items: center;
}

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

.nav {
  margin: 0 130px 0 0;
}

.big_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #ffffff;
  transition: 0.3s;
}

.piece_item {
  width: 100%;
  background: #ff514d;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
}

.head_content {
  padding: 40px 10px 40px 50px;
  flex: 0 0 calc(100% - 574px);
}

.head_content .big_title {
}

.descr_content {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #ecd8c4;
  padding: 20px 0 12px 0;
}

.tag_content {
  display: flex;
  gap: 20px;
}

.tag_item {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #ecd8c4;
}

.head_content .tag_content {
  margin: 0 0 80px 0;
}

.date_block {
  display: flex;
  align-items: center;
  gap: 40px;
}

.date_block .date_item_big {
  font-family: "Halvar Mittelschrift";
  /* font-style: italic; */
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #ff514d;
}

.date_block .date_item_big.white {
  color: #fff;
}

.date_wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.date_day {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #ecd8c4;
}

.btn_black {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  background: #211d1d;
  padding: 0 14px;
  height: 41px;
  text-decoration: none;
}

.buy_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.buy_wrapper .icon {
  height: 100%;
  display: flex;
  align-items: center;
}

.head_slider {
  width: 574px;
  /* height: 100%; */
  min-width: 574px;
  min-height: 100%;
}

.head_swiper {
  height: 100%;
}

.head_item {
  height: 100%;
}

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

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev {
  left: 17px;
}

.swiper-button-next {
  right: 17px;
}

.piece_block {
  margin: 60px 0 0px 0;
  padding: 50px 0 00px 0;
  border-top: 1px solid rgba(33, 29, 29, 0.3);
}

.piece_block .piece_item {
  background: none;
  padding: 0px 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
}

.piece_block .piece_item:last-of-type {
  border: none;
}

.piece_block .head_content {
  padding: 0;
  width: 100%;
}

.piece_block .big_title {
  color: #211d1d;
}

.piece_block .descr_content {
  color: #211d1d;
}

.piece_block .tag_item {
  color: #211d1d;
  opacity: 0.5;
  position: relative;
}

.piece_block .tag_item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #211d1d;
  opacity: 0.5;
  position: absolute;
  right: -10px;
  top: 0;
}

.piece_block .tag_item:last-of-type:before {
  display: none;
}

.piece_block .day,
.piece_block .day_time {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #877b71;
}

.piece_block .btn_red {
  margin: 0;
  padding: 0 14px;
  height: 41px;
  font-size: 20px;
}

.piece_block .head_content .tag_content {
  margin: 0 0 27px 0;
}

.piece_block .piece_image {
  display: block;
  height: 258px;
  transition: 0.3s;
}

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

.show_more {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff514d;
  text-decoration: none;
}

.title_side {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #211d1d;
  margin: 0 0 12px 0;
  max-width: 190px;
}

.logo_side {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px 0;
}

.index_block {
  padding: 110px 0 0 0;
}

.index_block.teatr .container {
  position: relative;
}

.line_decor_teatr {
  position: absolute;
  right: 35px;
  top: 150px;
  z-index: -1;
}

.index_block .big_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
}

.index_block.teatr .big_title {
  width: 650px;
}

.block_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.block_text p:last-of-type {
  margin: 0;
}

.wrapper_just {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}

.wrapper_just .big_title {
  flex: 0 0 100%;
}

.image_proekt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 54px 0 0 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 450px;
}

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

.decor_image_proekt {
  position: absolute;
}

.index_news_item {
  display: flex;
  justify-content: space-between;
  gap: 21px;
  padding: 0 0 40px 0;
  margin: 0 0 45px 0;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
}

.index_news_item:last-of-type {
  margin: 0 0 60px 0;
  border: none;
}

.index_news_image {
  min-width: 500px;
  max-width: 500px;
  height: auto;
  overflow: hidden;
}

.index_news_image img {
  width: 100%;
  /* height: 334px; */
  height: auto;
  object-fit: cover;
  object-position: center;
}

.index_news_date {
  font-family: "Halvar Mittelschrift";
  /* font-style: italic; */
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #ff514d;
  margin: 17px 0 0 0;
}

.product_item .btn_red {
  padding: 0 14px;
}

.product_image {
  width: 100%;
  height: 335px;
}

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

.product_title_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 41px 0;
  align-items: center;
}

.product_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #211d1d;
}

.product_cost {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  color: #211d1d;
}

.product_block {
  margin: 0 0 120px 0;
}

.subscribe_block {
  background: #877b71;
  padding: 35px 0;
  display: none;
}

.subcribe_text {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  width: 380px;
}

.subscribe_wrapper {
  display: flex;
  gap: 93px;
  align-items: flex-end;
}

.subscribe_input {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.subscribe_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 8px 12px;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}

.subscribe_input .input_item input {
  width: 217px;
  background: none;
  border: none;
  outline: none;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 0 20px 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.subscribe_input .input_item input::placeholder {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

.footer {
  background: #211d1d;
  padding: 48px 0 42px 0;
  margin-top: auto;
}

.btn_top {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.footer_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.footer_nav_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
  margin: 0 0 7px 0;
  text-decoration: none;
}

.footer_nav {
  list-style-type: none;
}

.footer_nav a {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.footer_nav_item:nth-of-type(2) {
  margin: 15px 0 0 0;
}

.adres {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #ffffff;
  opacity: 0.5;
  margin: 0 0 6px 0;
}

.footer_nav_uslugi a {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none;
  transition: 0.3s;
}

.footer_nav_uslugi {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer_btn_block {
  display: flex;
  gap: 40px;
}

.footer_btn_and_social {
  display: flex;
  align-items: center;
  gap: 162px;
  margin: 9px 0;
}

.footer_social_block {
  display: flex;
  gap: 18px;
  align-items: center;
}

.footer_conf_item {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none;
  margin: 0 30px 0 0;
}

.footer_design {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ff514d;
  text-decoration: none;
  white-space: nowrap;
}

.footer_conf {
  margin: 40px 0 0 0;
  padding: 35px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
flex-wrap: wrap;
  row-gap: 5px;
}
.footer_disign_wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #ecd8c4;
}

::-webkit-scrollbar-thumb {
  background: #ff514d;
}

.product_head_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #211d1d;
}

.product_head_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 56px 0;
}

.left_side {
  position: sticky;
  top: 50px;
}

.wrapper_error {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper_error .big_title {
  color: #211d1d;
  margin: 19px 0 30px 0;
}

.wrapper_error {
  padding: 50px 0 120px 0;
}

.header_logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.search_head_block {
  margin: 58px 0;
}

.search_head_block .search_input_block {
  display: flex;
  align-items: center;
  width: 571px;
  position: relative;
}

.search_head_block input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
  background: none;
  outline: none;
  padding: 16px 30px;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #211d1d;
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.search_head_block .search_input_block .icon_loop {
  position: absolute;
  left: 0;
}

.search_head_block .search_input_block .icon_remove {
  position: absolute;
  right: 0;
  top: 22px;
}

.search_head_block .search_input_block .icon_remove svg path {
  fill: #877b71;
  transition: 0.3s;
}

.search_head_block .search_input_block .icon_remove:hover svg path {
  opacity: 0.7;
}

.btn_search {
  border: 1px solid #211d1d;
  padding: 8px 12px;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #211d1d;
  text-decoration: none;
  position: absolute;
  right: 30px;
  transition: 0.3s;
}

.btn_search:hover {
  background: #211d1d;
  color: #fff;
}

.search_result {
  color: #ff514d;
}

.search_content_wrapper .serach_item {
  padding: 0 0 40px 0;
  margin: 0 0 31px 0;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
  display: block;
}

.search_content_wrapper .serach_item:last-of-type {
  padding: 0;
  margin: 0 0 60px 0;
  border: none;
}

.search_item_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  margin: 0 0 17px 0;
  transition: 0.3s;
}

.search_item_title span {
  color: #ff514d;
}

.search_item_subtitle {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #877b71;
}

.search_content_block {
  padding: 0 0 120px 0;
}

.btn_top.main {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff514d;
}

.swiper_performance {
  width: 100%;
  margin: 0 0 25px 0;
}

.swiper_performance .swiper-slide {
  width: auto;
  height: 100%;
}

.swiper_performance .swiper_item {
  height: 100%;
  width: 100%;
}

.btn_back {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff514d;
  text-decoration: none;
}

.performance_text p {
  padding: 0 0 25px 0;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #211d1d;
}

.performance_info_item {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #877b71;
}

.performance_info_block {
  display: flex;
  flex-direction: column;
}

.performance_info_block .performance_info_item a {
  color: rgba(33, 29, 29, 1);
  text-decoration: none;
  transition: 0.3s;
}

.performance_info_block .performance_info_item a:hover {
  color: #877b71;
}

.performnace_date .piece_block {
  margin: 0;
  padding: 0;
  border: none;
}

.performnace_date .date_block {
  margin: 0 0 25px 0;
  justify-content: space-between;
  gap: 40px;
}

.performnace_date .buy_wrapper {
  margin: 0 65px 0 0;
}

.performnace_date {
  margin: 0 0 126px 0;
}

.block_people .people_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.block_people .people_wrapper .people_item {
  flex: 0 0 217px;
  margin: 0 0px 21px 0;
  height: 100%;
  position: relative;
}

.block_people .people_wrapper .people_item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block_people .people_wrapper .people_item .people_image {
  width: 100%;
  max-height: 217px;
  height: 100%;
  overflow: hidden;
}

.block_people .people_wrapper .people_item .people_image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 1s;
}

.block_people .people_wrapper .people_item .people_name {
  margin: 10px 0 4px 0;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #211d1d;
  transition: 0.3s;
}

.block_people .people_wrapper .people_item .people_job {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #211d1d;
  opacity: 0.5;
}

.block_people {
  margin: 0 0 80px 0;
}

.performnace_reviews_head {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.performnace_reviews_head span {
  color: rgba(255, 81, 77, 1);
}

.performnace_reviews_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.performnace_reviews_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.performnace_reviews_item {
  margin: 0 0 60px 0;
}

.performance_page.piece_block {
  border: none;
  margin: 0 0 120px 0;
}

.persona_name {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.persona_status {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #211d1d;
  margin: 0 0 15px 0;
}

.persona_medal {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ff514d;
}

.persona_data {
  margin: 0 0 120px 0;
}

.biography_text {
  max-width: 500px;
}

.biography_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 25px 0;
}
.biography_text p a  {
color: rgb(255, 81, 77);
transition: 0.4s;
}

.biography_text p a:hover {
  opacity: 0.7;
}

.biography_block {
  margin: 0 0 130px 0;
}

.biography_item .date {
  font-family: "Halvar Mittelschrift";
  /* font-style: italic; */
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ff514d;
}

.biography_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
}

.biography_item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

.biography_item .text {
  width: 100%;
}

.biography_item .date {
  min-width: 120px;
}

.biography_item .text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.biography_item .text p:last-of-type {
  margin: 0;
}

.persona_page.piece_block {
  padding: 0;
  margin: 0 0 80px 0;
  border: none;
}

.repertoire.piece_block {
  margin: 0 0 130px 0;
  padding: 0;
  border: none;
}

.role_item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.role_item .left_side {
  min-width: 217px;
  max-width: 217px;
}

.role_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 450px;
}

.role_wrapper_item {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #211d1d;
}

.role_block {
  margin: 0 0 120px 0;
}

.persona_page.performnace_reviews {
  margin: 0 0 60px 0;
}

.side_menu .title_side {
  margin: 0 0 35px 0;
}

.side_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.side_menu ul li {
  margin: 0 0 12px 0;
}



.side_menu ul li a {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #211d1d;
  text-decoration: none;
}

.side_menu ul li .active {
  position: relative;
}

.side_menu ul li .active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  background: rgba(255, 81, 77, 1);
}

.about_head_title {
  font-family: "Halvar Mittelschrift";
  /* font-style: italic; */
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #ff514d;
  margin: 0 0 30px 0;
  width: 720px;
}

.about {
  margin: 30px 0 0 0;
}

.about_head_wrapper {
  position: relative;
}

.about_head_wrapper .about_text {
  position: absolute;
  right: 0;
  top: 0;
  width: 571px;
}

.about_head_wrapper .about_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
}

.about_head_wrapper .about_text::after {
  content: "\0422\0435\0430\0442\0440\0020\0441\0435\0433\043e\0434\043d\044f";
  display: block;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #211d1d;
  opacity: 0.5;
  position: absolute;
  left: -120px;
  top: 5px;
}

.about_head_wrapper .about_image {
  mix-blend-mode: multiply;
}

.about {
  margin: 35px 0 120px 0;
}

.about_head {
  margin: 0 0 80px 0;
}

.about_content {
  margin: 80px 0 0 0;
}

.about_content_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  margin: 0 0 50px 0;
  width: 728px;
}

.about_content_item .image {
  width: 100%;
  max-height: 571px;
  height: 100%;
}

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

.about_content_item .title,
.about_content_item .title a {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  margin: 0 0 41px 0;
  transition: 0.4s;
}
.about_content_item .title a:hover {
  color: #ff514d;
}
.about_content_item .text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 15px 0;
}

.about_content_item {
  margin: 0 0 60px 0;
}

.about_content_item:last-of-type {
  margin: 0;
}

.proect_wrapper .piece_block {
  padding: 0;
  margin: 0;
  border: none;
}

.tickets_block .subzag {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #211d1d;
  opacity: 0.5;
}

.tickets_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.tickets_item {
  display: flex;
  flex-direction: column;
  padding: 0 0 40px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
}

.tickets_item:last-of-type {
  padding: 0;
  margin: 0;
  border: none;
}

.tickets_item .tel {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  text-decoration: none;
}

.ticket_text {
  width: 747px;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
}

.ticket_text a {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
}

.tickets_item span {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #211d1d;
  opacity: 0.5;
  margin: 14px 0 0 0;
}

.tickets_item .btn_red {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  padding: 0;
  width: 180px;
  height: 41px;
}

.tickets_buy {
  margin: 0 0 120px 0;
}

.tickets_buy:last-of-type {
  margin: 0;
}

.quiz_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 20px 0;
  width: 572px;
}

.quiz_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  opacity: 0.5;
  margin: 0 0 25px 0;
}

.quiz_text p:last-of-type {
  margin: 0;
}

.qiuz_item {
  margin: 0 0 36px 0;
}

.qiuz_item:last-of-type {
  margin: 0;
}

.vozvrat_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.benefit_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
}

.benefit_title:first-of-type {
  margin: 0 0 30px 0;
}

.benefit_block ul {
  width: 570px;
  margin: 14px 0 26px 15px;
  padding: 0;
}

.benefit_block ul:last-of-type {
  margin-bottom: 0;
}

.benefit_block ul li {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 12px 0;
}

.benefit_block ul li:last-of-type {
  margin: 0;
}

.faq_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  width: 1050px;
}

.faq_item {
  cursor: pointer;
  position: relative;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
}

.faq_item:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

.faq_item:first-of-type .faq_text {
  display: block;
}

.faq_item:first-of-type .icon {
  transform: rotate(180deg);
}

.faq_item.active:first-of-type .icon {
  transform: rotate(0);
}

.faq_text {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  opacity: 0.5;
  margin: 20px 0 0 0;
  width: 1050px;
  display: none;
}

.faq_item .icon {
  position: absolute;
  right: 0;
  top: 15px;
  transition: 0.6s;
  transform: rotate(0deg);
}

.faq_item.active .icon {
  transform: rotate(180deg);
}

.scheme_item span {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #211d1d;
  opacity: 0.5;
}

.scheme_item .scheme_wrapper {
  width: 927px;
}

.scheme_content {
  max-width: 927px;
  width: 100%;
}

.scheme_item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px 0;
}

.scheme_item:last-of-type {
  margin: 0;
}

.scheme_item .scheme_left {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #211d1d;
  opacity: 0.5;
}

.scheme_image {
  margin: 0 0 40px 0;
  mix-blend-mode: multiply;
  display: flex;
}

.scheme_image img {
  height: auto;
}

.scheme_btn {
  display: flex;
  gap: 40px;
}

.partner_item {
  flex: 0 0 217px;
  height: 100%;
  position: relative;
  margin: 0 0 40px 0;
}

.partner_image {
  width: 100%;
  max-height: 175px;
  height: 100%;
  margin: 0 0 10px 0;
  mix-blend-mode: multiply;
  overflow: hidden;
}

.partner_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: 0.7s;
}

/* .partner_item:hover .partner_image img {
  transform: scale(1.1);
} */

.partner_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
}

.partner_item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}

.partner_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.document_left {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #211d1d;
  opacity: 0.5;
  min-width: 215px;
  max-width: 215px;
}

.document_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 34px 0;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}

.document_item {
  display: flex;
  gap: 21px;
  margin: 0 0 120px 0;
}

.document_item:last-of-type {
  margin: 0;
}

.document_content_item {
  display: flex;
  gap: 21px;
  padding: 0 0 20px 0;
  margin: 0 0 18px 0;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
  width: 570px;
  align-items: center;
}

.document_content_item:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

.document_content_item .item_zag {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #211d1d;
  opacity: 0.5;
  min-width: 100px;
  max-width: 100px;
}

.document_content_item .item_descr {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  text-decoration: none;
}

.sreda_wrapper {
  display: flex;
  justify-content: flex-end;
}

.sreda_item {
  max-width: 927px;
}

.sreda_text {
  margin: 0 120px 60px 0;
  width: 808px;
}

.sreda_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 35px 0;
}

.sreda_text p:last-of-type {
  margin: 0;
}

.sreda_image {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.sreda_image .image_item {
  flex: 0 0 455px;
  height: 300px;
  max-height: 300px;
}

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

.left_filter {
  position: sticky;
  top: 30px;
}

.left_filter .title_side {
  margin: 0 0 35px 0;
}

.archive_filter {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 40px 0;
}

.archive_filter a {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #211d1d;
  text-decoration: none;
  transition: 0.3s;
}

.archive_filter .archive_link.active a {
  position: relative;
  transition: 0.3s;
}

.archive_filter .archive_link.active a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  background: rgba(255, 81, 77, 1);
  transition: 0.3s;
}

.repertory_block {
  padding: 40px 0 120px 0;
}

.repertory_block .piece_block {
  padding: 0;
  margin: 0;
  border: none;
}

.left_filter .serch_block {
  margin: 0 0 36px 0;
  width: 186px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #211d1d;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #ff514d;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: 0.3s;
}

.custom-checkbox:checked + label::before {
  border-color: #ff514d;
  background-color: #ff514d;
  transition: 0.3s;
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  background-color: rgba(255, 81, 77, 0.5);
}

.checkbox_item {
  margin: 0 0 15px 0;
}

.filter_item {
  margin: 0 0 40px 0;
}

.filter_item .filter_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #211d1d;
  opacity: 0.5;
  margin: 0 0 18px 0;
}

.podbor_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #211d1d;
  height: 33px;
  padding: 0 12px;
  border: 1px solid rgba(33, 29, 29, 0.3);
  border-radius: 500px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
}

.podbor_item.active {
  background: #211d1d;
  color: #fff;
}

.podbor_item:hover {
  background: #211d1d;
  color: #fff;
}

.podbor_block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.people {
  margin: 42px 0 120px 0;
}

.people .block_people {
  margin: 0;
}

.news {
  margin: 42px 0 120px 0;
}

.news_content {
  width: 808px;
}

.news .serch_block {
  margin: 30px 0 40px 0;
  width: 186px;
}

.news_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  margin: 0 0 17px 0;
}

.news_date {
  font-family: "Halvar Mittelschrift";
  /* font-style: italic; */
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #ff514d;
  text-transform: lowercase;
}

.news_item {
  display: flex;
  justify-content: space-between;
  padding: 0 0 31px 0;
  margin: 0 0 37px 0;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
}

.news_item:last-of-type {
  margin: 0 0 60px 0;
  padding: 0;
  border: none;
}

.news_image {
  max-width: 335px;
  width: 100%;
  max-height: 200px;
  height: 100%;
}

.news_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pagination_btn_prev,
.prev.page-numbers {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #ff514d;
  cursor: pointer;
  transition: 0.3s;
}

.pagination_btn_next,
.next.page-numbers {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #ff514d;
  cursor: pointer;
  transition: 0.3s;
}

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

.pagination ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  transition: 0.3s;
  display: flex;
}

.pagination ul .active {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff514d;
}

.pagination ul .active span {
  color: #ecd8c4;
  border: 0;
  outline: none;
  text-decoration: none;
}

.pagination ul li a,
.pagination ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #211d1d;
  text-decoration: none;
  transition: 0.3s;
  border: 0;
  outline: none;
  text-decoration: none;
  padding: 4px 8px;
}

.pagination ul li a:hover {
  background: #ff514d;
}

.pagination ul li:hover a {
  color: #ecd8c4;
}

.pagination_btn_prev:hover,
.pagination_btn_next:hover,
.prev.page-numbers:hover,
.next.page-numbers:hover {
  opacity: 0.7;
  background: transparent !important;
  color: #ff514d;
}

.shop_block {
  margin: 40px 0 80px 0;
}

.shop_block .product_item {
  margin: 0 0 40px 0;
  flex: 0 0 334px;
}

.shop_block .product_block {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.shop_block .product_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contacts_block {
  margin: 40px 0 120px 0;
}

.people_contact {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 17px 0 0 0;
}

.contacts_block .people_contact .people_contacts_item a {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #211d1d;
  text-decoration: none;
  position: relative;
  bottom: 0;
  width: auto;
  height: auto;
}

.contacts_block .people_wrapper {
  margin: 0 0 30px 0;
}

.contacts_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 70px 0;
}

.contacts_item:last-of-type {
  margin: 0;
}

.contacts_item .contact_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #211d1d;
  margin: 0 0 7px 0;
}

.contacts_item .contact_descr {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  text-decoration: none;
}

.contact_map {
  mix-blend-mode: multiply;
  margin: 20px 0 0 0;
}

.document_left {
  min-width: 217px;
  max-width: 217px;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #211d1d;
  opacity: 0.5;
}

.document_wrapper {
  display: flex;
  gap: 20px;
  margin: 0 0 120px 0;
}

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

.document_wrapper .document_item {
  position: relative;
  display: flex;
  gap: 20px;
  flex: 0 0 454px;
  margin: 0 0 40px 0;
}

.document_wrapper .document_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.document_wrapper .document_item .document_image {
  max-width: 98px;
  width: 100%;
  height: 100%;
  max-height: 139px;
  min-width: 98px;
}

.document_wrapper .document_item .document_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.document {
  margin: 40px 0 0px 0;
}

.document_wrapper .document_text {
  margin: 0 0 40px 0;
}

.document_wrapper .document_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
}
.document_wrapper .document_text p a {
  color: #ff514d;
  transition: 0.4s;
}
.document_wrapper .document_text p a:hover {
  opacity: 0.7;
}

.document_wrapper .document_text:last-of-type {
  margin: 0;
}

.news_item_block .show_more {
  font-size: 20px;
}

.news_item_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.news_item_date {
  font-family: "Halvar Mittelschrift";
  /* font-style: italic; */
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #ff514d;
}

.news_item_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #211d1d;
  margin: 0 0 20px 0;
}

.news_item_text p:last-of-type {
  margin: 0;
}

.news_item_block {
  margin: 0 0 120px 0;
  border: none;
}

.burger_btn {
  align-items: center;
  width: 18px;
  height: 20px;
  position: absolute;
  right: 0px;
  display: none;
}

.burger_btn span {
  content: "";
  display: block;
  position: relative;
  background: #877b71;
  width: 18px;
  height: 2px;
  transition: 0.3s;
}

.burger_btn span::before,
.burger_btn span::after {
  content: "";
  display: block;
  position: absolute;
  background: #877b71;
  width: 18px;
  height: 2px;
  transition: 0.3s;
}

.burger_btn span::before {
  transform: translateY(6px);
}

.burger_btn span::after {
  transform: translateY(-6px);
}

.burger_btn.open span::after,
.burger_btn.open span::before {
  transform: translateY(0px);
}

.burger_btn.open span::after {
  opacity: 0;
}

.burger_btn.open span {
  transform: rotate(45deg);
}

.burger_btn.open span::before {
  transform: rotate(-90deg);
}

.burger_menu {
  position: absolute;
  top: 60px;
  left: -15px;
  transform: translateX(-100%);
  background: #ecd8c4;
  width: calc(100% + 30px);
  height: 100%;
  z-index: -1;
  visibility: hidden;
  user-select: none;
  transition: 0.5s;
  padding: 0px 15px 0px 15px;
  height: calc(100dvh - 60px);
}

.burger_menu_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid rgba(33, 29, 29, 0.3);
  padding: 36px 0px 30px 0;
  overflow-y: auto;
  max-height: 100%;
  justify-content: space-between;
}

.burger_menu.open {
  opacity: 1;
  visibility: visible;
  user-select: all;
  z-index: 20;
  transform: translateX(0%);
}

.burger_menu_wrapper ul {
  padding: 0;
  margin: 0 0 36px 0;
  text-align: center;
  list-style-type: none;
}

.burger_menu_wrapper ul li {
  margin: 0 0 11px 0;
}

.burger_menu_wrapper ul li:last-of-type {
  margin: 0;
}

.burger_menu_wrapper ul li a {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #211d1d;
  text-decoration: none;
}

.bottom_burger {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo_mobile {
  display: none;
}

.seacrch_list_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #211d1d;
  margin: 0 0 33px 0;
}

.seacrch_list_title span {
  color: #ff514d;
}

.seacrh_item_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #211d1d;
  margin: 0 0 12px 0;
  width: 228px;
}

.seacrh_item_title span {
  color: #ff514d;
}

.seacrh_item_type {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #877b71;
}

.search_item {
  padding: 0 0 27px 0;
  margin: 0 0 26px 0;
  border-bottom: 1px solid rgba(33, 29, 29, 0.3);
}

.search_item a {
  text-decoration: none;
}

.search_list {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 40px 15px 30px 15px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #ecd8c4;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.3s;
}

.search_list.open {
  z-index: 30;
  opacity: 1;
  visibility: visible;
}

.btn_black {
  gap: 5px;
}

.mobile {
  display: none;
}

.footer_nav_uslugi_title {
  display: none;
  gap: 5px;
}

.footer_nav_uslugi_title svg {
  transition: 0.3s;
}

.footer_nav_uslugi_title svg path {
  fill: #fff;
  transition: 0.3s;
}

.afisha .title_side {
  margin: 0 0 35px 0;
}

.filter_btn {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.btn_black_filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #211d1d;
  border: 1px solid #211d1d;
  padding: 9px 10px;
  text-decoration: none;
}

.filter_btn .show_more {
  width: auto;
}

.show_filter {
  display: none;
  align-items: center;
  gap: 5px;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff514d;
  text-decoration: none;
}

.show_filter .icon {
  height: 100%;
  display: flex;
  align-items: center;
}

.show_filter svg {
  transition: 0.3s;
}

.show_filter svg path {
  fill: #ff514d;
}

.show_filter.active svg {
  transform: rotate(180deg);
}

.show_mobile {
  display: none;
}
.dont_show_mobile {
    display: flex;
    margin: 20px 0 20px 15px;
  }

.btn_tick_none {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ecd8c4;
  background: #877b71;
  padding: 6px 10px;
  text-decoration: none;
  cursor: default;
}

.side_menu {
  position: sticky;
  top: 30px;
}

.about_content_item .text p:last-of-type {
  margin: 0;
}

.index_news {
  margin: 0 0 120px 0;
}

.history_top_image {
  width: 100%;
  height: 100%;
  max-height: 550px;
  overflow: hidden;
  mix-blend-mode: multiply;
  display: flex;
}

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

.history_top {
  margin: 0 0 80px 0;
}

.history_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #211d1d;
}

.history_date {
  font-family: "Halvar Mittelschrift";
  /* font-style: italic; */
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: rgba(255, 81, 77, 1);
}

.history_subtitle {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #211d1d;
  opacity: 0.5;
  height: auto;
}

.history_text p {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 0 0 30px 0;
}

.history_text p:last-of-type {
  margin: 0;
}

.hisoty_side_item {
  display: flex;
}

.hisoty_side_item .history_subtitle {
  min-width: 110px;
}

.history_wrapper {
  margin: 0 0 120px 0;
}

.history_image {
  mix-blend-mode: multiply;
  overflow: hidden;
  width: 100%;
}

.history_image.middle {
  width: 100%;
  max-height: 550px;
  height: 100%;
  display: flex;
}

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

.history_item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.history_item_wrapper {
  height: 100%;
}

.history_item .history_text {
  margin: 30px 0 0 0;
}

.history_image.small {
  max-height: 217px;
  height: 100%;
  display: flex;
}

.history_mini_item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.history_mimi_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #211d1d;
}

.history_mini_wrapper {
  display: flex;
  gap: 57px;
  margin: 24px 0 0 0;
}

.history_image.big {
  max-height: 550px;
  height: 100%;
  display: flex;
}

.history_title span {
  color: rgba(255, 81, 77, 1);
  /* font-style: italic; */
}

.history_image.margin {
  margin: 0 0 30px 0;
  display: flex;
}

.mini_people_item {
  margin: 60px 0 0 0;
}

.mini_people_item .mini_people_image {
  width: 100%;
  height: 217px;
  overflow: hidden;
  margin: 0 0 10px 0;
  mix-blend-mode: multiply;
  display: flex;
}

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

.mini_people_item .mini_people_name {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #211d1d;
}

.history_image.no_mix {
  mix-blend-mode: normal;
}

.hisoty_side_item {
  margin: 0 0 30px 0;
}

.hisoty_side_item:last-of-type {
  margin: 0 0 0px 0;
}

.swiper_sreda .swiper-slide {
  height: auto;
}
.swiper_sreda .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.sreda_btn_prev,
.sreda_btn_next {
  display: none;
}

#my_month,
#my_year {
  display: none;
}

.ajax-calendar {
  position: relative;
}

#ajax_ac_widget thead th {
}

#ajax_ac_widget thead {
  /* padding-bottom
: 12px; */
  /* margin: 0; */
}

#ajax_ac_widget th {
  /* identical to box height, or 175% */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  letter-spacing: 0.01em;
  color: #000000;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 0;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;

  /* 1 */
  color: #211d1d;
  opacity: 0.5;
  padding-bottom: 22px;
}

#ajax_ac_widget {
  padding: 0;
  margin-bottom: 22px;
}

#ajax_ac_widget td {
}

#my-calendar a {
  background: #9d7768;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 4px;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  background: #9d7768;
  border: 1px solid #9d7768;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  /* 1 */
  color: #211d1d;
  opacity: 1;
  width: auto;
  height: auto;
  background: transparent;
  border: 0;
}

#my-calendar a:hover {
}

#my-calendar a.active {
  background: #ff514d;
  color: #fff;
}

#my-calendar {
  width: 100%;
  padding-top: 16px;
  /* max-width: 186px; */
}

#my_calender span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  letter-spacing: 0.01em;
  color: #000000;
  display: flex;
  background: #ffffff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 6px;
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;

  /* 1 */
  color: #211d1d;
  opacity: 0.5;
  width: auto;
  height: auto;
  background: transparent;
}

#my_calender tr:last-child span {
  /* margin-bottom: 0; */
}

#today a,
#today span {
  border: 1px solid #9d7769;
  border: 0;
}

#ajax_ac_widget #my_year {
  float: right;
}

.select_ca #my_month {
  float: left;
}

.this_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(33 29 29 / 30%);
  padding-bottom: 15px;
}

.this_date .this_date_val {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  /* 1 */
  color: #211d1d;
}

.calendar {
  max-width: 186px;
}

.this_date .prev,
.this_date .next {
  cursor: pointer;
}

.performance_slider img {
  min-height: 300px;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  position: absolute;
}

.subscribe_btn:hover {
  background: #fff;
  color: #211d1d;
}

.footer_nav_item a {
  transition: 0.3s;
  display: flex;
  max-width: fit-content;
}

.news_item .news_title {
  transition: 0.3s;
}

.piece_block .big_title:hover {
  color: #ff514d;
}

.piece_block .piece_image {
  overflow: hidden;
}

.piece_block .piece_image img {
  transition: 1s;
  transform: scale(1);
}

.piece_block .piece_item .piece_image:hover img {
  transform: scale(1.1);
}

.index_news_item:hover .big_title {
  color: #ff514d;
}

.news_item .news_image {
  overflow: hidden;
}

.index_news_item .index_news_image img,
.news_item .news_image img {
  transition: 1s;
}

.index_news_item:hover .index_news_image img,
.news_item:hover .news_image img {
  transform: scale(1.1);
}

.piece_item .my_order-1 {
  overflow: hidden;
}

.piece_block .btn_red {
  position: relative;
  transition: 0.3s;
  justify-content: flex-end;
  padding: 0 24px;
}

.piece_block .btn_red:hover {
  background: #211d1d;
  color: #fff;
  padding: 0 14px;
}

.btn_red .btn_icon {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
}

.btn_red:hover .btn_icon {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.show_more.not::after,
.show_more.not::before {
  display: none;
}
.show_more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: 0.3s;
  padding-right: 20px;
}

.show_more::after {
  content: "↗";
  display: block;
  transform: translateY(0px) rotate(0deg);
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
}

.show_more:hover::after {
  transform: translateY(-20px) translateX(20px) rotate(-90deg);
}

.show_more::before {
  content: "↗";
  display: block;
  transform: translateY(20px) translateX(-20px) rotate(180deg);
  transition: 0.3s;
  position: absolute;
  right: 0;
}

.show_more:hover::before {
  transform: translateY(0px) translateX(0px) rotate(0deg);
}

.footer_social_block .social_item svg path {
  fill: #fff;
  transition: 0.3s;
}

.footer_social_block .social_item:hover svg path {
  fill: #ff514d;
}

.footer_nav_uslugi a:hover {
  color: #fff;
  opacity: 1;
}

.block_people .people_wrapper .people_item:hover .people_name {
  color: #ff514d;
}

.block_people .people_wrapper .people_item:hover .people_image img {
  transform: scale(1.1);
}

.search_item_title:hover {
  color: #ff514d;
}

.document_item:hover .document_title {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#my-calendar a:hover {
  background: #ff514d;
  color: #fff;
}

.image_teatr {
  width: 100%;
}

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

.index_block.teatr {
  position: relative;
}

.footer_nav_item {
  display: flex;
  flex-direction: column;
}

.performnace_date .head_content {
  flex: 0 0 100%;
}

.news_item:hover .news_title {
  color: #ff514d;
}

.index_head .big_title:hover {
  color: #211d1d;
}

.head_item {
  overflow: hidden;
}

.head_item img {
  transition: 1s;
}

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

/* 
.piece_block .row {
    width: 100%;
} */

.good_link_title {
  font-family: "Halvar Mittelschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #211d1d;
  margin: 10px 0 0 0;
}

.good_link_image {
  width: 100%;
  max-height: 175px;
  height: 175px;
  overflow: hidden;
}

.good_link_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: 0.8s;
}

.good_link_item {
  flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
  margin: 0 10px;
}

.good_link_items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin: 0 -10px;
  justify-content: flex-start;
}

.good_link {
  margin: 40px 0 120px 0;
}

.good_link_item:hover .good_link_image img {
  transform: scale(1.1);
}

.role_item .title_side {
  max-width: 100%;
  margin: 0;
}

.role_item .left_side {
  width: 100%;
  max-width: 100%;
  min-width: 1px;
}

.repertory_block .title_side {
  margin-bottom: 20px;
}

.swiper_performance .swiper-wrapper {
  height: 300px;
  max-height: 300px;
}

.performance_slider {
  padding: 0 15px;
}

.news_item_title_block .descr_content {
  color: #211d1d;
}

.news_item_title_block .tag_content .tag_item {
  color: #211d1d;
  opacity: 0.5;
  position: relative;
}

.news_item_title_block .tag_content .tag_item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #211d1d;
  opacity: 0.5;
  position: absolute;
  right: -10px;
  top: 0;
}

.news_item_title_block .tag_content .tag_item:last-child:before {
  display: none;
}

.news_item_title_block .tag_content {
  margin-bottom: 20px;
}

.index_head .head_content {
  display: flex;
  flex: unset;
  width: 100%;
  max-width: 570px;
  flex-direction: column;
  padding: 30px 30px 30px 60px;
}

.index_head .head_content .tag_content {
  flex: 1 1 auto;
  margin-bottom: 35px;
}

.index_head .head_slider {
  width: 100%;
  max-width: calc(100% - 570px);
  flex: unset;
  height: auto;
  aspect-ratio: 593/411;
  min-height: unset;
  min-width: auto;
}

.index_head .left_side svg {
  max-width: 100%;
}

.piece_block .piece_item {
  display: flex;
  height: fit-content;
  max-height: fit-content;
}

.piece_block .piece_item .row {
  /* width: auto !important; */
  width: 100%;
}

.contacts_wrap {
  display: flex;
  flex-direction: column;
}
.contacts_wrap .item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 50px;
  padding-bottom: 20px;
  position: relative;
}
.contacts_wrap .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(33, 29, 29, 0.3);
  height: 1px;
  width: calc(100% + 20px);
}
.contacts_wrap .item:not(:first-child) {
  padding-top: 15px;
}
.contacts_wrap .item .inform {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
.contacts_wrap .item .inform .name {
  color: #211d1d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.6px;
}
.contacts_wrap .item .inform .job {
  color: #211d1d;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.5;
}
.contacts_wrap .item .inform a {
  color: #211d1d;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: 0.3s;
  display: flex;
  max-width: fit-content;
}
.contacts_wrap .item .inform a:hover {
  color: #ff514d;
}
.contacts_wrap .item .item_number {
  color: #211d1d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.6px;
  display: flex;
  max-width: fit-content;
  transition: 0.3s;
  margin-right: 78px;
  white-space: nowrap;
}
.contacts_wrap .item .item_number:hover {
  color: #ff514d;
}
.contacts_col {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  background: rgba(255, 255, 255, 0.3);
  padding: 24px;
}
.contacts_col .item {
  display: flex;
  flex-direction: column;
}
.contacts_col .item .title {
  color: #211d1d;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.contacts_col .item .inform {
  color: #211d1d;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.5;
  margin-top: 10px;
}
.contacts_col .item a {
  color: #211d1d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: 0.3s;
  max-width: fit-content;
  display: flex;
}
.contacts_col .item a:hover {
  color: #ff514d;
}
.contacts_col .item.item_1 a {
  margin-top: 6px;
}
.contacts_col .item.item_2 {
  row-gap: 20px;
}
.contacts_col .item.item_2 .link_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.contacts_col .item.item_2 .item_buy {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  background: #ff514d;
  padding: 8px 12px;
}
.contacts_col .item.item_2 .item_buy:hover {
  color: #fff;
  opacity: 0.7;
}
.contacts_col .item.item_3 .inform {
  opacity: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contacts_col .item.item_4 .title,
.contacts_col .item.item_5 .title {
  opacity: 0.5;
}
.contacts_col .item.item_4 a,
.contacts_col .item.item_5 a {
  color: #ff514d;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.contacts_col .item.item_4 a:hover,
.contacts_col .item.item_5 a:hover {
  color: #ff514d;
  opacity: 0.7;
}
.contacts_col .item.item_6 a,
.contacts_col .item.item_7 a {
  font-weight: 500;
}
.contacts_col .item.item_6,
.contacts_col .item.item_7 {
  row-gap: 10px;
}

.contacts_block .btn_block_more {
  margin-top: 60px;
}

.contacts_block .btn_block_more .image_action {
  aspect-ratio: 1163/205;
  max-width: 100%;
  max-height: 205px;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}
.contacts_block .btn_block_more .image_action img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts_block .btn_block_more .image_action a {
  position: absolute;
  display: flex;
  max-width: fit-content;
  transition: 0.3s;
  margin: auto;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  background: #ff514d;
  padding: 8px 12px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: fit-content;
  max-height: fit-content;
}
.contacts_block .btn_block_more .image_action a:hover {
  opacity: 0.7;
}
.contact_map_wrap {
    margin-top: 90px;
}
.contact_map_wrap .title {
    color:  #211D1D;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; 
letter-spacing: 0.6px;
text-transform: uppercase;
margin-top: 30px;
}

.notification-wrap {
  position: relative;
width: 100vw;
display: flex;
justify-content: center;
padding: 5px 0;
background: #ff514d;
}
.notification-wrap p {
  font-family: "Halvar Mittelschrift";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #211d1d;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.65);
}
.fancybox__content:focus:not(.carousel__button.is-close) {
  outline: none;
  box-shadow: none;
}
a:focus-visible {
  outline-width: 0;
  outline-color: transparent;
  outline-style: none;
  }

  .place__head {
    display: none;
  }
  .arrow {
    font-size: 15px;
  }

  .main_poster_slider .swiper-slide {
height: auto;
  }

  .piece_item {
    height: 100%;
  }
  .index_head .head_slider {
    height: 100%;
  }