@font-face {
  font-family: "TildaSansRegular";
  src: url("../fonts/TildaSans-Regular/TildaSans-Regular.eot");
  src: url("../fonts/TildaSans-Regular/TildaSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans-Regular/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular/TildaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TildaSansMedium";
  src: url("../fonts/TildaSans-Medium/TildaSans-Medium.eot");
  src: url("../fonts/TildaSans-Medium/TildaSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans-Medium/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium/TildaSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tilda Sans VF Regular";
  src: url("../fonts/TildaSans-VF_TTF_Web/TildaSans-Medium.eot");
  src: url("../fonts/TildaSans-VF_TTF_Web/TildaSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans-VF_TTF_Web/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-VF_TTF_Web/TildaSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  /*touch-action: pan-x pan-y; */

}
@media (max-width: 1400px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1296px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 9px;
  }
}

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

body {
  text-rendering: optimizeSpeed;
  background: #000;
  overflow-x: hidden;
  height: 100%;
  font-family: "TildaSansRegular";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  min-height: 100vh;
  /*touch-action: pan-x pan-y; */
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.adaptive_video {
  position: relative;
  padding-bottom: 56.25%;
}

.adaptive_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

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

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

textarea {
  resize: none;
}

:active,
:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

.container {
  width: 100%;
  padding: 0 5rem;
  margin: 0 auto;
  max-width:1920px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 2rem;
  }
}

.page-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display:flex;
}
.container_mb{
  margin-top: auto;
}
.tabs{
  width:100%;
}
.tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left:calc(50% + 2.3rem);
}
@media (max-width: 767px) {
  .tabs ul {
    gap: 1rem;
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tabs ul::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.tabs ul li {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 1rem;
  color: #333333;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.tabs ul li.active, .tabs ul li:hover {
  background: #fff;
  color: #000;
}
.tabs > div {
  padding-top: 2.6rem;
}
@media (max-width: 767px) {
  .tabs > div {
    padding-top: 2.5rem;
  }
}

/*show-hide hover fontawesome*/
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  background: #fff;
  text-decoration: none;
  border: none;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.button:hover {
  background: #9747ff;
  color: #fff;
}
.button_border{
  border: 1px solid #fff;
  background:none;
  color:#fff;
}
.button_border:hover{
  border-color:#9747ff;
}
.button_big {
  width: 100%;
  padding: 1.8rem;
  font-size: 2.4rem;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .social {
    gap: 0.5rem;
  }
}
.social a {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.social a svg {
  display: block;
}
.social a svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  fill: #000;
}
.social a:hover {
  background: #9747ff;
}
.social a:hover svg {
  display: block;
}
.social a:hover svg path {
  fill: #fff;
}

.bg-menu {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.open-menu .bg-menu {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.hamburger {
  padding: 0;
  background: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
@media (max-width: 992px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__button {
  cursor: pointer;
  background: none;
  padding: 0;
  position: relative;
  z-index: 999;
  width: 1.5rem;
  height: 0.8rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
}
.hamburger__button span {
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: absolute;
}
.hamburger__button span:nth-child(1) {
  top: 0;
}
.open-menu .hamburger__button span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 4px;
}
.hamburger__button span:nth-child(2) {
  top: 5px;
  width: 100%;
}
.open-menu .hamburger__button span:nth-child(2) {
  opacity: 0;
  left: -6rem;
}
.hamburger__button span:nth-child(3) {
  top: 10px;
}
.open-menu .hamburger__button span:nth-child(3) {
  top: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.logo img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 992px) {
  .header {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.4rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .header__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    row-gap: 2.4rem;
  }
}
.header__phone {
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .header .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 17rem;
    margin-right: auto;
  }
  .header__socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header__socials .social a svg {
    max-width: 1.9rem;
  }
  .header .hamburger {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header__phone {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .open-menu .header__phone {
    opacity: 0;
     display:none;
  }
  .header__button {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .open-menu .header__button {
    opacity: 0;
    display:none;
  }
}

.nav-menu {
  margin-left: 4rem;
  margin-right: auto;
}
@media (max-width: 992px) {
  .nav-menu {
    display: none;
  }
}
.nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.nav-menu ul a {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  padding: 1rem;
  white-space: nowrap;
  border-radius: 0.5rem;
}
.nav-menu ul a:hover, .nav-menu ul a.active {
  color: #000;
  background: #fff;
}

.header-new-popup {
  background: #000;
  width: 100vw;
  height: 51.8rem;
  position: relative;
  padding: 2.7rem 2rem;
  position: absolute;
  top: 0px;
  left: -100vw;
  margin: auto;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.open-menu .header-new-popup {
  left: 0;
}
.header-new-popup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 8.2rem;
  margin-bottom: auto;
}
.header-new-popup__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.header-new-popup__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.header-new-popup__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}
.header-new-popup__phone {
  font-weight: 500;
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2rem;
}
.header-new-popup__address {
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
}

.bg-full {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
}
.bg-full.main-bg {
  background: url(../img/main-bg.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bg-full.violet-bg {
  background: url(../img/bg-full.jpg) center no-repeat;
  background-size: cover;
}

.footer {
  margin-top: 3rem;
  padding: 4rem 0;
  border-top: 1px solid #fff;
  color: #fff;
}
@media (max-width: 992px) {
  .footer {
    padding: 3rem 0;
    margin-top: 1.6rem;
  }
}
@media (max-width: 767px) {
  .footer {
    border: none;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__address{
  min-width: 26rem;
}
@media (max-width: 767px) {
  .footer__address {
    display: none;
  }
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
.footer-menu ul li {
  white-space: nowrap;
}
.footer-menu ul a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: rgba(255, 255, 255, 0.3);
  font-size:2.4rem;
}
.footer-menu ul a:hover, .footer-menu ul a.active {
  color: #fff;
}
.footer-menu ul a.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.section-main {
  padding-top: 5rem;
}

.section-main_vertical{
  display:flex;
  flex-direction:column;
  flex:1;
}

@media (max-width: 767px) {
  .section-main {
    padding-top: 9rem;
  }
  .footer-menu ul a{
    font-size:1.4rem;
  }
}
.section-main__logo {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .section-main__logo {
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
}
.section-main__logo_mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-main__logo_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-main__logo_desktop {
    display: none;
  }
}
.section-main__inner {
  gap: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.section-main__desc {
  max-width: 49.3rem;
  color: #fff;
}
.section-main__title {
  font-weight: 500;
  font-size: 4.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .section-main__title {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
.section-main__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.section-main__imgs a {
  border-radius: 5px;
  aspect-ratio: 25/19;
  overflow: hidden;
  display:block;
}
.section-main__imgs a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-title {
  font-weight: 500;
  font-size: 4.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 3.2rem;
  }
}
.container-flex{
  display: flex;
}
.section-menu {
  padding-bottom: 5rem;
      display: flex;
    width: 100%;
    flex: 1;
}
@media (max-width: 767px) {
  .container-flex{
    display:block;
  }
  .section-menu {
    padding-bottom: 0rem;
  }
}
.section-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
  flex: 1;
}
@media (max-width: 767px) {
  .section-menu__inner {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-menu__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 30rem;
}
@media (max-width: 767px) {
  .section-menu__desc {
    max-width: 100%;
  }
}
.section-menu__subtitle {
  margin-top: auto;
  font-weight: 400;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section-menu__subtitle {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.section-menu__items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: auto;
}
@media (max-width: 767px) {
  .section-menu__items {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.section-menu__item {
  aspect-ratio: 32/51;
  aspect-ratio: 32/42;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-menu__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-menu__item-name {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  position: absolute;
  width: calc(100% - 6rem);
  font-weight: 400;
  font-size: 3.2rem;
  text-transform: uppercase;
  background: url('data:image/svg+xml,<svg width="51" height="8" viewBox="0 0 51 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M50.3536 4.35355C50.5488 4.15829 50.5488 3.84171 50.3536 3.64645L47.1716 0.464466C46.9763 0.269204 46.6597 0.269204 46.4645 0.464466C46.2692 0.659728 46.2692 0.976311 46.4645 1.17157L49.2929 4L46.4645 6.82843C46.2692 7.02369 46.2692 7.34027 46.4645 7.53553C46.6597 7.7308 46.9763 7.7308 47.1716 7.53553L50.3536 4.35355ZM0 4.5H50V3.5H0V4.5Z" fill="white" /></svg>') bottom right no-repeat;
}
.section-menu__item-name span {
  display: block;
}
@media (max-width: 767px) {
  .section-menu__item-name {
    font-size: 2.4rem;
    left: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
  }
  .section-menu__item-name span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .section-menu__item {
    height: 23.7rem;
  }
  .section-menu__item .section-menu__item-name {
    padding-bottom: 1rem;
    background-position: left bottom;
  }
  .section-menu__item:first-child {
    grid-column: span 2;
    aspect-ratio: auto;
    height: 18.2rem;
  }
  .section-menu__item:first-child .section-menu__item-name {
    background-position: bottom right;
    padding-bottom: 0;
  }
}
.section-menu__item:hover .section-menu__item-img {
  opacity: 0.5;
}
.section-afisha{
      display: flex;
    flex-direction: column;
    flex:1;
}
.section-afisha__items {
  display: flex;
/*  grid-template-columns: repeat(5, 1fr);*/
/*  grid-template-columns: repeat(5, 34.5rem);*/
  gap: 2rem;
  gap:2%;
  flex-wrap:wrap;
 /* margin-top: auto;
  flex:1;*/
}
@media (max-width: 1440px) {
  .section-afisha__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .section-afisha__items {
    flex-wrap:wrap;
  }
}
@media (max-width: 767px) {
  .section-afisha__items {
    grid-template-columns: repeat(2, 1fr);
/*    gap: 1rem;*/
  }
}
.section-afisha__item {
  display: flex;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
/*  flex:1;*/
width:18.4%;
      flex-direction: column;
}
@media (max-width: 992px) {
  .section-afisha__item {
    width:31%;
  }
}
@media (max-width: 767px) {

    .section-afisha__item {
    width:49%;
  
  }
}
.section-afisha__item-img {

  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 126/173;
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  flex:1;
  max-width:34.5rem;
  height:auto;
}
@media (max-width: 767px) {
  .section-afisha__item-img {
    margin-bottom: 2rem;
  }
}
.section-afisha__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-afisha__item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .section-afisha__item-desc {
    gap: 0.5rem;
  }
}
.section-afisha__item-date {
  text-transform: uppercase;
}
.section-afisha__item-name {
  font-weight: 400;
  font-size: 3.2rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-afisha__item-name {
    font-size: 2rem;
  }
}
.section-afisha__item:hover {
  color: #9747ff;
}
.section-afisha__item:hover .section-afisha__item-img {
  opacity: 0.5;
}
.section-afisha__all {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  padding: 3rem;
  padding-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  width:18.4%;
}
@media (max-width: 992px) {
  .section-afisha__all{
    width:31%;
  }
}
@media (max-width: 767px) {
  .section-afisha__all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width:100%;
  }
}
.section-afisha__all-name {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-afisha__all {
    grid-column: span 2;
  }
}

.hide {
  display: none;
}

.section-bron__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: 50% 50%;
  gap: 2.3rem;
  width:100%;
}
@media (max-width: 767px) {
  .section-bron__inner {
    grid-template-columns: 1fr;
    gap: 5rem;
    gap:2rem;
  }
}
.section-bron__text {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .section-bron__text {
    margin-bottom: 2rem;
  }
}
.section-bron__text p {
  margin-bottom: 1rem;
  max-width: 41rem;
}
.section-bron__text_middle {
  max-width: 39rem;
}
.section-bron__phone {
  font-weight: 500;
  font-size: 4.8rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .section-bron__phone {
    font-size: 3.2rem;
    text-align: center;
  }
}

.text-center {
  text-align: center;
}

.popup {
  padding: 2rem;
  background: #000;
  max-width: 87rem;
  color: #fff;
}
.popup__name {
  font-weight: 400;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
}

@media (max-width: 767px) {
  .popup__name {
    font-size: 2.4rem;
  }
}
.popup__desc .button{
  margin-top: 2rem;
}
.popup__inner {
  display: grid;
  grid-template-columns: 52.4rem 26rem;
  gap: 3rem;
}
.popup__img{
  max-width:52.4rem;
}
@media (max-width: 767px) {
  .popup__inner {
    grid-template-columns: 1fr;
  }
}
.popup__desc p, .popup__desc ul, .popup__desc ol {
  margin-bottom: 1em;
}
.fancybox__container.has-toolbar .fancybox__toolbar__column.is-right .f-button svg{
  display:none;
}
.fancybox__container.has-toolbar .fancybox__toolbar__column.is-right .f-button{
  width:43px;
  height:43px;
  background-position: center;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg width="44" height="45" viewBox="0 0 44 45" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="0.353553" y1="0.646447" x2="42.78" y2="43.0729" stroke="white"/><line x1="42.7803" y1="1.35355" x2="0.353901" y2="43.78" stroke="white"/></svg>');
  margin-top: 50px;
  margin-right: 50px;
  background-repeat: no-repeat;
      background-color: transparent;
}
.fancybox__container.has-toolbar .f-button.is-prev svg{
display:none;
}
.fancybox__container.has-toolbar .f-button.is-prev{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width:200px;
  background-image: url('data:image/svg+xml,<svg width="201" height="8" viewBox="0 0 201 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.646447 3.64645C0.451184 3.84171 0.451184 4.15829 0.646447 4.35355L3.82843 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.7308 7.34027 4.7308 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.7308 0.976311 4.7308 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82843 0.464466L0.646447 3.64645ZM1 4V4.5H201V4V3.5H1V4Z" fill="white" /></svg>');
  margin-left: 50px;
      background-color: transparent;
}
.fancybox__container.has-toolbar .f-button.is-next svg{
display:none;
}
.fancybox__container.has-toolbar .f-button.is-next{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width:200px;
  margin-right: 50px;
  background-image: url('data:image/svg+xml,<svg width="201" height="8" viewBox="0 0 201 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M200.354 4.35355C200.549 4.15829 200.549 3.84171 200.354 3.64645L197.172 0.464466C196.976 0.269204 196.66 0.269204 196.464 0.464466C196.269 0.659728 196.269 0.976311 196.464 1.17157L199.293 4L196.464 6.82843C196.269 7.02369 196.269 7.34027 196.464 7.53553C196.66 7.7308 196.976 7.7308 197.172 7.53553L200.354 4.35355ZM0 4V4.5H200V4V3.5H0V4Z" fill="white" /></svg>');
      background-color: transparent;
}
.fancybox__backdrop{
  background:rgba(0,0,0,0.9);
}

.section-afisha__top{
  margin-bottom: 8rem;
  display:grid;
  grid-template-columns:2fr 3fr;
  gap:4.3rem;
}
.section-afisha__top-desc{
  display:flex;
  flex-direction:column;
  gap:3rem;
}
.section-afisha__top-date, .section-afisha__top-intro{
  font-weight: 400;
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #fff;
  max-width:52.4rem;
}
.section-afisha__top-name{
  font-weight: 400;
  font-size: 12.8rem;
  text-transform: uppercase;
  color: #fff;
}
.section-afisha__top-buttons{
  gap:1rem;
  display:flex;
  margin-top: auto;
}
.section-bron{
  display:flex;
}
.section-bron .section-bron__left{
  display:flex;
  flex-direction:column;
}
.section-bron .section-main__imgs{
  margin-top: auto;
  flex:1;
  align-items: flex-end;
  margin-bottom: 38px;
  min-width: 0;
  max-width:100%;
}
.section-bron__right{
  display:flex;
}
.swiper-halls {
  width: 100%;
  max-width:900px;
  height: 215px;
}
.swiper-home{
  width: 100%;
  max-width:126rem;
}
.visually-hidden {
  display: none !important;
}
@media (min-width: 2000px) {
 /* .swiper-home{
    max-width:186rem;
  }*/
}
@media (max-width: 1600px) {
  .swiper-home{
    max-width:92rem;
  }
}
@media (max-width: 767px) {
  .swiper-halls, .swiper-home{
    max-width:calc(100vw - 4rem);
    height:75px;
  }
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom:0px;
}
.swiper-pagination-bullet{
  background:#fff;
  opacity: 0.5;
}
.swiper-pagination-bullet-active{
  background:#fff;
  opacity: 1;
}
@media (max-width: 1900px) {
  .section-bron__right img{
    max-height:600px;
  }
}
@media (max-width: 767px) {
  .section-afisha__top{
    grid-template-columns:1fr;
    gap:2rem;
    margin-bottom: 3rem;
  }
  .section-afisha__top-date, .section-afisha__top-intro{
    font-size: 1.6rem;
  }
  .section-afisha__top-desc{
    gap:1rem;
  }
  .section-afisha__top-name{
    font-size: 6.4rem;
    word-break: break-all;
  }
  .section-afisha__top-buttons{
    margin-top: 2rem;
  }
  .fancybox__container.has-toolbar .fancybox__toolbar__column.is-right .f-button{
    margin-right: 10px;
    margin-top: 10px;
  }
  .fancybox__container.has-toolbar .f-button.is-next, .fancybox__container.has-toolbar .f-button.is-prev{
    display:none;
  }
  .section-bron .section-bron__left{
    display:block;
  }
  .section-bron .section-main__imgs{
    margin-bottom: 0;
  }
}

