

/* Start:/local/templates/GM/components/bitrix/news.list/top_chart/style.css?17212489513084*/
.topChart__wrapper {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.topChart__tabs {
    width: 100%;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 8rem 0;
}

.topChart__item {
    margin-bottom: 3.6rem;
}

.topChartItem {
    border-radius: 1.5rem;
    box-shadow: -1px 1px 10px 0px rgba(134,134,134,0.3);
    color: #ffffff;
    font-family: 'Inter',Arial,sans-serif;
}

.topChartItem__head {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    background-color: #444444;
    padding: 2rem;
    background-image: url("/local/templates/GM/components/bitrix/news.list/top_chart/topChartItem.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topChartItem__pic {
    width: 13rem;
    height: 13rem;
    border-radius: 1.5rem;
    background-color: #d8fc77;
}

.topChartItem__pic img {
    width: 13rem;
    height: 13rem;
    border-radius: 1.5rem;
    position: relative;
    top: .4rem;
}

.topChartItem__info {
    padding-left: 3.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.topChartItem__artists {
    line-height: 3.4rem;
    font-size: 2.3rem;
    font-weight: 700;
}

.topChartItem__title {
    line-height: 2.8rem;
    font-size: 1.8rem;
    color: #cfcfcf;
    font-weight: 300;
    margin-bottom: auto;
}

.topChartItem__date {
    line-height: 2.2rem;
    color: #787878;
    font-size: 1.4rem;
}

.topChartItem__body {
    padding: 2rem;
}

.topChartItem__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn_chart_togler {
    opacity: .7;
}

.topChart__list {
    max-height: 0;
    opacity: 0;
    transition: 1s ease-in-out;
    overflow: hidden;
    /*max-width: 0;*/
}

.topChart__list.shown {
    max-height: 100%;
    opacity: 1;
    /*max-width: 100%;*/
}


.btn_chart_togler.active,
.btn_chart_togler:hover {
    opacity: 1;
}

.topChartItem__stat {
    width: 47%;
    margin-bottom: .5rem;
}

@media (max-width: 768px) {
    .topChartItem__stat {
        width: 100%;
    }
}

.topChartItemStat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topChartItemStat__head {
    line-height: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.topChartItemStat__body {
    line-height: 2.2rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.topChartItemStat__body--list {
    width: 100%;
}

.topChartItemStat__head--wide {
    width: 100%;
    line-height: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.topChartItemStat__country {
    line-height: 2.2rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.topChartItemStat__place {
    line-height: 2.2rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.topChartItemStat__line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filler {
    flex-grow: 1;
    border-bottom: 1px dotted #fff;
}

@media (max-width: 768px) {
    .topChartItem__artists {

    }
}

/* End */
/* /local/templates/GM/components/bitrix/news.list/top_chart/style.css?17212489513084 */
