
.yell-marker {
  position: absolute;
  left: 154px;
  top: 0;
  transform: rotate(-5.18deg);
  color: #fff;
  font-weight: 400;
  line-height: 140%;
  padding: 20px 30px;
  border-radius: 80px;
  background: #4bc34b;
  z-index: -1;
  white-space: nowrap;
}

  .red-btn a,
  .yell-btn a,
  .redyell-btn a {
    padding: 20px 25px;
  }

.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 {
  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: "Druk Wide Cy Web";
  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;
}

.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: "Druk Wide Cy Web";
  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;
}

.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;
  margin-bottom: -50px;
}

.akcii-rightpart img {
  width: 100%;
}

.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: "Druk Wide Cy Web";
  font-size: 54px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.yell-title {
  color: #ffed1f;
  font-family: "Druk Wide Cy Web";
  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: "Druk Wide Cy Web";
  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: "Druk Wide Cy Web";
  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: "Druk Wide Cy Web";
  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;
}

@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;
  }
}

@media (max-width: 1200px) {
  .slide-concert {
    padding: 0;
  }
}

@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;
  }
}

@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: 118px;
  }

  .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);
  }


}

@media (max-width: 450px) {
  .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;
  }
}

#ui-datepicker-div {
  z-index: 5 !important;
}