.main_content_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .inactive-element{
    pointer-events: none;
    opacity: 0.5;
    cursor: auto;
  }
  
  .main_content {
    width: 1080px;
    text-align: center;
  }
  
  .news_block_container {
    display: flex;
    height: 400px;
    overflow: hidden;
  }
  
  .news_block_full_height {
    flex: 1;
    overflow: hidden;
  }
  
  .news_block_full_height div {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .news_block_4x_bottom {
    display: none;
  }
  
  .news_block_4x_left {
    padding-left: 10px;
    flex: 0 0 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .news_block_4x_left div {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .all_news_container {
    display: none;
    justify-content: right;
    align-items: center;
  }
  
  .all_news_container div {
    height: 25px;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 150px;
  }
  
  .all_news_container .red_color {
    margin-right: 5px;
  }
  
  .all_news_container img {
    height: 10px;
    transform: translateY(1.5px);
  }
  
  .custom_button {
    cursor: pointer;
  }
  
  .custom_button:hover {
    opacity: 0.9;
  }
  
  .red_color {
    color: #dc0022 !important;
  }
  
  .calendary_container {
    display: flex;
    align-items: center;
  }
  
  .calendary_container div {
    margin: 0;
  }
  
  space_mobile {
    height: 50px;
    display: none;
  }
  space_pc {
    height: 50px;
    display: block;
  }
  
  .default_border {
    border-radius: 10px;
  }
  
  .text_normal {
    text-align: left;
    font-size: 20px;
  }
  
  .news_block_text_container .title-text {
    line-height: 72px;
  }
  
  a {
    color: #dc0022;
    text-decoration: none;
  }
  
  #block-main {
    display: none;
  }
  
  #block-0 {
    display: block;
  }
  
  @media screen and (max-width: 1280px) {
    .main_content {
      width: 100%;
      padding: 20px;
    }
    .news_block_container {
      height: calc(100vw * 0.36);
    }
  }
  
  .calendary {
    width: 24px;
    margin-right: 10px;
  }
  
  .text-date {
    transform: translateY(1px);
  }
  
  .bw-image {
    filter: brightness(55%);
  }
  
  @media screen and (max-width: 768px) {
    .news_block_4x_bottom {
      width: 100%;
      height: calc(20.5vw - 20px);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  
    .news_block_4x_bottom .custom_button {
      flex: 1;
      height: 100%;
      box-sizing: border-box;
      margin: 5px;
      border-radius: 5px;
    }
  
    .news_block_4x_bottom .custom_button:first-child {
      margin-left: 0;
    }
  
    .news_block_4x_bottom .custom_button:last-child {
      margin-right: 0;
    }
  
    .calendary {
      width: 16px;
    }
  
    .main_content {
      width: 100%;
      text-align: left;
    }
  
    .news_block_container {
      height: calc(74vw - 20px);
    }
  
    #block-main {
      display: block;
    }
  
    #block-0 {
      display: none;
    }
  
    .news_block_4x_left {
      display: none;
    }
  
    .all_news_container {
      display: flex;
    }
  
    .text_normal {
      font-size: 16px;
    }
  
    .news_block_text_container .title-text {
      line-height: 36px;
    }
  }
  
  @media screen and (max-width: 1280px) {
    space_mobile {
      display: block;
    }
    space_pc {
      display: none;
    }
  }
  
  .flickity-button-icon {
    width: 10px !important;
    color: white;
  }
  
  .flickity-button {
    color: white;
    opacity: 0.5;
    display: none;
  }
  
  /* AFISHA */
  
  #sueta-afisha {
    width: 100%;
    margin-bottom: 250px;
  }
  
  #sueta-afisha h1 {
    font-size: 55px;
    text-align: left;
    font-weight: bold;
  }
  
  #sueta-afisha-container img {
    width: 475px;
    height: auto;
  }
  
  #sueta-afisha-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .sueta-afisha-element {
    width: 1080px;
    height: 350px;
    background-color: #151515;
    display: flex;
    border-radius: 10px;
  }
  
  .sueta-afisha-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    padding: 45px 45px;
    gap: 15px;
  }
  
  .sueta-afisha-date {
    color: rgba(219, 219, 219, 1);
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    display: flex;
    text-wrap: nowrap;
  }
  .sueta-afisha-date img {
    width: 3vw !important;
    display: none;
    margin-right: 2vw;
  }
  
  .sueta-afisha-title {
    font-size: 28px;
    font-weight: bold;
  }
  
  .sueta-afisha-description {
    font-size: 19px;
    margin-top: 7px;
    line-height: 24px;
  }
  
  .sueta-afisha-buttons {
    display: flex;
    gap: 30px;
  }
  
  .sueta-afisha-button {
    width: 165px;
    height: 45px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #dc0022;
    text-transform: uppercase;
    font-size: 12.84px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  
  .sueta-afisha-ya-button {
    background-color: rgba(219, 219, 219, 1) !important;
    color: rgba(0, 0, 0, 1);
  }
  .banner-ak47 {
    background-image: url("../images/sueta-banner-image-2.webp") !important;
  }
  
  .banner-miami {
    background-image: url("../images/sueta-banner-image-1.webp") !important;
  }
  
  .map-title-date {
    color: #dc0022;
  }

  .map-tickets-button{
    margin-top: 10px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
  }
  .map-tickets-button#buy-online{
    color: white !important;
  }
  
  
  @media screen and (max-width: 1280px) {
    .br-spacing {
      display: none;
    }
    .sueta-afisha-element {
      width: 100%;
      height: auto;
      background-color: inherit;
      flex-direction: column;
    }
  
    .sueta-afisha-text {
      padding: 30px 0px;
    }
  
    #sueta-afisha-container img {
      width: 100%;
    }

    .map-tickets-button{
      width: 225px !important;
      height: 56px !important;
    }
  }
  
  @media screen and (max-width: 768px) {
    #sueta-afisha {
      margin-bottom: 150px;
    }
    .sueta-afisha-text {
      padding: 21px 0px;
    }
    .sueta-afisha-buttons {
      flex-direction: column;
      width: 100%;
      gap: 3vw;
    }
  
    .sueta-afisha-button {
      width: 100%;
      height: 15vw;
      font-size: 3vw;
    }
  
    .sueta-afisha-date {
      font-size: 3vw;
      font-style: normal;
      text-transform: uppercase;
      line-height: 3vw;
    }
  
    .sueta-afisha-title {
      font-size: 5vw;
      line-height: 6vw;
    }
  
    .sueta-afisha-description {
      font-size: 3.5vw;
      line-height: 5vw;
      margin-top: 1vw;
    }
  
    .sueta-afisha-date img {
      display: block;
    }
  
    .slider-button {
      position: absolute !important;
      width: 24% !important;
      left: 3% !important;
      font-size: 1.5vw !important;
      height: 13% !important;
      bottom: 5% !important;
      letter-spacing: 0.3vw;
    }
    .ya-afisha-button {
      left: 30% !important;
    }
  
    #ya-button {
      left: 0% !important;
    }
  
    .slider-button .ya-afisha-button {
      left: 30% !important;
    }
  
    .banner-ak47 {
      background-image: url("../images/banner-image-mobile.webp") !important;
    }
  
    .banner-miami {
      background-image: url("../images/banner-image-mobile-2.webp") !important;
      padding-top: 110% !important;
    }
    .banner-miami .banner-button {
      bottom: -5.5vw !important;
    }
    .main-afisha-buttons3{
        margin-top: 0 !important;
      }
  }
  
  @media screen and (max-width: 500px) {
    #sueta-afisha h1 {
      font-size: 38px;
    }
  }
  
  #video-preview{
    background-image: url(/../images/al_info_img.webp);
  }
  #info-node-content{
    height: 450px;
  }


  .main-afisha-buttons3{
    padding: 0;
  }
  .button-main-afisha3.expand{
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    .slider-info-bar {
        gap: 7vw;
        height: 60px;
        padding-top: 9px;
        margin-bottom: 60px;
        margin-top: 40vw;
    }
}

