

/* Start:/local/templates/svetilniki/css/contacts.css?17621592437990*/
body {
	background: #fff !important;
}

#contacts a {
    text-decoration: none;
}
#contacts a, #contacts button, #contacts .t-radio, #contacts .t-checkbox, #contacts .t-img-select {
    outline: none;
}

.contacts {

}
.contacts-top {
    display: grid;
	grid-template-columns: 1.15fr .85fr;
    gap: 22px;
    align-items: center;
    margin-bottom: 20px;
}
.contacts-top-left {
    background: linear-gradient(135deg, rgba(81, 165, 100, .09), rgba(99, 194, 120, .06));
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 26px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}
h1.contacts-top-title {
	margin: 0 0 8px;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.08;
    /*background: linear-gradient(90deg, #51A564, #63c278);
    -webkit-background-clip: text;
    color: transparent;*/
	color: var(--light_green);
}
.contacts-top-descr {
	color: #64748b;
}
.contacts-top-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}
.contacts-top-list-item {
	background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 14px;
    padding: 12px;
}
.contacts-top-list-item-name {
	font-size: 14px;
}
.contacts-top-list-item-link {
	font-weight: 700;
	font-size: 20px;
	color: #000;
    text-decoration: none;
}
.contacts-top-list-item-link:hover {
	color: var(--light_green);
    text-decoration: none;
}

.contacts-top-right {
	display: grid;
    gap: 10px;
}
.status {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #ef4444;
}
.open .dot {
    background: #22c55e;
}
.tiny {
    font-size: 12px;
}
.quick {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.btn.outline {
    background: #fff;
    color: var(--light_green);
    border: 1px solid var(--light_green);
	text-decoration: none;
}
.btn.primary {
    background: linear-gradient(90deg, #51A564, #63c278);
    color: #fff;
}

.btn.outline:hover {
    background: linear-gradient(90deg, #51A564, #63c278);
    color: #fff;
}
.chip {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 14px;
}



@media (max-width: 768px) {
	.contacts-top {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}


@media (max-width: 576px) {
	.contacts-top-list {
		grid-template-columns: 1fr;
	}
}



/* ===== Карточки контактов ===== */

.socials-wrap {
	margin-top: 18px; 
	display: grid; 
	grid-template-columns: 1.1fr 0.9fr; 
	gap: 14px
}


.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* Адаптация под экраны */
@media (max-width: 1024px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cards {
    grid-template-columns: 1fr;
  }
	.socials-wrap {
		grid-template-columns: 1fr; 
	}
}

/* Отдельная карточка */
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

/* Строка внутри карточки */
.row {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}

/* Ссылки внутри строки */
.row a {
  color: var(--brand);
  text-decoration: none;
}

.row a:hover {
  text-decoration: underline;
}

/* Элемент копирования */
.copy {
  cursor: pointer;
  color: var(--brand);
  font-weight: 700;
}

/* ===== Табы локаций ===== */

.tabs {
  margin-top: 20px;
}

/* Заголовки табов */
.tab-head {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tab-btn {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
}

.tab-btn.active {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  color: #fff;
  border-color: transparent;
}

/* Контейнер с содержимым табов */
.tab-body {
	border: 1px solid var(--line);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--shadow);
}

/* Блок локации */
.loc {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 0;
}

.time-work {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


@media (max-width: 980px) {
	.loc {
		grid-template-columns: 1fr;
	}
}

/* Информация о локации */
.loc-info {
	padding: 16px;
	display: grid;
	gap: 10px;
}

/* Метки (режим работы, особенности) */
.loc-info .pill {
	display: inline-block;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	color: var(--muted);
	height: max-content;
}

/* Кнопки действий (карты, копировать) */
.loc-cta {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.loc-cta a {
	display: flex;
    justify-content: center;
    align-items: center;
}

.loc-info-block {
	display: flex;
    flex-direction: column;
}


/* ===== Карта (ленивая подгрузка) ===== */

.map {
  position: relative;
  min-height: 360px;
  background: linear-gradient(135deg, #eaf5ee, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Загрузка карты (кнопка поверх карты) */
.map .load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Кнопка загрузки карты */
.map .btn {
  position: relative;
  z-index: 2;
}

/* iframe карты (по умолчанию скрыт) */
.map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
}

/* Показываем iframe, когда карта загружена */
.map.loaded iframe {
  display: block;
}





/* ===== Форма ===== */

.form {
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow);
}

.form h3 {
  margin: 0 0 8px;
}

/* Сетка 2 колонки */
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 760px) {
  .grid2 {
    grid-template-columns: 1fr;
  }
}

/* Поля ввода */
.input {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.input input,
.input textarea,
.input select {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 14px;
}

/* Подсказка */
.hint {
  color: var(--muted);
  font-size: 12px;
}

/* ===== Соцсети и загрузки ===== */

.socials,
.downloads {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dl {
  background: #fff;
  border: 1px solid var(--brand);
  color: var(--brand);
  border-radius: 10px;
  padding: 8px 10px;
  font-weight: 800;
  text-decoration: none;
}

/* ===== FAQ (аккордеон) ===== */

.acc {
  margin: 20px 0 40px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.acc-item + .acc-item {
  border-top: 1px solid var(--line);
}

.acc-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  cursor: pointer;
}

.acc-c {
  display: none;
  padding: 0 14px 14px;
  color: var(--muted);
  font-size: 14px;
}

.acc-item.open .acc-c {
  display: block;
}

/* ===== Sticky мини-бар (моб.) ===== */

.sticky {
  position: sticky;
  bottom: 0;
  background: #fffffff2;
  backdrop-filter: saturate(140%) blur(6px);
  border-top: 1px solid var(--line);
  padding: 10px;
  display: none;
}

@media (max-width: 980px) {
  .sticky {
    display: block;
  }
}

.sticky-in {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

/* ===== Мелкий текст ===== */

.tiny {
  font-size: 12px;
}
/* End */
/* /local/templates/svetilniki/css/contacts.css?17621592437990 */
