

/* Start:/local/templates/preora/css/pages/about.css?17804813957709*/
/* === PAGE ABOUT === */

:root {
  --line: #e0e2ea;
}

/* ---- Banner ---- */
.banner {
  background: url("/local/templates/preora/css/pages/../../img/page-about/banner.jpg") center no-repeat;
  background-size: cover;
  height: calc(100vh - 134px);
}

.banner__title {
  margin-top: 30px;
  width: 70%;
  font-size: 60px;
  max-width: 1060px;
  color: var(--bgLight);
}

@media screen and (max-width: 1420px) {
  .banner { height: calc(100vh - 132px); }
}

@media screen and (max-width: 1400px) {
  .banner { height: calc(100vh - 92px); }
}

@media screen and (max-width: 1180px) {
  .banner { height: calc(100vh - 84px); }
  .banner__title { font-size: 40px; }
}

@media screen and (max-width: 1100px) {
  .banner { height: calc(100vh - 76px); }
}

@media screen and (max-width: 1000px) {
  .banner { height: calc(100vh - 98px); }
  .banner__title { width: 80%; }
}

@media screen and (max-width: 700px) {
  .banner { background-position: 60%; }
  .banner__title { font-size: 32px; width: 90%; }
}

@media screen and (max-width: 480px) {
  .banner__title { margin-top: 20px; font-size: 24px; }
}

@media screen and (max-width: 420px) {
  .banner { height: calc(100vh - 56px); }
}

@media screen and (max-width: 380px) {
  .banner__title { font-size: 20px; }
}

/* ---- Preora ---- */
.preora {
  padding: 100px 0 50px;
}

.preora__text {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

@media screen and (max-width: 780px) {
  .preora { padding: 80px 0 40px; }
}

/* ---- Decisions ---- */
.decisions {
  padding: 50px 0;
}

.decisions__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.decisions__item {
  position: relative;
  border-radius: 20px;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.decisions__item-bg {
  width: 100%;
  height: 100%;
}

.decisions__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.decisions__item-title {
  text-transform: uppercase;
  width: 80%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  font-family: var(--Bounded);
  color: var(--bgLight);
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .decisions__list { gap: 12px; }
  .decisions__item { border-radius: 12px; }
  .decisions__item-title { bottom: 20px; right: 20px; left: 20px; font-size: 18px; }
}

@media screen and (max-width: 800px) {
  .decisions { padding: 40px 0; }
}

@media screen and (max-width: 700px) {
  .decisions__list { margin-top: 40px; grid-template-columns: 1fr; }
  .decisions__item { aspect-ratio: 2/1; }
  .decisions__item-title { font-size: 16px; }
}

@media screen and (max-width: 440px) {
  .decisions__item-title { font-size: 14px; }
}

/* ---- Energy ---- */
.energy {
  padding: 50px 0 100px;
}

.energy__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.energy__item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
}

.energy__item:nth-of-type(-n+3) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.energy__icon {
  width: 100%;
}

.energy__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .energy__text > * { font-size: 18px; }
}

@media screen and (max-width: 1000px) {
  .energy__list { gap: 20px; }
  .energy__item { grid-template-columns: 20px 1fr; }
  .energy__item:nth-of-type(-n+3) { padding-bottom: 20px; }
  .energy__text > * { font-size: 16px; }
}

@media screen and (max-width: 900px) {
  .energy__list { grid-template-columns: 1fr 1fr; }
  .energy__item:nth-of-type(-n+4) { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
}

@media screen and (max-width: 800px) {
  .energy { padding: 40px 0 80px; }
}

@media screen and (max-width: 600px) {
  .energy__list { margin-top: 40px; }
  .energy__item { grid-template-columns: 16px 1fr; }
  .energy__text > * { font-size: 14px; }
}

@media screen and (max-width: 420px) {
  .energy__list { grid-template-columns: 1fr; }
  .energy__item { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .energy__item:last-of-type { border: none; padding: 0; }
}

/* History styles moved to css/pages/history.css */

/* ---- Cities ---- */
.cities {
  padding: 100px 0;
}

.cities__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 30px;
}

.cities__item {
  padding-right: 40px;
}

.cities__item * {
  font-size: 20px;
}

.cities__item:nth-of-type(-n+3) {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.cities__item-contacts {
  display: flex;
  flex-direction: column;
}

.cities__item-tel {
  width: max-content;
  font-weight: 700;
}

.cities__item-email {
  width: max-content;
  color: var(--linkAccentDark);
}

@media (hover: hover) {
  .cities__item-email:hover,
  .cities__item-tel:hover { color: var(--textAccentLight); }
}

@media screen and (max-width: 1400px) {
  .cities__item { padding: 0; }
}

@media screen and (max-width: 1200px) {
  .cities__item * { font-size: 18px; }
}

@media screen and (max-width: 1000px) {
  .cities__list { grid-template-columns: 1fr 1fr; gap: 20px 30px; }
  .cities__item:nth-of-type(-n+4) { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
}

@media screen and (max-width: 800px) {
  .cities { padding: 80px 0; }
  .cities__item * { font-size: 16px; }
}

@media screen and (max-width: 600px) {
  .cities__list { margin-top: 40px; grid-template-columns: 1fr; gap: 20px; }
  .cities__item { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .cities__item:last-of-type { padding: 0; border: none; }
}

@media screen and (max-width: 460px) {
  .cities__item * { font-size: 14px; }
}

/* ---- Projects ---- */
.projects {
  background: -webkit-linear-gradient(45deg, #0e0c21 0%, var(--textAccentLight) 100%);
  background: -moz-linear-gradient(45deg, #0e0c21 0%, var(--textAccentLight) 100%);
  background: -o-linear-gradient(45deg, rgb(14, 12, 33) 0%, var(--textAccentLight) 100%);
  background: linear-gradient(45deg, rgb(14, 12, 33) 0%, var(--textAccentLight) 100%);
  padding: 100px 0 150px;
}

.projects__title {
  color: var(--bgLight);
}

.projects__info {
  margin-top: 30px;
}

.projects__slide-title {
  color: var(--textAccentLight);
  font-size: 36px;
  text-transform: uppercase;
}

.projects__slide-info {
  margin-top: 30px;
}

.projects__slide-desc {
  color: var(--bgLight);
}

.projects__swiper-navigation {
  margin-top: 90px;
}

.projects__swiper-btnNext,
.projects__swiper-btnPrev {
  border-color: var(--bgLight);
}

.projects__swiper-pagination {
  display: flex;
  gap: 6px;
}

.projects__swiper-pagination > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--bgLight);
  opacity: 0.1;
}

.projects__swiper-pagination > .swiper-pagination-bullet-active {
  background: var(--bgLight);
  opacity: 1;
}

@media (hover: hover) {
  .projects__swiper-btnNext:hover,
  .projects__swiper-btnPrev:hover { background: var(--textAccentLight); }
  .projects__swiper-btnNext.swiper-button-disabled:hover,
  .projects__swiper-btnPrev.swiper-button-disabled:hover { background: var(--bgShadowDark); }
}

@media screen and (max-width: 1000px) {
  .projects__swiper-navigation { margin-top: 60px; }
}

@media screen and (max-width: 800px) {
  .projects { padding: 80px 0 120px; }
  .projects__slide-title { font-size: 30px; }
  .projects__swiper-navigation { margin-top: 40px; gap: 20px; }
}

@media screen and (max-width: 520px) {
  .projects__slide-title { font-size: 26px; }
}

@media screen and (max-width: 420px) {
  .projects__slide-title { font-size: 22px; }
  .projects__swiper-navigation { justify-content: space-between; width: 100%; }
}

/* End */


/* Start:/local/templates/preora/css/pages/history.css?17804813954571*/
.history {
  position: relative;
  width: 100%;
  padding: 100px 0 200px;
  min-height: 100vh;
  background-color: #1a1a2e;

  * {
    color: var(--bgLight);
  }
}

/* flat fallback */
.history * { color: var(--bgLight); }

.history__content {
  position: relative;
  z-index: 10;
}

.history .history__swiperBg {
  position: absolute;
  top: 0;.
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}

.history__swiperBg .swiper-wrapper {
  height: 100%;
}

.history__swiperBg-slide {
  position: relative;
  width: 100%;
  height: 100%;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
}

/* flat fallbacks */
.history__swiperBg-slide img { width: 100%; height: 100%; object-fit: cover; }
.history__swiperBg-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.history__box {
}

.history__title {
  margin-bottom: 120px;
}

.history__info {
  position: relative;
}

.history__navigation {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 12;
  top: 50%;
}

.history-arrow-next,
.history-arrow-prev {
  border-color: var(--bgLight);
}

.history-arrow-next.swiper-button-disabled,
.history-arrow-prev.swiper-button-disabled {
  opacity: 0.5;
}

.history__swiperMain {
  cursor: default;
  width: 100%;
}

.history__slideMain {
}

.history__slideMain-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 140px;
}

.history__slideMain-year {
  font-size: 96px;
}

.history__slideMain-text {
  max-width: 640px;
  margin-top: 60px;
  font-family: var(--Bounded);
}

.history__info .history__swiperYears {
  width: calc(100% - 80px);
  position: absolute;
  top: calc(50% + 12px);
  left: 0;
  right: 0;
  z-index: 10;
  overflow: visible;

  &::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--bgLight);
  }
}

/* flat fallback */
.history__info .history__swiperYears::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--bgLight);
}

.history__slideYears {
  cursor: pointer;
  width: max-content !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.history__slideYears-circle {
  width: 16px;
  height: 16px;
  background: var(--bgLight);
  border-radius: 50%;
}

.history__slideYears.swiper-slide-active {
  .history__slideYears-circle {
    background: var(--btn);
  }

  .history__slideYears-date {
    color: var(--btn);
  }
}

/* flat fallbacks */
.history__slideYears.swiper-slide-active .history__slideYears-circle { background: var(--btn); }
.history__slideYears.swiper-slide-active .history__slideYears-date { color: var(--btn); }

@media (hover: hover) {
  .history__slideYears.swiper-slide-active:hover {
    .history__slideYears-circle {
      background: var(--btn);
    }

    .history__slideYears-date {
      color: var(--btn);
    }
  }

  .history__slideYears:hover {
    .history__slideYears-circle {
      background: var(--btnHover);
    }

    .history__slideYears-date {
      color: var(--btnHover);
    }
  }
}

/* flat fallbacks for hover */
@media (hover: hover) {
  .history__slideYears.swiper-slide-active:hover .history__slideYears-circle { background: var(--btn); }
  .history__slideYears.swiper-slide-active:hover .history__slideYears-date { color: var(--btn); }
  .history__slideYears:hover .history__slideYears-circle { background: var(--btnHover); }
  .history__slideYears:hover .history__slideYears-date { color: var(--btnHover); }
}

@media screen and (max-width: 1000px) {
  .history__title {
    margin-bottom: 100px;
  }

  .history__slideMain-year {
    font-size: 82px;
  }

  .history__slideMain-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .history__slideMain-content {
    gap: 100px;
  }

  .history__slideMain-year {
    font-size: 64px;
  }

  .history__navigation {
    top: 40%;
  }

  .history__info .history__swiperYears {
    top: calc(40% + 12px);
  }

  .history__slideYears-date {
    font-size: 16px;
  }

  .history__slideMain-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .history__navigation {
    top: 36%;
  }

  .history__info .history__swiperYears {
    top: calc(36% + 12px);
  }

  .history__slideMain-text {
    margin-top: 80px;
  }
}

/* End */
/* /local/templates/preora/css/pages/about.css?17804813957709 */
/* /local/templates/preora/css/pages/history.css?17804813954571 */
