.progress {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
    background: #E3BAA9;
    height: 10px;
    width: 50px;
    padding: 2px;
   
}
.afishaHead{
    justify-content: space-around;
    background-color: #8c1919;
    display: flex;
    list-style-type: none;
	display: none;
}

.afishaHelp {
	text-align: center;
	background-color: #8c1919;
	color: wheat;
	padding: 1rem;
}

.progress:after {
    content: '';
    display: block;
    background: #8C1919;
    width: calc(var(--persent) * 1%);
    height: 100%;
    
}
.no-result{
    font-size: 26px;
    color: #DBB791;
    font-family: var(--font_second);
}
.nav-link:not(.active) .afisha-name{
    color: #DBB791!important;
}
.active{
    display: block!important;
}
/* .tab-pane{
    display: none;
}
 */
.afisha-descr-count-left{
	font-style: normal;
    font-weight: normal;
    font-size: 0.675rem;
    line-height: 1.1875rem;
    color: var(--color_red_dark);
}

.event_out {
	display: block;
	color: var(--color_red_dark);
	margin-bottom: 4px;
	border-radius: 4px;
	letter-spacing: 0.36em;
	font-weight: bold;
	font-size: 13px;
}

.refreshed_from {
	font-family: var(--font_second);
	font-style: normal;
	font-weight: bold;
	font-size: .875rem;
	line-height: 2.25rem;
	letter-spacing: -0.015em;
	color: var(--color_black);
	display: flex;
	gap: 5px;
}

#refresh-indicator.spinning {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


.afisha .scene818287 
{
   padding-left:10px !important;
   background-color:#FFF;
   font-weight: bold;
}

@media(max-width: 425px){
    .afishaHead{
        padding-left: 0!important;
    }
    .afisha-name{
        font-size: 13px!important;
    }
}
@media(max-width: 375px){
    .afisha-name{
        font-size: 13px!important;
    }
}