@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.hero__banner{
  display: none !important;
}
.new__block--info-row .new__block--name{
  display: none;
}
.home-about{
  display: none;
}
.section-count{
  display: none;
}
.venues__nav-mob{
  display: none;
}
.artists__director--link-mob{
  display: none;
}
.subscribe-mob{
  display: none;
}
@media(max-width:768px){
  .hero__banner{
    display: block !important;
  }
  .hero-mob{
    height: auto !important;
    margin-top: 100px !important;
  }
  .hero-mob .start__slider{
    display: none !important;
  }
  .start__bg{
    display: none;
  }
  .hero__banner{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .hero__banner .start__button{
    width: calc(100% - 36px) !important;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
  }
  .hero__banner img{
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .start__headline,.start__subheadline,.start__description,.start__bottom{
    display: none !important;
  }
  .upcoming-mob{
    background: #fff !important;
  }
  .block__headline-mob{
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    text-align: left !important;
    color: #33314e !important;
    font-size: 20px !important;
     font-family: "Inter", sans-serif !important;
     font-weight: 900 !important;
    font-size: 20px !important;
    line-height: 296%;
    letter-spacing: -0.05em;
    text-transform: uppercase !important;
  }
  .section-count{
    display: block;
    margin-left: auto;
    font-family: "Inter", sans-serif !important;
    font-weight: 300;
    font-size: 31px;
    line-height: 113%;
    letter-spacing: 0.03em;
    color: #33314e;
  }
  .section-count span:first-child{
    font-weight: 900;
    font-size: 30px;
    line-height: 163%;
    color: #33314e;
  }
  .section-count span:last-child{
    position: relative;
    top: 3px;
    font-weight: 400;
    font-size: 24px;
    line-height: 145%;
    letter-spacing: 0.03em;
    color: #33314e;
  }
   .block__headline-mob::before{
    content:"";
    display: block;
    width: 5px;
    height: 42px;
    background: #e31f1f;
   }
   .upcoming-mob {
    padding-top: 55px !important;
    font-family: "Inter", sans-serif !important;
    padding-bottom: 0 !important;
   }
   .upcoming-mob .block__top{
    padding-bottom: 0 !important;
    justify-content: flex-start !important;
    border:none !important;
   }
   .upcoming-mob .new__slides{
    padding-left: 0 !important;
   }
   .upcoming-mob .new__block--info{
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
   }
   .upcoming-mob .new__block--image{
    order: 1;
    height: 338px !important;
   }
   .upcoming-mob .new__block--name{
    order: 3;
   }
   .upcoming-mob .new__block--info-row{
    order: 2;
   }
   .upcoming-mob .new__block--description{
    order: 4;
   }
   .upcoming-mob .date {
    padding-top: 0 !important;
    border-top:none !important;
   }
   .upcoming-mob .new__block_light .date .date__day, .upcoming-mob .new__block_light .date .date__month, .upcoming-mob .new__block_light .new__block--description, .upcoming-mob .new__block_light .new__block--name, .upcoming-mob .new__block_light .new__block--time{
    color: #33314e !important;
    font-family: "Inter", sans-serif !important;
   }
   .upcoming-mob .new__block_light .date .date__day{
    font-weight: 900;
    font-size: 39px !important;
    line-height: 126%;
    letter-spacing: -0.07em;
    color: #1f1e33 !important;
    
    opacity: 1;
   }
   .upcoming-mob .new__block_light .date .date__month{
    opacity: 1;
    font-weight: 700;
    font-size: 16px !important;
    letter-spacing: 0.3em;
   }
   .upcoming-mob .new__block_light .new__block--name{
    margin-bottom: 0 !important;
    font-weight: 900;
    font-size: 21px !important;
    line-height: 143%;
    color: #1f1e33;
    overflow: visible;
    text-align: left
   }
    .upcoming-mob .new__block--name{
      display: none;
   }
   .new__block--info-row .new__block--name{
    display: block !important;
  }
  .new__block--info-row{
    display: flex;
    gap: 10px;
  }
  .new__block--info-row .new__block--top{
    margin-bottom: 0 !important;
    width: auto !important;
  }
  .new__block--info-row .new__block--time{
    display: none !important;
  }
  .upcoming-mob .new__block--description{
    margin-top: 32px;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 162%;
    color: #33314e !important;
  }
    .upcoming-mob .upcoming__more{
      margin-top: 18px !important;
      display: flex;
      align-items:center;
      gap: 4px;
      font-weight: 400;
      font-size: 12px !important;
      line-height: 190%;
      letter-spacing: 0.29em;
      text-transform: uppercase;
      text-align: center;
      color: #e31f1f !important;
       font-family: "Inter", sans-serif !important;
  }
  .upcoming-mob .upcoming__more:after{
    content:'>';
  }
  .upcoming-mob .new__block--button{
     font-family: "Inter", sans-serif !important;
    margin-top: 40px !important;
    background: #e31f1f !important;
    font-weight: 400;
    font-size: 8px !important;
    line-height: 273%;
    letter-spacing: 0.41em;
  }
  .home-about {
    display: block;
     font-family: "Inter", sans-serif !important;
}
.wrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.home-about__count{
  margin-top: 40px;
}

.home-about__count-num {
  font-weight: 900;
  font-size: 45px;
  line-height: 220%;
  letter-spacing: -0.07em;
  color: #e31f1f;
  text-align: center;
}
.home-about__count-text {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #33314e;
}
.quote-box {
    margin-top: 44px;
    position: relative;
    padding-top: 25px;
    padding-left: 20px;
    max-width: 600px;
    margin-bottom: 30px;
}

/* Красный уголок */
.quote-box__corner {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-top: 4px solid #d72a2a;
    border-left: 4px solid #d72a2a;
}

/* Контейнер теперь флекс */
.quote-box__content {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

/* Большая первая буква */
.quote-box__letter {
    font-weight: 300;
    font-size: 16px;
    line-height: 181%;
    letter-spacing: 0.03em;
    color: #33314e;
    transform: translate(15px, -10px);
}

/* Остальной текст */
.quote-box__text {
   font-weight: 300;
  font-size: 15px;
  line-height: 188%;
  letter-spacing: 0.03em;
  color: #33314e;
  text-indent: 20px;
}
.whatsNew{
  display: none !important; 
}
.artists-mob .block__top{
  padding-bottom: 0 !important;
  border:none !important;
}
.artists-mob{
  font-family: "Inter", sans-serif !important;
}
.artists-mob{
  padding-top: 0 !important;
}
.artists-mob .artists__body{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.artists__line-first .artists__director--ilink, .artists__line-first .artists__director--photo{
  position: relative;
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  mask: unset;
  overflow: visible !important;
}
.artists__line-first  .artists__artist--ilink:hover img,  .artists__line-first  .artists__director--ilink:hover .artists__director--photo{
transform: scale(1) !important;
}
.artists__line-first .artists__director--name{
  margin-top: 25px !important;
  margin-bottom: 0;
  text-align: left !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 164%;
  color: #1f1e33 !important;
   font-family: "Inter", sans-serif !important;
   width: 100%;
}
.artists__line-first .artists__director--specialization{
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 156%;
  color: #707070 !important;
   text-align: left !important;
   opacity: .7;
    font-family: "Inter", sans-serif !important;
}
.artists__line-first .artists__line-title{
  margin-top: 40px;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 24px;
  line-height: 208%;
  text-transform: uppercase;
  color: #1f1e33;
}
.artists__line-first .artists__director--ilink::before{
  content:"";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  border-top: 4px solid #d72a2a;
  border-left: 4px solid #d72a2a;
}
.artists__line-first .artists__director--description{
  margin-bottom: 18px !important;
  font-weight: 400;
font-size: 14px !important;
line-height: 170% !important;
color: #33314e !important;
font-family: "Inter", sans-serif !important;
}
.artists__line-first .artists__director--link{
  display: flex;
  align-items:center;
  justify-content: flex-start;
  gap: 4px;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 192%;
  letter-spacing: 0.29em;
  text-transform: uppercase;
  text-align: left !important;
  color: #e31f1f !important;
  width: 100% !important;
}
.artists__line-first .artists__director--link img{
  display: none;
}
.artists__line-first .artists__director--link::after{
    content: ">";
    position: static !important;
    width: max-content !important;
    font-size: 12px;
    transform: unset;
    background: unset;
    height: auto;
}
.artists__line-second{
  margin-top: 60px !important;
}
.artists__line-second .artists__left{
  display: flex;
  flex-direction: column;
}
.artists__line-second .artists__headline{
  order: 1;
  font-weight: 400;
font-size: 24px;
line-height: 208%;
text-transform: uppercase;
color: #1f1e33;
font-family: "Roboto", sans-serif !important;
}
.artists__line-second .artists__director--link{
  margin-top: 20px !important;
  display: block !important;
  order: 2;
  display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 192%;
    letter-spacing: 0.29em;
    text-transform: uppercase;
    text-align: left !important;
    color: #e31f1f !important;
    width: 100% !important;
}
.artists__line-second .artists__director--link img{
  display: none !important;
}
.artists__line-second .artists__director--link::after{
  content: ">";
    position: static !important;
    width: max-content !important;
    font-size: 12px;
    transform: unset;
    background: unset;
    height: auto;
}
.artists__line-second .artists__artist{
  align-items:flex-start !important;
}
.artists__line-second .artists__artist--ilink{
  border-radius:0 !important; 
  mask: unset;
  margin-bottom: -30px !important;
}
.artists__line-second .artists__artist--image{
   border-radius:0 !important; 
  mask: unset;
}
.artists__artist-col{
  padding: 16px;
  background:#fff;
  margin-left: 60px;
}
.artists__line-second .artists__artist--name{
    font-weight: 900 !important;
  font-size: 19px !important;
  line-height: 116%;
  color: #1f1e33 !important;
  font-family: "Inter", sans-serif !important;
}
.artists__line-second .artists__artist--instrument{
  opacity: 1 !important;
  margin-bottom: 10px !important;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 162%;
  color: #707070 !important;
   font-family: "Inter", sans-serif !important;
}
.artists__line-second .artists__artist--description{
   opacity: 1 !important;
   font-weight: 400;
    font-size: 13px !important;
    line-height: 162% !;
    color: #33314e !important;
    font-family: "Inter", sans-serif !important;
}
.artists__line-second .artists__artist--ilink:hover img, .artists__line-second .artists__director--ilink:hover .artists__director--photo{
  transform: scale(1) !important;
}
.artists__line-second .artists__content_mobile .artists__artist{
  margin-bottom: 55px !important;
}
.artists-mob .artists__left.artists__left_mobile{
  display: none !important;
}
.subscribe-mob{
  display: block;
  padding-bottom: 75px;
}
.subscribe-mob .wrap{
  padding-left: 10px;
  padding-right: 10px;
}
.subscribe-mob .live__social{
  padding-top: 60px;
}
.subscribe-mob .live__subscribe--headline{
  margin-bottom: 16px !important;
  font-weight: 900;
  font-size: 17px !important;
  line-height: 291%;
  text-transform: uppercase;
  text-align: center;
  color: #1f1e33 !important;
  font-family: "Inter", sans-serif !important;
  width: 100%;
}
.subscribe-mob  .live__subscribe--headline_red{
 color: #1f1e33 !important;
}
.subscribe-mob .live__subscribe--description{
  font-weight: 300;
  font-size: 19px !important;
  line-height: normal;
  letter-spacing: 0.02em;
  text-align: center;
  color: #33314e !important;
   font-family: "Inter", sans-serif !important;
}
.subscribe-mob  .live__subscribe--input{
  text-align: left !important;
   font-family: "Inter", sans-serif !important;
   border-top:none !important;
   font-weight: 400;
  font-size: 15px !important;
  letter-spacing: 0.03em;
  color: #757575 !important;
  opacity: 1 !important;
}
.subscribe-mob  .live__subscribe--input::placeholder{
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
   color: #757575 !important;
}
.subscribe-mob .live__subscribe--check{
    width: 100%;
}
.subscribe-mob  .live__subscribe--check_check{
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
}
.subscribe-mob .live__subscribe--check label{
  width: max-content !important;
 
}
.subscribe-mob .live__subscribe--check_text{
  font-weight: 400 !important;
font-size: 14px !important;
line-height: 150%;
color: #707070 !important;
 font-family: "Inter", sans-serif !important;
}
.subscribe-mob .live__subscribe--check_text a{
  font-size: 12px !important;
color: #e31f1f !important;
opacity: .7 !important;
}
.subscribe-mob .live__subscribe--button{
  width: 220px !important;
  margin-left: auto;
  margin-right: auto;
  background: #e31f1f !important;
  font-weight: 400 !important;
  font-size: 8px !important;
  letter-spacing: 0.43em !important;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  font-family: "Inter", sans-serif !important;
}
.subscribe-mob .live__follow{
  display: none !important;
}
.mob-hide{
  display: none !important;
}
.venues__nav-mob{
  width: 100%;
  /* padding: 30px 0; */
  display: block;
  position: absolute;
  left: 0;
  top: 194px;
  z-index: 1;
  transition: all ease .3s;
}
.venues__nav-mob.active{
  transform: translateY(105px);
  transition: all ease .3s;
}
.venues__nav-mob-row{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items:center;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 200px;
  height: 106px;
  transition: max-height 0.1s ease-in-out, opacity 0.1s ease-in-out;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.venues__nav-mob-row.collapsed {
    max-height: 0;
    opacity: 0;
}
.venues__nav-mob-row::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.venues__body{
  position: relative;
  display: block !important;
}
.venues__mob-thumb{
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
}
.venues__mob-thumb.active{
  border: 2px solid #e12143;
}
.venues__mob-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.venues__pic{
  height: 260px !important;
  object-fit: cover;
}
.venues__nav-mob-arrow{
  width: 40px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items:center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}
.venues__nav-mob-arrow svg{
   transition: transform 0.3s ease;
}
.venues__nav-mob-arrow.active svg{
  transform: scale(-1);
  transition: transform 0.3s ease;
}
.venues-mob .block__top{
  padding-bottom: 0 !important;
  border:none !important;
}
.venues-mob  .venues__info--name{
  margin-bottom: 16px;
  font-weight: 900 !important;
  font-size: 19px !important;
  line-height: 153%;
  color: #1f1e33 !important;
  font-family: "Inter", sans-serif !important;
}
.venues-mob .venues__info{
  align-items: flex-start !important;
}
.venues-mob .venues__info--address{
  font-weight: 400;
  font-size: 13px !important;
  line-height: 158%;
  color: #707070 !important;
  font-family: "Inter", sans-serif !important;
}
.venues-mob .venues__info--description{
  font-weight: 400;
  font-size: 14px !important;
  line-height: 168%;
  color: #33314e !important;
  font-family: "Inter", sans-serif !important;
  text-align: left !important;
}
.venues-mob .venues__info--link{
  margin-bottom: 0 !important;
  width: 100% !important;
  display: flex;
      align-items:center;
      justify-content: center;
      gap: 4px;
  font-weight: 400;
  font-size: 11px !important;
  line-height: 212%;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  color: #e31f1f !important;
  font-family: "Inter", sans-serif !important;
}
.venues-mob .venues__info--link img{
  display: none !important;
}
.venues-mob .venues__info--link:after{
    content:'>';
    position: static !important;
    width: max-content !important;
    font-size: 12px;
    transform: unset;
    background: unset;
    height: auto;
  }
.artists__director--link-mob{
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100% !important;
  display: flex !important;
  align-items:center !important;
  justify-content: center !important;
  gap: 4px;
  font-weight: 400;
  font-size: 11px !important;
  line-height: 212%;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  color: #e31f1f !important;
  font-family: "Inter", sans-serif !important;
}
.artists__director--link-mob .block__link--text{
  font-weight: 400 !important; 
  font-size: 11px !important;
  line-height: 212%;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  color: #e31f1f !important;
  font-family: "Inter", sans-serif !important;
}
.artists__director--link-mob::after{
    content: '>' !important;
    position: static !important;
    width: max-content !important;
    font-size: 12px;
    transform: unset !important;
    background: unset !important;
    height: auto !important;
}
}