@media only screen and (max-width: calc(600px)){

    .container{
        padding: 0 4.6875vw;
    }
    h2{
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 8.125vw;
        line-height: 9.375vw;
        text-transform: uppercase;
        color: #FFFFFF;
        text-shadow: 0vw 1.25vw 1.25vw rgba(0, 0, 0, 0.25);
        margin-bottom: 6.25vw;
    }
    .videos{
        flex-direction: column;
    }
    .video_item{
        width: 87.5vw;
        height: 57.8125vw;
        margin-bottom: 6.25vw;
    }
    .video_item img{
        width: 100%;
        height: 100%;
    }
    .item_hover span{
        font-size: 5.625vw;
        line-height: 6.25vw;
    }
    .item_hover svg{
        margin-bottom: 6.25vw;
    }
    .album_item{
        width: 100%;
        margin-bottom: 12.5vw;
    }
    .contacts_inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .new_contact_photo_inner{
        margin-right: 0;
        margin-bottom: 6.25vw;
        width: 90.625vw;
        height: 99.0625vw;
        
        border-radius: 2.1875vw;
    }
    .contact_photo{
        width: 90.625vw;
        height: 99.0625vw;
    }
    .contanct_info_plus a{
        justify-content: left;
        margin-bottom: 3.125vw;
    }
    .contact_info {
        text-align: left;
        align-items: flex-start;
        margin-bottom: 6.25vw;
    }
    .contact_info svg{
        width: 5vw;
        height: 5vw;
    }
    .contanct_info_plus span{
        font-size: 5.625vw;
        line-height: 7.5vw;
    }
    .contacts_social{
        justify-content: center;
    }
    .btn{
        padding: 3.125vw 6.25vw;
        font-size: 3.75vw;
        line-height: 3.75vw;
    }
    .btn_go_to_top{
        margin: auto;
        margin-top: 3.125vw;
    }
    .footer1{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_nav{
        flex-direction: column;
        text-align: center;
    }
    .footer_logo{
        font-style: normal;
        font-weight: normal;
        font-size: 9.375vw;
        line-height: 12.5vw;
        color: #FFFFFF;
        text-shadow: 0vw 1.25vw 1.25vw rgba(0, 0, 0, 0.25);
        margin: 3.75vw 0;
    }
      .footer_nav{
        font-style: normal;
        font-weight: normal;
        font-size: 5vw;
        line-height: 6.25vw;
        color: #FFFFFF;
        text-shadow: 0vw 1.25vw 1.25vw rgba(0, 0, 0, 0.25);
        display: flex;
      }
      .footer_nav a:after{
        display: none;
      }
      .footer_social{
          margin-top: 3.125vw;
      }
      .footer_social a {
        margin: 0 3.125vw;
      }
      .footer_social a:first-child{
        margin-left: 0;
      }
      .footer_social svg{
          width: 6.25vw;
          height: 6.25vw;
      }
      .footer_nav a{
        margin: 0;
        margin-bottom: 5vw;
        text-align: left;
      }

      .footer2{
        margin-top: 5vw;
        font-style: normal;
        font-weight: normal;
        font-size: 3.75vw;
        line-height: 5vw;
        color: #FFFFFF;
        text-shadow: 0vw 1.25vw 1.25vw rgba(0, 0, 0, 0.25);
        text-align: left;
      }

      .intro{
          background-position: -90.625vw 0;
          padding-top: 25vw;
      }

      .intro h1{
        font-family: 'Fondamento';
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 12.5vw;
        font-size: 18.75vw;
        line-height: 18.75vw;
        text-shadow: 0vw 1.25vw 1.25vw rgba(0, 0, 0, 0.25);
    }
    .arrow_next_block svg{
        width: 9.375vw;
        height: 3.75vw;
    }
    .intro_social{
        display: block;
        margin-top: 0;
        position: relative;
        margin: 0 auto;
        left: 0;
    }
    .intro_social_inner{
        display: none;
        flex-direction: row;
    }
    .intro_social_inner a{
        margin: 0 3.125vw;
    }
    .intro_social_inner svg{
        width: 9.375vw;
        height: 9.375vw;
    }
    .nav-toggle{
		display: block;
    }
    .nav{
		text-align: center;
		display: none;
		width: 100%;
		position: absolute;
        top: 0;
        padding-top: 9.375vw;
		right: 0;
		background-color: #000;
        opacity: .97;
        
        font-size: 6.875vw;
        line-height: 9.375vw;
	}
    .nav.active{
		display: flex;
        background: #000000;
        flex-direction: column;
        height: 100vh;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .nav a {
        margin-bottom: 3.125vw;
    }
    .song_name{
        font-size: 3.75vw;
        line-height: 4.375vw;
        margin-left: 6.25vw;
    }
    .song_item{
        height: 9.375vw;
        padding-left: 3.125vw;
        border-radius: 1.5625vw;
    }
    .song_image{
        width: 9.375vw;
        height: 9.375vw;
    }
    .song_item_wrapper {
        padding: 1.5625vw 0;
    }
    .volume{
        display: none !important;
    }
    .download__link svg{
        width: 3.75vw;
        height: 3.75vw;
    }
    .play-pause-btn svg{
        width: 4.6875vw;
        height: 4.6875vw;    
        margin-right: 1.5625vw;
    }
    .green-audio-player .controls .controls__slider .controls__progress .progress__pin{
        top: -3px;
    }
    .green-audio-player .controls .controls__slider{
        height: 0.6281vw;
    }
    .green-audio-player .slider .gap-progress .pin{
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 2.5vw;
    }
    .card__text a{
        width: 15.625vw;
        height: 15.625vw;
    }
    .card__text a svg{
        width: 6.25vw;
        height: 6.25vw;
    }
    .contacts_social a {
        margin: 0 3.125vw;
    }
    .contacts_social a:first-child{
        margin-left: 0;
    }
    .video-iframe-wrapper {
        flex-direction: column;
    }

    .video-iframe-wrapper iframe {
        width: 100%;   
        height: 62.5vw;
        margin-bottom: 3.75vw;
    }

    .video_iframe_wrapper_mainbanner {
        flex-direction: column;
        align-items: baseline;
    }

    .video_iframe_wrapper_mainbanner:nth-child(2n) {
        flex-direction: column-reverse;
        margin-top: 6.25vw;
    }

    .video_iframe_wrapper_mainbanner iframe {
        width: 100%;
        height: 56.25vw;
        margin-bottom: 3.75vw;
    }

    .video_iframe_text {
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 6.25vw;
        line-height: 9.375vw;
        text-shadow: 0vw 1.25vw 1.25vw rgba(0, 0, 0, 0.25);
        margin-bottom: 4.375vw;
      }

      .album_platforms_wrapper {
        height: 9.375vw;
        margin: 0 3.125vw;
        margin-top: 3.125vw;
        width: auto;
      }

      .album_item_inner {
        margin: 0 auto;
        height: 90.625vw;
        width: 100%;
        position: relative;
        margin-bottom: 3.125vw;
      }

      .album_platforms_wrapper_icon {
        height: 100%;
        width: auto;
        object-fit: contain;
      }

      .header-logo{
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
        font-size: 6.875vw;
        line-height: 7.5vw;
      }

      .point {
        font-size: 8.75vw;
        color: rgb(137, 0, 0);
        font-weight: 600;
        margin-left: 1.875vw;
      }

      .contacts-inner {
        flex-direction: column;
      }

      h3 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 6.25vw;
        line-height: 7.5vw;
        color: #FFFFFF;
        margin-bottom: 6.25vw;
      }

      .contact_info {
        width: 100%;
        position: relative;
        top: 0;
      }

      .artists-block {
        width: 100%;
        margin-bottom: 6.25vw;
      }

      .artist-item, .artist-item:nth-child(2n) {
        flex-direction: column;
        flex-direction: column-reverse;
        align-items: baseline;
        margin-bottom: 9.375vw;
      }

      .artist-item-img {
        width: 100%;
        height: 78.125vw;
        object-fit: cover;
        margin: 0 auto;
        margin-bottom: 3.75vw;
      }

      .artist-item-info-name {
        margin-bottom: 3.125vw;
        font-size: 5.625vw;
        line-height: 7.5vw;
        font-weight: 400;
      }
      
      .artist-item-info-description {
        font-size: 4.375vw;
        line-height: 6.25vw;
        font-weight: 400;
      }

      .events-inner {
        flex-direction: column;
      }

      .photos-block {
        width: 100%;
        margin-bottom: 6.25vw;
      }

      .photos-title {
        font-size: 6.25vw;
        line-height: 7.5vw;
        margin-bottom: 3.125vw;
      }
      
      .photos-item, .videos-block iframe {
        width: 100%;
        height: 56.25vw;
        margin-bottom: 3.125vw;
      }

      .main-banner-afisha-img {
        height: 56.25vw;
        width: auto;
        margin-bottom: 6.25vw;
      }

      .main-banner-afisha-text, .video_iframe_description {
        margin-bottom: 3.125vw;
        width: 100%;
        font-size: 4.375vw;
        line-height: 6.25vw;
      }

      .video_iframe .btn {
        padding: 3.125vw 12.5vw;
      }

      .main-banner-events {
        position: fixed;
        bottom: 10.3125vw;      /* 2.0833vw → 10.3125vw */
        right: -37.5vw;     /* -6.9444vw → -34.6875vw */
        font-size: 7.5vw;   /* 2.0833vw → 10.3125vw */
        color: #fff;
        z-index: 100;
        transition: .3s;
      }
      
      .main-banner-events.active {
        right: 15.625vw;      /* 12.5vw → 62.5vw */
      }
      
      .main-banner-events::after {
        position: absolute;
        right: -6.875vw;      /* -1.3889vw → -6.875vw */
        top: 45%;
        display: block;
        content: "";
        width: 3.4375vw;       /* 0.6944vw → 3.4375vw */
        height: 3.4375vw;      /* 0.6944vw → 3.4375vw */
        border: 2px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        transition: .3s;
        border-left: none;
        border-top: none;
      }

      .lang-switcher.mobile {
        display: flex;
      }
      
      .lang-switcher.desktop {
        display: none;
      }

      .lang-switcher{
        font-style: normal;
        font-weight: normal;
        font-size: 4.375vw;
        line-height: 5.625vw;
        text-shadow: 0vw 1.25vw 1.25vw rgba(0, 0, 0, 0.25);
        display: flex;
        margin-top: 15.625vw;
    }
    .lang-switcher a, .lang-switcher span{
        margin: 0 5.625vw;
        transition: .3s;
    }

    .lang-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .lang-flag {
        width: 7.5vw;
        height: auto;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        margin-right: 1.5625vw;
    }

    h1 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 7.5vw;
        line-height: 8.75vw;
        text-transform: uppercase;
        color: #FFFFFF;
        text-shadow: 0vw 1.25vw 1.25vw rgba(0, 0, 0, 0.25);
        margin-bottom: 6.25vw;
    }

    .video-page {
        padding-top: 15.625vw;
    }

    .photo-page-iframe, .video-page-iframe {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 0; 
        width: 100%;
        margin-bottom: 3.125vw;
      }
      
}