
.site{
	padding-top: 10px;
}

._header{
	background: none;
	/*max-width:none;
	justify-content: center;*/
	height: 100px;
	border-bottom: none;
	position: relative;
	margin-bottom: -100px;
}

._header ._header_menu li{
	background:  rgba(0,0,0,0.60);
	color: #FFF;
	font-size: 18px;
}

._header ._header_menu li a{
	color: #FFF;
}

._header .sign_in a{
    color: #FFF;
	text-decoration: none;
    font-size: 18px;
}

._header .sign_in{
	flex: none;
	margin-right: 182px;
	color: #FFF;
}

._header .sign_in div:first-child{
	background: rgba(0, 0, 0, 0.60);
	font-size: 18px;
	padding: 10px;
}

._header .sign_in ._user_menu > ul{
	background: rgba(0, 0, 0, 0.60);
}
._header .sign_in ._user_menu > ul li {
    display: block;
    text-align: right;
    font-size: 18px;
	padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}

@media screen and (min-width: 300px) and (max-width: 860px){
	._header{
		height: 70px;
	}
	
	._header .logo img{
		padding-left: 7px;
	}
	
	._header ._header_menu li{
		text-align: left;
		background:  rgba(0,0,0,0.90);
	}
	
	._header ._header_menu li li{
		background:  none;
	}
	
	._header .sign_in a{
		padding: 8px;
		background:  rgba(0,0,0,0.90);
	}
	
	.tma-slider {
		min-height: 150px !important;
	}
	
	.tma-slider .prev-tma-slider, .tma-slider .next-tma-slider{
		margin-top: -18px !important;
	}
	
	.tma-slider .block-tma-slider div{
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
}


.link_promo{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	opacity: 0;
}

.link_promo:hover{
	border: 2px solid #EFEFEF;
	transition: opacity 1s ease-in-out;
	background: #000;
	opacity: 0.5;
}






.h_concerts{
	display: block;
	color: #004463;
    line-height: 1.5em;
	font-weight: bold;
	font-size: 20px;
}

.h_concerts, .h_news, .h_releases{
	margin-top: 10px;
	text-align: center;
	
}
._all_concerts{
	margin-top: 10px;
}
._all_concerts ._ov{
	width: 100%;
	height: 150px;
	display: flex;
	overflow: auto;
	justify-content: center;
	justify-content: space-between;/**/
	/*justify-content: space-around;*/
	padding: 8px 8px;
	margin-bottom: 10px;
	/*background: #000;*/
	background: linear-gradient(0deg, rgba(0,0,0,0) 61%, rgba(0,0,0,1) 62%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 50%);
}
._all_concerts ._ov > a{
	margin: 5px;
	/*display: flex;*/
	display: inline-flex;
	text-decoration: none;
	/*position: relative;*/
	flex-direction: column;
	color: #004463;
}
._all_concerts ._ov > a div{
	text-align: center;
	font-size: 18px;
    margin-top: 10px;
	font-weight: bold;
}




._all_news{
	padding-top: 15px;
}
._all_news ._news{
	margin-bottom: 20px;
}
._all_news ._news ._news_date{
	font-size: 14px;
}
._all_news ._news ._news_text{
	color: #000000;
	-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(255,255,255,0.2) 100%);
	mask-image: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(255,255,255,0.2) 100%);
}
._all_news ._news ._news_read{
	color: #005AA4;
	text-decoration: none;
}
._all_news ._news_all{
	display: inline-block;
	color: #000;
	text-decoration: none;
	background: rgb(238 238 238) 100%;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 5px;
}




@media screen and (max-width: 736px) {
	
}

@media screen and (max-width: 433px) {
	._all_concerts ._ov{
		justify-content: flex-start;
		height: 105px;
	}
}

@media screen and (max-width: 414px) {
	._all_concerts ._ov{
		height: 160px;
	}
}
@media screen and (max-width: 375px) {
	._all_concerts ._ov{
		height: 96px;
	}
}
@media screen and (max-width: 360px) {
	._all_concerts ._ov{
		height: 90px;
	}
}
