

/* Start:/local/templates/previlegiapark/styles/main.css?17549982679340*/
@charset "UTF-8";
/* Light */
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/local/templates/previlegiapark/styles/../fonts/helvetica/helvetica_light.woff2") format("woff2");
}
/* Light Oblique */
@font-face {
  font-family: "Helvetica";
  font-style: oblique;
  font-weight: 300;
  font-display: swap;
  src: url("/local/templates/previlegiapark/styles/../fonts/helvetica/helvetica_lightoblique.woff2") format("woff2");
}
/* Regular */
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/previlegiapark/styles/../fonts/helvetica/helvetica_regular.woff2") format("woff2");
}
/* Oblique */
@font-face {
  font-family: "Helvetica";
  font-style: oblique;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/previlegiapark/styles/../fonts/helvetica/helvetica_oblique.woff2") format("woff2");
}
/* Bold */
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/previlegiapark/styles/../fonts/helvetica/helvetica_bold.woff2") format("woff2");
}
/* Bold Oblique */
@font-face {
  font-family: "Helvetica";
  font-style: oblique;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/previlegiapark/styles/../fonts/helvetica/helvetica_boldoblique.woff2") format("woff2");
}
/* Cyrillic Bold Oblique (если нужен отдельный) */
@font-face {
  font-family: "Helvetica";
  font-style: oblique;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/previlegiapark/styles/../fonts/helvetica/helvetica_cyr_boldoblique.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0460-052F, U+0490-0491, U+04B0-04B1;
}
/* Cyrillic Oblique (если нужен отдельный) */
@font-face {
  font-family: "Helvetica";
  font-style: oblique;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/previlegiapark/styles/../fonts/helvetica/helvetica_cyr_oblique.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0460-052F, U+0490-0491, U+04B0-04B1;
}
:root {
  --color-primary: #8B4513;
  --color-text-light: rgba(255, 255, 255, 0.9);
  --color-text-dark: #333;
  --color-bg-overlay: rgba(0, 0, 0, 0.4);
  --color-bg-light: rgba(255, 255, 255, 0.95);
  --color-btn-bg: rgba(139, 69, 19, 0.8);
  --color-btn-hover: rgba(139, 69, 19, 0.9);
  --font-family: "Helvetica", sans-serif;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 24px;
  --font-size-2xl: 32px;
  --font-size-3xl: 48px;
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --spacing-xl: 48px;
  --spacing-2xl: 64px;
  --border-radius: 25px;
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: var(--font-size-base);
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family), sans-serif;
  line-height: 1.6;
  color: var(--color-text-light);
  position: relative;
  background-color: #FAF5F3;
  min-width: 402px;
}

.hidden {
  display: none;
}

.maintenance-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.maintenance-page__container {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.maintenance-page__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 1024px;
  gap: var(--spacing-md);
  background-image: url("/local/templates/previlegiapark/styles/../images/bcg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.maintenance-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -60px;
}
.maintenance-page__message {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 48px;
}
.maintenance-page__cta {
  align-self: center;
  font-size: 33px;
}
.maintenance-page__title {
  font-weight: 300;
}
.maintenance-page__title-main {
  display: block;
  font-size: var(--font-size-3xl);
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: var(--spacing-xs);
}
.maintenance-page__title-sub {
  display: block;
  font-size: var(--font-size-lg);
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0.9;
}
.maintenance-page__content {
  display: flex;
  flex-direction: column;
  padding: 0 37px;
}
.maintenance-page__footer {
  margin-top: var(--spacing-lg);
}

.logo {
  margin-top: 200px;
}
.logo__icon {
  width: 840px;
  height: 370px;
}

.info-block__text {
  margin-top: 94px;
  font-size: 42px;
  line-height: 1.2;
  color: #441E1B;
}

.schedule {
  color: #441E1B;
  max-width: 998px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 170px;
}
.schedule__title {
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 64px;
}
.schedule__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 24px;
}
.schedule__item {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  line-height: 1;
  font-size: 42px;
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  column-gap: 32px;
  justify-content: initial;
}
.schedule__day {
  font-weight: 400;
  justify-self: start;
}
.schedule__time {
  font-weight: 700;
  justify-self: start;
  min-width: 10ch;
  text-align: left;
}

.contacts {
  display: flex;
  flex-direction: column;
  color: #441E1B;
  margin-bottom: 40px;
}
.contacts__label {
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}
.contacts__phone {
  font-size: 42px;
  font-weight: 700;
  color: #441E1B;
  text-decoration: none;
  letter-spacing: 1px;
  transition: var(--transition);
}
.contacts__phone:hover, .contacts__phone:focus {
  opacity: 0.8;
  transform: scale(1.05);
}

.footer-logo {
  margin-bottom: 140px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .maintenance-page__header {
    min-height: 768px;
  }
  .maintenance-page__message {
    font-size: 36px;
    margin-bottom: 48px;
  }
  .maintenance-page__cta {
    font-size: 28px;
  }
  .logo {
    margin-top: 85px;
  }
  .logo__icon {
    width: 600px;
    height: 260px;
  }
  .schedule {
    margin-bottom: 100px;
  }
  .schedule__item {
    font-size: 36px;
  }
  .contacts__label {
    font-size: 36px;
  }
  .contacts__phone {
    font-size: 36px;
  }
  .info-block__text {
    font-size: 36px;
  }
  .footer-logo {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .schedule__item {
    display: grid;
    grid-template-columns: 1fr max-content;
    column-gap: 20px;
  }
  .schedule__time {
    align-self: auto;
  }
  .maintenance-page__header {
    justify-content: flex-start;
    min-height: 385px;
  }
  .maintenance-page__title-main {
    font-size: var(--font-size-2xl);
  }
  .maintenance-page__title-sub {
    font-size: var(--font-size-base);
  }
  .maintenance-page__body {
    bottom: -22px;
  }
  .maintenance-page__message {
    display: flex;
    max-width: 320px;
    font-size: 18px;
    margin-bottom: 32px;
  }
  .maintenance-page__cta {
    font-size: 20px;
  }
  .logo__icon {
    width: 300px;
    height: 130px;
  }
  .schedule {
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .schedule__title {
    margin-bottom: 10px;
  }
  .schedule__item {
    justify-content: space-between;
    font-size: 24px;
  }
  .schedule__time {
    align-self: flex-end;
  }
  .contacts__label {
    font-size: 24px;
  }
  .contacts__phone {
    font-size: 24px;
  }
  .info-block__text {
    font-size: 24px;
  }
  .footer-logo {
    margin-bottom: 55px;
  }
  .info-block__text {
    margin-top: 12px;
    font-size: 18px;
  }
  .info-block__text br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .maintenance-page {
    max-width: 100%;
  }
  .maintenance-page__header {
    max-height: 385px;
    height: 100%;
  }
  .maintenance-page__message {
    max-width: 380px;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .maintenance-page__cta {
    font-size: 16px;
  }
  .maintenance-page__cta picture img {
    object-fit: cover;
    width: 328px;
    height: 33px;
  }
  .logo {
    margin-top: 85px;
  }
  .logo__icon {
    margin-top: 0;
    width: 285px;
    height: 130px;
  }
  .schedule {
    margin-bottom: 130px;
    flex-direction: row;
    padding: 0 35px;
  }
  .schedule__item {
    font-size: 19px;
  }
  .schedule__title {
    margin-top: 22px;
  }
  .schedule__list {
    max-width: 500px;
    margin: 0 auto;
  }
  .info-block__text {
    font-size: 18px;
    margin: 22px auto 0 auto;
    max-width: 500px;
  }
  .contacts {
    margin-bottom: 0;
  }
  .contacts__label {
    font-size: 18px;
  }
  .contacts__phone {
    font-size: 18px;
  }
  .footer-logo {
    margin-bottom: 60px;
  }
}
@media (max-width: 430px) {
  .schedule__time {
    min-width: auto;
  }
}
@media (max-width: 375px) {
  .maintenance-page__container {
    gap: var(--spacing-md);
  }
  .maintenance-page__title-main {
    font-size: 22px;
  }
  .maintenance-page__message {
    font-size: 16px;
  }
  .logo__icon {
    width: 200px;
    height: 88px;
  }
  .footer-logo__text {
    font-size: var(--font-size-lg);
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-bg-light: rgba(255, 255, 255, 0.1);
    --color-text-dark: rgba(255, 255, 255, 0.9);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

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

/* End */
/* /local/templates/previlegiapark/styles/main.css?17549982679340 */
