/* Small Styles */
@media only screen and (min-width: 578px) and (max-width: 767px) {
    .wrapper {
        padding: 85px 25px 0 25px;
    }

    /*header starts*/
    .header_container {
        z-index: 2;
        position: fixed;
        justify-content: space-between;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 0;
        background-color: #2c2b31;
    }

    .header_logo {
        margin-right: 25px;
        padding-left: 25px;
    }

    .header_logo img {
        width: 60%;
    }

    .header_navigation {
        gap: 35px;
        font-weight: 600;
        font-size: 14px;
        padding-right: 25px;
    }

    /*header ends*/
    /*section 1 starts*/
    .sec_1 {
        margin-bottom: 130px;
    }

    h1 > span:first-child {
        font-size: 32px;
        line-height: 55px;
    }

    h1 > span:last-child {
        font-size: 42px;
        line-height: 70px;
    }

    h1 {
        margin-bottom: 35px;
    }

    .sec_1_player .time_info .time,
    .sec_4_player .time_info .time {
        height: 14px;
        font-size: 14px;
    }

    .sec_1_pictures {
        gap: 18px;
    }

    .sec_1_figcaption {
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        border-radius: 12px 0;
        white-space: nowrap;
        overflow: hidden;
    }

    .sec_1_figcaption span.cut {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sec_1_figcaption span.hidden {
        display: none;
    }

    /*section 1 ends*/
    /*section 2 starts*/
    .sec_2_aside {
        width: 100%;
        margin: 0;
    }

    .sec_2_heading {
        margin-bottom: 25px;
    }

    .sec_2_heading h2 {
        font-size: 32px;
        line-height: 40px;
        margin-left: 18px;
    }

    .sec_2_paragraph {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .sec_2_paragraph.cut {
        position: relative;
        overflow: hidden;
        height: 145px;
    }

    .sec_2_paragraph.cut::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px; /* Висота тіні */
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(28 27 33) 100%);
    }

    .sec_2_aside .read-more {
        display: inline;
        margin-bottom: 130px;
        border-bottom: 2px dashed;
    }

    .sec_2_theses {
        align-self: center;
    }

    div.sec_2_theses_block > div > p {
        font-size: 14px;
    }

    .sec_2_photos {
        display: none
    }

    /*section 2 ends*/
    /*section 3 starts*/
    .sec_3_container {
        margin-bottom: 130px;
    }

    .sec_3_p_container {
        width: auto;
        padding: 50px;
    }

    .sec_3_foreground_img {
        display: none;
    }

    /*section 3 ends*/
    /*section 4 player starts*/
    .sec_4_container {
        position: relative;
        flex-direction: column-reverse;
        margin-bottom: 130px;
    }

    .sec_4_tracks_container {
        width: 100%;
    }

    .sec_4_heading {
        margin-bottom: 25px;
    }

    .sec_4_heading h3 {
        font-size: 32px;
        line-height: 40px;
        margin-left: 18px;
    }

    .sec_4_main_img_container {
        position: absolute;
        justify-content: center;
        width: 30%;
        padding: 0;
        right: 36px;
        top: 36%;
    }

    .sec_4_track_list_container {
        margin-bottom: 50px;
        width: 50%;
    }

    .sec_4_track_list {
        width: 100%;
        font-size: 14px;
    }

    .sec_4_track_list:before {
        font-size: 12px;
    }

    /*section 4 player ends*/
    /*section 5 starts*/
    .sec_5_container {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 130px;
    }

    .sec_5_central_block_top {
        margin-bottom: 25px;
    }

    /*section 5 ends*/
    /*section 6 starts*/
    .sec_6_container {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-bottom: 130px;
    }

    .sec_6_slider_wrapper {
        width: 100%;
        margin: 0;
    }

    .sec_6_ticket_container {
        width: 30%;
        margin-right: 5%;
    }

    .sec_6_button {
        width: 15vw;
    }

    .sec_6_tittle {
        padding: 5px;
        text-align: center;
    }

    .sec_6_tittle .city {
        line-height: 18px;
        padding-bottom: 0;
    }

    .sec_6_button {
        border-radius: 20px 0;
        font-size: 12px;
    }

    time {
        justify-content: center;
        padding-left: 0;
        width: 15vw;
    }

    .sec_6_button, time {
        height: 40px;
    }

    .sec_6_tittle .city,
    .sec_6_tittle .concert-venue,
    time {
        font-size: 12px;
        line-height: 12px;
    }

    .arrow-container {
        display: none;
    }

    #tickets-slider .carousel_dot {
        height: 6px;
        width: 6px;
        border: 20px solid #1c1b21;;
    }

    #tickets-slider .carousel_dot.active {
        height: 8px;
        width: 8px;
    }

    /*section 6 ends*/
    /*footer starts*/
    .footer_container {
        width: 100%;
        margin: 0 auto 20px;
    }

    .footer_logo {
        margin-bottom: 25px;
    }

    .footer_logo a {
        display: flex;
        justify-content: center
    }

    .footer_logo .img {
        width: 60%;
    }

    .footer_contacts {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 25px;
    }


    .footer_contacts_artist {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .artist {
        margin-right: 0;
    }

    .footer_contacts_email {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_media_icons_container {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        margin-bottom: 35px;
    }

    .footer_bottom p {
        font-size: 8px;
    }

    .footer_contacts_bold {
        margin: 0;
    }

    .footer_contacts_jake,
    .footer_contacts_email_link {
        color: #7A66CC;
    }

    .footer_media_links {
        padding: 4px;
    }

    .footer_media_icon {
        height: 25px;
        width: 25px;
        border: 6px solid #2C2C2C;
    }

    .footer_icons {
        font-size: 15px;
    }

    /*footer ends*/
}