body {
  user-select: none;
}

.noscroll {
  overflow: hidden !important;
  position: relative !important;
  -webkit-overflow-scrolling: none !important;
}

.no-scroll {
  overflow: hidden;
}

h1 {
  font-size: 76px;
  font-weight: 900;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Geologica", sans-serif;
}

@media (max-width: 1400px) {
  h1 {
    font-size: 54px;
    font-family: "Geologica", sans-serif;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 26px;
  }
}

.shapka {
  max-width: 1920px;
  margin: 0 auto;
}

.shapka-stick {
  width: 100%;
}

.yell-marker {
  position: absolute;
  left: 154px;
  top: 0;
  transform: rotate(-5.18deg);
  color: #fff;
  font-weight: 400;
  line-height: 140%;
  padding: 18px 28px;
  border-radius: 80px;
  background: #4bc34b;
  z-index: -1;
  white-space: nowrap;
}

@media (min-width: 1919px) {
  .yell-marker {
    left: 170px;
  }
}

.red-btn a,
.yell-btn a,
.redyell-btn a {
  padding: 19px 30px;
}

.menu-all__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 50px 0;
}

.menu-all__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.menu-all__btn a {
  border-radius: 20px 0px 20px 20px;
  border: 1px solid #766490;
  /* box-shadow: 0px 12px 32px 0px rgba(63, 63, 180, 0.3); */
  display: inline-block;
  padding: 15px 24px 15px 26px;
  color: #766490;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.menu-all__btn a:hover {
  border: 1px solid #766490;
  background: #766490;
  color: #130f1b;
}

.tovary-tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  /* position: sticky; */
  margin: 0 auto;
  z-index: 1000;
}

.stick-tab .sticky {
  border: none;
  border-bottom: 1px solid #26222b;
  padding: 10px 0;
  border-radius: 0;
  /* border-top: 1px solid #26222b; */
  width: 100%;
  max-width: 1410px;
  top: 102px;
  left: 0;
  right: 0;
  transition-duration: 0.3s;
}

.tovary-tab__link {
  padding: 20px 30px;
  border-radius: 80px;
  border: 1px solid #ffed1f;
  color: #ffed1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.sticky .tovary-tab__link {
  padding: 6px 10px;
  transition-duration: 0.3s;
}

.tovary-tab__link:hover {
  color: #101010;
  background-color: #ffed1f;
}

.tovary-tab__link:focus {
  color: #101010;
}

.active-tab__link {
  color: #101010;
  background-color: #ffed1f;
}

.active-tab__link:hover {
  color: #101010;
  background-color: #ffed1f;
}

.tovary-tabs {
  display: none;
}

.tabs-block-rel {
  margin: 30px 0;
}

.tabs-block-margin {
  margin-top: 250px;
}

.active-tab {
  display: block;
}

.newMenu__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.newMenu__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  min-width: 100%;
}

.newMenu__link {
  overflow: hidden;
  height: 280px;
  background-image: url(/content/img/photo-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.newMenu__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.newMenu__link img {
  width: 100%;
}

.newMenu__title {
  color: #eedd1b;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.newMenu__text {
  color: #9f9f9f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.newMenu__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}

.newMenu__price span {
  border-radius: 40px;
  background: #1b1b1b;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 20px;
}

.newMenu__price span:nth-child(1) {
  color: #9f9f9f;
}

.menu-all__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.menu-all__title span {
  color: #766490;
  font-family: Apparel;
  font-size: 44px;
  font-style: normal;
  line-height: 113%;
  font-weight: 900;
  display: none;
}

.menu-all__title h1 {
  margin: 0;
}

.mobl {
  display: none;
}

.select-all__tabs {
  border-radius: 20px 0px 20px 20px;
  border: 1px solid #26222b;
  padding: 20px;
  margin-bottom: 20px;
  top: 91px;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #130f1b;
}

.stick-all__tab .select-all__tabs {
  border: none;
  border-bottom: 1px solid #26222b;
}

.tabs-select {
  border-radius: 20px 0px 20px 20px;
  border: 1px solid #8b58f1;
  width: 100%;
  padding: 17px 25px;
  background-color: inherit;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  outline-style: none;
}

.tabs-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/content/img/open-all.svg) 94% / 4% no-repeat #1a1425;
}

.tovary-tab__opt {
  border-radius: 20px 0px 20px 20px;
  border: 1px solid #766490;
  color: #766490;
}

.stick-all__tab .sticky {
  transition-duration: 0.3s;
}

.strike-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.strike__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.strike__title {
  border-radius: 10px 0px 10px 10px;
  background: var(
    --gradient-button,
    linear-gradient(115deg, #9c5fff 21.4%, #3f3fb4 88.87%)
  );
  color: var(--white, #fff);
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
}

.strike__text {
  border-radius: 10px 0px 10px 10px;
  border: 1px solid #282134;
  padding: 18px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.table-price__mobile {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-sum {
  border-radius: 10px 0px 10px 10px;
  background: var(
    --gradient-button,
    linear-gradient(115deg, #9c5fff 21.4%, #3f3fb4 88.87%)
  );
  padding: 17px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

/*summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: url(/content/img/nav/down.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

details[open] summary:after {
  content: url(/content/img/nav/up.svg);
}*/

.price-det__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 10px;
  grid-gap: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.price-det__time {
  border-radius: 10px 0px 10px 10px;
  background: #342d42;
  padding: 17px 20px;
}

.price-det__price {
  border-radius: 10px 0px 10px 10px;
  border: 1px solid #282134;
  padding: 17px 20px;
}

.akcii-flex__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

/* .mobl-900 {
  display: none;
}

@media (max-width: 992px) {
  .mobl-900 {
    display: block;
  }

  .desc-900 {
    display: none;
  }
} */

.concert-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 20px;
  margin-bottom: 30px;
}

.concert-img img {
  width: 100%;
  border-radius: 10px;
}

.concert-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.concert-title {
  color: #fff;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.concert-proshel {
  opacity: 0.2;
}

.concert-item .yell-btn a {
  display: block;
  width: 100%;
  text-align: center;
}

.concert-date {
  color: #ffed1f;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-radius: 80px;
  border: 1px solid #ffed1f;
  padding: 20px 30px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.slide-concert {
  padding: 120px 0 150px;
}

.slide-title  {
  font-family: "Geologica", sans-serif;
  color: #FFF;
  font-size: 86px;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -1.72px;
  text-transform: uppercase;
}

.concert__slide-title h1 {
  font-size: 58px;
}

.concert__slide-title img {
  max-width: 100%;
  margin-bottom: 20px;
}

.mobl-title {
  display: none;
}

.main {
  /* padding-top: 50px;
  padding-bottom: 50px; */
}

.akcii-in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: flex-end;
}

.akcii-rightpart img {
  width: 100%;
  margin-bottom: -50px;
}

.akcii-in .akcii-left {
  padding-bottom: 30px;
}

.top-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.akcii-but {
  color: #9f9f9f;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-radius: 80px;
  border: 1px solid #9f9f9f;
  padding: 20px 30px;
}

.akcii-in__title {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.yell-title {
  color: #ffed1f;
  font-family: "Geologica", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 15px;
}

.akcii-in-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.gen-title {
  color: #fff;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 105%;
}

.why-systema {
  padding: 100px 0;
}

.why-systema__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.why-systema__item {
  padding: 50px 68px;
  border-radius: 20px;
  border: 1px solid #4a4a4a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.why-systema__numb {
  display: flex;
  min-width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffed1f;
  color: #101010;
  font-family: "Geologica", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.why-systema__title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.card-level {
  padding: 50px 0 60px;
}

.gen-sub {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.card-level .gen-sub {
  margin: 20px 0 50px;
}

.level-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.level-item {
  background: #ffed1f;
  position: relative;
  text-align: center;
  padding: 19px 20px 48px;
  color: #101010;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  border-radius: 40px;
}

.level-numb {
  line-height: 105%;
  font-size: 100px;
}

.level-name {
  line-height: 105%;
  font-size: 38px;
}

.level-price {
  border-radius: 46px;
  background: #ff1a3b;
  padding: 20px 30px;
  color: #ffed1f;
  font-size: 18px;
  font-weight: 500;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}

.opisanie-card {
  border-radius: 0;
}

.opisanie-bg {
  background-image: url(/content/img/sistema-loyalnosti/bg.svg);
  background-size: 100% auto;
  background-position: center bottom 128px;
  background-repeat: no-repeat;
  padding: 60px 0 17px;
}

.opisanie-card .gen-sub {
  margin: 20px 0 30px;
}

.opisanie-img {
  max-width: 100%;
  width: 1240px;
  margin: 0 auto;
  content: url(/content/img/sistema-loyalnosti/cach.png);
}

.opisanie-img img {
  width: 100%;
}

.atmos-block {
  padding: 168px 0;
}

.atmos-block {
  position: relative;
}

.btns-fl {
  display: flex;
  align-items: center;
  gap: 20px;
}

.redyell-btn a {
  border-radius: 80px;
  background: #ff1a3b;
  color: #ffed1f;
  font-weight: 500;
  display: flex;
  width: fit-content;
}

.marker-rel {
  position: relative;
}

.slide-bg__nocirk .slide-bg__zhukov-img {
  width: 70%;
}

.slide-koncert-img {
  width: 70%;
}

.podval img {
  width: 100%;
}

.footer-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #2c2c2c;
}

.footer-bot__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-bot__link a {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 500;
}

.footer-bot__link a:hover {
  color: #4a4a4a;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 0 45px;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  padding-top: 17px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footer-list a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-list a:hover {
  color: #ffed1f;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.footer-title {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.mobl {
  display: none;
}

.footer-adress a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px 10px;
}

.footer-adress img {
  height: 20px;
}

.footer-adress span {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
}

.nobg-btn a {
  color: #ffed1f;
  font-size: 18px;
  font-weight: 500;
  border-radius: 80px;
  border: 1px solid #ffed1f;
  padding: 18px 28px;
  width: fit-content;
  cursor: pointer;
  display: flex;
}

.nobg-btn a:hover {
  background-color: #ffed1f;
  border-color: #ffed1f;
  color: #101010;
}

.nobg-btn a:active {
  background-color: #ddce21;
}

.menu-det {
  width: 100%;
}

.menu-sum {
  padding: 15px 20px;
  border-top: 1px solid var(--yellow-50);
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

summary::-webkit-details-marker {
  display: none;
}

.menu-sum span {
  position: relative;
}

summary span:after {
  content: url(/content/img/nav/down-mob.svg);
  position: absolute;
  right: -17px;
  top: 0;
}

details[open] summary span:after {
  content: url(/content/img/nav/down-mob-w.svg);
  transform: rotate(180deg);
}

.mobile-menu .menu-det[open] summary {
  background-color: rgb(255, 26, 59);
  color: #fff;
}

details[open] {
  animation: slide 0.5s ease-in-out;
  animation-duration: 1s;
}

details[open] img {
  filter: brightness(0) invert(1);
}

.mobile-down-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  border-right: 1px solid #ddce21;
  border-left: 1px solid #ddce21;
  border-bottom: 1px solid #ddce21;
  color: #101010;
  font-weight: 500;
  font-size: 14px;
}

.Events-date {
  padding: 18px 28px;
  color: #ffed1f;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-radius: 80px;
  border: 1px solid #ffed1f;
  width: fit-content;
}

.slide-koncert-img {
  transform: rotate(14.65deg);
  border-radius: 20px;
  z-index: -1;
  margin: 80px 0;
}

.vakant-list {
  display: flex;
  gap: 50px;
  flex-direction: column;
  margin-bottom: 50px;
}

.vakant-title {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 105%;
}

.vakant-text {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  padding: 20px 0;
}

.vakant-fl {
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vakant-zp {
  color: #ffed1f;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
}

.vakant-opyt {
  color: #ffed1f;
  font-family: "Geologica", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 105%;
}

.fl-title {
  align-items: center;
}

.text-left {
  text-align: left;
}

.vhod-info {
  padding: 40px 0;
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 50px;
}

.star-li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vhod-item li::marker {
  vertical-align: middle;
}

.uslovia-title {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 105%;
}

.uslovia-title span,
.star-li span {
  color: #ffed1f;
}

.vhod-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.vhod-item {
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 40px;
  border: 1px solid #4a4a4a;
  height: 150px;
}

.mb30 {
  margin-bottom: 30px;
}

.dop-info {
  margin-bottom: 50px;
}

.vakant-dwa {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #4a4a4a;
  padding: 40px 0;
  margin-bottom: 30px;
}

.vakant-spisok {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vakant-spisok .star-text {
  border-radius: 10px;
  border: 1px solid #4a4a4a;
  padding: 20px 25px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.star-text a {
  color: #fff;
}

.vakant-spisok__two {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 30px;
}

.vakant-bot {
  margin-bottom: 50px;
}

.spotlight {
  position: relative;
  width: 100%;
  height: 220px;
  background: url("/content/img/logo-foot-hover-regular.png") center bottom / contain no-repeat;
  overflow: hidden;
}

.overlay {
  position: absolute;
  inset: 0;
  background: url("/content/img/logo-foot-hover.png") center bottom / contain no-repeat;
  pointer-events: none;
  opacity: 0;
  -webkit-mask-repeat: no-repeat;
}

.spotlight:hover .overlay {
  opacity: 1;
}

.footer-adress {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.koncert-nav button,
.food-nav button {
  background-color: inherit;
  border: none;
  cursor: pointer;
  padding: 0;
}

.menu-block {
  background-color: #191919;
  padding: 60px 0;
}

.menu-block__top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
  gap: 20px;
}

.menu-block__img {
  text-align: right;
  padding-right: 8px;
}

.menu-block__title {
  border-radius: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Geologica", sans-serif;
}

.menu-block__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Vela Sans";
}

.gren {
  background: #4bc34b;
  color: #fff;
}

.yell {
  background: #ffed1f;
  color: #0e0e0e;
}

.redd {
  background: #ff1a3b;
  color: #fff;
}

.grey {
  background-color: #2a2a2a;
}

.grey span {
  color: #fff;
}

.menu-det {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .menu-block__middle {
    display: none;
  }
}

.menu-det__inner {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.new__menu-sum {
  border-radius: 10px;
  background: #2a2a2a;
  font-size: 18px;
  color: #fff;
  padding: 10px 60px 10px 25px;
  font-family: "Geologica", sans-serif;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
}

.menu-block__middle summary::-webkit-details-marker {
  display: none;
}

.menu-block__middle summary:after {
  content: "+";
  display: flex;
  width: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ffed1f;
  background: #ffed1f;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Vela Sans";
  transition-duration: 0.3s;
}

details[open] .new__menu-sum:after {
  content: "-";
  background: inherit;
  color: #ffed1f;
  transition-duration: 0.3s;
}

details .new__menu-sum:hover:after {
  border: 1px solid #ff1a3b;
  background: #ff1a3b;
  color: #fff;
  transition-duration: 0.3s;
}

.details[open] .new__menu-sum:hover:after {
  border: 1px solid #ffed1f !important;
  background: #1b1b1b !important;
  transition-duration: 0.3s;
}

.menu-det__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* border-collapse: collapse; */
  gap: 20px;
}

.menu-det__item {
  min-height: 60px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 25px;
  align-items: center;
  outline: 1px solid #323232;
}

/* .menu-det__item:first-child {
  margin-right: 20px;
  align-items: flex-start;
  padding-right: 10px;
} */

.menu-det__item span {
  color: #ffed1f;
}

.underline span {
  text-decoration: underline;
}

.top-bg__inner {
  position: relative;
}

.top-bg__inner::before {
  content: url(/content/img/price/1.png);
  position: absolute;
  left: 0;
  top: -60px;
  z-index: 1;
}

.top-bg__inner::after {
  content: url(/content/img/price/2.png);
  position: absolute;
  right: 0;
  z-index: 1;
  top: -60px;
}

.top-bg__info {
  text-align: center;
  position: relative;
  z-index: 2;
}

.top-bg__info .bar-text {
  font-size: 18px;
  margin: 0 auto 60px;
  max-width: 100%;
  width: 834px;
}

.price-mobl {
  display: none;
}

.skidka {
  display: none;
}

.map-block__map {
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 1919px) {
  .top-bg__inner::before {
    content: url(/content/img/price/1m.png);
    top: -60px;
  }

  .top-bg__inner::after {
    content: url(/content/img/price/2m.png);
    top: -60px;
  }
}

@media (max-width: 1400px) {
  .newMenu__title {
    font-size: 20px;
  }

  .newMenu__text {
    font-size: 12px;
  }

  .concert-date {
    padding: 20px 25px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .akcii-but {
    font-size: 16px;
  }

  .akcii-in__title {
    font-size: 38px;
  }

  .yell-title {
    font-size: 26px;
  }

  .akcii-in-text {
    font-size: 14px;
  }

  .gen-title {
    font-size: 54px;
  }

  .gen-sub {
    font-size: 14px;
  }

  .why-systema__numb {
    min-width: 70px;
    height: 70px;
    font-size: 26px;
  }

  .why-systema__title {
    font-size: 14px;
  }

  .why-systema__item {
    padding: 50px 20px;
  }

  .level-numb {
    font-size: 70px;
  }

  .level-name {
    font-size: 24px;
  }

  .level-price {
    font-size: 14px;
  }

  .why-systema__inner {
    margin-top: 30px;
  }

  .atmos-block {
    padding: 137px 0;
  }

  .footer-list a {
    font-size: 14px;
  }

  .footer-list {
    gap: 40px;
  }

  .footer-title {
    font-size: 24px;
  }

  .footer-adress a,
  .footer-adress span {
    font-size: 14px;
  }

  .vakant-title {
    font-size: 54px;
  }

  .vakant-text {
    font-size: 14px;
  }

  .vakant-fl {
    padding: 20px 0;
  }

  .vakant-zp {
    font-size: 26px;
  }

  .vakant-opyt {
    font-size: 26px;
    font-weight: 400;
    line-height: 120%;
  }

  .uslovia-title {
    font-size: 24px;
  }

  .star-text {
    font-size: 14px;
  }

  .vhod-item {
    padding: 30px;
  }

  .slide-title  {
    font-size: 57px;
  }

  .akcii-slider__bod {
    transform: none;
    width: 100%;
    max-width: 1030px;
  }

  .footer-bot__link a {
    font-size: 14px;
  }

  .footer-c {
    display: none;
  }

  .footer-info br,
  .footer-title br {
    display: none;
  }

  .footer-info {
    max-width: 335px;
  }

  .footer-title {
    white-space: nowrap;
  }

  .footer-right {
    justify-content: flex-start;
    gap: 23px;
  }

  .top-bg__info .bar-text {
    max-width: 100%;
    width: 550px;
  }
}

@media (max-width: 1200px) {
  .slide-concert {
    padding: 0;
  }

  .redyell-btn a {
    padding: 16px 25px;
  }

  .footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 0;
  }

  .footer-left {
    grid-row: 1;
  }

  .footer-right {
    grid-row: 1;
  }

  .footer-menu {
    grid-column: 1 / 3;
    grid-row: 2;
    border-top: 1px solid #2c2c2c;
    padding-top: 20px;
    gap: 40px;
  }

  .footer-bot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-bot__logos {
    grid-column: 1/3;
    grid-row: 2;
  }

  .footer-c img {
    margin-right: auto;
  }

  .footer-bot__link {
    text-align: right;
  }

  .top-bg__inner::before {
    content: none;
  }

  .top-bg__inner::after {
    content: none;
  }

  .top-bg__info .bar-text {
    width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .tovary-tab {
    justify-content: center;
  }

  .tovary-tab__link {
    padding: 20px 25px;
    font-size: 14px;
  }

  .newMenu__list,
  .concert-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .concert-title {
    font-size: 16px;
  }

  .concert__slide-title h1 {
    font-size: 32px;
  }

  .akcii-in {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .akcii-left {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .yell-title {
    font-size: 18px;
    order: 2;
  }

  .akcii-in__title {
    order: 1;
  }

  .top-fl {
    justify-content: center;
    order: 4;
  }

  .akcii-in-text {
    order: 3;
  }

  .opisanie-img {
    content: url(/content/img/sistema-loyalnosti/cach-m.png);
  }

  .gen-title {
    font-size: 38px;
  }

  .level-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 58px 20px;
  }

  .level-item:nth-child(1) {
    grid-column: 1 / 3;
  }

  .level-item:nth-child(2) {
    grid-column: 3 / 5;
  }

  .level-item:nth-child(3) {
    grid-column: 2 / 4;
  }

  .why-systema__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .why-systema__item {
    padding: 32px;
  }

  .why-systema__numb {
    min-width: 55px;
    height: 55px;
    font-size: 18px;
  }

  .why-systema__inner {
    margin-top: 20px;
  }

  .atmos-block {
    padding: 103px 0;
  }

  .footer-bot__logos {
    flex-wrap: wrap;
  }

  .nobg-btn a {
    font-size: 14px;
    padding: 15px 23px;
  }

  .footer-title {
    font-size: 18px;
  }

  .vakant-title {
    font-size: 38px;
  }

  .vakant-zp {
    font-size: 22px;
  }

  .vakant-opyt {
    font-size: 22px;
  }

  .uslovia-title {
    font-size: 16px;
  }

  .vhod-item {
    padding: 30px;
  }

  .vhod-info {
    padding: 20px;
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 20px;
  }

  .vhod-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .vakant-dwa {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .vakant-spisok__two {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 20px;
  }

  .footer-bot {
    display: flex;
    gap: 20px 10px;
    flex-wrap: wrap;
  }

  .footer-c {
    order: 1;
  }

  .footer-bot__link1 {
    order: 2;
  }

  .footer-bot__link2 {
    order: 3;
  }

  .footer-bot__logos {
    order: 4;
    width: 100%;
  }

  .spotlight {
    display: none;
  }

  .slide-title {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .tovary-tab__link {
    padding: 20px 15px;
    font-size: 12px;
  }

  .newMenu__list,
  .concert-list {
    grid-gap: 20px 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .slide-concert {
    margin-bottom: 40px;
  }

  .concert-date {
    font-size: 14px;
  }

  .mobl-title {
    display: block;
    margin: 0 auto;
  }

  .desk-title {
    display: none;
  }

  .gen-title {
    font-size: 26px;
  }

  .opisanie-card .gen-sub,
  .card-level .gen-sub {
    margin: 10px 0 20px;
  }

  .opisanie-img {
    content: url(/content/img/sistema-loyalnosti/cach-s.png);
  }

  .level-inner {
    display: flex;
    flex-direction: column;
    gap: 58px;
  }

  .why-systema__numb {
    min-width: 50px;
    height: 50px;
  }

  .marker-rel {
    width: 100%;
  }

  .yell-marker {
    padding: 12px 15px;
    font-size: 12px;
    left: 150px;
  }

  .card-level {
    max-height: 100%;
  }

  .sistema-loyalnosti__title img {
    content: url(/content/img/sistema-loyalnosti/title-s.png);
  }

  .karaoke-sing__title {
    content: url(/content/img/karaoke-sing/title-s.png);
  }

  .prasdnik__title {
    content: url(/content/img/prasdnik/title-s.png);
  }

  .ok-modal {
    width: 96%;
  }

  .podval {
    display: none;
  }

  .vakant-title {
    font-size: 26px;
  }

  .vakant-text {
    font-size: 12px;
    padding: 10px 0;
  }

  .vakant-fl {
    padding: 15px 0;
  }

  .vakant-zp {
    font-size: 18px;
  }

  .vakant-opyt {
    font-size: 18px;
  }

  .uslovia-title {
    font-size: 14px;
  }

  .star-text {
    font-size: 12px;
  }

  .vhod-item {
    padding: 20px;
  }

  .menu-block__top .underline {
    display: none;
  }

  .menu-block__middle .underline {
    display: block !important;
    background-color: inherit!important;
    padding: 0;
    border: none;
    outline: none;
  }

  .menu-block__top {
    display: flex;
    flex-wrap: wrap;
  }

  .menu-block__top div {
    width: 100%;
  }

  .menu-block__img {
    text-align: right;
    padding-right: 8px;
  }

  .menu-block__title {
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
    padding: 12px 20px;
  }

  .menu-block__title span {
    font-size: 14px;
    font-weight: 500;
  }

  .gren {
    background: #4BC34B;
    color: #fff;
  }

  .yell {
    background: #FFED1F;
    color: #0e0e0e;
  }

  .redd {
    background: #FF1A3B;
    color: #fff;
  }

  .menu-det {
    margin-bottom: 20px;
  }

  .menu-block__middle {
    display: none;
  }

  .mobile-open::after {
    content: url(/content/img/close-mob.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-open.mobile-open__active::after {
    content: url(/content/img/open-mob.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-det__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .menu-det__inner {
    gap: 5px;
    margin-top: 5px;
  }

  .menu-off {
    display: none;
  }

  .price-mobl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-top: 5px;
    font-family: "Geologica", sans-serif;
  }

  .price-mobl__item {
    min-height: 60px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 25px;
    align-items: center;
    outline: 1px solid #323232;
    color: #fff;
  }

  .menu-block__top {
    gap: 10px;
  }

  .menu-det {
    margin-bottom: 5px;
  }

  .price-mobl__item span {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
  }

  .price-mobl .price-mobl__item:first-child {
    align-items: flex-start;
  }

  .skidka {
    font-family: "Druk Wide Cy Web"!important;
    text-decoration: line-through!important;
    display: block;
    color: #0e0e0e!important;
    font-size: 18px!important;
    text-decoration-color: #fff!important;;
  }

  .price-desc {
    display: none;
  }

  .price-mobl .yell {
    color: #0e0e0e!important;
  }

  .vhod-item {
    height: 120px;
  }

  .slide-title {
    font-size: 50px;
  }
}

@media (max-width: 640px) {
  .mobl {
    display: block;
  }

  .desc {
    display: none;
  }

  .yell-marker {
    left: 160px;
  }

  .footer-right {
    justify-content: flex-start;
  }

  .footer-title {
    white-space: normal;
  }
}

@media (max-width: 450px) {
  .footer-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .footer-left {
    order: 1;
  }

  .footer-right {
    order: 2;
  }

  .footer-menu {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-left,
  .footer-right {
    justify-content: center;
    align-items: center;
  }

  .footer-left {
    border-bottom: 1px solid #2c2c2c;
    width: 100%;
    padding-bottom: 20px;
  }

  .footer-adress {
    text-align: center;
  }

  .footer-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-c {
    display: none;
  }

  .footer-bot {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0 20px;
  }

  .footer-bot__logos {
    padding-top: 20px;
    border-top: 1px solid #2c2c2c;
    margin-top: 5px;
  }

  .footer-info {
    text-align: center;
  }

  .newMenu__list,
  .concert-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .newMenu__link {
    height: 220px;
  }

  .newMenu__title {
    font-size: 16px;
  }

  .newMenu__price span {
    font-size: 12px;
  }

  .concert-date {
    padding: 20px 15px;
    font-size: 12px;
  }

  .atmos-block {
    padding: 26px 0;
  }

  .btns-fl {
    flex-direction: column;
    gap: 10px;
  }

  .footer-info br {
    display: none;
  }

  .shapka-stick .sity {
    display: none;
  }

  .mobile-menu__list .sity-item,
  .mobile-menu__item .sity-link {
    min-width: 96px;
    padding: 12px 10px;
    width: 96px;
  }

  .footer-list a,
  .footer-bot__link a {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .slide-title {
    font-size: 34px;
  }
}

#ui-datepicker-div {
  z-index: 1005 !important;
}

/* .yell-bot .afisha-nav {
  visibility: hidden;
} */

[type="date"] {
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
}

.afisha-btns .red-btn a {
  white-space: nowrap;
}

.tv-main {
  position: relative;
  overflow: hidden;
  background-image: url("/Content/img/tv_noise.gif");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.tv-main__tv-img {
  z-index: 2;
  position: relative;
  width: 100%;
}

.owl-carouselGen {
  /* padding: 2% 5% 5% 5%;
  width: 80%;
  display: block;
  position: absolute;
  bottom: 0; */
}
