/**************************/
.clear {
  float: none!important;
  clear: both!important;
  display: table!important;
  width: 0!important;
  height: 0!important;
  margin: 0!important;
  padding: 0!important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#bg-dark {
  position: fixed;
  top: -40%;
  left: -40%;
  right: -40%;
  bottom: -40%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.mod_win_wrapper {
  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: 999;
}
.mod_win_wrapper .mod_win {
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  overflow: visible;
  background: #fff;
  border: 0px solid #d8d8d8;
  border-top-width: 0px;
  /*display: inline-block;*/
  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;
  overflow-y: auto;
  padding: 0.3em;
  display: flex;
  position: absolute;
  width: 95%;
  max-width: 50em;
  min-height: 15em;
  max-height: 95%;
  top: 1em;
  z-index: 9999;
  background: #eeeeee;
  color: #222;
  cursor: default;
  font-weight: normal;
  position: relative;
}
.mod_win_wrapper .mod_win .randomProp {
  cursor: pointer;
  border-bottom: 1px rgba(72, 126, 197, 0) dashed;
  transition: border 0.2s;
}
.mod_win_wrapper .mod_win .randomProp:hover {
  border-bottom: 1px #487EC5 dashed;
}
.mod_win_wrapper .mod_win .randomPropButton {
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity .3s;
}
.mod_win_wrapper .mod_win .randomPropButton:hover {
  opacity: 1;
}
.mod_win_wrapper .mod_win a {
  font-style: italic;
  text-decoration: none;
}
.mod_win_wrapper .mod_win a[href*="spells"] {
  color: #2e5992;
  border-bottom: 1px rgba(72, 126, 197, 0) dashed;
  background: #f6f9fc;
  transition: border 0.2s;
}
.mod_win_wrapper .mod_win a[href*="spells"]:hover {
  border-bottom: 1px #487EC5 dashed;
}
.mod_win_wrapper .mod_win a[href*="spells"]:visited {
  color: #2e5992;
}
.mod_win_wrapper .mod_win a[href*="spells"] {
  color: #2e5992;
  border-bottom: 1px rgba(72, 126, 197, 0) dashed;
  background: #f6f9fc;
  transition: border 0.2s;
}
.mod_win_wrapper .mod_win a[href*="spells"]:hover {
  border-bottom: 1px #487EC5 dashed;
}
.mod_win_wrapper .mod_win a[href*="spells"]:visited {
  color: #2e5992;
}
.mod_win_wrapper .mod_win a[href*="magic-item"] {
  color: #925d2e;
  background: #fcf9f6;
  border-bottom-color: rgba(197, 131, 72, 0);
}
.mod_win_wrapper .mod_win a[href*="magic-item"]:hover {
  border-bottom: 1px #c58348 dashed;
}
.mod_win_wrapper .mod_win a[href*="magic-item"]:visited {
  color: #925d2e;
}
.mod_win_wrapper .mod_win a[href*="monsters"] {
  color: #922e45;
  background: #fcf6f8;
  border-bottom-color: rgba(197, 72, 100, 0);
}
.mod_win_wrapper .mod_win a[href*="monsters"]:hover {
  border-bottom: 1px #c54864 dashed;
}
.mod_win_wrapper .mod_win a[href*="monsters"]:visited {
  color: #922e45;
}
.mod_win_wrapper .mod_win_content {
  padding: .5em;
  overflow-y: scroll;
}
.mod_win_wrapper .mod_win_content::-webkit-scrollbar {
  width: 0.2em;
  height: 0.2em;
}
.mod_win_wrapper .mod_win_content::-webkit-scrollbar-thumb {
  background: #777;
}
.mod_win_wrapper .mod_win_content::-webkit-scrollbar-track {
  background: #ddd;
}
.mod_win_wrapper .mod_win_content body {
  scrollbar-face-color: #777;
  scrollbar-track-color: #ddd;
}
.mod_win_wrapper .bCloseInfoWin {
  display: none;
  position: absolute;
  top: -0.2em;
  right: 0;
  padding: .1em .2em;
  font-size: 300%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2);
}
.mod_win_wrapper .bCloseInfoWin:hover {
  color: rgba(0, 0, 0, 0.4);
}
.flexParent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
}
.flexChild {
  flex-grow: 1;
}
[v-cloak] {
  display: none;
}
.frame {
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  overflow: visible;
  background: #fff;
  border: 0px solid #d8d8d8;
  border-bottom-width: 2px;
  border-top-width: 0px;
}
.fr {
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-bottom-width: 2px;
}
.fr-convex {
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  overflow: visible;
  background: #fff;
  border: 0px solid #d8d8d8;
  border-top-width: 0px;
  /*display: inline-block;*/
  font-weight: bold;
  padding: 0.7em;
  margin: 0.3em;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
  text-decoration: none;
  border-color: #555555;
  color: #fff;
  background: #666666;
  box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 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;
}
.fr-concave {
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  overflow: visible;
  background: #fff;
  border: 0px solid #d8d8d8;
  border-top-width: 0px;
  /*display: inline-block;*/
  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;
}
.combobox {
  display: table;
}
.input_place {
  display: flex;
}
.combobox_list_place {
  position: relative;
}
.combobox_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  background: rgba(250, 250, 250, 0.9);
}
.combobox_list li {
  padding: .2em .1em;
  cursor: pointer;
  transition: background .2s;
}
.combobox_list li:hover {
  background: #dcdcfa;
}
.afisha_empty {
  padding: 1rem;
  /* background: rgba(251,229,152,0.6); */
  font-style: italic;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
}
.afisha_empty span {
  font-size: 90%;
}
.af_month_title {
  margin: var(--padding-big) 0 var(--padding);
}
.af_month_title_val {
  font-weight: bold;
  text-transform: uppercase;
  background: var(--back-color-bright);
  padding: var(--padding);
  text-align: center;
  border-radius: var(--radius);
}
.af_row {
  background: var(--back-color-lighter);
  padding: var(--padding);
  border-radius: var(--radius);
  margin: var(--padding) auto;
}
.af_row.show_from {
  filter: contrast(0.4);
}
.af_row.removed {
  filter: contrast(0.4);
  outline: 1px solid red;
}
.af_row_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.af_row_datetime {
  flex-basis: 120px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  flex-shrink: 0;
  padding-bottom: 1em;
}
.af_row_date {
  flex-basis: 40px;
  flex-grow: 2;
  padding: .5em;
}
.af_row_date_val,
.af_row_time_val {
  font-weight: bold;
}
.af_row_date_val {
  margin-right: .2em;
  white-space: nowrap;
  /*
	&::after{
		content: ", ";
	}*/
}
.af_row_time {
  /*flex-basis: 30px;
	flex-grow: 1;*/
  padding: .5em;
}
.af_row_body {
  flex-basis: 400px;
  padding: .5em;
  flex-grow: 1;
  flex-shrink: 4;
  position: relative;
}
.af_row_body .plays_item {
  border-radius: var(--radius-small);
  overflow: hidden;
}
.af_row_body .plays_item .title {
  font-size: 1.5rem;
  font-size: max(2vw,1.5rem);
  font-size: clamp(1.7rem, 2vw, 2.3rem);
}
.af_row_body_max {
  display: none;
}
.af_row_body_max img {
  max-width: 100%;
  min-height: 2rem;
  display: block;
  position: relative;
  text-align: left;
  white-space: pre-wrap;
  background-color: #fafafa;
}
.af_row_body_max img::before,
.af_row_body_max img::after {
  display: inherit;
  position: absolute;
  width: 100%;
}
.af_row_body_max img::after {
  content: attr(alt) !important;
  padding: 0 /*1rem*/;
  transform: translateY(-50%);
  top: 50%;
  font-weight: bold;
  font-size: 140%;
}
.af_row_body_max img::before {
  content: "" !important;
  background: inherit !important;
  font-size: 0;
  height: 100%;
  outline: 2px #f3f3f3 dashed;
  outline-offset: -2px;
}
.af_row_body_min {
  font-weight: bold;
  font-size: 140%;
  margin: 0 0 .5rem;
}
.af_row_body_min a {
  text-decoration: none;
}
.af_row_body_autor_type {
  display: flex;
}
.af_row_body_author:after {
  content: ", ";
}
.af_row_body_info {
  margin: .5rem 0;
  width: 100%;
}
.af_row_body_place {
  /*padding-top: 1.7rem;*/
}
.af_row_panel {
  text-align: right;
}
.af_row_panel a {
  text-decoration: none;
}
.af_row_body_achtung {
  color: #d32f2f;
  margin: .5rem 0;
}
/*-------------------*/
.af_editor,
.af_editor_table {
  width: 100%;
}
.af_editor_footer {
  padding: 1.5em 0 1.5em;
  display: flex;
  justify-content: space-between;
}
.btn_cancel,
.btn_submit {
  border-radius: 3px;
  padding: .3em;
  border: 1px solid #bbb;
  cursor: pointer;
  transition: background .3s, bordr .3s;
}
.btn_cancel {
  color: white;
  background: #d32f2f;
  border-color: #ab2424;
}
.btn_cancel:hover {
  background-color: #dc5959;
  border-color: #d32f2f;
}
.btn_cancel:active {
  background: #d32f2f;
  border-color: #ab2424;
  outline: none;
}
.btn_submit {
  color: white;
  background: #388e3c;
  border-color: #2a692d;
}
.btn_submit:hover {
  background-color: #46b34b;
  border-color: #388e3c;
}
.btn_submit:active {
  background: #388e3c;
  border-color: #2a692d;
  outline: none;
}
.af_row_body_details {
  position: relative;
}
article[data-stat='premiere'] .show_stat:before {
  --color: #487ec5;
  content: "Премьера";
  font-size: 200%;
  border: 5px solid var(--color);
  border-radius: 5px;
  color: var(--color);
  font-weight: bold;
  padding: .3rem;
  opacity: 0.5;
  margin: 1rem 0;
  display: table;
}
article[data-stat='nosits'] .show_stat:before {
  --color: red;
  content: "Мест нет";
  font-size: 200%;
  border: 5px solid var(--color);
  border-radius: 5px;
  color: var(--color);
  font-weight: bold;
  padding: .3rem;
  opacity: 0.5;
  margin: 1rem 0;
  display: table;
}
article[data-stat='cancelled'] .show_stat:before {
  --color: red;
  content: "Отмена";
  font-size: 200%;
  border: 5px solid var(--color);
  border-radius: 5px;
  color: var(--color);
  font-weight: bold;
  padding: .3rem;
  opacity: 0.5;
  margin: 1rem 0;
  display: table;
}
.afisha_roles details {
  text-align: left;
  padding: var(--padding);
  font-size: 90%;
  background: var(--back-color-darker);
  border-radius: var(--radius);
}
.afisha_roles summary {
  padding: 0;
  background: none;
}
.afisha_roles .row {
  margin: var(--padding-tiny) 0;
}
.afisha_roles .role {
  font-weight: bold;
}
.afisha_roles .person {
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .af_row_time_val,
  .af_row_date_val {
    font-size: 140%;
  }
  article[data-stat='premiere'] .show_stat:before {
    --color: #487ec5;
    font-size: 200%;
    position: absolute;
    right: 0.1rem;
    bottom: 1.1rem;
    border: 5px solid var(--color);
    border-radius: 5px;
    color: var(--color);
    font-weight: bold;
    padding: .3rem;
    transform: rotate(-10deg);
    opacity: 0.5;
  }
  article[data-stat='nosits'] .show_stat:before {
    --color: red;
    font-size: 200%;
    position: absolute;
    right: 0.1rem;
    bottom: 1.1rem;
    border: 5px solid var(--color);
    border-radius: 5px;
    color: var(--color);
    font-weight: bold;
    padding: .3rem;
    transform: rotate(-10deg);
    opacity: 0.5;
  }
  article[data-stat='cancelled'] .show_stat:before {
    --color: red;
    font-size: 200%;
    position: absolute;
    right: 0.1rem;
    bottom: 1.1rem;
    border: 5px solid var(--color);
    border-radius: 5px;
    color: var(--color);
    font-weight: bold;
    padding: .3rem;
    transform: rotate(-10deg);
    opacity: 0.5;
  }
}
.compact .af_row_date_name,
.compact .af_row_body_info,
.compact .af_row_body_place,
.compact .af_row_body_duration,
.compact .af_row_body_coste,
.compact .af_row_body_age_limit,
.compact .style,
.compact .sub,
.compact hr {
  display: none;
}
.compact .plays_item {
  min-height: 0;
  padding-bottom: 0;
}
.compact .prop {
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}
