.n_r_border{
	/*background: url(/tmp/teatr/imgs/fon2.png);*/
	/*padding: 5px;*/
}
.n_r_border:nth-child(2n+1){
	/*background: url(/tmp/teatr/imgs/fon3.png);*/
}
#news_edit tr{
	background: url(/tmp/teatr/imgs/fon3.png);
}
.news_row_header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: var(--padding);
}
.news_row_title{
	font-weight: bold;
	padding: var(--padding-small) var(--padding-small) var(--padding-small) 0;
}

.news_row_bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: .5rem;
}
.news_row_dt{
	font-size: 80%;
	color: #766;
}
.news_admin_panel{
	float: right;
}
.news_row_edit {
    background: url(/tmp/teatr/imgs/fon1.png);
    padding: 5px;
    display: none;
}
.youtube_container{
	margin: 0 -0.5rem;			
}
.delete_news .news_row_title, 
.delete_news .news_row_text, 
.delete_news .youtube_container
.delete_news .gallery{
    opacity: 0.2;
	
}
.delete_news .news_admin_panel{
    opacity: 1;
	
}
.news_future {
	padding: 0;
	margin-bottom: 10px;
	box-shadow: 0 0 2px 2px #C4AA83;
}
.news_future .n_r_border{
}
/*------------------[ News ]------------------*/
.news_row{
	background: var(--back-color-darker);
	padding: var(--padding-big);
	margin-bottom: var(--padding-big);
	border-radius: var(--radius);
}
a.news_kind_0,
a.news_kind_1,
a.news_kind_2,
a.news_kind_3,
a.news_kind_4,
a.news_kind_5{
	padding: var(--padding-small);
	display: inline-block;
	border-radius: var(--padding-small);
	background: var(--back-color-dark);
	text-decoration:none;
	text-transform: uppercase;
	/*font-size: .75rem;*/
	font-weight: bold;
	position: relative;
	opacity: .5;
	/*top: -0.4rem;*/
	transition: background .2s, color.3s, opacity .2s;
}
.news_kind_0:hover,
.news_kind_1:hover,
.news_kind_2:hover,
.news_kind_3:hover,
.news_kind_4:hover,
.news_kind_5:hover{	
	opacity: 1;
}
a[class^='news_kind_']::before{
	content: "#новое";
}
a[class='news_kind_0']::before{
	content: "#новое";
}
a[class='news_kind_1']::before{
	content: "#важное";
}
a[class='news_kind_2']::before{
	content: "#афиша";
}
a[class='news_kind_3']::before{
	content: "#сайт";
}
a[class='news_kind_4']::before{
	content: "#актерам";
}
a[class='news_kind_5']::before{
	content: "#студия";
}
/*
.news_kind_0::before{
	content: "#новое";
}
.news_kind_1::before{
	content: "#важное";
}
.news_kind_2::before{
	content: "#афиша";
}
.news_kind_3::before{
	content: "#сайт";
}
.news_kind_4::before{
	content: "#актерам";
}
.news_kind_5::before{
	content: "#студия";
}
*/
@media screen and (max-width: 680px) {
	.news_row{
		padding: var(--padding-small);
	}
}