

/* Start:/local/components/laba/social.links/templates/.default/style.css?1776178952364*/


.weather-icon {
    /*width: auto;*/
    /*height: 40px; !* Высота подбирается под размер шрифта *!*/
    /*display: block;*/
    display: inline-block;
    width: 16px;
    height: 16px;
}

/*@media(max-width: 570px){*/
/*    .weather-icon{*/
/*        width: 20px;*/
/*        height: 24px;*/
/*    }*/
/*}*/


/* End */


/* Start:/local/templates/main/template_styles.css?17773098436051*/
.empty-section {
  margin-top: 50px;
}

.empty-section-center {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  flex-direction: column;
}

.empty-section-center-title {
  font-size: 24px;
  font-weight: 700;
}

.empty-section .button {
  font-size: .875rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 50%;
  border: 1px solid transparent;
}

.news__list-item a {
  display: block;
  width: 100%;
}

.news__empty {
  padding: 24px;
  text-align: center;
  color: rgba(31, 31, 31, 0.6);
  background: #f7f8fa;
  border-radius: 12px;
}

.afisha__events-grid-swiper .swiper-wrapper>.news__empty {
  width: 100% !important;
  max-width: 100%;
  flex: 0 0 100%;
}

.afisha__events-grid>.news__empty {
  width: 100%;
  grid-column: 1 / -1;
}

.bx-cstm-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  opacity: 0;
  top: 0;
  left: 0;
  transition: 0.4s opacity;
}

.bx-cstm-loader--relative {
  position: relative;
  width: 50px;
  height: 50px;
}

.loader {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #00b955 94%, #0000) top/4px 4px no-repeat,
    conic-gradient(#0000 30%, #00b955);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
  animation: spinner-ub 0.8s infinite linear;
}

@keyframes spinner-ub {
  100% {
    transform: rotate(1turn);
  }
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bx-cstm-loader.animated {
  opacity: 0.7;
}

body>font {
  display: none !important;
}

.header__account {
  min-width: fit-content;
}

.main__news-item .news__card-image {
  width: 168px;
  height: 104px;
  border-radius: 20px;
  object-fit: cover;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  /* ���� ������� ��� ��������� */
  gap: 1.5rem;
  /* ������� ����� ���������� */
  margin: 40px 0;
}

/* ��� ���������� ������� (������� � 768px) */
@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(4, 1fr);
    /* ������ ������ ������� */
  }
}

.news__card img {
  height: 240px;
}

.copy-tooltip {
  position: fixed;
  background: rgb(153 147 147);
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none;
  /* ����� �� ������ ������ */
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.copy-tooltip.show {
  opacity: 1;
}

.share-box {
  position: relative;
}

.pop_up {
  position: absolute;
  top: -90px;
  width: max-content;
  background: #ffffff;
  padding: 10px;
  border-radius: 26px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  right: 0;
}

.pop_up::before {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 50px;
  width: 16px;
  height: 16px;
  background: white;
  transform: rotate(45deg);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.05);
  border-radius: 3px 0 0 0;
}

.pop_up::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border-radius: 26px;
  z-index: 1000;
}

.pop_up>* {
  position: relative;
  z-index: 1002;
}

@media screen and (max-width: 768px) {
  .pop_up svg {
    width: 30px;
  }
}

.services-nav__submenu .is-active {
  color: #00a651;
}

.services .news__search,
.services__main .news__search {
  border: 1px solid #F0F0F0;
}

hr.hr {
  margin: 40px 0;
  border: unset;
  border-top: 1px solid #1f1f1f0d;
  background: unset;
}

.text-18 {
  font-size: clamp(1rem, 0.8906rem + 0.3125vw, 1.125rem);
}

/*html .vacancies__detail-info{*/
/*    gap: 0;*/
/*}*/

.nch-text-gr {
  font-family: 'Inter', sans-serif;
  font-size: 59.292px;
  font-weight: 600;
  line-height: 95%;
  letter-spacing: -4.269px;

  /* ОСНОВНОЙ ФОКУС: градиент + цвет через background */
  background: radial-gradient(213.18% 596.53% at 34.05% -58.54%, rgba(255, 245, 0, 0.70) 0%, rgba(16, 194, 98, 0.70) 100%);

  /* Обрезаем фон по тексту */
  background-clip: text;
  -webkit-background-clip: text;

  /* Делаем текст прозрачным, чтобы показать градиент */
  color: transparent;

  /* Добавляем зелёную подложку (как #019545 в иконке) */
  text-shadow: 0 0 0 #019545;
}

/* Если текст всё равно зелёный — проверьте, нет ли переопределения цвета в другом месте */
.nch-text-gr span {
  color: inherit;
}

.main__section.afisha__constructor-filter-section {
  padding-top: 0;
}

.afisha__inner--constructor .afisha__banner-top {
  margin-bottom: -20px;
}

.afisha__inner:not(.afisha__inner--constructor) .afisha__constructor-filter-section {
  margin-top: 40px;
}


/* Афиша: подсказки поиска внутри поля (не «вылетают» из контейнера) */
.afisha__filter .header__search-input-wrapper {
  position: relative;
  z-index: 5;
}

.afisha__filter .header__search-input-wrapper .news__search-preview {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 6px;
  z-index: 50;
  max-height: min(60vh, 360px);
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(31, 31, 31, 0.12);
}

/* Скрываем дублирующий блок периода (даты только через календарь-слайдер) */
.afisha__filter .main__afisha-period--hidden {
  display: none !important;
}

.f-html {
  padding: 0 !important;
}

.admin__page-inner .news__article{
  gap: 0;
}

html .news__article {
  gap: 0;
}
.news__article-gallery{
  margin-bottom: 40px;
}
/* End */
/* /local/components/laba/social.links/templates/.default/style.css?1776178952364 */
/* /local/templates/main/template_styles.css?17773098436051 */
