﻿@font-face {
  font-family: astakhov;
  src: url(fonts/astakhov_first_simple_min.ttf);
}
:root{
	--padding: 1rem;
	--padding-mid: 1.5rem;
	--padding-big: 2rem;
	--padding-bigger: 3rem;
	--padding-huge: 4rem;
	--padding-mobile_menu_bottom: 8rem;
	--padding-small: .5rem;
	--padding-tiny: .3rem;
	--radius: .5rem;
	--radius-small: .2rem;
	--back-color-darker: #7955480d;
	--back-color-dark: #79554822; 
	--back-color-lighter: #fff8e159;
	--back-color-bright: rgb(153 56 0 / 19%);
	--back-default: #fcf0ce;
	--color-bright: #fdce5c;
	--color-accent: #ff9800;
	--text-color: #290101;
	--color-bad: #e91e63;
	--color-good: #8bc34a;
	--footer-color: #dda;
	
	--button-sh-color: #ff5722;
	
	--mm_button_color:  rgba(255,255,255,.8);
	--mm_button_color_hover:  rgba(255,255,255,1);
	
	--vk_color: #0077FF;
	--youtube_color: #ff0000;
	--telegram_color: #0088cc;
}
*{
  box-sizing: border-box;
}
body, html {
	font-size: 18px;
}
html {
    height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000000;
	color: #290101;	
	width: 100%;
	height: 100%;
	font-family: arial, verdana, sans-serif;
} 

html.noscroll,
html.noscroll body{
	overflow: hidden;
}

.scroller::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.scroller::-webkit-scrollbar-thumb {
  background: var(--back-color-bright);
	border-radius: var(--radius-small);
}
.scroller::-webkit-scrollbar-track {
  background: transparent;
}
.scroller body {
  scrollbar-face-color: var(--back-color-bright);
  scrollbar-track-color: transparent;
}

/* кнопка */
button, .button, a:link.button{
		border-radius: var(--radius-small);
    overflow: visible;
    border: 0px solid #d8d8d8;
    border-top-width: 0px;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 2px;
    border-color: transparent /*#dddddd*/;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
    text-shadow: #673AB7 0px 1px 2px;
    padding: var(--padding-tiny) var(--padding-small);
    margin: 0;
    color: #fff;
    box-shadow: 0 3px 0 var(--button-sh-color);
		transform: translateY(0px);
    background: #ff9800;
		min-width: 100px;
		color: white;
		display: inline-block;
		cursor: pointer;
		user-select: none;
		
    transition: background .2s, box-shadow .1s, transform .1s;
}
button:visited, .button:visited, a:link.button:visited{
	color: white;
} 
button:hover:enabled, .button:hover:enabled, a:link.button:hover:enabled{
	background: #ffb300;
	color: white;
}
button:active:enabled, .button:active:enabled, a:link.button:active:enabled{
	background: #ff9800;
	color: white;
	
	box-shadow: #ff5722 0 0 0;
	transform: translateY(3px);
} 

button.reject, .button.reject, a:link.button.reject{
	--button-sh-color: #ab2424;
	background: var(--color-bad);
}
button.reject:visited, .button.reject:visited{
	color: white;
} 
button.reject:hover:enabled, .button.reject:hover:enabled{
	background: #ff005e;
	color: white;
}
button.reject:active:enabled, .button.reject:active:enabled{
	background: #ff0047;
	color: white;
}


button.submit, .button.submit, a:link.button.submit{
	--button-sh-color: #009688;
	background: var(--color-good);
}
button.submit:visited, .button.submit:visited{
	color: white;
} 
button.submit:hover:enabled, .button.submit:hover:enabled{
	background: #9ccc65;
	color: white;
}
button.submit:active:enabled, .button.submit:active:enabled{
	background:var(--color-good);
	color: white;
}

button:disabled,
button[disabled],
.button:disabled,
.button[disabled] {
	filter: grayscale(1);
}



a.button.buy_ticket{
	padding: var(--padding);
	margin: .5rem 0; 
	font-size: 110%;
}
a.button.buy_ticket::before{
	content: "\f3ff";
	margin-right: var(--padding-small);
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.tix {
    font-size: 30px;
    display: table;
    z-index: 2;
    width: 206px; 
    height: 104px;
  
    /*grey*/
    background:
         -webkit-radial-gradient(0 100%, circle, rgba(204,204,204,0) 14px, #ccc 15px),
         -webkit-radial-gradient(100% 100%, circle, rgba(204,204,204,0) 14px, #ccc 15px),
         -webkit-radial-gradient(100% 0, circle, rgba(204,204,204,0) 14px, #ccc 15px),
         -webkit-radial-gradient(0 0, circle, rgba(204,204,204,0) 14px, #ccc 15px);
}

.tix:before {
  content: "";
  display: block;
  width: 200px;
  height: 100px;
  position: absolute;
  left: 0px;
  z-index: 0;
  background: 
    -webkit-radial-gradient(0 100%, circle, rgba(204,102,153,0) 14px, #c69 15px),
         -webkit-radial-gradient(100% 100%, circle, rgba(204,102,153,0) 14px, #c69 15px),
         -webkit-radial-gradient(100% 0, circle, rgba(204,102,153,0) 14px, #c69 15px),
         -webkit-radial-gradient(0 0, circle, rgba(204,102,153,0) 14px, #c69 15px);
}

.tixInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.tixInner:before {
    z-index: 0;
    content: "";
    display: block;
    width: 186px;
    height: 86px;
    position: absolute;
    left: 8px; 
    top: 8px;
        
    background:
         -webkit-radial-gradient(0 100%, circle, rgba(255,255,255,0) 14px, white 15px),
         -webkit-radial-gradient(100% 100%, circle, rgba(255,255,255,0) 14px, white 15px),
         -webkit-radial-gradient(100% 0, circle, rgba(255,255,255,0) 14px, white 15px),
         -webkit-radial-gradient(0 0, circle, rgba(255,255,255,0) 14px, white 15px);
}

.tixInner:after {
    z-index: 0;
    content: "";
    display: block;
    width: 182px; 
    height: 82px;
    position: absolute;
    left: 10px; 
    top: 10px; 
        
    background:
         -webkit-radial-gradient(0 100%, circle, rgba(204,102,153,0) 14px, #c69 15px),
         -webkit-radial-gradient(100% 100%, circle, rgba(204,102,153,0) 14px, #c69 15px),
         -webkit-radial-gradient(100% 0, circle, rgba(204,102,153,0) 14px, #c69 15px),
         -webkit-radial-gradient(0 0, circle, rgba(204,102,153,0) 14px, #c69 15px);
}


.tix,
.tix:before,
.tix:after,
.tixInner:before,
.tixInner:after {
    background-position: bottom left, bottom right, top right, top left;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.tixInner span{
   
     z-index: 10;
     position: relative;
    color: #fff;
  
}


p{
  /*text-indent: 20px;*/
	/*text-align: justify;*/
	line-height: 1.5rem;
	margin: 1rem 0;
} 
p.nospan{
  text-indent: 0;
}  
p.info{
	background: var(--back-color-darker);
	padding: var(--padding);
	border-radius: var(--radius);
}  
p.info.ico{	
	padding-left: var(--padding-bigger);
  position: relative;
}
p.info.ico::before{	
	content: "\f05a";
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	font-size: 150%;
	display: inline-block;
	color: var(--color-accent);
	position: absolute;
  left: var(--padding);
}
h1{
   margin: 0;
	 padding: 0;
}
h2{
	/*font-size: 120%;*/
	/*text-align: center;*/
}

.linkable>h2 a{
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.linkable>h2 a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 70%;
	content: "\f0c1";
	position: absolute;
	top: 0;
	left: -2rem;
	padding-right: var(--padding);
	opacity: 0;
	transition: opacity .3s;
}
.linkable>h2:hover a::before{
	opacity: .5;
}
img{
  max-width: 100%;
}
details{
	overflow: hidden;
	border-radius: var(--radius);	
}
summary{
	cursor: pointer;
	background: var(--back-default);
	padding: var(--padding);
}

tr.highlighted{
	transition: box-shadow .2s;
}
tr.highlighted:hover{
	    box-shadow: var(--color-accent) 0 0 0 3px;
}
/* предупреждения */   
#notification{
    left: 0px;
    top: 0px;
    /*width: 100%;*/
    text-align: center;	
	background: #f77;
	border-bottom: 2px solid #d55;
	padding: 3px;
	/*display: none;*/
}
.n_show{
    display: block;
}
.n_hide{
    display: none;
}
.textedit{
	border: 1px solid #bbb; 
	background: #fff; 
	padding: 5px;
	margin:2px;
}
/* основа шаблона */
#frame_bottom{
  //background:url(/tmp/teatr_a/imgs/BG2.jpg) bottom center no-repeat; 
  /*max-width: 1000px;*/
	width: 100%;
	margin: 0 auto;
	/*min-width: 1000px;*/
	height: auto;
	min-height: 700px !important;
	text-align: center;	
  overflow: hidden;
}
#frame_top{
  /*max-width: 1000px;*/
	width: 100%;
	margin: 0 auto;
   background:url(/tmp/teatr_a/imgs/BG11.jpg) top center no-repeat, 
	url(/tmp/teatr_a/imgs/BgMin.jpg) repeat-x;; 	
	height: auto;
	min-height: 500px !important;
	text-align: center;	
}
#container{
  /*max-width: 1000px;*/
	width: 100%;
	/*margin: 0 auto;*/
}
/* голова */
header{
   width:100%;
   min-height: 150px;
	/*background:url(/tmp/teatr_a/imgs/Logo_red_border.svg) 0px no-repeat; */
  background-size: 210px;
   /*background: #888;   */
	 position: relative;
	display: flex;
	background: linear-gradient(to bottom, #870000 0%, rgba(135, 0, 0, 0.8) 10%, rgba(135, 0, 0, 0) 70%);
	flex-direction: column;
	justify-content: space-around;
	z-index: 3;
}
#container>header::before{
	content: "";
	flex-basis: 1.5rem;
}
#emblem{
    width: 100%;
	height: 85px;
	display: block;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 64px;
	color: #ddcc99;
	font-weight: bold; 
}
/* главное меню */
#m_menu{
  width: auto;
	margin: 0 auto;
	z-index: 2;
  position: relative;
  top: 0px;
	text-transform: uppercase;
  /*background: linear-gradient(to bottom, #870000 0%, rgba(135, 0, 0, 0.8) 40%, rgba(135, 0, 0, 0) 100%);*/
	/*display: flex;*/
	flex-grow: 1;
  /*border-bottom: 3px solid #920303;
  /*opacity: 0.9;*/
}
.m_m_wrap{
  display: table; 
  margin: 0 auto;
}
.m_m_border{
  border: ridge 2px #99b;
  border-top: none;
  border-radius: 0 0 var(--radius-small) var(--radius-small);
}
.m_m_wrap ul,
.s_m_wrap ul{
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.m_m_wrap li,
.s_m_wrap li{
  float: left;
  margin: auto;
  padding: 0;
  list-style: none;
  display: block;
}
.m_m_wrap li a,
.s_m_wrap li a{
  display: block;
  padding: .7em .4em;

  padding: 0em .4em;
  color: var(--mm_button_color);
  font: normal 1.4rem arial, sans-serif;
	font-weight:bold;
  text-decoration: none;	
	text-shadow: #444422 0 0 6px;
  display: block;
  /*padding: .1em .2em;*/
}
.m_m_wrap li a:hover,
.s_m_wrap li a:hover{
  color: rgba(255,255,255,1);
}
#m_menu li a.buttonq0{
  text-shadow: 0 0px 10px var(--color-accent);
}
#m_menu a.logo{
  opacity: 0.9;
  transition: opacity .3s;
  padding: .2em .2em 0;
  margin: 0;
}
#m_menu a.logo:hover{
  opacity: 1;
}
#m_menu a.logo img{
  width: 100%;
  max-width: 130px;
}
#m_m_l{
  /*  background:url(/tmp/teatr_a/imgs/MMenu0.png) no-repeat;*/
	width:13px;
	height: 60px;
}
#m_m_r{
  /*  background:url(/tmp/teatr_a/imgs/MMenu2.png) no-repeat;*/
	width:13px;
	height: 60px;
}
.m_m_m{
  /*background:url(/tmp/teatr_a/imgs/MMenu1.png) repeat-x;*/
	padding: 4px;
}
.s_m_wrap {
    margin-top: 1rem;
}
.s_m_wrap li a {
    font-size: 1rem;
		color: rgba(255,255,255,.8);
		z-index: 3;
		position: relative;
		text-shadow: 0 0 7px var(--button-sh-color), 0 0 7px black, 0 0 7px black, 0 0 7px black;
}
.s_m_wrap li a:hover {
    color: rgba(255,255,255,1);
}

/*--------------[MainMenu]--------------*/
a.buttonq0 {
  /*background: #850000;*/
  /*
	font: normal 22px arial, sans-serif;
	font-weight:bold;
    text-decoration: none;
	color:#ddaa66;
	text-shadow: #444422 0 0 6px;
	margin: auto 5px auto 5px;
	/*border-bottom: 2px dotted;*/
}
a.buttonq0:hover{
  /*
    outline: none;
    color: #ffcc88;
    text-shadow: #444422 0 0 6px;	
	/*text-decoration: underline;*/
}
a.buttonq1 {
  /*
  display: block;
	font: normal 22px arial, sans-serif;
	font-weight:bold;
  text-decoration: none;
	color:#fff4f1;
	text-shadow: #444422 0 0 6px;
	/*margin: 0 5px 0 5px;*/
}
a.buttonq1:hover{
  /*
    outline: none; 
    color: #ddaa66;
    text-shadow: #444422 0 0 6px;	
	/*text-decoration: underline;*/
}

a.buttonq2 {
  /*
    display: block;
    float: left;
	font: normal 22px arial, sans-serif;
	font-weight:bold;
	height: 20px;
    margin-right: 6px;
    text-decoration: none;
	color:#59240f;
	text-shadow: #666644 0 0 1px;
    padding: 5px 7px 22px 7px;
    /**/
}
a.buttonq2:hover{
  /*
    outline: none;
    color: #ddaa66;
    text-shadow: #444422 0 0 1px;
    /**/
}   

.mobile_menu_container{
	display: none;
}

.mobile_menu_header{
	display: flex;
	padding: var(--padding-big) 0 var(--padding);
}
.mobile_menu_header_side{
	flex-basis: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-size: 200%;
}
.mobile_menu_header_center{
	flex-grow: 1;
}
.mobile_menu_header_center img{
	max-width: 10rem;
}

.mobile_menu_wrapper{
	display: none;
	position: fixed;
	top: 0;
	bottom: -5rem;
	z-index: 99999;
	padding: 0;
	
	width: 102vw;
	right: -150vw;
	background: #690000;
	background: linear-gradient(to right, #690000d9, #a83a32);
	
	transition: right .3s;
	
	font-size: 1.5rem;
	text-transform: uppercase;
	overflow-y: scroll;
	font-weight: bold;
	
	backdrop-filter: blur(.2rem);
}

.mobile_menu_wrapper::before,
.mobile_menu_wrapper::after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	box-shadow: 0 0 2rem 2rem #690000;
	position: fixed;
	left: 0;
	right: 0;
}
.mobile_menu_wrapper::before{
	top: 0;
}

.mobile_menu_wrapper::after{
	bottom: 5rem;
}

.mobile_menu_wrapper::-webkit-scrollbar{
	width: 0.5rem;
  height: 0.5rem;
}
.mobile_menu_wrapper::-webkit-scrollbar-thumb{
	scrollbar-face-color: #690000;
	scrollbar-track-color: transparent;
}
.mobile_menu_wrapper::-webkit-scrollbar-track{
	background: transparent;
}
.mobile_menu_wrapper{
	scrollbar-face-color: #690000;
	scrollbar-track-color: transparent;
}
.mobile_menu_wrapper.opened{
		right: -2vw;
}
.mobile_menu_wrapper .mobile_menu_close{
	position: absolute;
	top: .5rem;
	right: 1rem;
	font-size: 2rem;
	
}
.mobile_menu_wrapper ul{
	margin: 0;
	margin-left: var(--padding);
	padding: 0;
	overflow: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	max-height: 100vh;
	//overflow: hidden;
	/*border: 1px solid black;*/
	/*display: none;*/
}
.mobile_menu_wrapper > ul{
	padding-top: var(--padding-big);
	padding-bottom: var(--padding-mobile_menu_bottom);
	
	/*border: 1px solid black;*/
}
.mobile_menu_wrapper > ul::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.mobile_menu_wrapper > ul::-webkit-scrollbar-thumb {
  background: #690000;
}
.mobile_menu_wrapper > ul::-webkit-scrollbar-track {
  background: transparent;
}
.mobile_menu_wrapper > ul body {
  scrollbar-face-color: #690000;
  scrollbar-track-color: transparent;
}

.mobile_menu_wrapper li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: left;
	
  max-width: 100%;
	word-break: break-word;
}
.mobile_menu_header_side a:link,
.mobile_menu_wrapper a:link,
.mobile_menu_header_side a:visited,
.mobile_menu_wrapper a:visited{
	color: var(--mm_button_color);
	transition: color .3s;
	text-decoration: none;
	margin: var(--padding-small) 0;
	display: block;
}
.mobile_menu_header_side a:hover,
.mobile_menu_wrapper a:hover,
.mobile_menu_header_side a:active,
.mobile_menu_wrapper a:active{
	color: var(--mm_button_color_hover); 
}

/*--------------[Links]--------------*/
a:link {
	color: #661100;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	/*text-shadow: #333322 0 0 1px;*/
}
a:visited {
	color: #553322;	
}
a:hover {
	color: #bb0000;
}
a:active {
	color: #443322;
}
footer a:link,
footer a:visited{
	color: var(--footer-color);
}
a[href^="https://tteatr.ru"],
a[href^="/"] {
	text-decoration-thickness: 1px;
   text-decoration-style: dashed;
}
/*----------[ more ]---------------*/
.podr{
    border-bottom: 1px dotted;
	cursor:pointer;	
	margin: 5px;
	text-decoration: none;
}
.podr:before{
	content: url(/tmp/teatr_a/imgs/Plus.png);
	margin-right: 3px;
}
.more {
    /*width: 320px;*/
	cursor:pointer;	
	padding: 5px;
	margin-top: 5px;
	height: auto;
	overflow: hidden;
	background: #fcf0ce;
	border-radius: var(--radius-small);
}
/*----------[ Fons ]-------------*/   
.giffon1{
     /*background:url(/tmp/teatr_a/imgs/fon1.png);*/
     background: var(--back-color-bright);
}
.giffon2{
     /*background:url(/tmp/teatr_a/imgs/fon2.png);*/
     background: var(--back-color-darker);
}
.giffon3{
    /*background:url(/tmp/teatr_a/imgs/fon3.png);*/
     background: var(--back-color-bright);
}

.rounded{
	border-radius: var(--radius-small);
  overflow: hidden;
}
/*----------[ details ]------------------*/
hr {
    background:url(imgs/razd.png) no-repeat top center;
    height:42px;
    border:none !important;
}
img{
    border: none;
}
.input_text{
    min-width:300px;
	max-width:400px;
	border: #aaa solid 1px;	
    /*min-height: 200px;*/
    overflow: auto;	 
	padding: 5px;
	margin: 2px;
	background: #fff;
}
.nice_bord{ /* DELETE */
    border: solid 2px #ddd; 
	margin: 5px 0;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
.flat_bord{
	border-radius: var(--radius-small);
    border: 2px #F0BF81 solid;
    padding: 10px;
	margin: 5px auto;
}

/*------------------[ topper ]------------------*/
.topper{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	cursor: pointer;
	min-width: var(--padding);
}

.topper::before{
	content: "➤";
	display: block;
	opacity: .4;
	margin: var(--padding) 0;
	font-size: 200%;
  font-weight: bold;
	color: transparent;
	transition: color .2s, opacity .2s, transform .3s;
}
.topper:hover::before{
	opacity: 1;
}

.topper.totop::before{
	/*content: "↑";*/
	color: var(--color-accent);
	transform: rotate(-90deg);
}
.topper.tobottom::before{
	/*content: "↓";*/
	color: var(--color-accent);
	transform: rotate(90deg);
}


/*------------------[ Notes ]------------------*/
#notes{
	display: flex;
  flex-direction: column;
	align-items: center;
	gap: var(--padding-small);
	margin: var(--padding);
}
.noteItem{
	border: 2px var(--back-color-bright) solid;
	padding: 10px;
	background: var(--back-color-lighter); 
	/*margin: 5px auto; */
	border-radius: var(--radius);
}
/*------------------[ / Notes ]------------------*/

/*------------------[ News ]------------------*/
.new_0{
    padding: 0 0 0 85px;
	background:url(/tmp/teatr_a/imgs/N_0_New.PNG) 0px 5px no-repeat;
}
.new_1{
    padding: 0 0 0 85px;
	background:url(/tmp/teatr_a/imgs/N_1_Vaz.PNG) 0px 5px no-repeat;
}
.new_2{
    padding: 0 0 0 85px;
	background:url(/tmp/teatr_a/imgs/N_2_Af.PNG) 0px 5px no-repeat;
}
.new_3{
    padding: 0 0 0 85px;
	background:url(/tmp/teatr_a/imgs/N_3_Site.PNG) 0px 5px no-repeat;
}
.new_4{
    padding: 0 0 0 85px;
	background:url(/tmp/teatr_a/imgs/N_4_Act.PNG) 0px 5px no-repeat;
}
.news_row_text img{
	max-width: 100%;
}
/*.news_row_dt{
	display: block;
	margin-top: 1em;
}*/
@keyframes fadeInOut {
  from  {
    opacity: 1;
  }

  to {
    opacity: 0.3;
  }
}
/*------------[ video ]------------------*/
.video_wrapper{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	
	background: radial-gradient(transparent, #392d003b);
}
.video_wrapper::before{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    content: "\f008";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
		
		font-size: 4rem;
    transform: translate(-50%, -50%);
		color: #bbb7a7;
		
		animation-duration: 1s;
		animation-name: fadeInOut;
		animation-direction: alternate;
		animation-iteration-count: infinite;
}

.video_wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_set{
	
}
.vkvideo_container {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.vid_cont{
	margin-bottom: var(--padding);
}
.video_link{
	margin-left: var(--padding-small);	
}

.video_set_tabs{
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: var(--padding);
}
.video_set_tab{
	padding: var(--padding-small);	
	cursor: pointer;
	
	transition: .3s background, .2s color, .1s transform;
}
.video_set_tab:hover{
	background: var(--color-bright);
	transform: translateY(-0.2rem);	
	cursor: pointer;
}
.video_set_tab.selected{
	background: var(--back-color-bright);
}
.video_set_tab.youtube.selected{
	color: var(--youtube_color);
}
.video_set_tab.vkvideo.selected{
	color: var(--vk_color);
}
.video_set_tab .fab{
	margin-right: var(--padding-tiny);	
}

.vid_cont.hidden{
	display: none;
}

/*------------[ map ]------------------*/
.map_wrapper{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	
	background: radial-gradient(transparent, #392d003b);
}
.map_wrapper::before{
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Font Awesome 5 Free";
	content: "\f5a0";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	
	font-size: 4rem;
	transform: translate(-50%, -50%);
	color: #bbb7a7;
	
	animation-duration: 1s;
	animation-name: fadeInOut;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.map_wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------[ /video ]-----------------*/

/*--------------[ kollectiv ]--------------*/
ul.kollectiv_list{
  padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
	margin: 1rem -1rem;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	align-content: center;
	overflow: visible;
}
ul.kollectiv_list.past img{
	filter:  saturate(70%) contrast(110%);
}
ul.kollectiv_list li {
	list-style-type: none;
	text-align: center;
  /*padding: 0.1em 0.1em 0.5em;*/
	margin: var(--padding-small);
	flex-basis: 10em;
	flex-grow: 1;
	flex-shrink: 1;
	max-width: 220px;
}
ul.kollectiv_list img {
	width: 100%;
	filter: saturate(110%);
}
ul.kollectiv_list .kollektiv_img {
	padding-bottom: 94%;
	background: #795548a6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

ul.kollectiv_list a {
	text-decoration: none;
}


/*--------------[ Photo ]--------------------*/

#gallery {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  overflow: auto;
}
/*
a.gallery_item{
	display: block;
	background: #795548a6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	flex-basis: 10em;
	flex-grow: 1;
	flex-shrink: 1;
	max-width: 220px;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border: solid 14px #ddd; 
  padding: 0;
	margin: 3px;   
  border-image: url(imgs/border.jpg) 14 14 14 14 repeat;
	
	transform: perspective(400px) translateZ(0px);
	
	transition: transform .2s;
}
.gallery_item::after{
	content: "";
	display: block;
  padding-bottom: 100%;
}

a.gallery_item:hover{
	transform: perspective(400px) translateZ(1em);
	z-index: 9;
}
*/
.Bord{
  float: left; 
  width: 150px;
  margin: 0 .2em .2em 0;
  flex-basis: 150px;
}
.Bord .photo{ 
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	border: solid 14px #ddd; 
  padding: 0;
	margin: 3px;
   
  border-image: url(imgs/border.jpg) 14 14 14 14 repeat; /* CSS3 */
  background: #795548a6;
}
.Bord img{
  
  width: 100%;
}
.PhotoBord{
    height: 227px;
	width: 198px;
	background: url(imgs/PhotoBord.jpg) no-repeat;
	padding: 21px;
} 
.play_big_img{ /* DELETE */
    width: 600px; 
	height: 150px; 
	border: solid 2px #ddd; 
	margin: 5px 0;
	overflow: hidden; 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
.img_border{	
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	border: solid 14px #623300; 
  padding: 0;
	margin: 3px;
  border-image: url(imgs/border.jpg) 14 14 14 14 repeat; /* CSS3 */
	background: #795548a6;
	
}
img.img_border{	
	
	display: inline-block;
	position :relative;
}
img.img_border:before { 
  content: "";
  display: block;

  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  background-color: #a48874;
	
  background: radial-gradient(#BCAAA4, #A1887F);
}
img.img_border:after { 
	font-family: "Font Awesome 5 Free";
  content: "\f03e";
  display: flex;
	align-items: center;
	justify-content: center;
	font-size: 6rem;
	color: #bbb7a7;

	
  position: relative;
	min-width:3rem;
  padding: 1rem 1rem 1rem 0;
}
.img_border img{	
 
}
.pinInput{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 3rem;
  height: 3rem;
	z-index: 3;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity .3s;
}
.pinInput:hover{
	opacity: 1;	
}

.drop-area{
	padding: var(--padding-big);
	margin: var(--padding-big) var(--padding);
	background:  var(--back-color-lighter);
	border-radius: var(--radius);
	border: 2px dashed var(--back-color-dark);
	cursor: pointer;
	
	/*box-shadow: #0000001a 0px 5px 5px 0px;*/
	
	transition: background .4s, box-shadow.6s;
}
.drop-area:hover{
	background:  var(--back-color-darker);
	/*box-shadow: inset #0000001a 0px 5px 5px 0px;*/
}
.drop-area input{
	display: none;
}
.drop-area progress{
	width: 100%;
	margin: var(--padding) 0;
}
.hidden{
	display: none;
}
.center{
	text-align: center;
}
.highlight{
	background:  var(--back-color-dark);	
}
.padding{
	padding: var(--padding);
}
#preview_upload{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: var(--padding) auto;
}
#preview_upload img{
	max-width: 10rem;
	margin: var(--padding-small);
	opacity: .3;
	transition: opacity 1s ease, filter 1s ease;
}
#preview_upload img.loaded{
	opacity: 1;
}
#preview_upload img.error{
	filter: grayscale(1);
}

.pht_show_container{
	display: inline-block;
}

.pht_show_container input{
		width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
		
}
.pht_show_container input:checked+label::before{
		content: "\f06e ";
}
.pht_show_container input:checked+label::after{
		content: " Отображать на странице спектакля";
}
.pht_show_container input:checked+label,
.pht_show_container input:checked+label{
		color: var(--text-color);
}
.pht_show_container input+label,
.pht_show_container input+label{
		color: var(--color-bad);
}

.pht_show_container	label{
		display: inline-flex;
    align-items: center;
    user-select: none;
    padding: var(--padding-tiny);
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
		transition: color .2s;
}
.pht_show_container input:checked+label:hover,
.pht_show_container	label:hover{
		color: var(--color-accent);
}
.pht_show_container	label::before{
			content: "\f070 ";
			display: inline-block;
			margin-right: var(--padding-tiny);
			/*width: var(--padding-big);
			height: var(--padding-big);
			flex-shrink: 0;
			flex-grow: 0;*/
}
.pht_show_container	label::after{
			content: " Не отображать на странице спектакля";
			display: inline-block;
}

/* Центр */
#center{
	max-width: 1100px;
	margin: 0 auto;
  background: #f4e7c6 url(imgs/MainFon.jpg);
	border: #974709 solid 2px;
	/*padding: 10px;*/
	min-height: 600px;
	border-radius: var(--radius);   
  box-shadow: inset 0 0 5px 2px #976709; /* Для современных браузеров */
	display: flex;
	
	position: relative;
  z-index: 3;
	
	color: var(--text-color);
	line-height: 1.4;
}

/* бок */
aside{
	flex-basis: 200px;
	flex-shrink: 0;
	/*border:solid #222 1px;*/
	padding: var(--padding-big);
	padding-right: 0;
	/*float: left;
	//margin: 8px;*/
	margin-right: 1rem;
	font-size: 1rem;
}
aside .img_border{
	width: 100%;
}
aside a{
	font-size: 1rem;
}
aside .side_parts{
	margin: 0 auto var(--padding);
}
.side_parts .img_border{
	margin: 0;
}
/* content */
#content{
	max-width: 100%;
	padding: var(--padding-big);
	/*border:solid #222 1px;*/
	/*//margin: 8px;
	margin-left: 260px;*/
	flex-grow: 1;
}
ol.padding_small li,
ul.padding_small li{
	margin: var(--padding-small) 0;
}
/* Заголовок / Поиск */
#PageTop{
  min-height: 40px;
	/*margin-bottom: var(--padding-big);*/
	/*width: 720px;*/
}
#PageName{
    /*font-family: "Courier New", Courier, monospace;*/
	/*font-size:22px;*/
	font-weight:bold;
	/*padding-top: var(--padding);*/
	/*color:#442200;*/
	/*border-bottom: 1px dotted;*/
	/*margin: 0;
	padding: 0;*/
}
.PageNameText{
	cursor: default;
}

#content>.subtitle{
	text-align: center;
	font-style: italic;
  font-size: 1.1rem;
}

.ny_h_em_1,
.ny_h_em_2,
.ny_h_em_3,
.ny_h_em_4,
.ny_h_em_5,
.ny_h_em_6{
	position: relative;
	z-index: 3;
	
	text-shadow: 0 0 2px #f3e6c3, 0 0 2px #f3e6c3, 0 0 2px #f3e6c3, 0 0 3px #f3e6c3, 0 0 4px #f3e6c3, 0 0 5px #f3e6c3;
}
.ny_h_em_1::before,
.ny_h_em_2::before,
.ny_h_em_3::before,
.ny_h_em_4::before,
.ny_h_em_5::before,
.ny_h_em_6::before{
	position: absolute;
	z-index: -1;
	left: -0.6em;
	top: -0.2em;
	/*font-size: 150%;*/
	
  transform: rotate(-10deg);
}
.ny_h_em_1::before{
	content: "🎄";
}
.ny_h_em_2::before{
	content: "⭐";
}
.ny_h_em_3::before{
	content: "🎁";
}
.ny_h_em_4::before{
	content: "⛄";
}
.anim_rotate::before{
	animation: bow 0.5s forwards;
	animation-delay: 0.1s;	
}

#SearchPlase{
  float: left;
	height: 40px;
	width: 260px;
}
.searchstr{
    border-radius: var(--radius-small);
	outline: none;
    border: #d9c99e solid 2px;
	height: 25px;
	width: 140px;
	transition: width 0.3s ease;
	font-size: 16px;
	padding: 0 35px 0 3px;
}
.searchstr:focus{
    width: 180px;
	transition: width 0.3s ease;
}
.search_res{
    margin: 4px 4px 4px 30px;
	border-left: 3px #988 solid;
	padding-left:3px;
	color: #654;
}
/* текст в красивых кавычках */
.quoteText{
    font-style: italic;
    margin: .5rem 1rem;
    padding: .1rem 1rem;
}
.quoteText > p:first-child:before {
	color: #bbb;
	content: "\201C"; /* Непечатаемый символ слева */
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.2em;
	vertical-align: -.4em;}
.quoteText > p:last-child:after {
	color: #bbb;
	content: "\201D"; /* Непечатаемый символ справа */
	font-size: 3em;
	line-height: 0.1em;
	vertical-align: -.45em; }
/*.quoteText > p:first-child { display: inline; }*/
/* Footer */
footer{
	background:url(/tmp/teatr_a/imgs/BG2.jpg) top center no-repeat; 
  color: #dc9; /* Цвет текста */
  padding: var(--padding); /* Отступы вокруг текста */
  clear: left; /* Отменяем действие float */
	min-height: 300px;
	padding-top: 2.6rem; 
}
#f_text{
  max-width: 55rem;
  width: 100%;
	margin: 01rem auto 0 ;
	text-shadow: 1px 1px 1px black;
	line-height: 1.5rem;
	color: var(--footer-color);
}
.flex_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.flex_col{
	flex-grow: 1;
	text-align: left;
	padding-top: 1.1rem;
}
.f_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.f_col{
	flex-grow: 1;
	padding: 1rem;
	flex-basis: 50%;
}

.f_center_center{
	display: flex;
	align-items: center;
	justify-content: center;
}


/*-----------[ accent ]--------------------*/
.accent{
 
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
	animation-delay: .3s;
	
  /**/animation-name: accent;/**/
  animation-duration: 3.5s;
}

@keyframes accent {
		0%   { box-shadow: 0 0 0px 0px #d98c1d; }
		/* 10%  { transform: scale(1.1,.9) rotate(0); top: -10px } */
		 10%  { box-shadow: 0 0 20px 0px var(--color-accent); } 
		/* 50%  { box-shadow: 0 0 20px 0px #d98c1d;   } */
		/* 57%  { transform: scale(1,1)    rotate(20deg); } */
		/* 64%  { transform: scale(1,1)   rotate(20deg); } */
		100% { box-shadow: 0 0 40px 0px #d98c1d00; }
	}
.accentHeader{
 
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
	animation-delay: .3s;
	
  /**/animation-name: accentHeader;/**/
  animation-duration: 3.5s;
}

@keyframes accentHeader {
		0%   { text-shadow: 0 0 0px #d98c1d;		}
		 10%  { text-shadow: 0 0 10px var(--color-accent); } 
		100% { text-shadow: 0 0 40px #d98c1d00;  }
	}
/*-----------[ person ]--------------------*/
ul.roles{
	padding-left: 1em;
	margin: var(--padding-tiny) 0 var(--padding-big);
}
.person_main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.person_ava{
	flex-grow: 1;
	flex-shrink: 1;
	padding: 1rem;
	flex-basis: 15rem;
	text-align: center;
}
.person_status{
	margin: var(--padding-small) auto var(--padding);
}
.person_roles{
	flex-grow: 2;
	flex-shrink: 3;
	padding: 1rem;
	flex-basis: 20rem;
}

/*---[ Calendar ]---*/
/*
a:hover {
	color: #bb0000;
}
a:active {
	color: #443322;
}
*/
.calendars_wrapper{
	position: relative;
	display: flex;
	overflow-x: hidden;
	width: 11.7rem;
	
	padding-bottom: var(--padding);
}
.calendars_wrapper.next .this,
.calendars_wrapper.next .that{
	transform: translateX(-12rem);
}
/*.calendars_wrapper .that{
	display: none;
}*/
table.calendar{
	margin-right: var(--padding);
	transition: transform .1s ease;
	position: relative;
	line-height: 1rem;
}

table.calendar td{    
    color: #472828;	
    border: 1px #ba5 solid;
	border-top: 1px #d8ce9e solid;
	border-left: 1px #d8ce9e solid;
    padding:3px;
	font-weight: bold;
	text-shadow: 0 -1px #fcde76;
	text-align: center;
	transition: background 0.5s ease;
	min-width: 1.61rem;
}
table.calendar th{
	text-align: center;
}
.day_0{
	background: #fec;
	
}
.day_u{    
	background: var(--back-color-darker);	
}
.day_w{
    border: 1px #f95 solid;
	background: var(--back-color-bright);/*#f6d5ae;	*/
}
table.calendar td#day_n{
    border: 1px #c61 solid;	   
    box-shadow: inset 0 0 10px rgba(204,34,17,0.5); /* Параметры тени */	
}
.day_p{
    /*border: 1px #f95 solid;*/
	background: var(--color-bright);/* #fdce5c;*/
	/*position:relative;*/
}
.day_p .cal_day_info{
  /*display:none;*/
	position: absolute;
	opacity: 0;
	transition: opacity .2s ease, transform .25s ease;
	transform: /*translate(-50%, -50%)*/ scale(0.1);
	background: var(--color-bright);
	border: 1px var(--color-accent) solid;
	padding: 4px;
	text-decoration: none;
	
  box-shadow: 0 5px 10px 0px #974709b8, 0 0px 3px 0px #614630;
	
	top: var(--padding-small);
	left: var(--padding-small);
	right: var(--padding-small);
	bottom: var(--padding-small);
	
	overflow-y: auto;
	
	flex-wrap: wrap;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: stretch;
	gap: var(--padding-tiny);
	
	cursor: default;
}


.day_p .cal_day_info::-webkit-scrollbar{
	width: var(--padding-tiny);
	height: var(--padding-tiny);
}
.day_p .cal_day_info::-webkit-scrollbar-thumb {
	background: var(--back-color-dark);
}
.day_p .cal_day_info::-webkit-scrollbar-track{
	background: var(--back-color-darker);
}

.cal_day_info_wrapper{
	color: white;
  text-decoration: none;
	text-shadow: -2px -2px 1px #23090033, -2px 0 1px #23090033, -2px 2px 1px #23090033, 0 -2px 1px #23090033, 0 0 1px #23090033, 0 2px 1px #23090033, 2px -2px 1px #23090033, 2px 0 1px #23090033, 2px 2px 1px #23090033;
	
	flex-grow: 1;
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: var(--padding-tiny);
	padding:  var(--padding-tiny);
	
	background-size: cover;
	background-position: center;
	
}
.cal_day_info_title{
	font-size: 105%;	
}
.cal_day_info_title,
.cal_day_info_time{
	color: white;	
	text-decoration: none;
}
.day_p:hover .cal_day_info{
	opacity: 1;
	display: flex;
	z-index: 999999999;
	transform: /*translate(-50%, -50%)*/ scale(1);
}
/*
.day_p.left:hover span{
	opacity: 1;
  display: block;
	z-index: 999999999;
	transform: translate(0%, -50%) scale(1);
}
.day_p.mid:hover span{
	opacity: 1;
  display: block;
	z-index: 999999999;
	transform: translate(10%, -50%) scale(1);
}
.day_p.right:hover span{
	opacity: 1;
  display: block;
	z-index: 999999999;
	transform: translate(-80%, -50%) scale(1);
}
.day_p.left_bottom:hover span{
	opacity: 1;
  display: block;
	z-index: 999999999;
	transform: translate(-5%, -90%) scale(1);
}
.day_p.mid_bottom:hover span{
	opacity: 1;
  display: block;
	z-index: 999999999;
	transform: translate(10%, -90%) scale(1);
}
.day_p.right_bottom:hover span{
	opacity: 1;
  display: block;
	z-index: 999999999;
	transform: translate(-80%, -90%) scale(1);
}
*/
.day_0:hover, .day_u:hover, .day_w:hover{    
    color: #290101;	
    background: var(--back-color-lighter);/*#f9efcb;*/
	cursor: pointer;
}

.c_m_title{
	position: relative;
	cursor: pointer;
}
.c_m_title:hover::before{
	opacity: 1;
}
.c_m_title:active::before{
	color: #000;
}
.c_m_title::before{
	content: '';
	position: absolute;
	color: #555;
	/*top: -.25rem;*/
	bottom: 0;
	opacity: 0.2;
	transition: opacity .2s, color .2s;
}
.c_m_title.show_next::before{
	content: "❯";
	right: 0;
}
.c_m_title.show_prev::before{
	content: "❮";
	left: 0;
}
/*----------------------------------------[ Pagination ]-------------------------------*/
.paginator{
	margin: var(--padding) auto var(--padding-big);
}
.paginator a,
.paginator span{
	text-decoration: none;
	border-radius: var(--radius);
	margin: var(--padding-tiny);
	padding: var(--padding-small);
	font-weight: bold;
	transform: perspective(400px) translateZ(0px);
	transition: transform .2s;
}
.paginator a:hover{
	transform: perspective(400px) translateZ(.2rem);
}
.paginator .p_need{
	background: var(--back-color-bright);
	cursor: default;
}
.paginator .p_nom{
	background: var(--back-color-darker);
}
/*
a.p_nom{
	text-decoration: none;
}
a.p_nom span{
    padding: 5px 7px 5px 7px;
    border-radius: var(--radius-small);
	border: #eca solid 2px;
	font-weight: bolder;
	background: url(imgs/fon2.png);
}
span.p_need{
     border-radius: var(--radius-small);
	border: #eca solid 2px;
	font-weight: bolder;
    padding: 7px;
    background: url(imgs/fon1.png);
}*/


/*------------------------[ Afisha ]---------------------------------*/
.target_audience{
	text-align: left;
	padding: var(--padding);
	/*padding-left: 1.9rem;*/
	font-size: 90%;
	background: var(--back-color-darker);
	border-radius: var(--radius);
}
.afisha_hidden{
	filter: contrast(0.4);
}
/*------------------------[ /Afisha ]--------------------------------*/

/*------------------------[ Reguser ]---------------------------------*/
.reg_ok{
    position: absolute;
	border-radius: var(--radius-small);
	border: #380 solid 2px;
	font-weight: bolder;
    padding: 4px;
	background: #9c7;
	max-width: 370px;
}
.reg_no{
    position: absolute;
    border-radius: var(--radius-small);
	border: #800 solid 2px;
	font-weight: bolder;
    padding: 4px;
	background: #c77;
	max-width: 370px;
}
/*--------------------[ Projects ]---------------------------*/
/*old*/
.prj_name{
  border-top: 1px solid #bb9;
	border-bottom: 1px solid #bb9;
	cursor: pointer;
	background: var(--back-color-darker);/*url(/tmp/teatr_a/imgs/fon2.png);*/
	padding: 2px 6px;
}
.prj_name:after{
    content: url(/tmp/teatr_a/imgs/Plus.png);
	float: right;
}
.prj_body{
  background:var(--back-color-lighter);/*url(/tmp/teatr_a/imgs/fon3.png);*/
	padding: var(--padding-big);
}

/*new*/
.project_list{
	padding: 0;
	margin: var(--padding) 0;
		
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	gap: var(--padding);
}
.prj_container{
	display: block;
	flex-grow: 1;
	flex-basis: 15rem;
}
.prj_a{
	text-decoration: none;
}
.prj_name2{
	position: relative;
	cursor: pointer;
	
	background: var(--back-color-dark);
	background-image: linear-gradient(to bottom, rgba(0,0,0, 0.5)10%, rgba(0,0,0, 0) 50%, rgba(40,20, 0, 0.8)),  
		url(imgs/projects/_cover/_default.jpg);
	height: 10rem;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: var(--padding);
	
	background-position: center;
  background-size: 100%;
  /*background-size: cover;*/
	color: var(--mm_button_color_hover);
	
	transition: transform .3s, background-size 2s ;
	
	overflow: hidden;
  border-radius: var(--radius-small);
}

.prj_name2:hover{
  background-size: 110%;
	/*z-index: 9;
	transform: scale(1.01);*/
}

.prj_name2:hover::before {
    top: 60%;
}
.prj_name2:hover::after {
    bottom: 60%;
}

.prj_name2 b{
}
.prj_name2 .title{
	text-transform: uppercase;
	z-index:2;
	
	display: flex;
  justify-content: space-between;
}
.prj_name2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #23090045, #23090000);
		transition: top .3s;
}
.prj_name2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #230900a6, #23090045, #23090000);
    transition: bottom .3s;
}


.prj_body2{
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    overflow: visible;
    /*background: #fff;
    border: 0px solid #d8d8d8;
    border-top-width: 0px;*/
    font-weight: bold;
    /*padding: 0.7em;
    margin: 0.3em;*/
    /*border-width: 1px;
    border-style: solid;
    border-bottom-width: 2px;
    text-decoration: none;
    border-color: #777;
    color: #fff;
    background: #666666;*/
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2) inset;
    /*cursor: pointer;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*padding: 0.3em;*/
    /*display: flex;*/
    position: absolute;
    width: 95vw;
    max-width: 50rem;
    min-height: 15rem;
    max-height: 95vh;
    overflow-y: hidden;
    /*top: 1em;*/
    z-index: 9999;
    background: #eeeeee;
    color: #222;
    cursor: default;
    font-weight: normal;
    position: relative;
	
	/*background: var(--back-color-lighter);*/
  padding: var(--padding-big);
	padding-right: var(--padding);
	
}

.prj_body2::after{
	content: '';
	display: block;
	width:100%;
	height:0;
	box-shadow: 0px 0px 10px 18px #eeeeee;
	z-index: 3;
  position: relative;
}

.prj_content{
		max-height: 80vh;
    overflow-y: auto;
		padding-right: var(--padding);
		padding-top: var(--padding);
		padding-bottom: var(--padding);
		position: relative;
}
.prj_content::-webkit-scrollbar{
	width: var(--padding-tiny);
	height: var(--padding-tiny);
}
.prj_content::-webkit-scrollbar-thumb {
	background: var(--back-color-dark);
}
.prj_content::-webkit-scrollbar-track{
	background: var(--back-color-darker);
}


.prj_body2 .header{
	display: flex;
	justify-content: space-between;
	z-index: 3;
	position: relative;
	box-shadow: -1px 0px 10px 18px #eeeeee;
}

.prj_body2 h1{
	/*margin-bottom: var(--padding);*/
	font-size: 1.2rem;
	text-indent: 0;
}

.prj_dark {
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow-y: hidden;
	z-index: 999999999;
	display: none;
}
/*
.prj_close{
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 2;
	font-size: 100px;
	cursor: pointer;
}
.prj_close::before{
	color: #bebebe;
	text-shadow: 0 1px 3px #000000;
	opacity: 0.2;
	transition: opacity .2s .1s, color .2s .1s;

	content: "×";
	position: absolute;
	top: 0em;
	right: 0.4em;
	font-size: 4rem;
}
.prj_close:hover::before{
	opacity: 1;
}*/
.prj_header_close{
	/*position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 2;
	font-size: 100px;*/
	cursor: pointer;
	position: relative;
	top: -2em;
	right: 0;
	height: 2em;
}
.prj_header_close::before{
	color: var(--text-color);
	text-shadow: 0 1px 3px #000000;
	opacity: 0.2;
	transition: opacity .2s .1s, color .2s .1s;

	content: "×";
	
	font-size: 4rem;
}
.prj_header_close:hover::before{
	opacity: 1;
}

/*--------------------[ admin message ]-------------------------*/
#ad_mes_table{
	background: #eee;
}

/*---------------------[ Anons ]-----------------------------------*/
.anons_img{		
	height: 170px;
	max-width: 600px;
	margin: 0.7em auto;
	background-color: #f3d195;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	
	position: relative;
}
.anons_img2{		
	min-height: 170px;
	max-width: 600px;
	margin: 0.7em auto;
	background-color: #f3d195;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	
	position: relative;
}
.anons_h3{
	color: white;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
	font-size: 170%;
	text-shadow: 	0 1px 3px black, 1px 1px 3px black, 1px 0px 3px black;
}
.anons_info{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    	align-items: center;
	
	background: rgba(0,0,0,0.3);
	background: linear-gradient(to top, rgba(120,0,0,0.7) 30%, rgba(120,0,0,0.5) 70%, rgba(120,0,0,0));
	padding: 0.3em;
}
.anons_play{
	flex-grow: 4;
	/*flex-basis: 60px;*/
	font-weight: bold;
	font-size: 170%;
	text-align: left;
	color: rgba(255,255,255,0.98);
	
	margin-right: 1em;
	
	text-shadow: 	0 1px 3px black, 1px 1px 3px black, 1px 0px 3px black;
}
.anons_date{
	/*flex-basis: 50px;*/
	font-weight: bold;
	font-size: 150%;
	text-align: right;
	color: rgba(255,255,255,0.9);
	
	text-shadow: 	0 1px 3px black, 1px 1px 3px black, 1px 0px 3px black;
}
.anonses{
	overflow: hidden;
	border-radius: var(--radius-small);
}

.slider{
	position: relative;	
}
.slider .plays_item{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index:-1;	
	
	display: flex;
	
	animation-fill-mode: forwards;
  animation-timing-function: ease;
	/*animation-delay: .1s;*/
	
  animation-duration: .6s
}
.slider .title{
	min-height: 6rem;
	display: flex;
	justify-content:center;
	align-items:center;
	min-height: 6rem;
}
.slider .title.quotes::before{
	content: "«";
}
.slider .title.quotes::after{
	content: "»";
}
.slider .plays_item .prop{
	flex-grow: 1;
	padding: var(--padding) 0  var(--padding-big);
}
.slider .plays_item.showing{
	position: absolute;
	z-index: 2;
}
.slider .plays_item.fromLeft{
	animation-name: fromLeft;
	position: relative;
}
.slider .plays_item.fromRight{
	animation-name: fromRight;
	position: relative;
}
@keyframes fromLeft {
		0%   {
			/*position: relative;	*/
			transform: translateX(-100%);
			z-index: 3;
		}
		100% {
			/*position: relative;	*/
			transform: translateX(0%);
			z-index: 3;
		}
}
@keyframes fromRight {
		0%   {
			/*position: relative;	*/
			transform: translateX(100%);
			z-index: 3;
		}
		100% {
			/*position: relative;	*/
			transform: translateX(0%);
			z-index: 3;
		}
}


.slider .arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 7;
	
	display: flex;
	justify-content:center;
	align-items: center;
	
	padding: var(--padding);
	
	cursor: pointer;
	
	opacity: .4;
	font-size: 2rem;
	color: white;
	
	transition: opacity .3s;
}
.slider .arrow::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	transition: left .2s, right .2s;
}
.slider .arrow:hover{
	opacity: 1;
}
.slider .arrow.left{
	left: 0;
	padding-left: .2rem;
}
.slider .arrow.right{
	right: 0;
	padding-right: .2rem;
}
.slider .arrow.left::before{
	left: -60%;
	background: linear-gradient(to right, #230900a6, #23090045, #23090000);
}
.slider .arrow.right::before{
	right: -60%;
	background: linear-gradient(to left, #230900a6, #23090045, #23090000);
}
.slider .arrow.left:hover::before{
	left: 0;
}
.slider .arrow.right:hover::before{
	right: 0;
}


.slider .shower{
	display: flex;	
	justify-content:center;
	align-items: center;
	color: white;
	z-index: 8;
	position: relative;
	/*background: #230900a6;*/
	position: absolute;
	bottom: .1rem;
	width: 100%;
	opacity: 0.8;
	padding-bottom: var(--padding-small);
}
.slider .shower .item{
	/*--size: 1.5rem;
	width: var(--size);
	height: var(--size);
	border: .3rem solid white;*/
	height: .3rem;
	width: .6rem;
	background: white;
	transition: backgrouns .3s, border .3s, width .3s;
	border-radius: .3rem;
	margin: 0 .2rem;
}
.slider .shower .item.active{
	background: var(--color-accent);
	width: 1.2rem;
}

/*--------------------[ Plays ]---------------------------*/
.plays_list{
	display: block;
	padding: 0;
	margin: var(--padding) 0;
	overflow: hidden;
	border-radius: var(--radius-small);
}

.plays_item{
	/*display: block;*/
	min-height: 192px;
	display: flex;
    justify-content: center;
    align-items: center;
	/*padding-bottom: 23%;*/
	position: relative;
	background: #795548a6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://tteatr.ru/imgs/anons_back.jpg);
	
	--play_color: #230900;
}
.plays_item.active:hover .prop::before{
    	top: 60%;
}
.plays_item.active:hover .prop::after{
    	bottom: 60%;
}
.plays_item.inactive{
	filter: sepia(.9);
	cursor: default;
}
.plays_item.inactive .prop{ 
	backdrop-filter: blur(2px);
}
.red_line, 
.red_line p{
	text-indent: var(--padding);
}
.plays_item .prop{
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 10rem;*/
	min-height: 192px;
  min-width: 100%;

	text-decoration: none;
	color: white;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*padding-bottom: var(--padding);
	padding-top: var(--padding-big);*/
	padding: var(--padding) 0;

	overflow: hidden;
}
.plays_item .prop::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
  //background: linear-gradient(to top, #230900a6, #23090045, #23090000);
  background: linear-gradient(to top, var(--play_color), transparent);
	transition: top .3s;
}
.plays_item .prop::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
  //background: linear-gradient(to bottom, #230900a6, #23090045, #23090000);
  background: linear-gradient(to bottom, var(--play_color), transparent);
	transition: bottom .3s;
}

.plays_item .title{
	text-align: center;
	font-family: astakhov, Arial, sans-serif;
	text-shadow: -2px -2px 1px #23090033,
	-2px 0 1px #23090033,
	-2px 2px 1px #23090033,
	0 -2px 1px #23090033,
	0 0 1px #23090033,
	0 2px 1px #23090033,
	2px -2px 1px #23090033,
	2px 0 1px #23090033,
	2px 2px 1px #23090033;
	font-size: 2rem;
	/*font-size: max(2.3vw,1.5rem);*/
	z-index: 3;
	padding: 0 var(--padding);
  padding-bottom: var(--padding);
	margin-top: var(--padding);
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--padding-small);
	/*min-height: 6rem;*/
	align-content: center;
}

.plays_item .style{
	text-align: center;
	text-transform: uppercase;
	min-height: 1rem;
	padding: var(--padding-tiny) var(--padding-small);
}

.plays_item .style.premiere{	
	background: var(--play_color);
	filter: invert(1);
	border-radius: var(--padding-tiny);
	color: black;
}
.plays_item .style.premiere::before{	
	content: "Премьера!";
}

.plays_item .sub{
	text-align: center;
}
.plays_item .author{
	display: block;
}
.plays_item .style,
.plays_item .sub,
.plays_item .year {
	text-shadow: 1px 1px #230900a6, 0 0 3px #230900a6;
	z-index: 3;
	/*opacity: 0.9;*/
	position: relative;
}
.plays_item .date,
.plays_item .anons_place{
	font-size: 110%;
	/*margin: .8rem auto .8rem;*/
	display: block;
	position: relative;
	z-index:3;
	font-weight: 600;
}

.play_header{
	/*position: relative;
  top: calc(-2 * var(--padding-big));*/
}
.play_header_container{
	position: relative;
	padding: .2rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
		border-radius: var(--radius-small);
		overflow: hidden;
	--play_color: #230900;
}
.play_header_container::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .35;
	background: #230900;
	background: var(--play_color);
}
.play_header_container .title{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: normal;
	font-size: 2rem;
  /*font-size: max(2.3vw,1.5rem);*/
  font-size: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: astakhov;
	/*
	text-shadow: -2px -2px 1px #23090033, 
		-2px 0 1px #23090033, 
		-2px 2px 1px #23090033, 
		0 -2px 1px #23090033, 
		0 0 1px #23090033, 
		0 2px 1px #23090033, 
		2px -2px 1px #23090033, 
		2px 0 1px #23090033, 
		2px 2px 1px #23090033, 
		0 0 20px #79554891, 
		0 0 20px #79554891;*/
	text-shadow: -2px -2px 1px #23090033, 
		-2px 0 1px #23090033, 
		-2px 2px 1px #23090033, 
		0 -2px 1px #23090033, 
		0 0 1px #23090033, 
		0 2px 1px #23090033, 
		2px -2px 1px #23090033, 
		2px 0 1px #23090033, 
		2px 2px 1px #23090033, 
		0 0 20px #7b7b7b;
	color: rgba(255,255,255,0.85);
	
}


.tabl{
	display: flex;
  flex-direction: column;
	margin: var(--padding-small) 0;
	margin-bottom: var(--padding);
}
.tabl .row{
	display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--padding-tiny);
}
.tabl .left,
.tabl .right{
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 50%;
	min-width: 10rem;
}
.tabl .left{
	text-align: right;
	padding-right: var(--padding-tiny);
}
.tabl .right{
	text-align: left;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
}

.tabl .v-center{
	display: flex;
	align-items: center;
}
.tabl .v-center.left{
	flex-direction: row-reverse;
}

.afisha_block{
	
}
.afisha_block ul{
	padding: 0;
}
.afisha_block li{
	background: var(--back-color-darker);
  padding: var(--padding);
	margin-bottom: var(--padding);
  border-radius: var(--radius);
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.afisha_block .date,
.afisha_block .time{
	font-weight: bold;
}
.afisha_block .right{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  justify-content: center;	
	flex-grow: 1;
}
.afisha_block li {
	justify-content: space-between;	
}
.afisha_block .left {
	flex-grow: 2;
}

.afisha_block .afisha_button{
	border-radius: var(--radius-small);
    overflow: visible;
    border: 0px solid #d8d8d8;
    border-top-width: 0px;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 2px;
    border-color: transparent /*#dddddd*/;
    font-weight: bold;
    text-decoration: none;
    text-shadow: #673ab7 0px 1px 2px;
    padding: var(--padding-tiny) var(--padding-small);
    margin: var(--padding);
    color: #fff;
    box-shadow: 0 3px 0 var(--back-color-darker);
    transform: translateY(0px);
    background-color: var(--back-color-bright);
		background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, rgba(255, 255, 255, 0.3) 75.52%, rgba(100, 181, 239, 0) 100%);
		background-repeat: no-repeat;
		animation: bg-move linear 10s infinite;
    min-width: 100px;
    color: white;
    display: inline-block;
    cursor: pointer;
    user-select: none;
		padding: var(--padding);
    font-size: 110%;
    transition: background .2s, box-shadow .1s, transform .1s;
}
@keyframes bg-move {
  0%   { background-position: -550px 0; }
  100% { background-position: 3000px 0; }
}
.afisha_block .afisha_button:hover{
	background-color: var(--color-accent);
	box-shadow: 0 3px 0 var(--button-sh-color);
}
.afisha_block .afisha_button:active {
    background-color: #ff9800;
    color: white;
    box-shadow: #ff5722 0 0 0;
    transform: translateY(3px);
}

.ya_feedback{
	display: flex;
	align-content: center;
	overflow: hidden;
	max-height: 2rem;
	flex-wrap: wrap;
}
.ya_feedback img{
	max-width: 10rem; 
	border-radius: var(--radius-small); 
	overflow: hidden;
	filter: sepia(0.75);
	transition: filter .3s;
}
.ya_feedback:hover img{
	max-width: 10rem; 
	border-radius: var(--radius-small); 
	overflow: hidden;
	filter: none;
}

/*-------------[ social media ]-------------*/
.sm_list,
.afisha_links{
	display: flex;
	flex-wrap: wrap;	
	
	padding: 0; 
	list-style: none;  
	justify-content: space-evenly;
    align-items: stretch;
}
.sm_list li {
	flex: 1;
	flex-basis: 9em;
	display: flex;
  align-items: stretch;
}
.sm_list a {
	text-decoration: none; 
	color: white; 
	margin: .1em; 
	padding: var(--padding-small); 	
	display: block;
	opacity: 0.8;
  font-weight: bold;
	transform: perspective(400px) translateZ(0px);
	z-index: 2;
	position: relative;
	
	border-radius: var(--radius-small);
	
	transition: opacity .3s, transform .2s, box-shadow .2s;
	
	flex: 1;
	display: flex;
  align-items: center;
	background: #cb0000;
}
ul.sm_list a {
	padding: 1.2em .9em; 	
}
.afisha_links li{
	margin: 1px 0;
}
.afisha_links .ticket:hover .just_go,
.sm_list a:hover {
	opacity: 1;
  transform: perspective(400px) translateZ(1em);
	z-index: 9;
	/*box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%), inset 0 0 0 rgb(0 0 0 / 50%);*/
	box-shadow: 0px 1rem 0.3rem -0.5rem rgb(0 0 0 / 26%);
}
.afisha_links .ticket:active.just_go,
.sm_list a:active {
	opacity: 1;
  transform: perspective(400px) translateZ(0px);
}
.sm_list a.vk{
	/*background: #5181b8;*/
	background: #0077FF;
}

.sm_list a.fb{
	background: #1877f2;
}

.sm_list a.tw{
	background: #1da1f2;
}

.sm_list a.in{
	background: #E91E63;
}

.sm_list a.tl{
	/*background: #5682a3;*/
	background: #0088cc;
}

.sm_list a.yt{
	background: #ff0000;
}

.sm_list a.tt{
	background: #cb0000;
}
.sm_list i{
	margin-right: var(--padding-small);
	font-size: 130%;
	
	background: var(--back-color-dark);
	padding: var(--padding-small);
	border-radius: var(--radius);
}

/*  tickets links  */

.afisha_links li {
	flex: 1;
	flex-basis: 25em;
	display: flex;
  align-items: stretch;
}
.afisha_links a.ticket{
	background: #e64a19;
}

.afisha_links .ticket{
	text-decoration: none; 
	color: white; 
	margin: .1em; 
	padding: var(--padding); 	
	display: block;
	opacity: 0.8;
  font-weight: bold;
	transform: perspective(400px) translateZ(0px);
	z-index: 2;
	position: relative;
	
	
	border-radius: var(--radius-small);
	
	transition: opacity .3s, transform .2s, box-shadow .2s;
	
	flex: 1;
	display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: space-between;
	gap: 1rem;
	background: #e64a19;
}

.afisha_links .just_go,
.afisha_links .buy_ticket,
.afisha_links .title{
	flex-grow: 1;
	flex-basis: 10rem;
}
.afisha_links .just_go,
.afisha_links .buy_ticket{
		
	margin-right: var(--padding-small);
	font-size: 130%;
	
	padding: var(--padding-small);
	border-radius: var(--radius);
	display: flex;
	justify-content:center;
	align-items:center;
	transition: opacity .3s, transform .2s, box-shadow .2s;
	
	background-color: var(--back-color-dark);
	background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, rgba(255, 255, 255, 0.2) 75.52%, rgba(100, 181, 239, 0) 100%);
	background-repeat: no-repeat;
	background-position: -550px 0;
	animation: bg-move linear 15s infinite;
	
	box-shadow: 0px 0rem 0rem -0.5rem rgb(0 0 0 / 46%);
}
.afisha_links a.buy_ticket{	
	background: var(--button-sh-color);
}
.afisha_links  .label{
	margin-left: .5rem;
}
.afisha_links a{
	color: white;
		text-decoration: none;
}


.afisha_links li:nth-child(1) .just_go,
.afisha_links li:nth-child(1) .buy_ticket
{	
	animation-delay: 0.1s;
}
.afisha_links li:nth-child(2) .just_go,
.afisha_links li:nth-child(2) .buy_ticket
{	
	animation-delay: 5.1s;
}
.afisha_links li:nth-child(3) .just_go,
.afisha_links li:nth-child(3) .buy_ticket
{	
	animation-delay: 10.1s;
}
.afisha_links li:nth-child(4) .just_go,
.afisha_links li:nth-child(4) .buy_ticket
{	
	animation-delay: 15.1s;
}
.afisha_links li:nth-child(5) .just_go,
.afisha_links li:nth-child(5) .buy_ticket
{	
	animation-delay: 20.1s;
}
.afisha_links li:nth-child(6) .just_go,
.afisha_links li:nth-child(6) .buy_ticket
{	
	animation-delay: 25.1s;
}
.afisha_links li:nth-child(7) .just_go,
.afisha_links li:nth-child(7) .buy_ticket
{	
	animation-delay: 30.1s;
}

.afisha_links a.buy_ticket:hover {
	opacity: 1;
  transform: perspective(400px) translateZ(1em);
	z-index: 9;
	/*box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%), inset 0 0 0 rgb(0 0 0 / 50%);*/
	box-shadow: 0px 1rem 0.3rem -0.5rem rgb(0 0 0 / 26%);
}
.afisha_links a.buy_ticket:active {
	opacity: 1;
  transform: perspective(400px) translateZ(0px);
}

/* table */
.table .thead {
  display: none;
  font-weight: bold;
}
.table .td {
  padding: 0;
}
.table .td .ttitle {
  margin-right: var(--padding-small);
  font-weight: bold;
}
.table .td.label {
  font-weight: bold;
}
.table .td .ttitle::after {
  content: ":";
}
.table .td.compact_hide{
	display: none;
}
.table .td:not(.label) {
  text-indent: 0;
  list-style-type: none;
  margin-left: var(--padding);
}

/**********[ holly ]************/
.anim{
  width: 180px;
  height: 110px;
  position: absolute;
  /**/left: 0px;/**/
  top: -40px;
  
  background-size: contain;
	background-repeat: no-repeat;
  
  transform-origin: 0 center;
	/**/transform: rotate(-90deg);/**/
  animation-fill-mode: forwards;
  animation-timing-function: ease;
	animation-delay: 4s;
	
  /*/animation-name: bounce-5;/**/
  background-image: url(/imgs/holly/fir/04.png);
	background-position: left top;
  animation-duration: 1.7s;
}
.anim1{
	animation-name: bounce-5;
}
.anim2{
	animation-name: bounce-51;
}

.fir_01{
  background-image: url(/imgs/holly/fir/01.png);	
}
.fir_02{
  background-image: url(/imgs/holly/fir/02.png);	
}
.fir_03{
  background-image: url(/imgs/holly/fir/03.png);	
}
.fir_04{
  background-image: url(/imgs/holly/fir/04.png);	
}

@keyframes bounce-5 {
		0%   { transform: scale(1,1)    rotate(0); }
		10%  { transform: scale(1.1,.9) rotate(0); top: -10px }
		30%  { transform: scale(.9,1.1) rotate(35deg); }
		50%  { transform: scale(1,1)   rotate(5); }
		57%  { transform: scale(1,1)    rotate(20deg); }
		64%  { transform: scale(1,1)   rotate(20deg); }
		100% { transform: scale(1,1)    rotate(20deg); top: -10px  }
	}
@keyframes bounce-51 {
		0%   { transform: scale(1,1)    rotate(0); }
		10%  { transform: scale(1.1,.9) rotate(0); top: 10px }
		30%  { transform: scale(.9,1.1) rotate(-35deg); }
		50%  { transform: scale(1,1)   rotate(-5); }
		57%  { transform: scale(1,1)    rotate(-20deg); }
		64%  { transform: scale(1,1)   rotate(-20deg); }
		100% { transform: scale(1,1)    rotate(-20deg); top: 10px  }
	}
	
	
	
#container>header .ny_emoji{
	position: absolute;
	bottom: -0.9rem;
	left: 50%;
	display: block;
	font-size: 300%;
	
}
/*	
.anim_jump{
	display: block;
	animation: gelatine 0.5s forwards;
	transform: scale(1, 1) translate(0, 5rem)
}
@keyframes gelatine {
  0% { transform: scale(1, 1) translate(0, 5rem)} 
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
	100% { transform: scale(1, 1) translate(0) }
}*/

.ny_emoji{
	position: absolute;
	bottom: -0.5rem;
	left: 45%;
	display: block;
	font-size: 300%;
	z-index:1;
}	
.ny_em_el{
	display: block;
	cursor: default;
}
.anim_appear{
	animation: appear 0.5s forwards;
	transform: scale(1, 1) translate(0, 5rem)
}
.anim_gelatine{
	animation: gelatine 0.5s forwards;
}
@keyframes appear {
	0% { transform: scale(1, 1) translate(0, 5rem)} 
	25% { transform: scale(0.9, 1.1); }
	50% { transform: scale(1.1, 0.9); }
	75% { transform: scale(0.95, 1.05); }
	100% { transform: scale(1, 1) translate(0) }
}
@keyframes gelatine {
	0% { transform: scale(1, 1)} 
	25% { transform: scale(0.9, 1.1); }
	50% { transform: scale(1.1, 0.9); }
	75% { transform: scale(0.95, 1.05); }
	100% { transform: scale(1, 1)}
}
/*@keyframes bow {
	0% { transform: scale(1, 1) rotate(-10deg)} 
	25% { transform: scale(0.9, 1.1) rotate(-15deg); }
	50% { transform: scale(1.1, 0.9) rotate(-5deg); }
	75% { transform: scale(0.95, 1.05) rotate(-15deg); }
	100% { transform: scale(1, 1) rotate(-10deg)}
}*/
@keyframes bow {
	0% { transform: rotate(-10deg)} 
	25% { transform: rotate(-15deg); }
	50% { transform: rotate(-5deg); }
	75% { transform: rotate(-15deg); }
	100% { transform: rotate(-10deg)}
}
/*******************************/


/* donat */
.tnx_box{
	position: relative;
	display: grid;
	margin-top: var(--padding-mobile_menu_bottom);
}
.tnx_wrapper{
	position: relative;
	z-index: 5;
	background: white;
	box-shadow: 0 1px 4px 0px #ff9800;
	
	padding: var(--padding-big);
	margin: auto;
}
.tnx_wrapper p{
	text-align: inherit;
}
.cat_box{
	/*display: none;*/
	/*position: absolute;	
	bottom: 0;*/
}
.cats{
	position: absolute;
	bottom: 0;
	display: flex;
}
.back_cat{
	
	max-width: 30vmin;
}

svg.back_cat{
	width: 100%;
	transform: scale(0.5) translateY(50%);
	
	animation-fill-mode: forwards;
  animation-timing-function: ease;
	animation-delay: 0.1s;
	animation-duration: 1s;
	animation-name: cat_appeer;
	animation-timing-function: cubic-bezier(0.565, 0.180, 0.540, 1.365);
}
svg.back_cat	path{
	fill:  var(--text-color);
}
.cat_box:nth-child(1){
	transform: translateX(50%) rotate(-45deg);	
}		

.cat_box:nth-child(2){
	transform: translateX(0) translateY(-45%) rotate(-20deg);
}		

.cat_box:nth-child(3){
	transform: translateX(0) translateY(-50%); 
}		

.cat_box:nth-child(4){
	transform: translateX(0) translateY(-45%) rotate(20deg);
}		

.cat_box:nth-child(5){
	transform: translateX(-50%) rotate(45deg);
}		
.cat_box:nth-child(1) .back_cat{	
	animation-delay: 0.25s;
}		

.cat_box:nth-child(2) .back_cat{
	animation-delay: 0.15s;
}		

.cat_box:nth-child(3) .back_cat{
	animation-delay: 0.1s;
}		

.cat_box:nth-child(4) .back_cat{
	animation-delay: 0.2s;
}		

.cat_box:nth-child(5) .back_cat{
	animation-delay: 0.1s;
}		

@keyframes cat_appeer {
		0%   { transform: scale(0.5) translateY(50%) }
		70% { transform: scale(1.1) translateY(0)   }	
		100% { transform: scale(1) translateY(0)   }
	}

/*---------[ form ]----------*/

	.form{
		background: var(--back-color-darker);
		padding: var(--padding);
		border-radius: var(--radius);
	}
	.form .row{
		display: block;
		background: var(--back-color-darker);
		margin: var(--padding-tiny) 0;
		padding: 1px;
	}
	.form .title{
		margin: var(--padding-small) var(--padding-small) 0 var(--padding-small);
		text-align: left;
		min-width: 0;
	}
	.form .input{
		margin: var(--padding-small);
		flex-grow: 1;
	}
	.form .input input,
	.form .input textarea{
		width:100%;
	}
/*--------[ /form ]----------*/

	/* admin  */
	#admin_links ul{
		list-style: none;
		padding: 0;
		margin: 0;
	} 
	#admin_links a{
		display: block;
		margin: var(--padding-small) 0;
	} 


/*---------[ media ]----------*/

@media screen and (max-width: 800px) {
	body, html {
		/*font-size: 12px;*/
	}
	#container header{
		display: none;
	}
	.mobile_menu_container{
		display: block;
	}
	.mobile_menu_wrapper{
		display: block;
	}
	aside {
			display: none;
	}
	aside.showonmobile{
		float: none;
		display: block;
	}
	#content{
		margin-left: 0;
		padding: var(--padding);
	}
	/*footer{
		padding-top: 5rem;
	}*/
	footer .m_m_wrap{
		display: none;
	}

	.plays_item{
		padding-bottom: 0;
	}
	.plays_item .prop{
		/*position: relative;*/
		padding: var(--padding) 0;
		background: linear-gradient(to top, #23090047, #23090061);
	}
	.play_header{
    		/*top: 0;*/
	}
	.play_header_container {
		border-radius: var(--radius);
		overflow: hidden;
		/*display: none;*/
	}
	.play_header_container .title{
		font-size: 1.5rem;
	}
	.tnx_box{
		margin-top: var(--padding-huge);
	}
	
	.tnx_wrapper{		
		padding: var(--padding);
	}
	.back_cat{
		
		max-width: 50vmin;
	}
	.cats{
		top: -30%;
	}
	
	.cat_box:nth-child(1){
		transform: translateX(0) rotate(0);	
	}		

	.cat_box:nth-child(2){
		transform: translateX(0) translateY(0) rotate(0);
	}		

	.cat_box:nth-child(3){
		transform: translateX(0) translateY(0); 
	}		

	.cat_box:nth-child(4){
		transform: translateX(0) translateY(0) rotate(0);
	}		

	.cat_box:nth-child(5){
		transform: translateX(0) rotate(0);
	}		
	
	.prj_body2{
		/*max-height: 80vh;*/
		padding: var(--padding);
		padding-right: var(--padding-small);
	}
	.prj_content{
		padding-right: var(--padding-small);		
	}
	
	p.info.ico{	
		padding-left: var(--padding);

	}
	p.info.ico::before{	
		content: "\f05a";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 150%;
		display: inline-block;
		color: var(--color-accent);
		margin-right: var(--padding-tiny);
		position: static;
		
	}
	
	.af_row_body a:link.button.buy_ticket{
		display: block; 
		text-align: center;
	}
	
}


@media screen and (max-width: 420px) {

	.tabl{		
		margin: .5rem auto;
	}
	.tabl .row {
		display: block;
		margin-bottom: .5rem;
	}
	.tabl .left,
	.tabl .right{
		text-align: left
	}
	.tabl .v-center.left{
		flex-direction: row;
	}
}



@media screen and (min-width: 1000px) {
	.plays_item .title{
		font-size: 2rem;
	}
	/*---------[ form ]----------*/
	
	.form .row{
		display: flex;
	}
	.form .title{
		text-align: right;
		min-width: 15rem;
		margin: var(--padding-small) 0;
	}
	.form .input{
	}
	/*--------[ /form ]----------*/
	
	 /* table */
  .table {
    display: table;
    /*border: 1px solid;*/
    border-spacing: var(--padding-tiny);
  }
  .table .thead {
    display: table-header-group;
  }
  .table .thead .td {
    vertical-align: bottom;
  }
  .table .tbody {
    display: table-row-group;
  }
  .table .tr {
    display: table-row;
  }
	.table .thead .td{
		background: var(--back-color-bright);
	}	
	.table .tr .td.empty{
		background: none;
	}
  .table .td {
    display: table-cell;
    text-align: center;
    /*border: 1px solid;*/
    padding: var(--padding-tiny);
		background: var(--back-color-darker);
  }
  .table .td .ttitle {
    display: none;
  }
  .table .td.label {
		background: var(--back-color-bright);
  }
	.table .td.compact_hide{		
    display: table-cell;
	}
}

/*

.plays_item .title{
	text-align: center;
	font-family: astakhov, Arial, sans-serif;
	text-shadow: -2px -2px 1px #23090033,
	-2px 0 1px #23090033,
	-2px 2px 1px #23090033,
	0 -2px 1px #23090033,
	0 0 1px #23090033,
	0 2px 1px #23090033,
	2px -2px 1px #23090033,
	2px 0 1px #23090033,
	2px 2px 1px #23090033;
	font-size: 2rem;
	font-size: max(2.3vw,1.5rem);
	z-index: 3;
  padding-bottom: var(--padding);
	margin-top: var(--padding);
}
*/