/* ----- Reset ------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::selection {
  color: #fff;
  background-color: #7a002b;
}
ul,
ol,
li {
  list-style-type: none;
}
body a {
  text-decoration: none;
  color: inherit;
}
body p {
  margin: 12px 0;
  text-align: justify;
}
@media (max-width: 992px) {
  body p {
    text-align: left;
  }
}
button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
main > section {
  overflow-x: hidden;
}
main > .container {
  max-width: 1250px;
}
/* Fonts */
@font-face {
  font-family: "Piasniar";
  src: local("Piasniar"), local("Piasniar"),
    url("../fonts/Piasniar.woff2") format("woff2"),
    url("../fonts/Piasniar.woff") format("woff"),
    url("../fonts/Piasniar.svg") format("svg");
}
/* ----- Common styles ----- */
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1528px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}
html body {
  color: #1b1b1b;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.085px;
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
}
body .h1 {
  font-size: 96px;
  line-height: 144px;
  letter-spacing: -1.44px;
}
body .h1--decor {
  font-family: "Piasniar", sans-serif;
  font-size: 97px;
  font-weight: 400;
  line-height: 146px;
  letter-spacing: -1.455px;
}
body .h2 {
  font-size: 78px;
  line-height: 110px;
  letter-spacing: -0.39px;
}
body .h2--decor {
  font-family: "Piasniar", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: -0.3px;
}
body .h3 {
  font-size: 63px;
  font-weight: 500;
  line-height: 88px;
}
body .h3--decor {
  font-family: "Piasniar", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
}
body .h4 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
}
body .h4--decor {
  font-family: "Piasniar", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.09px;
}
body h3,
body .h5 {
  font-size: 31px;
  font-weight: 500;
  line-height: 40px;
}
body .h5--decor {
  font-family: "Piasniar", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}
body h4,
body .h6 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.039px;
}
body .h6--decor {
  font-family: "Piasniar", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.033px;
}
.subtitle-primary {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.024px;
}
.subtitle-secondary {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.014px;
}
/* buttons */
.btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  color: #7a002b;
  text-transform: uppercase;
  width: fit-content;
  padding: 14px 24px;
  min-height: 40px;
  border-radius: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
button.ticket.btn,
.primary-btn {
  background: #aecfd6;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active {
  color: #fff;
  background: #ad003c;
  transition: all 0.3s ease-in-out;
}
.primary-btn:active {
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.secondary-btn {
  border: 1px solid #ad003c;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.secondary-btn:hover,
.secondary-btn:focus {
  background: #f2f7f8;
  transition: all 0.3s ease-in-out;
}
.secondary-btn:active {
  background: #d6e7ea;
  transition: all 0.3s ease-in-out;
}
.third-btn {
  padding: 10px 8px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.third-btn--bright {
  color: #f0d8d1;
}
.third-btn--bright:hover,
.third-btn--bright:focus,
.third-btn--bright:active {
  color: #7a002b;
}
.third-btn:hover,
.third-btn:focus {
  background: #f2f7f8;
  transition: all 0.3s ease-in-out;
}
.third-btn:active {
  background: #d6e7ea;
  transition: all 0.3s ease-in-out;
}
.btn.icon {
  padding-left: 38px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn.icon svg {
  position: absolute;
  left: 12px;
  top: 12px;
  transition: all 0.4s ease;
}
.primary-btn.icon svg path {
  transition: all 0.4s ease;
}
.primary-btn.icon:hover svg path,
.primary-btn.icon:active svg path {
  fill: #f2f7f8;
  transition: all 0.4s ease;
}
body hr {
  width: 100%;
  background-color: #f2f7f8;
  margin: 8px 0;
}
body blockquote {
  border-radius: 4px;
  border: 1px solid #1b1b1b;
  background: #fcfeff;
  padding: 8px 16px;
  text-align: center;
}
/* icons */
.email,
.address,
.tel {
  padding-left: 32px;
  position: relative;
  margin: 0;
}
.email--small,
.address--small,
.tel--small {
  padding-left: 24px;
  position: relative;
  margin: 0;
}
.email::before {
  content: url(../images/icons/email.svg);
  position: absolute;
  left: 0;
  top: 1px;
}
.email--small::before {
  content: url(../images/icons/email--small.svg);
  position: absolute;
  left: 0;
  top: 1px;
}
.tel::before {
  content: url(../images/icons/phone.svg);
  position: absolute;
  left: 0;
  top: -2px;
}
.tel--small::before {
  content: url(../images/icons/phone--small.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.address::before {
  content: url(../images/icons/address.svg);
  position: absolute;
  left: 0;
  top: 1px;
}
.address--small::before {
  content: url(../images/icons/address--small.svg);
  position: absolute;
  left: 0;
  top: 1px;
}

/* Header -------------------------- */
.header {
  background: linear-gradient(180deg, #d6e7ea 0%, #e4eff1 72.5%);
  border-bottom: 1px solid #1b1b1b;
}
.header__block {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.header__block:last-child {
  align-items: center;
}
/* social */
.header__block .social {
  display: flex;
  gap: 24px;
}
/* title */
.header__title {
  text-align: center;
  /* height: 116px; */
  position: relative;
}
.header__title img {
  width: 116px;
  height: 116px;
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}
/* .header__title .h4 {
  border-bottom: 1px solid #1b1b1b;
  display: none;
  margin: 18px 0;
  transition: opacity 0.4s ease;
} */
/* .header__title:hover img {
  opacity: 0; 
}
.header__title:hover .h4 {
  display: inline-block;
  opacity: 1; 
} */

/* search */
.search_page .form-search {
  background: none;
}
.search_page .main-search {
  display: flex;
  gap: 16px;
  outline: none;
  border: none;
  flex-wrap: wrap;
}
.search_page .submit-search,
.search_page .input-search {
  position: static;
}
.search_page .input-search {
  padding: 12px;
}
.search_page .submit-search .btn {
  cursor: pointer;
  border: none;
}
.search-sorting {
  padding: 24px 0;
}
p.search-result {
  padding-top: 16px;
}
div.search-result {
  padding: 24px 0;
}
div.search-result .page-count {
  padding-top: 16px;
}
ol.search-result .item:not(:first-child) {
  padding-top: 16px;
}
.search-item-meta {
  font-style: italic;
}
.search-preview {
  padding: 4px 0;
}
.search {
  position: relative;
  top: -6px;
  height: 40px;
}
.search-btn {
  text-align: right;
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
}
.form {
  display: none;
}
.form-search {
  border-radius: 2px;
  background: #fff;
  position: relative;
  height: 40px;
}
.input-search {
  padding: 12px;
  padding-right: 48px;
  border: none;
  width: 320px;
  position: absolute;
  right: 0;
}
.input-search:focus-visible {
  outline: none;
}
.submit-search {
  position: absolute;
  right: 12px;
  top: 8px;
}
/* vision */
.eye {
  position: absolute;
  right: 16px;
  top: 0;
}
/* btns */
.header__btns {
  padding-right: 56px;
  position: relative;
}
.header__btns .btn {
  margin-top: 24px;
  position: relative;
  right: -48px;
  text-decoration: none;
}
.header__btns .btn:hover {
  text-decoration: none;
}
.header__btns .third-btn.icon svg {
  top: 10px;
}
.header__btns .third-btn span {
  margin-left: 6px;
}
/* home */
.home {
  border-radius: 40px;
  background: #457c87;
  width: 40px;
  height: 40px;
  padding: 8px;
  box-shadow: none;
}
/* mobile menu */
.mobile-menu {
  display: none;
  border-radius: 40px;
  margin-left: -8px;
  background: #457c87;
  width: 40px;
  height: 40px;
  padding: 8px;
  box-shadow: none;
  position: relative;
  z-index: 11;
}
/* menu */
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu ul li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header__menu .home {
  display: none;
}
.header__menu .title-sub {
  border-radius: 16px 16px 0px 0px;
  cursor: pointer;
}
.header__menu .title-sub.has-sub {
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.header__menu > li > a:not(.home) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  color: #152628;
  padding: 8px 16px 8px 24px;
}
.header__menu .title-sub.text.has-sub > a {
  padding-right: 8px;
}
.menu .title-sub:hover {
  background: #d6e7ea;
}
.menu .title-sub svg {
  transition: all 0.3s ease-in-out;
}
.menu .title-sub:hover svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.menu .title-sub.has-sub .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  border: 1px solid #1b1b1b;
  background: #fff;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
  z-index: 99999;
  /* visibility: hidden;
  opacity: 0; */
  transition: all 0.3s ease-in-out;
}
.submenu_list a:hover {
  background: #f2f7f8;
}
.menu .title-sub.has-sub .submenu_list {
  min-width: 205px;
}
.menu .title-sub.has-sub:hover .submenu {
  display: block;
  /* visibility: visible;
  opacity: 1; */
  transition: all 0.3s ease-in-out;
}
.submenu_list a {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  text-transform: none;
  padding: 14px 16px;
  white-space: nowrap;
}
/* btn country */
.afisha-country.icon {
  padding-left: 52px;
  height: 56px;
  border-radius: 16px 16px 0px 0px;
  border: 1px solid #1b1b1b;
  border-bottom: none;
  white-space: nowrap;
}
.afisha-country.icon svg {
  top: 12px;
}

/* new styles */
.home {
  margin-left: 40px;
}
.header__title {
  text-align: left;
}
.header__title .h4 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.header__title a {
  display: flex;
  gap: 16px;
  align-items: end;
}
.header__symbols {
  display: flex;
  gap: 12px;
  flex-direction: column;
  padding-right: 16px;
  border-right: 1px solid #1b1b1b;
}
.header__symbols img {
  width: 56px;
  height: auto;
}
.header__symbols + img {
  margin-bottom: -10px;
}
@media (max-width: 1300px) {
  .home {
    margin-left: 0;
  }
  .header__menu .title-sub.text.has-sub > a {
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  .header__title .h4 {
    display: none;
  }
  .header__title {
    text-align: center;
  }
  .header__title a {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__title img {
    width: 98px;
    height: 98px;
  }
  .header__symbols img {
    width: 46px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  /* .header__title:hover .h4 {
    display: none;
    opacity: 0;
  }
  .header__title:hover img {
    opacity: 1;
  } */
  .header__block > .home,
  .menu .title-sub.parent .submenu {
    display: none;
  }
  .mobile-menu,
  .menu .home,
  .menu .header__menu {
    display: block;
  }
  .menu.open-menu {
    transform: translate(0);
  }
  .home {
    margin: 0 auto;
  }
  .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 304px;
    height: 100%;
    background: #f2f7f8;
    box-shadow: 7px 3px 80px 0px rgba(31, 29, 32, 0.1),
      2px 1px 16px 0px rgba(31, 29, 32, 0.15),
      1px 0px 6px 0px rgba(31, 29, 32, 0.3);
    transition: all 0.4s ease;
    padding: 16px;
    overflow-y: scroll;
    transform: translateX(-105%);
    z-index: 99999;
  }
  .menu-burger {
    position: relative;
    display: flex;
    align-items: center;
    width: 74px;
    height: 24px;
  }
  .menu-burger .menu-burger__text {
    margin-left: 26px;
  }
  .title-sub a {
    min-height: 48px;
  }
  .menu .header__menu {
    margin: 0;
  }
  .menu .title-sub svg {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .menu .title-sub:hover svg {
    transform: none;
  }
  .menu .title-sub svg.active-menu {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) .submenu {
    border: none;
  }
  .header__menu .title-sub.has-sub:hover {
    background: transparent;
  }
  .menu .title-sub:hover {
    background: none;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) {
    background: #d6e7ea;
  }
  .menu .title-sub.has-sub .submenu_list {
    padding: 8px 16px;
  }
  .menu .title-sub.has-sub:hover .submenu {
    display: none;
  }
  .menu .title-sub.has-sub .submenu {
    display: none;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: fit-content;
    max-height: fit-content;
    background: #d6e7ea;
    border-top: none;
    box-shadow: none;
    transform: none;
    margin: 0;
    /* opacity: 1;
    visibility: visible; */
    z-index: 999999;
  }
  .header__menu > li > a:not(.home) {
    justify-content: flex-start;
    height: 48px;
  }
  .menu ul li {
    margin-bottom: 8px;
  }
  .header__menu .title-sub.has-sub {
    margin-bottom: 8px;
    padding: 0;
    position: relative;
    display: block;
  }
  .submenu_list a:hover {
    background: transparent;
    color: #1b1b1b;
  }
  .eye {
    display: none;
  }
  .header__btns {
    padding-right: 0;
  }
  .header__btns .btn {
    right: 0;
  }
}
@media (max-width: 768px) {
  .afisha-country.icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .search {
    position: absolute;
    bottom: 10px;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
  }
  .header__block:first-child {
    flex-wrap: wrap;
  }
  .header__title {
    order: 3;
    width: 100%;
    margin: 0 0 16px;
    position: static;
  }
  .header__block:last-child {
    min-height: 56px;
    padding: 8px 0;
  }
  .header__btns {
    position: static;
    width: 100%;
  }
  .form {
    left: 0;
    right: 0;
    bottom: -68px;
    position: absolute;
    background: #e4eff1;
    padding: 8px;
    z-index: 1;
  }
  .input-search {
    width: 100%;
  }
  .header__btns .btn {
    margin-top: -8px;
    margin-left: auto;
  }
  .header__btns .btn span {
    display: none;
  }
  .header__symbols {
    flex-direction: row;
    border: none;
    position: absolute;
    top: 4px;
    left: 16px;
    padding: 0;
    align-items: center;
    gap: 8px;
  }
  .header__symbols + img {
    margin-bottom: 0;
  }
}
/* Banner BIG MAIN ---------- */
.banner-main {
  position: relative;
}
.banner-main .banner-main__item {
  height: 584px;
}
.banner-main__item-wrapper {
  padding-left: 328px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  padding-right: 16px;
  padding-bottom: 54px;
  z-index: 2;
}
.banner-main__item {
  display: flex !important;
  align-items: flex-end;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.banner-main__item::before {
  content: "";
  background: linear-gradient(0deg, #d6e7ea 0%, rgba(214, 231, 234, 0) 48.5%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-main__item::after {
  content: "";
  background: linear-gradient(270deg, rgba(61, 0, 21, 0) 74%, #3d0015 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
/* .banner-main__item::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -220px;
  z-index: -1;
  width: 796px;
  height: 572px;
  transform: rotate(90deg);
  background: radial-gradient(
    40.23% 53.35% at 41.21% 65.58%,
    #3d0015 0%,
    rgba(61, 0, 21, 0) 100%
  );
} */
.banner-main__note {
  text-align: center;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1b1b1b;
  position: absolute;
  z-index: 12;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  bottom: 16px;
  left: 0;
}
.h2--decor.banner-main__title {
  color: #152628;
  font-family: "Open Sans";
  font-weight: 600;
  max-width: 796px;
}
.banner-main__item-wrapper p {
  margin: 8px 0 0;
  max-width: 796px;
}
.banner-main__btns {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  margin-left: -24px;
}
.banner-main__btns .btn {
  padding: 13px 24px;
}
.banner-main__btns .primary-btn {
  min-width: 103px;
  padding-left: 42px;
}
.banner-main__btns .primary-btn.icon svg {
  top: 11px;
  left: 16px;
}
.banner-main__item-text {
  position: relative;
}
.banner-main__item-text::before {
  content: "";
  position: absolute;
  top: -250px;
  background: radial-gradient(
    40.23% 53.35% at 41.21% 65.58%,
    #f2f7f8 0%,
    rgba(242, 247, 248, 0) 100%
  );
  width: 796px;
  height: 472px;
  z-index: -1;
}
.banner-main .swiper-pagination {
  bottom: 24px !important;
}
.banner-main .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  opacity: 1;
  border: 1px solid #457c87;
}
.banner-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #457c87;
}
@media (max-width: 1200px) {
  .banner-main__item-wrapper {
    padding-left: 228px;
  }
  .h1.banner-main__note {
    font-size: clamp(63px, 7vw, 96px);
  }
}
@media (max-width: 992px) {
  .banner-main .banner-main__item {
    height: 574px;
  }
  .banner-main__item-wrapper {
    padding: 0 21px;
    padding-bottom: 64px;
  }
  .h1.banner-main__note {
    font-weight: 500;
    line-height: 88px;
    bottom: 210px;
    width: 360px;
  }
  .h2--decor.banner-main__title {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.085px;
  }
  .banner-main__item-wrapper p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.035px;
  }
  .banner-main__btns {
    gap: 8px;
    margin-left: -12px;
  }
  .banner-main__btns .btn:first-child {
    padding: 13px;
  }
  .banner-main__item::before {
    background: radial-gradient(
      89.59% 56.49% at 7.92% 75.33%,
      #f2f7f8 0%,
      rgba(242, 247, 248, 0) 100%
    );
    height: 150%;
    bottom: -150px;
  }
  .banner-main__item-text::before {
    top: -210px;
  }
  .banner-main .swiper-pagination {
    bottom: 20px !important;
  }
}
@media (max-width: 600px) {
  .h2--decor.banner-main__title {
    max-width: 300px;
  }
  .h1.banner-main__note {
    bottom: 250px;
  }
}

/* Afisha ---------------- */
.afisha {
  background: #d6e7ea;
}
.afisha__title {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1b1b1b;
  position: absolute;
  left: -270px;
  top: 310px;
  transform: rotate(-90deg);
  z-index: 12;
}
.afisha__title .mob {
  display: none;
}
.afisha__nav {
  overflow-x: hidden;
  max-width: 1280px;
  padding: 16px 0;
}
.afisha__nav-wrapper {
  display: flex;
}
.afisha__nav-item {
  position: relative;
}
.afisha__nav-item a {
  display: block;
  padding: 14px 16px;
  text-align: center;
  white-space: nowrap;
  color: #6e6e6e;
  text-transform: uppercase;
}
.afisha__nav-item.activ a {
  border-radius: 2px;
  border: 2px solid #2a4a50;
  color: #2a4a50;
}
.afisha__wrapper {
  padding-left: 160px;
  padding-bottom: 32px;
  position: relative;
}
.afisha__wrapper::before {
  content: "";
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: calc(-100vw + 160px);
  background: #d6e7ea;
}
.swiper__btn-next {
  padding: 12px 16px;
  position: absolute;
  right: 0;
  top: 24px;
  cursor: pointer;
}
/* btns afisha */
.afisha__buttons {
  display: flex;
  gap: 8px;
  padding-top: 24px;
}
/* afisha items */
.afisha__items-wrapper {
  display: flex;
  padding-bottom: 40px;
}
.afisha__item {
  max-width: 406px;
  border-radius: 2px;
  background: rgba(252, 254, 255, 0.95);
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 8px 16px;
}
.afisha__item:hover {
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.2),
    2px 2px 4px 0 rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}
.afisha__item > .third-btn {
  margin-left: -8px;
  margin-top: 15px;
  margin-right: 10px;
  display: inline-block;
  padding: 14px 8px 10px;
}
.afisha__age {
  position: absolute;
  right: 13px;
  top: 10px;
  color: #457c87;
}
.afisha__item-header {
  height: 112px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.afisha__item-title {
  color: #152628;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
  max-width: 324px;
}
.afisha__subtitle {
  color: #454545;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  padding-bottom: 13px;
}
.afisha__details {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 320px;
}
.afisha__text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
}
.afisha__icon {
  position: relative;
  padding-left: 32px;
}
.afisha__icon::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.afisha__time {
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 12px;
}
.afisha__time::before {
  content: url(../images/icons/clock.svg);
}
.afisha__scene {
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.afisha__scene::before {
  content: url(../images/icons/stage.svg);
}
.afisha__duration {
  padding-top: 8px;
  padding-bottom: 12px;
}
.afisha__duration::before {
  content: url(../images/icons/time.svg);
}
.kalendar__place {
  margin-bottom: 8px;
  padding-top: 8px;
}
.kalendar__place::before {
  content: url(../images/icons/theatre.svg);
}
.afisha__dates {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #f2f7f8;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.afisha__dates .show-item,
.afisha__dates a,
.afisha__dates span {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #457c87;
  background: rgba(252, 254, 255, 0.7);
  height: fit-content;
  width: fit-content;
}
.afisha__dates .show-item {
  text-align: center;
}
.afisha__dates .show-item .day {
  font-family: "EB Garamond", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.afisha__dates .show-item .month,
.afisha__dates .show-item .dayofweek {
  font-size: 12px;
}
.afisha__dates .show-item .time {
  font-family: "EB Garamond", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
.afisha__dates .show-item.active {
  border: 2px solid #cc7e66;
}
.afisha__image a {
  width: 200px;
  height: 280px;
  display: block;
}
.afisha__image img {
  border-radius: 2px;
  border: 1px solid #1b1b1b;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.afisha .swiper-pagination {
  bottom: 96px !important;
}
.afisha .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #457c87;
}
.afisha .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  opacity: 1;
  border: 1px solid #454545;
}
@media (max-width: 992px) {
  .afisha__wrapper {
    padding-left: 0;
  }
  .afisha__title {
    position: static;
    transform: none;
  }
  .afisha__title .mob {
    display: block;
  }
  .afisha__title .desctop {
    display: none;
  }
  .afisha__wrapper::before {
    content: none;
  }
  .afisha__nav {
    padding-right: 64px;
  }
  .afisha .swiper__btn-next {
    z-index: 111;
    background: #d6e7ea;
  }
}
@media (max-width: 768px) {
  .afisha .swiper__btn-next {
    top: 17px;
    right: -16px;
  }
  .afisha__item {
    max-width: 272px;
  }
  .afisha__image a {
    width: 80px;
    height: 112px;
  }
  .afisha .afisha__details {
    min-height: auto;
  }
  .afisha .afisha__dates {
    margin-top: 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.035px;
    min-height: 100px;
  }
  .afisha .h4--decor {
    font-size: 25px;
    line-height: 32px;
  }
  .afisha__item-title {
    max-width: calc(100% - 44px);
  }
  .afisha__items-wrapper {
    margin-bottom: 0;
  }
  .afisha .swiper-pagination {
    display: none;
  }
  .afisha__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 500px) {
  .afisha__nav-item a {
    padding: 14px 10px;
  }
}

/* Artists ---------------- */
.artists {
  background: #aecfd6;
}
.artists__title {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1b1b1b;
  position: absolute;
  left: -270px;
  top: 295px;
  transform: rotate(-90deg);
  z-index: 12;
}
.artists__title .mob {
  display: none;
}
.artists__wrapper {
  padding: 16px 0 40px;
  padding-left: 160px;
  position: relative;
}
.artist__items {
  height: 635px !important;
  overflow-y: hidden;
  padding-right: 64px;
}
.artist__items-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 24px 0 16px;
}
.artist__item {
  height: 281px !important;
  display: flex !important;
  border-radius: 2px;
  background: #f2f7f8;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.artist__item:hover {
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.2),
    2px 2px 4px 0 rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}
.artist__item:hover .artist__details {
  border: 4px solid #d6e7ea;
  border-left: none;
  transition: all 0.3s ease-in-out;
}
.artist__item:hover .artist__image {
  border: 4px solid #d6e7ea;
  background: #78afba;
  transition: all 0.3s ease-in-out;
}
.artist__item:hover .artist__image a {
  border: 4px solid #d6e7ea;
  transition: all 0.3s ease-in-out;
}
.artist__image {
  background: #d6e7ea;
  border: 4px solid transparent;
  padding: 24px 8px;
  transition: all 0.3s ease-in-out;
}
.artist__image a {
  display: block;
  width: 160px;
  height: 225px;
  border: 4px solid transparent;
  transition: all 0.3s ease-in-out;
}
.artist__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artist__details {
  width: 100%;
  padding: 12px;
  position: relative;
  border: 4px solid transparent;
  border-left: none;
  transition: all 0.3s ease-in-out;
}
.artist__name {
  margin-bottom: 9px;
}
.artist__item-title {
  color: #454545;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
}
.artist__position {
  margin-top: 18px;
}
.artist__subtitle {
  font-family: "Piasniar", sans-serif;
  margin-top: 14px;
  padding-top: 16px;
  padding-bottom: 12px;
  border-top: 1px solid #d6e7ea;
}
.artist__plays {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 72px;
  overflow: hidden;
}
.artist__plays span {
  border-radius: 8px;
  background: #d6e7ea;
  padding: 8px 16px;
  color: #2a4a50;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
}
.artist__details .btn {
  position: absolute;
  left: 8px;
  bottom: 0;
}
.artists .swiper-pagination {
  right: 18px !important;
}
.artists .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #457c87;
}
.artists .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  opacity: 1;
  border: 1px solid #454545;
}
@media (max-width: 1920px) {
  .artist__details:has(.artist__position) .artist__plays {
    max-height: 38px;
  }
}
@media (max-width: 1250px) {
  .artist__items-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .artist__items {
    height: 625px !important;
  }
  .artist__items-wrapper {
    padding-top: 0;
  }
  .artists__wrapper {
    padding-left: 0;
    padding-top: 0;
  }
  .artists__title {
    position: static;
    transform: none;
  }
  .artists__title .mob {
    display: block;
  }
  .artists__title .desctop {
    display: none;
  }
  .artists__wrapper::before {
    content: none;
  }
}
@media (max-width: 768px) {
  .artists {
    height: 100dvh;
    height: 100vh;
    overflow-y: hidden;
  }
  .artists__wrapper {
    padding-bottom: 24px;
    height: calc(100vh - 90px);
  }
  .artists__wrapper::before {
    content: "";
    position: absolute;
    left: -16px;
    bottom: 0;
    background: linear-gradient(
      180deg,
      rgba(174, 207, 214, 0) 0%,
      rgba(174, 207, 214, 0.8) 32.5%,
      #aecfd6 76.5%
    );
    height: 88px;
    width: calc(100% + 32px);
    z-index: 11;
  }
  .artist__items-wrapper {
    gap: 16px;
  }
  .artist__items-wrapper.swiper-wrapper {
    height: auto !important;
    padding-bottom: 50px;
  }
  .artist__items {
    padding-right: 0;
    height: 100% !important;
    overflow-y: scroll;
  }
  .artist__items::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .artist__position {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.035px;
  }
  .artist__plays {
    max-height: 100%;
  }
  .artist__item {
    height: auto !important;
    display: grid !important;
    grid-template-columns: 128px 1fr;
    grid-template-areas:
      "a b"
      "c c";
  }
  .artist__image {
    grid-area: a;
  }
  .artist__details {
    grid-area: b;
  }
  .artist__details-wrapper {
    grid-area: c;
    padding: 16px;
    padding-top: 0;
  }
  .artist__details-wrapper .btn {
    position: relative;
    bottom: -8px;
  }
  .artist__details-wrapper {
    border-top: 1px solid #d6e7ea;
  }
  .artist__subtitle {
    margin-top: 0;
    padding-top: 24px;
    border-top: none;
  }
  .artists .swiper-pagination {
    display: none;
  }
  .artists__button {
    margin-top: 20px;
    position: absolute;
    bottom: 24px;
    z-index: 11111;
  }
  .artist__image a {
    width: 96px;
    height: 144px;
  }
}

/* Slider (little) */
.banner-slider__wrapper {
  position: relative;
  overflow-x: hidden;
}
.banner-slider__item-wrapper {
  max-width: 1180px;
  padding: 48px 16px;
  margin: 0 auto;
  height: 256px;
}
.banner-slider__item {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.banner-slider__item-wrapper .h3 {
  color: #fff;
}
.banner-slider__btns {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}
.banner-slider__btns .secondary-btn {
  border-radius: 2px;
  border: 1px solid #f0d8d1;
  background: rgba(61, 0, 21, 0.3);
  color: #f0d8d1;
}
.banner-slider__btns .secondary-btn:hover,
.banner-slider__btns .secondary-btn:focus {
  background: #f2f7f8;
  transition: all 0.3s ease-in-out;
}
.banner-slider__btns .secondary-btn:active {
  background: #d6e7ea;
  transition: all 0.3s ease-in-out;
}
.banner-slider__wrapper .swiper-pagination {
  padding-bottom: 12px;
}
.banner-slider__wrapper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  opacity: 1;
  border: 1px solid #f2f7f8;
}
.banner-slider__wrapper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f2f7f8;
}
@media (max-width: 768px) {
  .banner-slider__item-wrapper {
    height: 364px;
  }
  .banner-slider__item-wrapper {
    padding: 120px 16px 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .banner-slider__item-wrapper .h3 {
    font-size: 44px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0.11px;
  }
}

/* News */
.news {
  background: #d6e7ea;
  padding: 16px 0 24px;
}
.news__wrapper {
  padding-left: 160px;
  position: relative;
}
.news__wrapper::before {
  content: "";
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: calc(-100vw + 160px);
  background: #d6e7ea;
}
.news__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 16px;
}
.news__row {
  display: none;
}
.page_row .news__row,
.news__row.open {
  display: block;
}
.news__nav .news__nav-item {
  position: relative;
}
.news__title {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1b1b1b;
  position: absolute;
  left: -100px;
  top: 160px;
  transform: rotate(-90deg);
  z-index: 12;
}
.news__nav .news__nav-item a {
  display: block;
  padding: 14px 16px;
  text-align: center;
  white-space: nowrap;
  color: #6e6e6e;
  text-transform: uppercase;
}
.news__nav .news__nav-item.activ a {
  border-radius: 2px;
  border: 2px solid #2a4a50;
  color: #2a4a50;
}
.news__item {
  border-radius: 2px;
  background: #fff;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex !important;
  align-items: center;
  max-width: 954px;
}
.news__item:hover {
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.2),
    2px 2px 4px 0 rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}
.news__item .news__image {
  width: 350px;
  min-width: 350px;
  height: 330px;
}
.news__item .news__image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
}
.news__item .news__text {
  padding: 10px 32px 32px 32px;
}
.news__text p {
  margin: 0;
}
.news__item .news__text .h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
  margin-bottom: 17px;
}
.news__item .news__text .h5 a {
  color: #152628;
  text-decoration: none;
}
.news__item .news__text .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
}
.news__item .news__text .news__data {
  color: #2a4a50;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin: 14px 0 17px;
}
.news__btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .news {
    padding-top: 0;
  }
  .news__wrapper {
    padding-left: 0;
    padding-top: 0;
  }
  .news__title.h1 {
    position: static;
    transform: none;
    font-size: 63px;
    font-weight: 500;
    line-height: 88px;
  }
  .news__wrapper::before {
    content: none;
  }
  .news__item .news__text .h5,
  .news__nav-item.h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.018px;
  }
  .news .news__item {
    height: 440px;
  }
}

/* Banner-afisha -------------------------- */
.banner-afisha__item {
  display: block;
  height: 256px;
  /* background: linear-gradient(90deg, #AD003C 9.26%, rgba(173, 0, 60, 0.60) 44.01%, rgba(173, 0, 60, 0.00) 59.02%, rgba(50, 50, 88, 0.00) 71.44%, #323258 90.81%); */
}
.banner-afisha__item .container {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 24px;
  color: #fff;
  padding-left: 158px;
}
.banner-afisha__wrapper {
  position: relative;
}
.banner-afisha__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .banner-afisha__item img {
    object-position: 25% 75%;
  }
}
@media (max-width: 768px) {
  .banner-afisha__item {
    height: 120px;
  }
  .banner-afisha__item .container {
    padding-left: 32px;
  }
  .banner-afisha__item svg {
    width: 60px;
    height: 60px;
  }
  .banner-afisha__item .h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

/* Otdely */
.otdely {
  background: #aecfd6;
}
.otdely .container {
  padding: 0;
}
.otdely__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.otdely__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 256px;
  padding: 32px;
}
/* .otdely__item::before {
  content: "";
  background-image: url(../images/cvetok.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 0.2s ease-in;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  opacity: 0;
  background-size: calc(50% - 40px) calc(50% - 40px);
}
.otdely__item:hover::before {
  content: "";
  background-image: url(../images/cvetok.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 0.2s ease-in;
  position: absolute;
  left: 16px;
  top: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  opacity: 1;
  background-size: contain;
} */
.otdely__item img {
  /* transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out; */
  width: 192px;
}
/* .otdely__item:hover img {
  transform: scale(1.4);
  opacity: 0;
  transition: all 0.3s ease-in-out;
} */
.otdely__item:hover .otdely__text {
  border-radius: 1px;
  border: 1px solid #1b1b1b;
  background: rgba(255, 255, 255, 0.9);
  /* font-size: 44px; */
}
.otdely__item:hover .otdely__text::after {
  content: "";
  border: 1px solid #1b1b1b;
  position: absolute;
  left: -4px;
  top: -4px;
  right: -3px;
  bottom: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.otdely__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #152628;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.085px;
  text-align: center;
  width: 100%;
  max-width: 405px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .otdely__item {
    height: 266px;
  }
  a.otdely__item img {
    width: 168px;
    height: 168px;
  }
  .otdely__text {
    max-width: 304px;
  }
}
@media (max-width: 768px) {
  .otdely__wrapper {
    grid-template-columns: 1fr;
  }
  .otdely__item:nth-child(2) {
    border-top: 2px solid #78afba;
    border-bottom: 2px solid #78afba;
  }
}

/* Subscription ------------------- */
.subscription {
  background: linear-gradient(180deg, #295c66 0%, #46818c 100%);
  padding: 32px 0 24px;
}
.subscription__wrapper .h4,
.subscription__text {
  color: #fff;
  text-align: center;
}
.subscription__text {
  padding: 16px 0;
}
.subscription__wrapper .secondary-btn {
  border-radius: 2px;
  border: 1px solid #f0d8d1;
  background: rgba(61, 0, 21, 0.3);
  color: #f0d8d1;
  margin: 0 auto;
  margin-top: 24px;
}
.subscription__wrapper .secondary-btn.icon svg {
  top: 11px;
}
.subscription__wrapper .secondary-btn:hover {
  background: #f2f7f8;
  transition: all 0.3s ease-in-out;
}
.subscription__wrapper .secondary-btn:active {
  background: #d6e7ea;
  transition: all 0.3s ease-in-out;
}
.subscription__form form {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  height: 48px;
}
.subscription__form p {
  text-align: center;
}
.subscription__form .font.notetext {
  color: #800000;
}
.subscription__form form input {
  width: 195px;
  padding: 16px;
  position: relative;
  right: -2px;
  z-index: 1;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  border: none;
}
.subscription__form form input:focus-visible {
  outline: none;
  border: none;
}
.subscription__form form .btn {
  position: relative;
  z-index: 2;
}
.subscription__form form .btn span {
  padding-left: 6px;
}
@media (max-width: 768px) {
  .subscription__form form .btn span {
    display: none;
  }
  .subscription__form form input {
    width: 100%;
  }
  .subscription__wrapper .h4 {
    font-size: 31px;
    font-weight: 500;
    line-height: 40px;
  }
}

/* Banner low ---------------------- */
.banners-low {
  background: #f2f7f8;
  padding: 16px 0;
}
.banners-low__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.banners-low__item {
  padding: 32px 24px 32px 32px;
  background: #fcfeff;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  gap: 24px;
  align-items: center;
}
.banners-low__item img {
  width: 64px;
  height: 64px;
}
.banners-low__text {
  color: #152628;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1050px) {
  .banners-low__item:last-child .banners-low__text {
    word-break: break-all;
  }
}
@media (max-width: 992px) {
  .banners-low__wrapper {
    grid-template-columns: 1fr;
  }
  .banners-low__item {
    padding: 16px;
  }
}

/* Footer --------------------------- */
.footer {
  background-color: #fff;
}
.footer__row {
  display: flex;
  gap: 32px;
  padding: 16px 0;
}
.footer__block,
.footer__map {
  width: 100%;
}
/* contacts and socials */
.footer__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.footer__details .text {
  margin: 0;
}
.footer__details .social {
  border: 1px solid #1b1b1b;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 45px;
}
.footer__details .social p {
  max-width: 216px;
  color: #152628;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.014px;
  margin: 0;
  margin-bottom: 16px;
}
.footer__details .social-wrapper {
  display: flex;
  gap: 24px;
}
.contacts {
  padding: 8px 0 4px;
  padding-right: 250px;
}
.contacts .text {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}
/* btns footer */
.footer__btns {
  display: flex;
  justify-content: space-between;
}
.appeal-btn {
  border: 1px solid #d6e7ea;
  background: #fff;
  color: #7a002b;
  padding: 10px 16px 10px 12px;
}
.appeal-btn:hover {
  background: #f2f7f8;
  transition: all 0.3s ease-in-out;
}
.appeal-btn:active {
  background: #d6e7ea;
  transition: all 0.3s ease-in-out;
}
.appeal-btn img {
  width: 18px;
  margin-right: 8px;
}
/* map */
.footer__map iframe {
  max-width: 732px;
  width: 100%;
}
/* banners */
.footer__banners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
.footer__banner {
  border-radius: 2px;
  border: 1px solid #d6e7ea;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease-in-out;
}
.footer__banner:hover {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.footer__banner img {
  width: 40px;
  height: 40px;
}
.footer__banner div {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.048px;
}
.footer__banner:last-child div {
  word-break: break-all;
}
@media (max-width: 1200px) {
  .footer__row {
    flex-direction: column;
    gap: 16px;
  }
  .footer__map iframe {
    max-width: 100%;
  }
  .contacts {
    padding: 8px 0 4px;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .footer__details,
  .contacts {
    padding-right: 40px;
  }
  .footer__details {
    margin-bottom: 20px;
  }
  .footer__details .social-wrapper {
    flex-direction: column;
  }
  .footer__btns {
    flex-direction: column;
    gap: 12px;
  }
  .footer__banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    gap: 8px;
  }
  .footer__details .social {
    right: 0;
    top: 0;
    border: none;
    padding: 0;
  }
  .footer__details .social p {
    display: none;
  }
}

/* Куки ----------------------------- */
.cookiesBlockAtevi {
  justify-content: space-between;
  max-height: fit-content !important;
  padding: 16px 32px !important;
  z-index: 99999 !important;
}
.cookiesBlockAtevi .info_atevi {
  position: static !important;
  max-width: 900px !important;
}
.cookiesBlockAtevi .info_atevi {
  color: #fff !important;
}
.cookiesBlockAtevi .info_atevi p {
  margin: 0;
}
.cookiesBlockAtevi .info_atevi p a {
  color: #b0003c;
  text-decoration: underline;
}
.buttonAtevi {
  margin-left: 10px !important;
  white-space: nowrap;
}
.cookiesBlockAtevi .buttonAtevi button {
  position: absolute;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cookiesBlockAtevi .buttonAtevi button:hover {
  transition: all 0.3s ease-in-out;
}
.not-agree {
  position: absolute;
  right: 32px;
  bottom: 50%;
  transform: translateY(50%);
  min-height: 23px;
  font-size: 13px;
  line-height: 140%;
  font-weight: 600;
  text-decoration: none !important;
  color: #fff !important;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 10px 12px;
  transition: all 0.3s ease-in-out;
}
.not-agree:hover {
  background-color: #b0003c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1230px) {
  .cookiesBlockAtevi {
    padding: 16px !important;
    padding-bottom: 72px !important;
  }
  .cookiesBlockAtevi .info_atevi {
    max-width: 100% !important;
  }
  .cookiesBlockAtevi .buttonAtevi button {
    left: 16px;
    right: auto;
    top: auto;
    bottom: -2px;
  }
  .not-agree {
    right: auto;
    bottom: 36px;
    left: 110px;
  }
}
@media (max-width: 450px) {
  .buttonAtevi {
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
}

/* copyright */
.copyright__wrapper {
  padding: 16px 0;
}
.copyright__wrapper h6 {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: #4d4d4d;
}
.copyright__wrapper p {
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0 !important;
}
.copyright__wrapper img {
  float: left;
  margin-right: 16px;
  width: 40px !important;
  height: 40px;
}

/* Theatre */
.inner main {
  /* background: #d6e7ea; */
  background: #f2f7f8;
}
.inner main:has(.details .details__more-text .plan),
.details:has(.plan),
.inner main:has(.calendar),
.inner main:has(.common.book) {
  background: #d6e7ea !important;
}
.inner main:has(.common),
.inner main:has(.play-detail),
.inner main .detail:has(:not(.details__image)),
.inner main:has(.gallery-block) {
  background: #f2f7f8;
}
.inner .h3--decor {
  text-align: center;
  padding: 16px 0;
}
.inner:has(.cards) .b-breadcrumbs {
  display: none;
}
.inner:has(.cards .common) .b-breadcrumbs {
  display: block;
}
.inner:has(.cards .details) .b-breadcrumbs {
  display: block;
}
.inner:has(.cards .details .details__image) .breadcrumb {
  justify-content: flex-start;
}
.inner:has(.cards .details .details__image) .b-breadcrumbs {
  display: block;
  position: absolute;
  max-width: 705px;
  z-index: 9999;
}
@media (max-width: 992px) {
  .inner:has(.cards .details) .b-breadcrumbs,
  .inner:has(.cards .details .details__image) .b-breadcrumbs {
    display: none;
  }
}

.cards .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cards.cards--three .items {
  grid-template-columns: 1fr 1fr 1fr;
}
.cards.cards--two .items {
  grid-template-columns: 1fr 1fr;
}
.cards.cards--one .items {
  grid-template-columns: 1fr;
}
.cards .item {
  position: relative;
}
.cards .item__image {
  height: 434px;
}
.cards .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards .item__title {
  max-width: 584px;
  height: 100%;
  max-height: 104px;
  padding: 16px 32px;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #1b1b1b;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 32px;
  right: 32px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cards .item__link:hover .item__title {
  border-radius: 1px;
  border: 1px solid #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cards .item__link:hover .item__title::after {
  content: "";
  border: 1px solid #1b1b1b;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 3px;
  bottom: 3px;
  width: calc(100% - 9px);
  height: calc(100% - 9px);
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .cards .item__title {
    height: auto;
    width: 100%;
    max-width: 148px;
    max-height: none;
    padding: 8px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.018px;
  }
}

@media (max-width: 992px) {
  .cards .items {
    grid-template-columns: 1fr 1fr;
  }
  .cards.cards--three .items {
    grid-template-columns: auto;
    grid-template-areas:
      "a a"
      "b c";
  }
  .cards.cards--three .item:nth-child(1) {
    grid-area: a;
  }
  .cards.cards--three .item:nth-child(2) {
    grid-area: b;
  }
  .cards.cards--three .item:nth-child(3) {
    grid-area: c;
  }
  .cards .item__image {
    height: 180px;
  }
}
@media (max-width: 600px) {
  .cards.cards--less .item:nth-child(1) img {
    max-height: 180px;
  }
}

/* Breadcrumbs */
.b-breadcrumbs {
  padding: 19px 0;
}
.breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #2a4a50;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
}
.breadcrumb .item::after {
  content: ">";
  padding: 0 16px;
}
.breadcrumb .item:last-child::after {
  content: "";
}
/* .breadcrumb .item span {
  white-space: nowrap;
} */
.item._last {
  color: #6e6e6e;
  text-align: center;
}

/* News Inner */
.page_row h1 {
  text-align: center;
  padding: 15px 0;
  color: #152628;
}
.page_row .news__nav {
  border-radius: 2px;
  background: #f2f7f8;
}
.page_row .news__item {
  max-width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .news__nav {
    overflow-x: scroll;
  }
  .page_row .news__nav {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .news__nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .news__row .news__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .news__item .news__image {
    width: 100%;
    min-width: 100%;
    height: 168px;
  }
  .news__item .news__text {
    padding: 16px;
    width: 100%;
  }
  .news__item .news__text .news__data {
    margin-top: 0;
  }
  .news__item .news__text .text {
    -webkit-line-clamp: 7;
  }
  .page_row .news__item {
    margin-bottom: 16px;
  }
}

/* News details */
body blockquote {
  border-radius: 4px;
  border: 1px solid #1b1b1b;
  background: #fcfeff;
  padding: 8px 16px;
  text-align: center;
  margin: 24px 0;
}
body blockquote ul,
body blockquote ol {
  text-align: left;
}
.inner main:has(.news-detail__wrapper) {
  background: #f2f7f8;
}
.news-detail__wrapper.container {
  display: flex;
  gap: 32px;
  padding-bottom: 32px;
  max-width: 1242px;
}
.news-detail__data {
  margin: 8px 0 24px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
}
.news-detail__image {
  width: 350px;
  min-width: 350px;
  height: 350px;
  border-radius: 2px;
}
.news-detail__image img {
  border-radius: 2px;
  border: 1px solid #1b1b1b;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detail__wrapper ul li,
.news-detail__wrapper ol li,
.cards ul li,
.cards ol li {
  position: relative;
  padding: 8px 0;
  padding-left: 38px;
}
.cards .items li {
  background: #d6e7ea;
}
.item__link,
.item__image {
  transition: all 0.3s ease-in-out;
}
.item__link:hover .item__image {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
.cards .items li,
.cards .social_row ul li {
  padding: 0;
}
.cards .items li::after,
.cards .social_row ul li::after {
  content: none;
}
.cards ul li::after,
.news-detail__wrapper ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 18px;
  height: 18px;
  background-image: url(../images/icons/fern.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.cards ol,
.news-detail__wrapper ol {
  counter-reset: myCounter;
  padding-left: 0;
}
.cards ol li:before,
.news-detail__wrapper ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 6px;
  top: 10px;
  color: #cc7e66;
  font-family: "Piasniar", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.plan {
  display: flex;
  position: relative;
}
.plan::before {
  content: "";
  position: absolute;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background-color: #457c87;
}
.plan::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background-color: #457c87;
}
.plan p {
  margin: 0;
  padding: 12px 0;
}
.plan p:first-child {
  border-right: 1px solid #457c87;
}

.details__anons-text .details-list {
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  margin-bottom: 24px;
}
.details__anons-text:has(.details-list) .rezym {
  border-bottom: none;
  padding: 24px 0;
  margin: 24px 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.details__anons-text .details-list li {
  padding: 12px 0;
  padding-left: 38px;
}
.details__anons-text .details-list li:before {
  color: #457c87;
  font-family: "EB Garamond";
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.039px;
  text-align: center;
  top: calc(50% - 17px);
}
/* pagination */
.page_pagination {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
}
div.page_pagination div.modern-page-navigation a,
div.page_pagination div.modern-page-navigation .modern-page-current,
div.page_pagination div.modern-page-navigation a.modern-page-first {
  border: none;
}
.page_pagination .modern-page-current {
  color: #7a002b;
}
.page_pagination .modern-page-title {
  display: none;
}
.page_pagination .modern-page-previous,
.page_pagination .modern-page-next {
  color: #1b1b1b;
  text-transform: capitalize;
  font-weight: 600;
}
.page_pagination .modern-page-navigation {
  padding: 0 0 16px;
}
@media (max-width: 992px) {
  .news-detail__wrapper.container {
    flex-direction: column;
  }
  .news-detail__data {
    margin: 8px 0 12px;
  }
  .news-detail__image {
    width: 328px;
    min-width: 328px;
    height: 328px;
  }
  .plan {
    flex-direction: column;
    align-items: center;
  }
  .plan p:first-child {
    border-right: none;
    position: relative;
  }
  .plan p:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background-color: #457c87;
  }
}

/* Afisha Inner */
.inner:has(.afisha__items) main {
  background: #f2f7f8;
}
.afisha__navigation {
  position: relative;
  border-radius: 2px;
  background: #fff;
  margin: 16px 0;
  padding-right: 56px;
}
.page_row .afisha__nav {
  max-width: 1440px;
  padding: 0;
}
.page_row .swiper__btn-next {
  top: 8px;
}
.page_row .afisha__items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.page_row .afisha__item {
  max-width: 100%;
}
.afisha__header {
  position: relative;
}
.afisha__inner-item .afisha__image {
  float: left;
  margin-right: 24px;
}
.afisha__inner-item .afisha__image a {
  width: 344px;
  height: 484px;
  border-radius: 2px;
  border: 1px solid #1b1b1b;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.afisha__inner-item .afisha__details {
  position: relative;
  flex-direction: column;
  padding: 14px 0;
  gap: 0;
}
.afisha__inner-item .h4--decor {
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.024px;
}
.afisha__inner-item .afisha__age {
  right: 0;
  top: 12px;
}
.afisha__inner-item .afisha__subtitle {
  padding-bottom: 9px;
}
.afisha__inner-item .afisha__anons {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  height: auto;
}
.afisha__anons p {
  margin: 0;
  text-align: left;
}
.afisha__director {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
  padding: 19px 0 16px;
}
.afisha__director span {
  display: block;
  color: #454545;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.afisha__inner-item .btn {
  margin: 8px 0;
  margin-left: -8px;
}
.afisha__inner-item .afisha__text {
  padding-top: 20px;
  border-top: 1px solid #aecfd6;
}
.afisha__inner-item .afisha__time,
.afisha__inner-item .afisha__scene {
  padding-left: 32px;
  display: flex;
}
.afisha__inner-item .afisha__scene {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.afisha__inner-item .afisha__dates {
  border: none;
  margin: 0;
  padding: 0;
}
.afisha__items-wrapper.list-item .afisha__inner-item .afisha__details,
.afisha__items.b-news .afisha__inner-item .afisha__details {
  gap: 16px;
  min-height: auto;
}
@media (max-width: 1350px) {
  .afisha__inner-item .afisha__image a {
    width: 244px;
    height: 384px;
  }
}
@media (max-width: 1150px) {
  .page_row .afisha__items-wrapper {
    grid-template-columns: 1fr;
  }
  .afisha__inner-item .afisha__details {
    padding: 0;
    min-height: auto;
  }
  .afisha__item-title {
    max-width: calc(100% - 64px);
  }
}
@media (max-width: 768px) {
  .page_row .afisha__items-wrapper {
    gap: 16px;
  }
  .afisha__inner-item .afisha__image {
    margin-right: 16px;
  }
  .afisha__inner-item .afisha__image a {
    width: 128px;
    height: 184px;
  }
  .afisha__inner-item .afisha__subtitle {
    padding-bottom: 16px;
  }
  .afisha__inner-item .afisha__anons {
    -webkit-line-clamp: 5;
  }
  .afisha__director {
    padding: 16px 0 8px;
  }
  .afisha__inner-item .afisha__text {
    border-bottom: 1px solid #aecfd6;
    border-top: none;
    padding: 16px 0;
  }
  .afisha__inner-item .h4--decor {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.033px;
  }
  .afisha__header {
    padding-top: 32px;
  }
  .afisha__inner-item .afisha__age {
    top: 0px;
  }
  .afisha__nav-item.h6 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.018px;
  }
  .page_row .swiper__btn-next {
    top: 3px;
  }
}

/* Artists Inner */
.artists__inner-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
}
.artists__inner-items .artist__item {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 1150px) {
  .artists__inner-items {
    grid-template-columns: 1fr;
  }
  .artists__inner-items .artist__item {
    flex-direction: column;
  }
  .artists__inner-items .artist__plays {
    max-height: none;
    overflow: auto;
    margin-bottom: 16px;
  }
  .artist__details .btn {
    position: static;
  }
  .artist__image {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .artists__inner-items {
    gap: 16px;
  }
}

/* Calendar */
.kalendar__navigation {
  position: relative;
  border-radius: 2px;
  background: #f2f7f8;
  padding-right: 56px;
  margin: 16px 0;
}
.kalendar__nav {
  overflow-x: hidden;
  max-width: 1440px;
}
.kalendar__nav-wrapper {
  display: flex;
}
.kalendar__nav-item {
  position: relative;
}
.kalendar__nav-item a {
  display: block;
  padding: 14px 16px;
  text-align: center;
  white-space: nowrap;
  color: #6e6e6e;
  text-transform: uppercase;
}
.kalendar__nav-item.activ a {
  border-radius: 2px;
  border: 2px solid #2a4a50;
  color: #2a4a50;
}
.kalendar__row {
  display: none;
  margin-bottom: 32px;
}
.kalendar__row.open {
  display: block;
}
.kalendar__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.kalendar__details {
  display: flex;
  gap: 16px;
}
.kalendar__image a {
  display: block;
  width: 208px;
  height: 294px;
  border-radius: 2px;
  border: 1px solid #1b1b1b;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.kalendar__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kalendar__inner-item {
  border-radius: 2px;
  background: #f2f7f8;
  position: relative;
  padding-bottom: 48px;
}
.kalendar__inner-item.past {
  filter: grayscale(1);
}
.kalendar__text {
  padding: 16px 0;
  padding-right: 16px;
}
.kalendar__text .kalendar__place {
  padding-top: 0;
}
.kalendar__inner-item .afisha__dates {
  border: none;
  padding: 0;
  margin-top: 20px;
}
.kalendar__inner-item > .afisha__dates {
  margin-left: 16px;
  margin-top: 0;
  margin-bottom: 8px;
}
.kalendar__header {
  padding: 10px 16px 9px;
  position: relative;
}
.kalendar__age {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.kalendar__age.h4--decor {
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.024px;
}
.kalendar__item-title {
  margin-bottom: 9px;
}
.kalendar__subtitle {
  color: #454545;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
}
.kalendar__anons {
  padding: 0 16px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: auto;
}
.kalendar__inner-item .btn {
  position: absolute;
  left: 8px;
  bottom: 8px;
}

/* Filter */
.filter {
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  width: 350px;
  padding: 16px;
  float: left;
  margin-right: 32px;
  position: sticky;
  top: 0;
  z-index: 1111;
}
.filter select {
  display: block;
  margin-bottom: 16px;
  height: 48px;
  width: 100%;
  padding: 12px 16px 13px;
  padding-right: 48px;
  color: #6e6e6e;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  border-radius: 2px;
  border: 1px solid #d6e7ea;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
  background: url(../images/icons/icon-expand.svg) 96% center no-repeat;
  background-color: #fff;
}
.filter select:focus-visible {
  outline: none;
}
.filter-dates {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.filter-dates label {
  width: 47%;
}
.filter-dates input {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #d6e7ea;
  padding: 0px 12px 0px 16px;
  color: #6e6e6e;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
}
@media (max-width: 1250px) {
  .kalendar__items {
    gap: 16px;
  }
  .filter {
    float: none;
    margin-bottom: 24px;
    margin-right: 0;
    width: 100%;
    position: static;
  }
  .filter-dates label {
    width: 50%;
  }
  .filter select {
    background: url(../images/icons/icon-expand.svg) 99% center no-repeat;
  }
}
@media (max-width: 992px) {
  .kalendar__items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .kalendar__image a {
    width: 128px;
    height: 184px;
  }
  .kalendar__nav-item.h6 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.018px;
  }
  .filter select {
    background: url(../images/icons/icon-expand.svg) 98% center no-repeat;
  }
  .kalendar__inner-item > .afisha__dates {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .filter-dates input {
    width: 137px;
  }
  .filter-dates label {
    width: auto;
  }
}

/* BTNS footer */
.btns-float {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 16px;
  border-radius: 16px 0px 0px 0px;
  border: 1px solid #1b1b1b;
  background: #fff;
  box-shadow: 7px 3px 80px 0px rgba(31, 29, 32, 0.1),
    2px 1px 16px 0px rgba(31, 29, 32, 0.15),
    1px 0px 6px 0px rgba(31, 29, 32, 0.3);
  z-index: 99999;
}
.btn-arrow {
  height: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn-tickets,
  .btn-plays,
  .btn-phone {
    display: none;
  }
}

/* Header Second */
body:has(.country) header .social,
body:has(.country) header .header__title,
body:has(.country) header .mobile-menu,
body:has(.country) header .menu,
body:has(.country) .b-breadcrumbs,
body:has(.country) header .afisha-country {
  display: none !important;
}
body.inner:has(.country) main {
  background: linear-gradient(180deg, #aecfd6 0%, #d6e7ea 40.5%, #e4eff1 100%);
}
body.inner:has(.country .play-detail) main {
  background: #f2f7f8;
}
body:has(.country) .header__block {
  display: block;
}

body:has(.country) .header__btns {
  position: static;
  display: flex;
  justify-content: flex-end;
}
body:has(.country) .header__btns .btn {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: 0;
  top: 8px;
}
body:has(.country) .home {
  display: block !important;
  position: absolute;
  left: 16px;
  top: 8px;
}
body:has(.country) .header__block:last-child {
  padding: 0;
  min-height: auto;
}
body:has(.country) .eye {
  top: 16px;
}
body:has(.country) .form-search {
  position: static;
  background: transparent;
}
body:has(.country) .search {
  position: relative;
  top: -6px;
  height: 40px;
  max-width: 320px;
}

/* Country */
.country__header {
  text-align: center;
  padding: 16px 0;
}
/* Country Slider */
.banner-country {
  position: relative;
  margin: 0 28px;
  overflow: initial;
}
.banner-country__wrapper {
  overflow-x: hidden;
  height: 519px;
  border: 2px solid #1b1b1b;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.banner-country__wrapper .banner-main__item-text::before {
  /* background: radial-gradient(
    40.23% 53.35% at 41.21% 65.58%,
    #3d0015 0%,
    rgba(61, 0, 21, 0) 100%
  ); */
  background: radial-gradient(
    40.23% 65.58% at 41.21% 65.58%,
    #323258 0%,
    rgba(50, 50, 88, 0) 100%
  );
}
.banner-country .banner-main__item::before {
  /* background: linear-gradient(
    0deg,
    #3d0015 0%,
    rgba(61, 0, 21, 0.5) 28.4%,
    rgba(61, 0, 21, 0) 48.5%
  ); */
  background: linear-gradient(
    0deg,
    #323258 0%,
    rgba(50, 50, 88, 0.5) 28.4%,
    rgba(50, 50, 88, 0) 48.5%
  );
}
.banner-country__wrapper .banner-main__item::after {
  content: none;
}
.banner-country__wrapper .banner-main__item-wrapper p,
.banner-country__wrapper .h2--decor.banner-main__title {
  color: #f2f7f8;
}
.country__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 111;
  border: 1px solid #1b1b1b;
  background: rgba(252, 254, 255, 0.8);
  padding: 8px;
  padding-bottom: 4px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.country__btn-prev {
  left: -30px;
}
.country__btn-next {
  right: -30px;
}

/* Country filter */
.country .filter {
  background: #f2f7f8;
  margin-left: 30px;
}
.filter-search {
  position: relative;
}
.filter-search .input-search {
  position: static;
  width: 100%;
  padding: 12px 16px 13px;
  padding-right: 48px;
  color: #6e6e6e;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  border-radius: 2px;
  border: 1px solid #d6e7ea;
  margin-bottom: 16px;
}
.filter-search .submit-search {
  top: 12px;
}
.checkboxs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
}
.from-btns {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.checkboxs label {
  display: block;
  position: relative;
  padding-left: 35px;
  height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxs label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 2px;
  border: 1px solid #aecfd6;
  background: #fcfeff;
}
.checkboxs label:hover input ~ .checkmark {
  background: #fcfeff;
}
.checkboxs label input:checked ~ .checkmark {
  background-color: #cc7e66;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxs label input:checked ~ .checkmark:after {
  display: block;
}
.checkboxs label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* container */
.country .page_row .container {
  max-width: 1472px;
}
.country .page_row .container.afisha__items {
  margin-bottom: 32px;
}
/* Nav */
.swiper__btn-prev {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 12px 16px;
  cursor: pointer;
}
.calendar .afisha__navigation {
  padding-left: 56px;
}
.calendar .from-btns {
  margin-top: 16px;
}
.calendar .kalendar__row {
  margin-bottom: 0;
}
.container.calendar {
  padding-bottom: 32px;
}
.page_row .country__nav {
  max-width: 1440px;
  overflow-x: hidden;
}

/* items country */
.country__inner-item {
  position: relative;
}
.country__inner-item .afisha__age {
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.024px;
  top: 24px;
}
.country__inner-item .afisha__dates {
  border: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 16px;
}
.country__inner-item .afisha__item-header {
  height: auto;
}
.country__inner-item .afisha__item-title {
  padding-right: 24px;
  font-size: 20px;
}
.country__inner-item .kalendar__place {
  padding-bottom: 12px;
}
.country__inner-item .afisha__details {
  min-height: auto;
}
body:has(.country) .btn-tickets,
body:has(.country) .btn-plays {
  display: none;
}
.country .afisha__navigation {
  background: #f2f7f8;
}
@media (max-width: 1250px) {
  .country .afisha__navigation {
    width: calc(100% + 64px);
    margin-bottom: 0;
    margin-left: -32px;
  }
  .country .filter {
    margin-left: -16px;
    width: calc(100% + 32px);
    margin-right: 0;
    margin-bottom: 16px;
  }
  .country .afisha__nav-item.h6 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.018px;
  }
  .container.afisha__items {
    padding: 0;
  }
  .swiper__btn-prev {
    top: 4px;
  }
  .country .swiper__btn-next {
    top: 4px;
  }
}
@media (max-width: 992px) {
  .country__header .h3 {
    font-size: 44px;
    line-height: 58px;
    letter-spacing: 0.11px;
  }
  .banner-country {
    margin: 0 16px;
  }
  .banner-country .banner-main__item-wrapper {
    padding: 0 42px;
    padding-bottom: 16px;
  }
  .banner-country__wrapper {
    height: 408px;
  }
  .banner-country .banner-main__item::before {
    /* background: radial-gradient(
      76.7% 69.41% at 15.79% 69%,
      #3d0015 0%,
      rgba(61, 0, 21, 0) 100%
    ); */
    background: radial-gradient(
      76.7% 69.41% at 15.79% 69%,
      #323258 0%,
      rgba(50, 50, 88, 0) 100%
    );
  }
  .banner-country__wrapper .banner-main__item-text::before {
    background: transparent;
  }
  .country__inner-item .afisha__dates {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.035px;
  }
}
@media (max-width: 768px) {
  body:has(.country) .search {
    max-width: initial;
    top: -15px;
  }
  body:has(.country) .search .form {
    left: -16px;
    right: -16px;
  }
  body:has(.country) .search .search-btn {
    top: 14px;
  }
  body:has(.country) .search .input-search {
    position: static;
  }
  body:has(.country) .search .submit-search {
    top: 16px;
  }
}

/* Details Theatr */
.inner main:has(.details .details__more-text .plan) {
  overflow-x: hidden;
}
main:has(.details) > .h3--decor {
  display: none;
}
.details {
  background: #f2f7f8;
}
.details__anons:has(.details__image) .container {
  padding-right: 0;
  padding-left: 155px;
}
.details__image {
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.details__image img {
  height: 100%;
  object-fit: cover;
  width: 70%;
}
.details__anons-text {
  text-align: center;
}
.details__anons:has(.details__image) {
  background: #d6e7ea;
}
.details__image + .details__anons-text > .h4 {
  padding: 42px 0 12px;
}
.details__image + .details__anons-text {
  max-width: 605px;
  min-height: 584px;
  text-align: left;
  z-index: 99;
  position: relative;
  padding-bottom: 24px;
}
.details__image + .details__anons-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 731px;
  z-index: -1;
  background: linear-gradient(
    90deg,
    #d6e7ea 62.4%,
    rgba(214, 231, 234, 0.8) 80.9%,
    rgba(214, 231, 234, 0) 100%
  );
}
.detail-people {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f2f7f8;
}
.detail-people__wrapper {
  display: flex;
  gap: 32px;
  margin-top: 14px;
}
.detail-people__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.detail-people__item p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.014px;
}
.detail-people__item p:first-child {
  font-weight: 700;
  margin-bottom: 6px;
}
.details__more-text.container {
  padding: 12px 16px;
  max-width: 1250px;
}
.details__image + .details__more-text.container {
  padding: 24px 16px;
}
.details-blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.details-block {
  display: flex;
  gap: 32px;
  align-items: center;
}
.details-block__img img {
  height: 360px;
}
.details-block__img p {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.035px;
}
.gallery-block {
  padding: 16px 0;
  background: rgb(128, 128, 128, 0.5);
  overflow-x: hidden;
}
.gallery-wrapper.swiper-wrapper {
  transition-timing-function: linear !important;
}
.gallery-item a,
.gallery-item {
  display: block;
  height: 456px !important;
  width: 736px !important;
}
.gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* rezym */
.rezym {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  margin: 8px 0;
  display: flex;
  gap: 16px;
  align-items: center;
}
.rezym-title {
  color: #457c87;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.014px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.timetable {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.days {
  display: flex;
}
.days span {
  width: 32px;
  height: 32px;
  border: 1px solid #d6e7ea;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #454545;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
}
.days-time {
  color: #152628;
  font-weight: 600;
}
.details table,
.common table {
  border-collapse: collapse;
}
.details td,
.common td {
  border: 1px solid#E3E3E3;
  padding: 8px;
}
.details tr:first-child,
.common td:first-child {
  background: #e3e3e3 !important;
  font-weight: 600;
  font-family: "EB Garamond";
  font-size: 21px;
}
.details tr:nth-child(odd) {
  background: #f7f7f7;
}
.details tr:nth-child(even) {
  background: #fff;
}
/* social */
.social_row:has(+ .press) {
  background: #f2f7f8;
}
.social_row {
  background: #fff;
  padding: 24px 0;
  text-align: center;
}
.social_title {
  text-transform: uppercase;
  color: #454545;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  padding-bottom: 8px;
}
.social_title + ul {
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 992px) {
  .details-block {
    gap: 16px;
    flex-direction: column;
  }
  .details-block__img img {
    height: 100%;
    width: 100%;
  }
  .details__image + .details__anons-text {
    padding: 221px 16px 16px 16px;
    position: relative;
    max-width: 100%;
    min-height: auto;
  }
  .details__image + .details__anons-text::after {
    width: calc(100% + 16px);
    left: -16px;
    background: linear-gradient(
      180deg,
      rgba(214, 231, 234, 0) 0%,
      rgba(214, 231, 234, 0.7) 25.4%,
      #d6e7ea 38.4%
    );
  }
  .details__anons:has(.details__image) .container {
    padding-left: 0;
  }
  .details__anons .container {
    padding-right: 16px;
  }
  .details__image {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 360px;
    width: 100%;
  }
  .details__image img {
    width: 100%;
  }
  .detail-people__wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .gallery-item a,
  .gallery-item {
    height: 208px !important;
    width: 272px !important;
  }
  .details__anons-text > .h4 {
    padding-top: 12px;
  }
  .timetable {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Details Coomon */
main:has(.common) > .h3--decor {
  display: none;
}
.common {
  background: #f2f7f8;
  padding: 8px 0 32px;
}
.container-text {
  max-width: 1000px;
  margin: 0 auto;
}
.container-text hr {
  background-color: #457c87;
}
.container-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 14px 0 28px;
}
.container-center__item {
  border-radius: 4px;
  border: 1px solid #ad003c;
  background: #fff;
  height: 58px;
  padding: 8px 16px;
  width: 168px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  text-decoration: none !important;
}
.container-center__item span {
  color: #7a002b;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
}
.common > .container {
  min-height: 600px;
  max-width: 1250px;
}
.common .container > .h4 {
  text-align: center;
  padding: 8px 0;
}
.common .container img {
  max-width: 100%;
  background: url(../images/back-contacts.png);
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.common__text a {
  font-weight: 600;
  text-decoration: underline;
  color: #252599;
}
/* Accordion ------------------------*/
.link {
  margin-bottom: 16px;
}
.link .spojler {
  color: #152628;
  font-family: "EB Garamond";
  font-size: 31px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  padding: 12px 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 44px;
  transition: all 0.5s ease;
  border-radius: 2px;
  border: 4px solid #aecfd6;
  background: #aecfd6;
  text-align: left;
}
.link .spojler p {
  margin: 0;
  width: calc(100% - 60px);
}
.link .spojler {
  &.active {
    &:before {
      transform: translatey(-50%) rotate(-90deg);
      opacity: 0;
    }
    &:after {
      transform: translatey(-50%) rotate(0);
    }
  }
  &:before,
  &:after {
    content: "";
    display: block;
    background-color: #457c87;
    position: absolute;
    top: 50%;
    right: 16px;
    transition: 0.35s;
    width: 24px;
    height: 4px;
  }
  &:before {
    transform: translatey(-50%);
  }
  &:after {
    transform: translatey(-50%) rotate(90deg);
  }
}
.spojler.active,
.spojler:hover {
  cursor: pointer;
}
.link:first-child .visible_text {
  margin-top: 16px;
}
.visible_text {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 24px 0;
  position: relative;
}
.visible_text > p:first-child {
  display: inline-block;
  min-width: 208px;
  max-width: 208px;
  height: 208px;
  margin: 0 32px 0 0;
}
.visible-text__block p:nth-child(2) {
  margin: 0;
}
.visible_text > p:first-child > img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  border-radius: 3px;
}
.visible_text h3 {
  color: #73573f;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.026px;
  margin-bottom: 8px;
}
.visible_text h6 {
  color: #73573f;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.015px;
  margin-top: 24px;
}
.visible_text h6.visible-text__title {
  margin-bottom: 0px;
}
.hide_text {
  display: none;
  padding: 16px;
  width: 100%;
  border-radius: 2px;
  border: 4px solid #aecfd6;
  background: #fff;
}
.hide_text h3 {
  margin-top: 5px;
}
.hide_text p > img {
  margin: 16px;
  margin-left: 0;
}
.hide_text > p:first-child {
  margin-top: 0;
}
.hide_text p > span {
  color: #73573f;
}
.link .hide_text ul li:after {
  content: "";
  position: static;
}
.link .hide_text ul li {
  list-style-type: disc;
  padding: 0;
  margin: 0;
  margin-left: 28px;
}
@media (max-width: 768px) {
  .visible_text > p:first-child {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    margin-left: 16px;
  }
  .visible-text__block {
    width: calc(100% - 96px);
  }
  .container-center {
    gap: 16px;
  }
}

/* Detail play */
.title-scene {
  text-align: center;
  padding: 24px 0;
}
.b-premiere {
  background: #457c87;
  position: absolute;
  padding: 4px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.014px;
}
.play-detail .container {
  display: flex;
  align-items: start;
  gap: 32px;
  padding-bottom: 32px;
  max-width: 1250px;
}
.play-detail__image {
  width: 366px;
  min-width: 366px;
  height: 520px;
  border-radius: 2px;
  border: 1px solid #1b1b1b;
}
.play-detail__image img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-detail__subtitle {
  padding: 8px 0 24px;
}
.play-detail__purchase {
  border-radius: 4px;
  background: #d6e7ea;
  margin-bottom: 19px;
}
.play-detail__purchase:has(.play-detail__row),
.play-detail__purchase:has(.b-next-shows) {
  padding: 16px;
}
.play-detail__text {
  position: relative;
  align-self: start;
  flex-grow: 1;
}
.play-detail__text img {
  max-width: 100%;
}
.play-detail__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.play-detail__purchase:has(.play-detail__row) .b-next-shows,
.play-detail__purchase:has(.play-detail__row + .afisha__dates-title)
  .afisha__dates-title {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #f2f7f8;
}
.play-detail__row .afisha__icon {
  margin-bottom: 0;
}
.afisha__dates-title {
  color: #454545;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
  margin-bottom: 14px;
}
.play-detail .afisha__dates {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 16px;
}
.play-detail__masters {
  padding: 0 0px 24px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 32px;
  border-bottom: 1px solid #d6e7ea;
  margin-bottom: 24px;
}
.author .play-detail__master {
  padding: 8px 0;
}
.play-detail__master span {
  display: block;
  margin-bottom: 4px;
  color: #454545;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.afisha__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.scene-note {
  border-radius: 4px;
  background: #fff;
  padding: 8px 16px;
}
/* artist */
.play-detail__artists {
  border-radius: 4px;
  background: #fff;
  min-width: 255px;
  padding: 16px;
  align-self: start;
  overflow: hidden;
  min-height: 520px;
}
.play-detail__artists-wrapper {
  overflow: auto;
  height: calc(100% - 40px);
  scrollbar-color: #aecfd6 #fff;
  scrollbar-width: thin;
  margin-right: -16px;
  padding-right: 8px;
}
.play-detail__role {
  border-top: 1px solid #d6e7ea;
  padding-top: 13px;
  margin-top: 16px;
}
.play-detail__role-title {
  color: #152628;
  font-family: "EB Garamond";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.018px;
  margin-bottom: 12px;
}
.play-detail__artist-row img {
  border-radius: 2px;
  /* mix-blend-mode: soft-light; */
  width: 80px;
  height: 112px;
  float: left;
  margin-right: 16px;
}
.play-detail__artist-row:has(img) {
  min-height: 120px;
}
.item--img.play-detail__artist-row {
  margin-bottom: 10px;
}
.play-detail__artist-date {
  color: #2a4a50;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.play-detail__artist-name {
  font-weight: 600;
}
/* press */
.press {
  background: #fff;
}
.press .container {
  display: flex;
  gap: 16px;
  align-items: center;
}
.press__wrapper {
  padding: 32px 0;
}
.press__items {
  height: 432px !important;
  overflow-y: hidden;
  flex-grow: 1;
  padding-right: 40px;
}
.press__title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1b1b1b;
  font-family: "EB Garamond";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 144px;
  letter-spacing: -1.44px;
  text-transform: uppercase;
}
.press__items-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  height: auto !important;
  /* padding: 16px 0; */
  /* padding: 24px 0 16px; */
}
.press__item {
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  padding: 16px;
  height: 112px !important;
}
.press__item img {
  width: 80px;
  height: 80px;
  background: aqua;
  float: left;
  margin-right: 16px;
}
.press__item-date {
  color: #2a4a50;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.press__item-text {
  color: #152628;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
.press .swiper-pagination {
  right: 18px !important;
}
.press .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #457c87;
}
.press .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  opacity: 1;
  border: 1px solid #454545;
}
/* review */
.review {
  padding: 16px 0 32px;
  background: #f2f7f8;
}
.review .h4 {
  text-align: center;
}
form.review-form {
  border-radius: 2px;
  background: #d6e7ea;
  margin: 0 auto;
  margin-top: 16px;
  padding: 16px;
  max-width: 808px;
}

.form__wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #aecfd6;
}
input#name {
  border-radius: 2px;
  background: #fff;
  height: 48px;
  padding: 0px 12px 0px 16px;
  border: none;
  color: #6e6e6e;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
}
.form__wrapper label {
  color: #2a4a50;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.048px;
  padding: 2px 0;
  padding-left: 16px;
  margin-bottom: 16px;
}
.form__wrapper textarea {
  border-radius: 2px;
  background: #fff;
  padding: 14px 12px 14px 16px;
  color: #6e6e6e;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  border: none;
  min-height: 72px;
  max-height: 150px;
  width: 100% !important;
}
.review-form .primary-btn {
  margin: 0 auto;
  margin-top: 16px;
  cursor: pointer;
  border: none;
}
/* reviews-block */
.reviews-block {
  background: #e4eff1;
  padding: 24px 0;
  overflow-x: hidden;
}
.reviews-block .container {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  min-height: 460px;
}
.reviews-block .container::before {
  content: "";
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: calc(-100vw + 176px);
  background: #e4eff1;
}
.reviews-block__container {
  position: absolute;
  top: 50%;
  left: 176px;
  right: 16px;
  transform: translateY(-50%);
}
.reviews-block__items {
  align-items: center;
}
.reviews-block__title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1b1b1b;
  font-family: "EB Garamond";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 144px;
  letter-spacing: -1.44px;
  position: absolute;
  top: 0;
  z-index: 99;
}
.reviews-block__item {
  border-radius: 2px;
  border: 1px solid #d6e7ea;
  background: #fcfeff;
  max-width: 573px;
  height: min-content !important;
  padding: 14px 16px 20px 16px;
}
.common.book > .container {
  min-height: auto;
}
.book .reviews-block__item {
  max-width: 100%;
  width: 100%;
}
.book .reviews-block__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.common.book {
  background: #d6e7ea;
  padding-bottom: 0;
}
.fest-title {
  margin: 0 auto;
  background: #7a002b;
  width: fit-content;
  padding: 8px 12px;
  color: #fff;
}
.fest-title a {
  color: #fff;
  text-decoration: none;
  font-size: 31px;
  font-weight: 500;
  line-height: 40px;
  font-family: "EB Garamond", sans-serif;
}
.common.book .btn {
  margin: 24px auto;
  cursor: pointer;
  border: none;
}
.reviews-block__name {
  font-weight: 600;
  margin-bottom: 12px;
}
.reviews-block__date {
  color: #2a4a50;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  margin-bottom: 16px;
}
@media (max-width: 1150px) {
  .play-detail__artists {
    display: none;
  }
  .play-detail .container {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .play-detail .container {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
  .play-detail__image {
    width: 328px;
    min-width: 328px;
    height: 464px;
  }
  .play-detail__subtitle {
    padding-bottom: 16px;
  }
  .reviews-block__title,
  .press__title {
    writing-mode: initial;
    transform: none;
    font-size: 63px;
    font-weight: 500;
    line-height: 88px;
  }
  .press .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .press__wrapper {
    padding: 0;
  }
  .press__items-wrapper {
    padding: 0;
    overflow-y: scroll;
    gap: 16px;
  }
  .press__items-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .press__items {
    padding-right: 0;
    padding-bottom: 16px;
  }
  .press__item {
    padding: 12px;
    height: auto !important;
  }
  .press__item-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.014px;
    -webkit-line-clamp: 20;
    height: auto;
  }
  .press__item img {
    float: none;
  }
  .play-detail__text h1.h5 {
    padding-right: 52px;
  }
  .press__item-date {
    margin: 0 0 8px;
  }
  .review .h4 {
    font-size: 31px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
  }
  .reviews-block .container::before {
    content: none;
  }
  .reviews-block__container {
    transform: none;
    position: static;
  }
  .reviews-block__title {
    position: static;
  }
  .reviews-block .container {
    flex-direction: column;
    align-items: initial;
    min-height: auto;
  }
  .reviews-block__item {
    max-width: 272px;
  }
  .reviews-block__items {
    align-items: flex-start;
  }
  .play-detail__row {
    gap: 16px;
  }
  .afisha__dates {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.035px;
  }
}

/* trupa */
.play-detail__notes {
  color: #454545;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.035px;
  padding: 9px 0 17px;
  border-bottom: 1px solid #d6e7ea;
  margin-bottom: 16px;
}
.play-detail__play {
  margin-top: 16px;
}
.play-detail__play img {
  width: 80px;
  height: 112px;
  border-radius: 2px;
  border: 1px solid #1b1b1b;
  float: left;
  margin-right: 12px;
}
.play-detail__play-title {
  color: #152628;
  font-weight: 600;
  padding-top: 25px;
}
.play-detail__play-role {
  color: #454545;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  margin-top: 9px;
}
.play-detail__play-date {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
.play-detail__play-date span {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #457c87;
  background: rgba(252, 254, 255, 0.7);
  color: #152628;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
}
.artist-detail__image {
  padding: 55px 24px;
  border-radius: 2px;
  background: #d6e7ea;
  border: none;
}
@media (max-width: 992px) {
  .play-detail__notes {
    border: none;
    margin: 0;
    padding-bottom: 16px;
  }
  .artist-detail__image {
    padding: 36px;
    height: 400px;
  }
}

/* country */
main:has(.play-detail) .country__header,
main:has(.play-detail) .banner-country {
  display: none;
}
main:has(.play-detail) .b-breadcrumbs {
  display: block !important;
}
main:has(.play-detail) .country > .container {
  padding: 0;
  max-width: 100%;
}

/* contacts */
.common__text .h5:has(+ .contacts__blocks) {
  border-bottom: 1px solid #d6e7ea;
  padding: 8px 0;
}
.contacts__blocks {
  display: flex;
  gap: 32px;
  padding: 24px 0;
  text-align: left;
}
.contacts__blocks + hr {
  background-color: #457c87;
  height: 2px;
}
.contacts__blocks > .contacts__block:first-child {
  width: 478px;
}
.contacts__blocks a {
  font-weight: 400;
  text-decoration: none;
  color: #1b1b1b;
}
.contacts__blocks .address--small {
  margin-bottom: 16px;
}
.contacts__blocks > .contacts__block a {
  display: block;
  margin-bottom: 16px;
}
.contacts__blocks > .contacts__block a:has(+ span) {
  display: inline-block;
}
.contacts__blocks .h6 {
  margin-bottom: 16px;
}
.contacts__block-wrapper .contacts__block {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.contacts__detail:first-child {
  display: flex;
  gap: 16px;
}
.contacts__detail:has(+ .contacts__detail) {
  min-width: 400px;
  max-width: 400px;
}
.contacts__detail:nth-child(2) {
  max-width: 310px;
}
.position {
  font-weight: 600;
  margin-bottom: 9px;
}
.position + p {
  margin: 0 0 14px;
  text-align: left;
}
.contacts__detail img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/* .contacts__sub:first-child {
  padding-top: 32px;
} */
.contacts__sub {
  color: #454545;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.014px;
}
.contacts__sub + p {
  margin-top: 6px;
}
.contacts__detail-text a {
  display: inline-block;
  margin-right: 8px;
}
.contacts__blocks > .contacts__block a + span,
.contacts__detail-text span {
  color: #454545;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
  padding-left: 32px;
}
.contacts__blocks > .contacts__block a + span {
  padding: 0;
}
.contacts__block-wrapper .contacts__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .contacts__blocks {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }
  .contacts__block-wrapper .contacts__block {
    margin-bottom: 16px;
    flex-direction: column;
  }
  .contacts__block .address {
    padding-top: 4px;
  }
  .contacts__detail {
    max-width: 100%;
  }
  .contacts__detail:first-child {
    min-width: 100%;
    max-width: 100%;
    display: block;
  }
  .contacts__detail:first-child img {
    margin-bottom: 8px;
  }
  .contacts__sub:first-child {
    padding-top: 0;
  }
  .contacts__blocks > .contacts__block:first-child {
    width: 100%;
  }
  .contacts__detail-text .tel--small {
    margin-bottom: 16px;
  }
}

/* Preloader */
.preloader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #e4eff1;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: colorTransition 2s infinite alternate;
  z-index: 111111111;
  padding: 16px;
}
@keyframes colorTransition {
  0% {
    background-color: #e4eff1;
  }
  50% {
    background-color: #d6e7ea;
  }
  100% {
    background-color: #aecfd6;
  }
}
.preloader__container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.preloader-img {
  text-align: center;
  animation: hia 5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.preloader-img img {
  width: 250px;
}
@keyframes hia {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.preloader .h2 {
  max-width: 988px;
  text-align: center;
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  padding: 22px 0;
  margin: 32px 0;
  display: none;
}
.fade-in-out {
  opacity: 0;
  transition: opacity 1s ease-out;
}

/* special */
.special .banner-main__item {
  background: initial !important;
}
.special .banner-main__item-wrapper.container,
.special .banner-main__item-text,
.special .banner-main__btns,
.special .swiper-pagination,
.special .h2--decor.banner-main__title,
.special .banner-main__item-wrapper p,
.special .afisha,
.special .banner-slider__item-wrapper,
.special .banner-slider__items,
.special .news__wrapper::before,
.special .news__image a,
.special .banner-slider__items .h3,
.special .banner-slider__btns,
.special .afisha .container,
.special .afisha__wrapper::before,
.special .afisha__items,
.special .afisha__items-wrapper,
.special .afisha__wrapper,
.special .artists__wrapper,
.special .h1.banner-main__note {
  background: transparent !important;
}
.special .banner-main__item {
  display: flex !important;
  align-items: flex-end;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden !important;
}

/* cookie */
#nca-cookiesaccept-line {
  background: #aecfd6;
  border-top: 1px solid #1b1b1b !important;
}
.nca-cookiesaccept-line-text {
  color: #1b1b1b !important;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.085px;
}
.nca-cookiesaccept-line > div > div button {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  color: #7a002b;
  text-transform: uppercase;
  width: fit-content;
  padding: 14px 24px !important;
  min-height: 40px;
  border-radius: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.nca-cookiesaccept-line > div > div button:hover {
  color: #fff;
  background: #7a002b !important;
  transition: all 0.3s ease-in-out;
}
button#nca-cookiesaccept-line-accept-btn {
  border: 1px solid #ad003c;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .nca-cookiesaccept-line > div > div button:last-child {
    left: 140px !important;
  }
}

/* MOdal*/
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 140;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5384615px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5384615;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* Sitemap */
.cards.sitemap {
  padding-bottom: 32px;
}
.cards.sitemap .h4 {
  text-align: center;
}

/* Menu */
.rest-menu,
.small-wrapper {
  display: none;
}
.cards:has(.kavyarnya) .small-wrapper {
  display: block;
}
.visible-menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.visible-menu-item {
  display: flex;
  gap: 16px;
}
.visible-menu-image img {
  width: 80px;
  height: 80px;
}
.menu-price {
  font-weight: 600;
  margin-top: 4px;
}

.news__nav.performances-items {
  background: #ffffff;
}
.performances__list {
  display: none !important;
}
.performances__list.open {
  display: grid !important;
}
.btn-phone svg{
width:24px;
height:24px;
}
