/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .order-10 {
    order: 10;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-px {
    height: 1px;
  }
  .w-full {
    width: 100%;
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .bg-\[rgba\(189\,159\,99\,0\.7\)\] {
    background-color: rgba(189,159,99,0.7);
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:hidden {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: none;
      }
    }
  }
  .md\:order-0 {
    @media (width >= 48rem) {
      order: 0;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }
}
body {
  font-family: 'Oswald';
  font-size: 14px;
  font-style: normal;
  background: #0A0A0A;
  color: #BD9F63;
}
.wrap {
  padding: 0px 60px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.top-menu__wrap {
  padding: 20px 60px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.top-menu:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(10,10,10,0.3);
  backdrop-filter: blur(10px);
  z-index: 0;
}
.top-menu__btns {
  display: grid;
  grid-template-columns: repeat(2, 40px);
  gap: 20px;
  align-items: center;
}
.top-menu__mob {
  align-items: center;
  justify-content: space-between;
}
.top-menu-item {
  font-family: 'Oswald';
  font-style: normal;
  font-size: 14px;
  color: #BD9F63;
  text-transform: uppercase;
  font-weight: 300;
}
.top-menu-item:active,
.top-menu-item:hover {
  color: #F7F2DD;
}
.top-menu-wrap {
  position: relative;
}
.top-menu-item-sub {
  display: none;
  position: absolute;
  padding-top: 25px;
}
.top-menu-wrap:hover .top-menu-item-sub {
  display: block;
}
.top-menu-item-sub a {
  background: rgb(28 26 21);
  padding: 20px 12px;
  width: 100%;
  /*max-width: 256px;*/
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #F7F2DD;
  white-space: nowrap;
  display: inline-block;
}
.top-menu-item-sub a:active,
.top-menu-item-sub a:hover {
  color: #BD9F63;
}
.main {
  position: relative;
  height: 100vh;
}
.main__wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: center;
  padding-bottom: 120px;
}
.main-video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.main-content__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #F7F2DD;
}
.main-content__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #F7F2DD;
}
.main-item {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-item__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  color: #BD9F63;
  display: flex;
  gap: 20px;
  align-items: center;
}
.main-item__title span {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.main-item__title::before,
.main-item__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(189, 159, 99, 0.7);
}
.main-btn {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #BD9F63;
  border: 1px solid #BD9F63;
  padding: 16px 28px;
  width: 100%;
  max-width: 283px;
  text-align: center;
}
.section {
  /*padding: 125px 0px;*/
  padding: 60px 0px;
}
.numbers__wrap {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.numbers-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 288px;
}
.numbers-item__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #F7F2DD;
}
.footer__wrap {
  display: flex;
  flex-direction: column;
  /*gap: 80px;*/
  gap: 20px;
}
.footer-main {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  /*gap: 40px;*/
  gap: 20px;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  /*gap: 40px;*/
  gap: 20px;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 30.5px;
  width: 100%;
  max-width: 341px;
  margin-right: 130px;
}
.soc-block {
  display: flex;
  flex-direction: column;
  gap: 63px;
  max-width: 280px;
}
.soc-block__ul {
  display: flex;
  /*justify-content: space-between;*/
  gap: 20px;
}
.footer-logo__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #F7F2DD;
}
.footer-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /*gap: 40px;*/
  width: 100%;
  max-width: 341px;
  /*justify-content: space-between;*/
  justify-content: flex-start;
}
.footer-block__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #BD9F63;
}
.footer-block__ip {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #F7F2DD;
}
.footer-block__btn {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #BD9F63;
  width: 100%;
  padding: 16px 28px;
  width: 341px;
  border: 1px solid #BD9F63;
  cursor: pointer;
  text-align: center;
}
.footer-menu-item {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #F7F2DD;
}
.footer-menu-item:active,
.footer-menu-item:hover {
  color: #BD9F63;
}
.footer-contacts-item {
  display: flex;
  gap: 15px;
}
.footer-contacts-item svg {
  flex-shrink: 0;
}
.footer-contacts-item span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #F7F2DD;
  transition: all .15s ease-in-out;
}
a.footer-contacts-item:hover span {
  color: #BD9F63;
}
.footer-links {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  color: #F7F2DD;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-links a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #F7F2DD;
  transition: all .15s ease-in-out;
}
.footer-links a:active,
.footer-links a:hover {
  color: #BD9F63;
}
.section-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #BD9F63;
}
.reviews__wrap {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.review {
  width: 100%;
  max-width: 560px;
  display: flex;
  gap: 20px;
}
.review__foto {
  flex-shrink: 0;
}
.review__wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.review__content {
  padding: 16px 20px;
  background: rgba(189, 159, 99, 0.3);
  border-radius: 0px 20px 20px 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
  position: relative;
}
.review__corner {
  position: absolute;
  left: -9px;
  top: 0px;
}
.review__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  color: #F7F2DD;
}
.banner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  max-width: 720px;
  background: linear-gradient(89.83deg, #0A0A0A 3.79%, rgba(10, 10, 10, 0.6) 79.44%, #0A0A0A 99.87%), url("../images/banner/foto_1.webp") no-repeat center center;
  border: 1px solid rgba(189, 159, 99, 0.7);
}
.banner__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #BD9F63;
}
.banner__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #F7F2DD;
}
.banner__btn {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #BD9F63;
  padding: 16px 28px;
  width: 100%;
  max-width: 341px;
  border: 1px solid #BD9F63;
  transition: all .15s ease-in-out;
  text-align: center;
}
.spec__wrap {
  display: flex;
  max-height: 624px;
  border: 1px solid rgba(189, 159, 99, 0.7);
}
.spec__figure {
  width: 100%;
}
.spec__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spec__content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
  padding: 60px;
  width: 100%;
  max-width: 575px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.spec__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.spec__gold {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.spec__list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style-type: disc;
}
.spec__list li {
  margin-left: 30px;
}
.spec_group {
  margin-top: 20px;
}
.spec-ps {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #BD9F63;
  border-top: 1px solid rgba(189, 159, 99, 0.3);
}
.areas__wrap {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.area-item {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.area-item__figure {
  width: 100%;
  max-width: 435px;
  max-height: 435px;
}
.area-item__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-item__content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
  padding: 60px;
  width: 435px;
  height: 435px;
  border: 1px solid rgba(189, 159, 99, 0.7);
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  transition: all .15s ease-in-out;
}
.area-item:hover .area-item__content {
  border: 1px solid #F7F2DD;
}
.area-item__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.area-item__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.area-item__link {
  display: inline-block;
  transform: rotate(-45deg);
  filter: contrast(0.5);
  transition: all .15s ease-in-out;
}
.area-item:hover .area-item__link {
  transform: rotate(0deg);
  filter: contrast(1);
}
.contacts__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
}
.contacts {
  position: relative;
  /*padding-bottom: 60vh;*/
}
.contacts__figure {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.contacts__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts__wrap {
  width: 100%;
  max-width: 1194px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100vh;
}
.contacts__group {
  display: flex;
  gap: 179px;
}
.contacts__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.contacts__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-item {
  display: flex;
  gap: 15px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
}
.contact-item a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
}
.contact-item__icon {
  flex-shrink: 0;
}
.contacts__form {
  width: 100%;
  max-width: 583px;
}
.main-form {
  width: 100%;
}
.main-form__wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.main-form__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.main-form__textarea,
.main-form__input {
  box-sizing: border-box;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: rgba(189, 159, 99, 0.7);
  padding: 16px 20px;
  width: 100%;
  border: 1px solid #F7F2DD;
}

.main-form__textarea {
      height: 120px;
}

.main-form__btn {
  padding: 16px 28px;
  width: 283px;
  height: 49px;
  border: 1px solid #BD9F63;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #BD9F63;
  cursor: pointer;
}
.main-form__checkbox label {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #F7F2DD;
  display: flex;
  gap: 20px;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #CDCDCD;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  background-color: white;
  background: url("../images/ok.svg") no-repeat;
  background-position: center;
}
.burger-btn {
  cursor: pointer;
}
#menu__toggle {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: fixed;
  z-index: -10;
}
.mob-menu {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}
#menu__toggle:checked ~ .mob-menu {
  display: block;
  background: #0A0A0A;
}
.mob-menu__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.mob-menu__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.mob-menu-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mob-menu-item__arrow {
  display: inline-block;
  transform: rotate(-45deg);
  transition: all .15s ease-in-out;
  flex-shrink: 0;
}
.mob-menu-item a {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #F7F2DD;
}
.mob-menu-item:hover .mob-menu-item__arrow {
  transform: rotate(0deg);
}
.form-block {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/form/photo_1.webp") no-repeat center center;
}
.form-block__wrap {
  margin: 0 auto;
  max-width: 739px;
  background: #0A0A0A;
  padding: 60px;
  box-sizing: border-box;
}
.news {
  padding-top: 188px;
}
.news__wrap {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.news__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.news-item {
  padding: 20px;
  background: rgba(189, 159, 99, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-item__figure {
  width: 100%;
  max-width: 395px;
  order: 1;
}
.news-item__figure img {
  width: 100%;
  height: 100%;
}
.news-item__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
  order: 2;
}
.news-item__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item__date {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #BD9F63;
}
.news-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-all {
  display: flex;
  gap: 20px;
  align-items: center;
  order: 10;
}
.news-all a {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.news-item:hover {
  background: rgba(189, 159, 99, 0.3);
}
.news-page {
  padding-top: 120px;
}
.news-page__wrap {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.news-page__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.news-page__content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
  order: 3;
}
.news-page__content p {
  padding: 10px 0px;
}

.news-page__content b {
  font-weight: 600;
}
.news-page__content ol {
  display: block;
  list-style-type: decimal;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
}
.news-page__content ul {
  display: block;
  list-style-type: disc;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
}

.page404 {
  height: 100vh;
  background: url("../images/404/photo_1.webp") no-repeat center center;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.page404__wrap {
  margin: 0 auto;
  max-width: 509px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  padding: 0px 12px;
}
.page404__svg {
  width: 509px;
  height: 164px;
}
.page404__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #BD9F63;
}
.page404__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #F7F2DD;
}
.page404__btn {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #BD9F63;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 28px;
  width: 100%;
  max-width: 140px;
  border: 1px solid #BD9F63;
}
.page404__btn:active,
.page404__btn:hover {
  color: #F7F2DD;
  border: 1px solid #F7F2DD;
  cursor: pointer;
}
.custom-btn {
  color: #BD9F63;
  border: 1px solid #BD9F63;
  text-align: center;
}
.custom-btn:hover {
  color: #BD9F63;
  border: 1px solid rgba(189, 159, 99, 0.7);
  box-shadow: 0px 0px 0px 2px rgba(189, 159, 99, 0.7);
  cursor: pointer;
}
.custom-btn:active {
  color: rgba(189, 159, 99, 0.7);
  border: 1px solid rgba(189, 159, 99, 0.7);
  cursor: pointer;
  box-shadow: none;
}
.area-page {
  padding-top: 120px;
}
.area-page__wrap {
  display: flex;
  /* gap: 171px; */
  gap: 50px;
}
.area-page__slider {
  width: 50%;
  max-width: 890px;
  order: 2;
}
.area-page-slider-item img {
  width: 100%;
}
.area-page__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.area-page__title.area-page__mob {
  display: none;
}
.area-page__content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
}
.area-page__content p {
  padding: 10px 0px;
}
.area-page__content strong,
.area-page__content b {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
}
.area-page__content ol {
  display: block;
  list-style-type: decimal;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
}
.area-page__content ul {
  display: block;
  list-style-type: disc;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
}
.area-page__btn {
  display: inline-block;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #BD9F63;
  padding: 16px 28px;
  width: 100%;
  max-width: 258px;
  border: 1px solid #BD9F63;
}
.area-page__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #F7F2DD;
}
.area-page__desc span {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #F7F2DD;
  font-variation-settings: 'slnt' -10;
}
.area-page__group {
  display: flex;
  flex-direction: column;
  gap: 40px;
  order: 1;
}
.area-page__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.area-page-link-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.area-page-link-item a {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.area-page-link-item__arrow {
  transform: rotate(-45deg);
  transition: all .15s ease-in-out;
    flex-shrink: 0;
}
.area-page-link-item:hover .area-page-link-item__arrow {
  transform: rotate(0deg);
}
.projects-slider {
  overflow: hidden;
  margin-top: 100px;
}
.projects-slider__wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.project-item {
  flex-shrink: 0;
}


input[name="agree"] {
  height: 0px;
  opacity: 0;
  width: 0;
  position: absolute;
}

.valid-icon {
    display: none;
}

.main-form__group {
  position: relative;
}

.main-form__group input.valid ~ .valid-icon {
    color: rgb(113 176 102);
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
}

.main-form__btn:disabled {
    filter: grayscale(1);
    opacity: 0.5;
}

.main-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.main-slider__wrap {
  height: 100%;
/*  height: 100%;
  display: flex;
  align-items: center;*/
}
.main-slider-owl {
  height: 100%;
}

.main-slider .owl-stage-outer {
  height: 100%;
}

.main-slider .owl-stage {
  height: 100%;
}

.main-slider .owl-item {
  height: 100%;
display: flex;
    align-items: center;
}

.main-slider-item {
  padding: 12px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider-item.main-slider-item_1 {
  max-width: 586px;
}

.main-slider-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.main-slider-item__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}

.main-slider-item__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #F7F2DD;
}

.main-slider-item__foto {

}

.main-slider-item__foto img {
}


.main-form-success {
  display: none;
  padding: 60px;
  background: #BD9F63;
  position: relative;
}
.main-form-success__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.main-form-success__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.main-form-success__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #0A0A0A;
}
.main-form-success__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #0A0A0A;
}

.main-form-success.main-form-success__active {
  display: block;
}

.main-form-success.main-form-success__active ~ div {
  display: none;
}

.area-page-slider-owl .owl-dots {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.area-page-slider-owl .owl-dot {
  width: 12px;
  height: 12px;
  background: transparent !important;
  border: 1px solid #BD9F63 !important;
}

.area-page-slider-owl .owl-dot.active {
  background: rgba(189, 159, 99, 0.7) !important;
}

.pers-link {
    text-decoration: underline;
}

.footer2__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.footer2-block__btn {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #BD9F63;
  width: 100%;
  padding: 16px 28px;
  width: 341px;
  border: 1px solid #BD9F63;
  cursor: pointer;
  text-align: center;
}
.footer2-links a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #F7F2DD;
    transition: all .15s ease-in-out;
}
.footer2-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 341px;
    justify-content: space-between;
}
.footer2-links {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    color: #F7F2DD;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer2-block__ip {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #F7F2DD;
  text-align: right;
}



.news-page__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  order: 10;
}
.news-page-link-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.news-page-link-item a {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #BD9F63;
}
.news-page-link-item__arrow {
  transform: rotate(-45deg);
  transition: all .15s ease-in-out;
}
.news-page-link-item:hover .news-page-link-item__arrow {
  transform: rotate(0deg);
}

.modal-form {
  display: none;

  margin: 0 auto;
  max-width: 739px;
  background: #0A0A0A;
  padding: 60px;
  box-sizing: border-box;
}
.fancybox-content {
  background: #0A0A0A; /* Overrides the default white background */
}

.modal-form-success {
    display: none;
}

.modal-form-success.fancybox-content {
  background: #BD9F63;
}

.modal-form-success .fancybox-button {
  color: #000;
}