

/* Start:/local/templates/aurum2026/css/modules.css?177614605920760*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

/* End */


/* Start:/local/templates/aurum2026/css/main.css?178116119123304*/
:root {
  --color-text: #ffffff;
  --accent-color: #fac56a;
  --section-radius: 60px;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/aurum2026/css/../fonts/Gilroy-Light.woff2") format("woff2"), url("/local/templates/aurum2026/css/../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/aurum2026/css/../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("/local/templates/aurum2026/css/../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Gilroy", system-ui, sans-serif;
  font-weight: 300;
  font-style: normal;
  box-sizing: border-box;
}
.container {
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
}
.filter {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #333333;
}
.button-circle {
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.button-circle .button-content {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.button-accent {
  background-color: var(--accent-color);
}
.button-square {
  height: 84px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}
.button-with-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.button-with-text .button-text {
  font-size: 16px;
  color: var(--color-text);
}
.text-input {
  outline: none;
  border: 1px solid #6e7378;
  border-radius: 10px;
  color: var(--color-text);
  background: none;
  padding: 33px 31px;
  font-size: 16px;
}
header {
  width: 100%;
  height: 268px;
  top: 0;
  z-index: 100;
}
header .gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
}
header .header-wrapper {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .header-wrapper .burger-menu {
  display: none;
  cursor: pointer;
}
header .header-wrapper .logo-small {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .header-wrapper .logo-small .logo {
  margin-right: 58px;
}
header .header-wrapper .logo-small .slogan {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 15px;
  text-transform: uppercase;
  color: var(--accent-color);
  width: 161px;
}
header .header-wrapper .logo-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
}
header .header-wrapper .info-block {
  display: flex;
  align-items: center;
}
header .header-wrapper .info-block .phone {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
header .header-wrapper .info-block .phone-mobile {
  display: none;
}
.select-apartmnetn-link {
  font-size: 24px;
  display: block;
  text-decoration: none;
  color: var(--color-text);
  position: relative;
  margin-right: 115px;
}
.select-apartmnetn-link::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--accent-color);
  bottom: -12px;
  left: 0;
}
.section-background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 100%;
  overflow: hidden;
  transform-origin: center top;
  border-top-left-radius: var(--section-radius);
  border-top-right-radius: var(--section-radius);
}
.section-background > img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tags {
  margin-top: 20px;
  font-size: 20px;
  color: #1C1C1C;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  font-weight: 300;
}
.tags .tag {
  padding: 10px 20px;
  background-color: #ffffff99;
  border-radius: 40px;
}
.tags .tag.accent {
  background-color: var(--accent-color);
}
.section-wrapper {
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  will-change: transform;
}
.section-wrapper .section-title-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.section-wrapper .section-title-wrapper .section-title {
  color: var(--color-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: calc(100% - 160px);
}
.section-wrapper .section-title-wrapper .section-title .title.bold-title {
  font-weight: 800;
}
.section-wrapper .section-title-wrapper .section-title .title.uppercase-title {
  font-size: 96px;
  text-transform: uppercase;
}
.section-wrapper .section-title-wrapper .section-title .title.standart-title {
  font-size: 54px;
}
.section-wrapper .section-title-wrapper .section-title .description {
  margin-top: 20px;
  font-size: 32px;
}
.section-wrapper .section-title-wrapper .section-title.with-decorate::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 150px;
  background-color: var(--accent-color);
  left: 50%;
  transform: translate(-50%, -100%);
  top: -35px;
}
.section-wrapper .mobile-section-title-wrapper {
  display: none;
}
.phone-group {
  display: flex;
  align-items: center;
}
.phone-group .phone {
  font-weight: 800;
  font-size: 90px;
  line-height: 90px;
  text-decoration: none;
  color: var(--color-text);
  display: block;
  margin-right: 26px;
  height: 75px;
}
.phone-group .callback-link {
  margin-right: 56px;
}
.phone-group .map-preview {
  border-radius: 50%;
  cursor: pointer;
  margin-right: 17px;
  height: 64px;
}
#application-form {
  position: relative;
  display: flex;
  align-items: center;
}
#application-form .form-inputs {
  margin-bottom: 66px;
}
#application-form .form-inputs .inputs-title {
  font-weight: 800;
  font-size: 54px;
  color: var(--color-text);
  margin-bottom: 70px;
}
#application-form .form-inputs .inputs-group {
  display: flex;
  align-items: center;
  gap: 21px;
}
#application-form .form-inputs .inputs-group .application-input {
  width: 505px;
}
#application-form .form-inputs .inputs-group .application-input::placeholder {
  color: var(--color-text);
  opacity: 1;
}
#application-form .form-inputs .inputs-group .application-submit-button {
  width: 375px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  transition: opacity 0.2s ease;
}
#application-form .form-inputs .inputs-group .application-submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
footer {
  bottom: 0;
  z-index: 100;
}
.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-text);
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid var(--accent-color);
  position: relative;
  font-size: 16px;
}
.footer-wrapper .legal-entity {
  text-transform: uppercase;
}
.footer-wrapper .public-offer {
  text-align: center;
}
.footer-wrapper .privacy-policy {
  display: block;
  color: var(--color-text);
}
body {
  margin: 0;
  overflow: hidden;
}
body .scroll-area {
  height: 100vh;
}
body .scroll-area .main-page-wrapper {
  position: relative;
  top: 0;
  height: 100vh;
  width: 100vw;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  background-color: #333333;
  z-index: 101;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 1s;
  padding: 60px 20px 0px;
  display: flex;
  flex-direction: column;
}
.mobile-menu .menu-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.mobile-menu .select-apartmnetn-link {
  width: fit-content;
  margin: 0 auto 60px;
}
.mobile-menu .phone-group {
  margin-bottom: auto;
}
.filter {
  will-change: opacity;
  opacity: 1;
  z-index: 101;
}
header {
  position: fixed;
}
header .gradient {
  opacity: 0;
  will-change: opacity;
}
header .header-wrapper .logo-main {
  opacity: 0;
}
.mobile-slider {
  display: none;
  width: 100%;
  height: 100%;
  padding: 100px 20px 20px;
}
.mobile-slider .slide-wrapper {
  height: 100%;
}
.mobile-slider .slide-wrapper .slide-text {
  color: var(--color-text);
  margin-bottom: 40px;
}
.mobile-slider .slide-wrapper .slide-text .slide-number {
  font-size: 48px;
  margin-top: 40px;
}
.mobile-slider .slide-wrapper .slide-text .slide-title {
  margin-top: 40px;
  font-size: 40px;
  font-weight: 800;
}
.mobile-slider .slide-wrapper .slide-img {
  height: 75vh;
  overflow: hidden;
  border-radius: var(--section-radius);
  position: relative;
}
.mobile-slider .slide-wrapper .slide-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.desktop-slider {
  height: 100%;
}
.desktop-slider .swiper-slide {
  height: 100%;
  position: relative;
}
.desktop-slider .swiper-slide > img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-buttons {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  opacity: 0;
}
.slider-buttons .slider-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-buttons .slider-button.prev {
  background-color: #ffffff;
}
.slider-buttons .slider-button.next {
  background-color: #1C1C1C;
}
.slider-buttons .swiper-button-prev,
.slider-buttons .swiper-button-next {
  margin-top: 0;
  position: unset;
}
.slider-buttons .swiper-button-prev svg,
.slider-buttons .swiper-button-next svg {
  display: none;
}
.section-background {
  transform: scale(0.7);
  will-change: transform;
}
.section-wrapper .half-slider {
  display: flex;
  color: var(--color-text);
  height: 100%;
}
.section-wrapper .half-slider .half-slider-text {
  width: 50%;
  position: relative;
}
.section-wrapper .half-slider .half-slider-text .text-wrapper {
  position: absolute;
  inset: 0;
  opacity: 0;
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 165px 0 80px;
}
.section-wrapper .half-slider .half-slider-text .text-wrapper .slide-number {
  font-size: 128px;
  margin-bottom: 60px;
}
.section-wrapper .half-slider .half-slider-text .text-wrapper .slide-title {
  font-weight: 800;
  font-size: 54px;
}
.section-wrapper .half-slider .half-slider-text .text-wrapper .slide-desc {
  margin-top: 55px;
  font-size: 32px;
}
.section-wrapper .half-slider .half-slider-img {
  overflow: hidden;
  width: 50%;
  height: 100%;
  position: relative;
}
.section-wrapper .half-slider .half-slider-img .slider-buttons {
  opacity: 1;
}
.section-wrapper .half-slider .half-slider-img .img-wrapper {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  will-change: opacity;
  opacity: 0;
}
.section-wrapper .half-slider .half-slider-img .img-wrapper > img {
  height: auto;
  width: auto;
}
.section-wrapper .section-title-wrapper .section-title {
  will-change: transform, opacity;
  opacity: 0;
}
.first-section-background {
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: scale(3);
  z-index: 1;
  transform-origin: top;
}
.first-section-background > img {
  height: 100%;
}
#first-section {
  top: 0;
  height: 100%;
  z-index: 2;
}
#first-section > img {
  display: none;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#first-section .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #333333;
  mask-image: linear-gradient(white, white), url("data:image/svg+xml,%3csvg%20width='62'%20height='147'%20viewBox='0%200%2062%20147'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.539914%2020.7503C0.589397%209.28821%209.8125%20-0.0502014%2021.2908%20-0.000648378L41.4299%200.0862946C56.7692%200.152516%2061.5286%209.55128%2061.4791%2021.0133L60.9393%20146.054L36.1045%20145.947L36.2278%20117.396L24.9582%20117.347L24.8349%20145.898L9.97448e-05%20145.791L0.539914%2020.7503ZM25.0652%2092.5474L36.3348%2092.5961L36.6263%2025.0741L12.5794%2024.9703L25.3203%2033.4657L25.0652%2092.5474Z'%20fill='white'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%, 300px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transform: scale(11);
  transform-origin: 50% 17%;
  will-change: transform, opacity;
  z-index: 2;
  transition-property: transform, opacity;
  transition-duration: 1.5s;
  transition-timing-function: ease-out;
}
#first-section .slogan {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 250px;
  font-weight: 800;
  color: var(--color-text);
  opacity: 0.7;
  letter-spacing: 150px;
  line-height: 110%;
  padding: 150px 80px 0;
  text-transform: uppercase;
  will-change: transform, opacity;
}
#first-section.with-mask .mask {
  opacity: 0.9;
  transform: scale(1);
}
.premium-class-background {
  z-index: 4;
}
#premium-class {
  z-index: 5;
}
#premium-class .premium-class-mobile-button {
  width: 100%;
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 300;
  text-decoration: none;
}
.safety-and-comfort-background {
  z-index: 7;
}
#safety-and-comfort {
  z-index: 8;
}
.improvement-background {
  z-index: 10;
}
#improvement {
  z-index: 11;
}
#application-form {
  z-index: 13;
  opacity: 0;
  will-change: transform, opacity;
}
footer {
  position: fixed;
  opacity: 0;
}
@media (min-width: 2560px) {
  .select-apartmnetn-link {
    font-size: 44px;
  }
  header .header-wrapper .logo-small .logo {
    height: 84px;
  }
  header .header-wrapper .logo-small .slogan {
    font-size: 36px;
    line-height: 42px;
  }
  header .header-wrapper .logo-main > img {
    height: 200px;
  }
  header .header-wrapper .info-block .phone {
    font-size: 44px;
  }
  .slider-buttons .slider-button {
    width: 94px;
    height: 94px;
  }
  .slider-buttons .slider-button > img {
    width: 44px;
    height: 44px;
  }
  .tags {
    margin-top: 40px;
    font-size: 40px;
  }
  .tags .tag {
    padding: 20px 40px;
  }
  .section-wrapper .half-slider .half-slider-text .text-wrapper .slide-number {
    font-size: 148px;
  }
  .section-wrapper .half-slider .half-slider-text .text-wrapper .slide-title {
    font-size: 74px;
  }
  .section-wrapper .half-slider .half-slider-text .text-wrapper .slide-desc {
    font-size: 52px;
  }
  .section-wrapper .section-title-wrapper .section-title .title.uppercase-title {
    font-size: 116px;
    text-transform: uppercase;
  }
  .section-wrapper .section-title-wrapper .section-title .title.standart-title {
    font-size: 74px;
  }
  .section-wrapper .section-title-wrapper .section-title .description {
    margin-top: 20px;
    font-size: 52px;
  }
  #first-section .slogan {
    font-size: 390px;
  }
  #first-section .mask {
    transform-origin: 50% 28%;
  }
  #application-form .form-inputs .inputs-title {
    font-size: 74px;
  }
  #application-form .form-inputs .inputs-group .application-input {
    font-size: 36px;
  }
  #application-form .form-inputs .inputs-group .application-submit-button {
    font-size: 36px;
    width: 400px;
    height: 104px;
  }
  #application-form .phone-group .phone {
    font-size: 110px;
  }
  #application-form .phone-group .map-preview {
    height: 94px;
  }
  #application-form .phone-group .map-preview > img {
    height: 100%;
    width: auto;
  }
  #application-form .phone-group .button-circle {
    width: 94px;
    height: 94px;
  }
  #application-form .phone-group .button-circle > img {
    width: 44px;
    height: 44px;
  }
  #application-form .phone-group .button-text {
    font-size: 36px;
  }
  .footer-wrapper {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .desktop-slider .swiper-slide > img {
    width: 100%;
    height: auto;
  }
  .section-background > img {
    width: 100%;
    height: auto;
  }
  .section-background .swiper-slide > img {
    width: 100%;
    height: auto;
  }
  .section-wrapper .half-slider .half-slider-img .img-wrapper {
    height: 100%;
  }
  .section-wrapper .half-slider .half-slider-img .img-wrapper > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .first-section-background > img {
    top: 0;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 1400px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  header .header-wrapper .logo-small .logo {
    margin-right: 0;
  }
  header .header-wrapper .logo-small .slogan {
    display: none;
  }
  header .header-wrapper .logo-main img {
    height: 120px;
  }
  header .header-wrapper .info-block .select-apartmnetn-link {
    display: none;
  }
  .section-wrapper .half-slider .half-slider-text .text-wrapper {
    padding: 0 40px;
  }
  .section-wrapper .half-slider .half-slider-text .text-wrapper .slide-title {
    font-size: 40px;
  }
  .section-wrapper .half-slider .half-slider-text .text-wrapper .slide-desc {
    font-size: 22px;
  }
  .section-wrapper .section-title-wrapper .section-title {
    width: calc(100% - 80px);
  }
  #first-section .slogan {
    padding: 150px 40px 0;
    letter-spacing: 65px;
  }
  .phone-group {
    justify-content: center;
    flex-wrap: wrap;
  }
  .phone-group .phone {
    width: 100%;
    margin-right: 0;
    margin-bottom: 26px;
    text-align: center;
  }
  .phone-group .map-preview {
    display: none;
  }
  .footer-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #first-section .slogan {
    font-size: 210px;
    letter-spacing: 50px;
  }
  .footer-wrapper {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  body {
    background: #333333;
  }
  body .scroll-area {
    height: 5000vh;
  }
  body .scroll-area .main-page-wrapper {
    position: sticky;
  }
  body .filter {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: 1s;
    pointer-events: none;
  }
  body.ready .filter {
    opacity: 0;
  }
  body.ready #first-section .slogan {
    display: none;
  }
  body.ready #first-section .mask {
    transform: scale(1);
    opacity: 0.9;
  }
  body.show-menu .mobile-menu {
    transform: translateX(0%);
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    height: 86px;
  }
  header .gradient {
    opacity: 1;
  }
  header .header-wrapper {
    padding-top: 20px;
  }
  header .header-wrapper .burger-menu {
    display: block;
  }
  header .header-wrapper .logo-main {
    display: none;
  }
  header .header-wrapper .info-block .phone {
    display: none;
  }
  header .header-wrapper .info-block .phone-mobile {
    display: block;
  }
  .section-background {
    display: none;
  }
  .first-section-background {
    transform: scale(1);
    border-radius: 0;
    display: block;
  }
  .mobile-slider {
    display: block;
  }
  .mobile-slider .slider-buttons {
    opacity: 1;
  }
  .mobile-slider .slide-wrapper .slide-img > img {
    height: auto;
    width: 100%;
  }
  .mobile-slider .slide-wrapper .slide-img .mobile-swiper {
    height: 100%;
  }
  .mobile-slider .slide-wrapper .slide-img .mobile-swiper .swiper-slide {
    height: 100%;
    position: relative;
  }
  .mobile-slider .slide-wrapper .slide-img .mobile-swiper .swiper-slide > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tags {
    font-size: 16px;
  }
  .section-wrapper .half-slider {
    display: none;
  }
  .section-wrapper .section-title-wrapper {
    display: none;
  }
  .section-wrapper .mobile-section-title-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 100px 20px 50px;
    gap: 40px;
  }
  .section-wrapper .mobile-section-title-wrapper .mobile-img {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .section-wrapper .mobile-section-title-wrapper .mobile-img .img-wrapper {
    overflow: hidden;
    border-radius: var(--section-radius);
    position: relative;
    height: 30%;
  }
  .section-wrapper .mobile-section-title-wrapper .mobile-img .img-wrapper > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
  .section-wrapper .mobile-section-title-wrapper .mobile-section-title {
    font-size: 40px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    text-align: center;
  }
  #first-section .slogan {
    display: none;
  }
  #first-section .mask {
    transform-origin: 50% 20%;
    mask-size: 100% 100%, auto 70%;
    transition-delay: 1s;
  }
  #first-section .section-title-wrapper {
    display: block;
  }
  #application-form {
    padding-top: 100px;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
  }
  #application-form .form-wrapper {
    margin-bottom: 30px;
  }
  #application-form .form-inputs {
    margin-bottom: 30px;
  }
  #application-form .form-inputs .inputs-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
  }
  #application-form .form-inputs .inputs-group {
    flex-wrap: wrap;
    justify-content: center;
  }
  #application-form .form-inputs .inputs-group .application-input,
  #application-form .form-inputs .inputs-group .application-submit-button {
    width: 100%;
  }
  #application-form .form-inputs .inputs-group .application-input {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  #application-form .form-inputs .inputs-group .application-submit-button {
    height: 64px;
  }
  #application-form .phone-group .phone {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .footer-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  footer {
    position: relative;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .mobile-slider .slide-wrapper .slide-img > img {
    height: 100%;
    width: auto;
  }
  .mobile-slider .slide-wrapper .slide-img .mobile-swiper .swiper-slide > img {
    width: auto;
    height: 100%;
  }
  #first-section .section-title-wrapper .section-title .title {
    font-size: 39px;
  }
  .phone-group .phone {
    font-size: 50px;
  }
  #application-form .form-inputs .inputs-title {
    font-size: 35px;
  }
  #application-form .phone-group .phone {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .phone-group .phone {
    font-size: 40px;
  }
  .phone-group .callback-link {
    margin-right: 0;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
  }
  .phone-group .map-button {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  #application-form .form-inputs {
    margin-bottom: 30px;
  }
  #application-form .form-inputs .inputs-title {
    margin-bottom: 30px;
    font-size: 25px;
  }
  #application-form .phone-group .phone {
    font-size: 25px;
  }
}
/* End */


/* Start:/local/templates/aurum2026/css/lightgallery.min.css?178100637720972*/
@font-face{font-family:lg;src:url(/local/templates/aurum2026/css/../fonts/lg.ttf?22t19m) format("truetype"),url(/local/templates/aurum2026/css/../fonts/lg.woff?22t19m) format("woff"),url(/local/templates/aurum2026/css/../fonts/lg.svg?22t19m#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;outline:0;border:none;background-color:transparent}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer .lg-toggle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/local/templates/aurum2026/css/../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/local/templates/aurum2026/css/../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/local/templates/aurum2026/css/../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/local/templates/aurum2026/css/../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/local/templates/aurum2026/css/../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-hor:after{content:"\e902"}.lg-flip-ver:after{content:"\e903"}.lg-group:after,.lg-group:before{display:table;content:"";line-height:0}.lg-group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;outline:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/local/templates/aurum2026/css/../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/* End */


/* Start:/local/templates/aurum2026/template_styles.css?17811633344233*/
*{
    font-family: "Gilroy", system-ui, sans-serif;
}

#catalog_page .section-wrapper .section-title-wrapper .section-title.show, #catalog_page header .header-wrapper .logo-main.show{
  opacity: 1;
}

#catalog_page .standart-title{
  font-weight: 300;
  font-size: 96px;;
}

#catalog_page{overflow: visible;width: 100%;background:#1C1C1C }
#catalog_page .section-wrapper{position: relative;width: 100%;}
#catalog_page .section-title.with-decorate{top: 40%;}
#catalog_page #first-section.catalog > img{transform: unset;width: 100%;position: relative;top: 0;left: 0}
#catalog_page .section-wrapper .section-title-wrapper{position: unset;}
#catalog_page #application-form{opacity: 1;top: 0;height: auto;background-color: unset;margin: 60px 0}
#catalog_page .catalog__list{padding-left: 80px;padding-right: 80px;width: 100%;
    font-size: 24px;
    color: #fff;
}
#catalog_page footer{opacity: 1;position: relative;background: #1C1C1C;}
#catalog_page header{position: absolute;width: 100%}
#catalog_page #first-section .section-title-wrapper{display: block;}


/*ОБЩИЕ ДЛЯ КАТАЛОГА*/

.aurum-apartments {
    position: relative;
    background: #1C1C1C;
    margin-top: -275px;
}

.aurum-apartments__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top center, rgba(217,171,88,.14), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
    pointer-events: none;
}

.aurum-apartments__container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 100px;
    border-radius: 90px;
    background: #1C1C1C;
    color: #fff;
    border-top: 1px solid #FAC56A;
    border-bottom: 1px solid #FAC56A;
    box-shadow: 0 -86px 27.3px -42px rgba(250, 197, 106, 0.1);
}


#b24form .b24-form-wrapper {
    background: transparent !important;
}
#b24form .b24-form-btn-block {
    padding: 0;
}

@media (min-width: 767px) {
    #b24form form {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: flex-start;
    }
    #b24form form > div:nth-child(1) {
        order: 1;
        display: flex;
        flex: 1 0 0%;
        gap: 2rem;
    }

    #b24form form > div:nth-child(2) {
        order: 3;
    }

    #b24form form > div:nth-child(3) {
        order: 2;
    }

    #b24form form > div:nth-child(1) > div {
        flex: 1 0 0%;
    }

    #b24form .b24-form-btn-container {
        padding-right: 10px;
    }
}



#b24form .b24-form-wrapper {
    margin: 0;
    --b24-font-family: "Gilroy", system-ui, sans-serif;
    max-width: 1450px;
}
#b24form .b24-form-padding-side {
    padding: 0 !important;
}
#b24form .b24-form-control-list .b24-form-control,
#b24form .b24-form-control-select .field-item,
#b24form .b24-form-control-string .b24-form-control,
#b24form .b24-form-control-text .b24-form-control,
#b24form .b24-form-control-list .b24-form-control:focus:not([readonly]),
#b24form .b24-form-control-select .field-item:focus:not([readonly]),
#b24form .b24-form-control-string .b24-form-control:focus:not([readonly]),
#b24form .b24-form-control-text .b24-form-control:focus:not([readonly]) {
    background: transparent !important;
}

#b24form .b24-form-btn {
    font-weight: 300;
}
#b24form .b24-form-sign {
    padding: 10px 0 0;
}

#b24form  .b24-form-control-required {
    display: none;
}

._secondary .section-wrapper .section-title-wrapper .section-title.with-decorate::before {
    display: none;
}


@media (min-width: 1199px) {

    #b24form .b24-form-btn {
        padding: 44px 48px;
        border-radius: 10px;
    }

    #b24form .b24-form-control-label,
    #b24form .b24-form-control-select-label {
        font-size: 36px;
        padding-left: 33px;
        color: #fff;
        line-height: 1.1;
        opacity: 1;
    }
    #b24form .b24-form-btn {
        font-size: 36px;
    }

    #b24form .b24-form-control-list .b24-form-control,
    #b24form .b24-form-control-select .field-item,
    #b24form .b24-form-control-string .b24-form-control,
    #b24form .b24-form-control-text .b24-form-control {
        font-size: 36px;
        border-radius: 10px;
        height: 110px;
        padding: 17px 34px 0;
    }

}

@media (max-width: 767px) {

}

/* End */
/* /local/templates/aurum2026/css/modules.css?177614605920760 */
/* /local/templates/aurum2026/css/main.css?178116119123304 */
/* /local/templates/aurum2026/css/lightgallery.min.css?178100637720972 */
/* /local/templates/aurum2026/template_styles.css?17811633344233 */
