/** city-page — блоки страницы города тура **/

.city-summary-text{
    font-size: 17px;
    line-height: 30px;
}

.city-venues{
    padding: 28px 30px;
    border-radius: 16px;
    background: var(--bg-color-2, #f7f7f7);
}

.city-venues h4{
    margin-bottom: 16px;
    font-size: 20px;
}

.city-venues ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.city-venues li{
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
    line-height: 26px;
}

.city-venues li:last-child{
    border-bottom: none;
}

/** программа дня **/

.city-program{
    max-width: 900px;
    margin: 0 auto;
}

.city-program-day{
    margin: 30px 0 16px;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.city-program-day:first-child{
    margin-top: 0;
}

.city-program-item{
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 22px 26px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0,0,0,.06);
    transition: transform 300ms ease;
}

.city-program-item:hover{
    transform: translateY(-3px);
}

.city-program-time{
    flex: 0 0 130px;
    font-size: 17px;
    font-weight: 700;
    color: var(--theme-color);
    white-space: nowrap;
}

.city-program-body h4{
    margin-bottom: 6px;
    font-size: 19px;
    line-height: 27px;
}

.city-program-place{
    margin-bottom: 8px;
    font-size: 15px;
    color: #6c6c6c;
}

.city-program-body p{
    margin: 0;
    font-size: 15px;
    line-height: 26px;
}

.city-program-note{
    display: inline-block;
    margin-top: 10px;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #8a6100;
    background: #ffefc9;
}

.city-program-item.is-cancelled .city-program-time,
.city-program-item.is-cancelled .city-program-body h4{
    color: #9b9b9b;
}

/** спикеры арт-сессии **/

.city-speaker{
    height: 100%;
    padding: 26px 28px;
    margin-bottom: 30px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    transition: all 300ms ease;
}

.city-speaker:hover{
    border-color: var(--theme-color);
    box-shadow: 0 6px 24px rgba(0,0,0,.07);
}

.city-speaker h4{
    margin-bottom: 6px;
    font-size: 20px;
}

.city-speaker-role{
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color);
    line-height: 24px;
}

.city-speaker p{
    margin: 0;
    font-size: 15px;
    line-height: 26px;
}

/** артисты концерта **/

.city-artist{
    position: relative;
    height: 100%;
    padding: 26px 24px;
    margin-bottom: 30px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0,0,0,.06);
    text-align: center;
}

.city-artist.is-headliner{
    background: var(--theme-color);
    color: #fff;
}

.city-artist.is-headliner h4,
.city-artist.is-headliner .city-artist-role,
.city-artist.is-headliner .city-artist-song{
    color: #fff;
}

.city-artist-badge{
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--theme-color);
    background: #fff;
}

.city-artist h4{
    margin-bottom: 6px;
    font-size: 19px;
}

.city-artist-role{
    font-size: 15px;
    color: #6c6c6c;
}

.city-artist-song{
    margin-top: 6px;
    font-size: 15px;
    font-style: italic;
}

/** СМИ о фестивале **/

.city-media-list{
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.city-media-list li{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.city-media-date{
    flex: 0 0 auto;
    color: #6c6c6c;
    font-size: 15px;
}

@media only screen and (max-width: 767px){
    .city-program-item{
        display: block;
        padding: 18px 20px;
    }
    .city-program-time{
        margin-bottom: 8px;
    }
    .city-venues{
        margin-top: 30px;
    }
    .city-media-list li{
        display: block;
    }
}


/** страница «Итоги проекта» **/

.itogi-card{
    height: 100%;
    padding: 28px 24px;
    margin-bottom: 30px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0,0,0,.06);
    text-align: center;
}

.itogi-value{
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--theme-color);
}

.itogi-card h4{
    margin-bottom: 8px;
    font-size: 18px;
}

.itogi-card p{
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #6c6c6c;
}

.itogi-table{
    width: 100%;
    border-collapse: collapse;
}

.itogi-table th,
.itogi-table td{
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    text-align: center;
    white-space: nowrap;
}

.itogi-table th{
    font-size: 15px;
    font-weight: 700;
    color: var(--theme-color);
}

.itogi-table th:first-child,
.itogi-table td:first-child{
    text-align: left;
}

.table-responsive{
    overflow-x: auto;
}

/** страница «Партнёры» **/

.partner-card{
    height: 100%;
    padding: 30px 26px;
    margin-bottom: 30px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    text-align: center;
    transition: all 300ms ease;
}

.partner-card:hover{
    border-color: var(--theme-color);
    box-shadow: 0 6px 24px rgba(0,0,0,.07);
}

.partner-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin-bottom: 18px;
}

.partner-logo img{
    max-height: 80px;
    max-width: 100%;
}

.city-partners-block{
    padding: 24px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.city-partners-block h4 span{
    margin-left: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #6c6c6c;
}

.city-partners-logos{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-top: 16px;
}

.city-partners-logos img{
    max-height: 60px;
}

/** текст новости **/

.news-text{
    font-size: 17px;
    line-height: 30px;
}

.news-text p{
    margin-bottom: 18px;
}

.clients-more{
    margin-left: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    color: var(--theme-color);
}

.city-partners-items{
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
}

.city-partners-items li{
    padding: 10px 0;
    line-height: 26px;
}

.city-partners-items li span{
    display: block;
    font-size: 15px;
    color: #6c6c6c;
}
