@media (min-width: 761px) { 

	.afisha-list__date
	{
		/*font-family: 'Conv_cambriab' !important;	*/
		padding:13px 0 0 0;
		text-align:center;
	}

	.afisha-list__date_day
	{
		font-size:53px;
		font-family: 'Conv_cambriab' !important;
		line-height:50px;
	}

	.afisha-list__date_month
	{
		font-size:11px;
		text-transform:uppercase;
	}


	.afisha-list__time
	{
		justify-content: center;
		font-family: 'Conv_cambriab' !important;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.afisha-list__time_day
	{
		font-family: 'Conv_CambriaNew';
		font-size:12px;
		margin:0 0 7px 0;
		text-transform:lowercase;
		width: 100%;
	}

	.afisha-list__info	{
		border-radius:15px 15px 15px 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding:0 10px 0 10px;
		position:relative;				
		margin:0;
		overflow:hidden;
	}

	.afisha-list__info_age
	{
		background:#5c7969;
		border-radius:50%;
		color:#f9f8e4;
		font-family: 'Conv_cambriab' !important;
		height:32px;
		right:5px;
		overflow:hidden;
		padding:5px 0 0 0;
		position:absolute;
		text-align:center;
		top:5px;
		white-space:nowrap;
		width:32px
	}
	
	.afisha-list__pushkin-card
	{
		background:#5c7969;
		border-radius:50%;
		color:#f9f8e4;
		font-family: 'Conv_cambriab' !important;
		height:32px;
		right:42px;
		overflow:hidden;
		padding:0 0 0 0;
		position:absolute;
		text-align:center;
		top:5px;
		white-space:nowrap;
		width:32px
	}
	
	.afisha-list__pushkin-card img {
		width: 100%;
	}

	.afisha-list__info_author
	{
		font-size:12px;
	}

	.afisha-list__info_hint1
	{
		font-size:12px;
		min-height:14px;
		text-transform:uppercase;
	}

	.afisha-list__info_hint1_long_text * {
		margin:0 !important;
		padding:0 !important;
		font-size:12px !important;
		line-height:13px !important;	
	}

	.afisha-list__info_hint1_long_text p strong *,
	.afisha-list__info_hint1_long_text strong * {
		font-family: 'Conv_cambriab' !important;
		color:red !important;
		font-weight: bold !important;
	}

	.afisha-list__info_premiere
	{
		color:red;
		font-family: 'Conv_cambriab' !important;
	}

	.afisha-list__info_hint2
	{
		font-size:12px;
		min-height:14px;
	}

	.afisha-list__info_name
	{
		font-size:28px;
		font-family: 'Conv_cambriab' !important;
		line-height:28px;
	}

	.afisha-list__info_name a
	{
		font-family: 'Conv_cambriab' !important;
		text-decoration:none;
	}

	.afisha-list__info_tickets
	{
		bottom:5px;
		position:absolute;
		right:5px;
	}

	.afisha-list__info_tickets
	{
		background:#cf343a;
		border-radius:5px 5px 5px 5px;
		height:22px;
		text-align:center;
		width:136px;
	}

	.afisha-list__info_tickets_rodario,
	.afisha-list__info .tl_button {
		bottom:10px;
		position:absolute;
		right:5px
	}
	
	.affiche__perf_item_play {
		column-gap: 10px;
		grid-template-columns: 90px 90px 1fr;
		display: grid;
		grid-template-areas: 
					 "perf-item-play-date perf-item-play-start-time perf-item-play-detail";								
		height: 90px;	
		margin:0 0 10px 0;		
		position: relative;
	}
	
	
	.affiche__perf_item_play .detail {
	
		border-radius: 15px 15px 15px 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding:0 0 0 10px;
	}

	/*
	 "perf-item-play-date perf-item-play-start-time perf-item-play-hint1"
					 "perf-item-play-date perf-item-play-start-time perf-item-play-name"					
					 "perf-item-play-date perf-item-play-start-time perf-item-play-hint2"
					 "perf-item-play-date perf-item-play-start-time perf-item-play-curse";
	*/
	
	.affiche__perf_item_play.odd > div	{
		background: #d8ead5;
	}
	
	.affiche__perf_item_play.even > div	{
		background: #e5f0e3;
	}
	

	
	.affiche__perf_item_play .start-time {		
		align-items: center;
		border-radius: 15px;
		display: flex;
		justify-content: center;
		padding: 0;
	}
	
	.affiche__perf_item_play .start-time .start {
		display: none;
	}
		
	.affiche__perf_item_play .curse {		
		padding:0 0 0 0;
		font-size: 12px;
	}
	
	.affiche__perf_item_play .date {		
		align-items: center;
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.affiche__perf_item_play .date .date_day {
		font-size: 53px;
		font-family: 'Conv_cambriab' !important;
		line-height: 50px;
		text-align: center;
	}
	
	.affiche__perf_item_play .date .date_month {
		font-size: 11px;
		text-align: center;
		text-transform: uppercase;
	}
	
	.affiche__perf_item_play .hint1 {
		font-size: 12px;
		padding:5px 0 0 0;
	}
	
	.affiche__perf_item_play .hint2 {
		font-size: 12px;
		padding:0 0 0 0;
	}
	
	.affiche__perf_item_play .premiere {
		color:red;
		font-size: 12px;
		padding:5px 0 0 0;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.affiche__perf_item_play.odd .age,
	.affiche__perf_item_play.even .age	{
		background: #5c7969;
		border-radius: 50%;
		color: #f9f8e4;
		font-family: 'Conv_cambriab' !important;
		height: 32px;
		right: 5px;
		overflow: hidden;
		padding: 5px 0 0 0;
		position: absolute;
		text-align: center;
		top: 5px;
		white-space: nowrap;
		width: 32px;
	}
	
	.affiche__perf_item_play.odd .pushkin-card,
	.affiche__perf_item_play.even .pushkin-card	{
		background: #5c7969;
		border-radius: 50%;
		color: #f9f8e4;
		font-family: 'Conv_cambriab' !important;
		height: 32px;
		right: 42px;
		overflow: hidden;
		padding: 0 0 0 0;
		position: absolute;
		text-align: center;
		top: 5px;
		white-space: nowrap;
		width: 32px;
	}
	
	.affiche__perf_item_play .pushkin-card img {
		width: 100%;
	}
	
	.affiche__perf_item_play .buy-ticket {
		bottom:5px;
		position: absolute;
		right: 5px;
	}
	
	.affiche__perf_item_play .name {
		font-size: 28px;
		font-family: 'Conv_cambriab' !important;
		line-height: 28px;
		padding:0 0 0 0;
		text-decoration: none;
	}
	
	.affiche__perf_item_play .name a {
		text-decoration: none;
	}
	
	
	
	.afisha-list {
		display: grid;
		column-gap: 10px;
		grid-template-columns:90px 90px 1fr;
		margin: 0 0 10px 0;
		height: 90px;
	}
	
	.afisha-list__date, .afisha-list__time {
		border-radius:15px 15px 15px 15px;
		display:inline-block;
		margin:0;
		overflow:hidden;
	}
	
	.afisha-list__date, .afisha-list__time {
		align-items: center;
		display: flex;
		flex-direction: column;
		text-align:center;
	}
	
	.afisha-list__date_day {
		width: 100%;
	}

	.afisha-list__date_month {
		width: 100%;
	}	
	
	.gallery-default {
		column-gap: 0.7rem;
		row-gap: 0.7rem;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	
	.gallery-item {
		max-height: 140px;
		overflow: hidden;
	}
		
	.perf-dates ul li:last-child {
		padding-right: 20px;
	}
	
	.important-information {
		display: none;
	}
	
	.important-information-big {
		display: block;
	}
	
	.perf-detail__pushkin-card-mobile {
		display: none;
	}
	
	.social-networks-list {
		display: inline-flex;
		flex-wrap: nowrap; /* Элементы не переносятся на новую строку */
        width: max-content; /* Контейнер займет ширину по содержимому */
		gap: 5px;
		margin:0 0 20px 0;
	}
	
	.social-networks-list__title {
		margin-bottom: 10px;
		font-size: 27px;
		color: #c7d9d0;
	}
}

@media (min-width: 1021px) { 
	.menu-mobile {
		display: none !important;
	}
}