@charset "UTF-8";
/**
 Кнопка сортировки
 */
.sort-th--up .sort-th_btn:before, [data-sort="asc"] .sort-th_btn:before {
  transform: rotate(0deg);
  background-position: right; }

.sort-th {
  position: relative;
  padding-bottom: 20px !important; }
  .sort-th_btn {
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    margin-top: 3px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 3px; }
    .sort-th_btn-align {
      padding-top: 18px; }
    .sort-th_btn:before {
      content: "";
      width: 13px;
      height: 13px;
      transform: rotate(180deg);
      background-size: 13px;
      background: url(/public/images/sort-asc.png) no-repeat left;
      left: 0;
      top: 0;
      display: block; }
    .sort-th_btn.up:before {
       transform: rotate(0);
       background-position: right;
     }

/**
 Окно плеера
 */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }

/**
 Страница
 */
.page-content {
  height: calc(100% - 49px);
  padding: 0 50px 20px 50px;
  overflow-y: auto;
  max-height: calc(100% - 9px);
  position: relative;
  text-indent: 0; }
  .page-content--programs {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-y: hidden;
    height: calc(100% - 91px); }

/**
 Заголовок страницы
 */
.page-title {
  color: #650012;
  font-weight: bold;
  font-size: 18pt;
  text-align: center;
  padding: 10px; }

/**
 Справочники
 */
.hand-books {
  padding: 20px; }
  .hand-books_item {
    margin-bottom: 10px; }
    .hand-books_item a {
      color: #000;
      font-size: 15px; }

/**
 Театры
 */
.theaters {
  padding-top: 20px;
  height: calc(100% - 49px); }
  .theaters_wrapper {
    display: flex; }
  .theaters_table {
    width: 47%; }
    .theaters_table_title {
      font-size: 14px;
      margin-bottom: 15px;
      font-weight: bold;
      text-align: center; }
      .theaters_table_title--margin {
        margin-top: 20px; }
  .theaters_map {
    display: flex;
    box-sizing: border-box;
    width: 53%;
    flex-direction: column;
    align-items: center; }
    .theaters_map_ol {
      width: 480px;
      height: 600px;
      position: relative; }
  .theaters_filter {
    display: flex;
    justify-content: center;
    margin: 0 0 15px 0; }
    .theaters_filter_item {
      margin: 0 10px;
      cursor: pointer;
      text-align: center;
      text-indent: 0; }
      .theaters_filter_item--active {
        background: #ffa; }

/**
 Страница театра
 */
.theatre {
  padding-top: 19px;
  text-indent: 20px;
  padding-left: 30px;
  padding-right: 30px; }
  .theatre_wrapper {
    display: flex;
    justify-content: space-between; }
  .theatre_images {
    width: 40%;
    overflow: hidden; }
  .theatre_description {
    width: 100%;
    text-align: justify; }
    .theatre_description--full {
      width: 100%; }
  .theatre_img {
    width: 420px;
    float: left;
    margin-right: 20px;
    display: flex; }
    .theatre_img img {
      width: 100%; }
  .theatre_thumbs {
    margin-top: 20px;
    display: flex; }
    .theatre_thumbs-item img {
      height: 120px;
      width: 120px;
      object-fit: cover;
      object-position: bottom;
      font-family: 'object-fit: cover; object-position: bottom;'; }
  .theatre_thumbs {
    margin-top: 20px; }

/**
  Страница пользователей
 */
.users_table {
  width: 800px;
  margin: auto; }

/**
 Кнопка назад
 */
.btn-back {
  font-family: Arial;
  font-weight: bold;
  color: #650012 !important;
  border: 1px solid #ccc;
  background-color: #ffa !important;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 4;
  text-decoration: none; }
  .btn-back:hover {
    text-decoration: none; }

.table-fixer--programs {
  height: calc(100% - 36px); }

/**
  Кнопка главная
 */
.home-btn {
  color: #fff;
  text-decoration: underline;
  position: absolute;
  left: 22px;
  margin-top: 16px; }
  .home-btn:hover {
    color: #fff; }

/**
  Отметка о новой записи
 */
.new-item {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #01b2ec;
  border-radius: 50%;
  top: 2px;
  right: 2px; }

table thead .align-middle {
  vertical-align: middle; }

table .justify-content-center {
  justify-content: center; }

.table-default td[rowspan] {
  vertical-align: center; }

/**
  Всплывашка театров на карте
 */
.theatre-map_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #cccccc; }

.theatre-map_item {
  margin-bottom: 3px;
  font-size: 13px;
  cursor: pointer; }
  .theatre-map_item:hover {
    text-decoration: underline; }

/**
  Контекстное меню скачать
 */
.context-download {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 8px;
  cursor: pointer; }
  .context-download:hover {
    background: #ffa; }

/**
 Плеер
 */
.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.last-page-btn {
  font-family: Arial;
  font-weight: bold;
  color: #650012 !important;
  border: 1px solid #ccc;
  background-color: #ffa !important;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  top: -7px;
  /* left: 0; */
  z-index: 4;
  right: -97px;
  text-decoration: none;
  display: none; }


/*# sourceMappingURL=main.css.map*/