@charset "UTF-8";
:root {
  --gold-primary: #B07C46;
  --gold-secondary: #E6AE73;
  --text-on-light: #7A4E23;
  --text-on-dark: #F5F3EF;
  --text-muted-on-dark: #CFC7BC;
  --text-primary: #121212;
  --text-secondary: #3A3A3A;
  --bg-dark: #0B0B0C;
  --bg-light: #FAF8F5;
  --surface: #FFFFFF;
  --surface-warm: #F2EEE8;
  --surface-dark: #141416;
  --surface-dark-2: #222326;
  --border-dark: #FFFFFF1A;
  --border-light: #E9E2D8;
  --font-heading: "Forum", serif;
  --font-text: "PT Sans", sans-serif;
  --font-accent: "PT Mono", monospace;
  --text-color: var(--text-primary);
  --header-height: 142px;
}

@media (max-width: 1080px) {
  :root {
    --header-height: 112px;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  margin: 0 !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: transparent;
}

*,
*::before,
*::after {
  color: var(--text-color);
  font-family: var(--font-text);
  text-decoration: none;
}

body {
  background-color: var(--bg-light);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.other-page {
  padding-bottom: 160px;
}

.section {
  --text-color: var(--text-primary);
  position: relative;
}
.section__group {
  position: relative;
  display: grid;
  gap: 20px;
}
.section__text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}
.section__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.16px;
}

.section-number {
  position: absolute;
  left: 0;
  top: -60px;
  width: -moz-max-content;
  width: max-content;
}
.section-number.on-dark span {
  color: rgba(245, 243, 239, 0.1019607843);
}
.section-number span {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 240px;
  line-height: 160px;
  letter-spacing: -4.8px;
  color: rgba(11, 11, 12, 0.0509803922);
}
.section-number p {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  left: 0;
  top: -29px;
  width: -moz-max-content;
  width: max-content;
}
.section-number p::before {
  display: block;
  content: "";
  width: 48px;
  border-top: 1px solid var(--gold-primary);
}

.section--black {
  background-color: var(--bg-dark);
  --text-color: var(--bg-light);
}

.title-1 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1px;
}

.title-2 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -0.5px;
}

.title-3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 0px;
}

.title-4 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}

.text-l {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
}

.text-m {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
}

.text-s {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}

.text-ui {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.text-button {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
}

.text-caption {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
}

.text-label-upper {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.text-spec {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 4%;
  text-transform: capitalize;
}

.text-tag {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 6%;
  text-transform: capitalize;
}

.text-micro {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 6%;
  text-transform: capitalize;
}

.color-gold-primary {
  color: var(--gold-primary);
}

.btn {
  padding: 17.5px 24px;
  background-color: var(--gold-primary);
  color: var(--text-on-dark);
  font-family: var(--font-text);
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2%;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  background-color: var(--gold-secondary);
}

.btn--outline {
	background-color: transparent;
	border: 1px solid var(--gold-primary);
	color: var(--gold-primary):
}
.btn--outline:hover {
	background-color: var(--gold-primary);
	color: var(--text-on-dark);
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input-text {
  padding: 18px 0;
  border-bottom: 1px solid var(--gold-secondary);
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 0;
  position: absolute;
  z-index: -300;
}
.checkbox span {
  display: block;
  border: 0.25px solid var(--gold-primary);
  width: 24px;
  flex-shrink: 0;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.checkbox:has(input:checked) span {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.99993 10.8001L3.19993 8.00006L2.2666 8.9334L5.99993 12.6667L13.9999 4.66673L13.0666 3.7334L5.99993 10.8001Z" fill="%23B07C46"/></svg>');
}
.checkbox p a {
  text-decoration: underline;
}
.checkbox p a:hover {
  color: var(--gold-primary);
}

.input-wrapper.error .input-text {
  border-color: #d63638;
}
.input-wrapper.error .text-label-upper {
  color: #d63638;
}

.checkbox.error span {
  border-color: #d63638;
}
.checkbox.error p {
  color: #d63638;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__active {
  color: var(--text-on-light);
  text-transform: uppercase;
}

.text-page {
  margin-top: var(--header-height);
  padding-top: 40px;
  padding-bottom: 160px;
}
.text-page .breadcrumbs {
  margin-bottom: 60px;
}
.text-page .text-l {
  white-space: pre-wrap;
}

#cookie-notice {
	border-radius: 0px !important;
}

.cookie-notice-container {
	display: grid !important;
	grid-template-columns: 1fr 313px;
	gap: 40px;
	padding: 20px !important;
	border: 1px solid var(--gold-primary);
	border-radius: 0px !important;
}

.cn-buttons-container {
	display: flex !important;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}

.cn-buttons-container .btn {
	max-width: 100%;
	width: 100%;
}

.cookie-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	text-align: left;
}

.cookie-title {
	display: flex;
	align-items: center;
	gap: 12px;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
	display: none !important;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 174, 115, 0.4);
  z-index: 6;
}
.modal.open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.modal__content {
  width: 100%;
  max-width: 571px;
  height: auto;
  max-height: 100dvh;
  overflow-y: auto;
}

.callback-modal {
  background-color: #F2EEE8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  flex-direction: column;
  padding: 20px 27.5px;
  position: relative;
}
.callback-modal .callback__form {
  background-color: none;
  padding: 0;
}
.callback-modal .title-4 {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.callback-modal .text-m {
  display: block;
  margin-bottom: 22px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1080px) {
  .container {
    padding: 0 20px;
  }
  .section__group {
    gap: 10px;
  }
  .section-number span {
    font-weight: 400;
    font-size: 120px;
    line-height: 160px;
    letter-spacing: -2.4px;
  }
  .section-number p {
    top: 0;
  }
  .title-1 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -1%;
  }
  .title-2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.5%;
  }
  .title-3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0%;
  }
  .title-4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
  }
  .text-l {
    font-size: 16px;
    line-height: 26px;
  }
  .text-m {
    line-height: 24px;
    font-size: 15px;
  }
  .other-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
	.cookie-notice-container {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 10px !important;
	}
	
	.cookie-info {
		gap: 10px;
	}
}
@media (max-width: 620px) {
  .container {
    padding: 0 10px;
  }
  .other-page {
    padding-bottom: 0px;
  }
  .text-page {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .callback-modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header {
  display: flex;
  align-items: flex-end;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9333333333);
  transition: background 0.3s ease-in-out;
  z-index: 5;
}
.header.top-position {
  background-color: transparent;
}
.header__inner {
  display: flex;
  gap: 115px;
  width: 100%;
  align-items: center;
}
.header__logo img,
.header__logo svg {
  height: 132px;
  width: auto;
}
.header__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.header__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.header__bottom {
  display: flex;
  justify-content: center;
}
.header .btn {
  width: 100%;
  max-width: 280px;
}
.header__email {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}
.header__email:hover {
  color: var(--gold-primary);
  text-decoration: underline;
}
.header__contact {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.header__contact-icon {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__group {
  display: flex;
  flex-direction: column;
}
.header__tel {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}
.header__tel:hover {
  color: var(--gold-primary);
  text-decoration: underline;
}
.header__worktime {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--text-on-light);
}
.header__burger {
  display: none;
}
.header__nav-list {
  display: flex;
  gap: 40px;
}
.header__nav .menu-item {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}
.header__nav .menu-item:hover a {
  color: var(--gold-primary);
}
.header__nav .current-menu-item a {
  color: var(--gold-primary);
  text-decoration: underline;
}

.mobile-menu {
  position: fixed;
  background-color: var(--surface);
  top: 0;
  right: 0;
  width: 100%;
  max-height: 100dvh;
  overflow-y: auto;
  z-index: 6;
  padding: 10px 0;
  max-width: 360px;
  pointer-events: none;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease;
  display: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu__close {
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  top: 10px;
}
.mobile-menu .btn {
  width: 100%;
}
.mobile-menu__content {
  padding: 44px 0 40px;
  display: grid;
  grid-template-columns: 1fr 198px;
  gap: 16px;
}
.mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-menu__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.mobile-menu__item svg {
  flex-shrink: 0;
}
.mobile-menu__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-menu__item-text a:hover {
  text-decoration: underline;
}
.mobile-menu__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-menu__nav-list .menu-item {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}
.mobile-menu__nav-list .current-menu-item a {
  color: var(--gold-primary);
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .mobile-menu {
    display: block;
  }
  .header__logo img,
  .header__logo svg {
    height: 102px;
    width: auto;
  }
  .header__inner {
    align-items: flex-start;
    gap: 16px;
  }
  .header__content {
    justify-content: flex-start;
  }
  .header__top {
    justify-content: flex-end;
    gap: 35px;
  }
  .header__contact {
    gap: 10px;
  }
  .header__contact-icon {
    width: 24px;
    height: 24px;
  }
  .header__tel {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
  }
  .header__worktime {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
  }
  .header__email {
    display: none;
  }
  .header .btn {
    display: none;
  }
  .header__burger {
    display: block;
  }
  .header__bottom {
    display: none;
  }
}
@media (max-width: 620px) {
  .mobile-menu {
    width: 100%;
    max-width: 100%;
  }
  .mobile-menu__close {
    right: 10px;
  }
}
.footer {
  background-color: var(--bg-dark);
  padding: 40px 0;
}
.footer__inner {
  display: grid;
  gap: 20px clamp(40px, 227px, 40vw - 300px);
  grid-template-columns: 1fr auto auto;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 285px;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__column-title {
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--gold-secondary);
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__nav-list .menu-item a {
  color: #CFC7BC;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
}
.footer__nav-list .menu-item a:hover {
  text-decoration: underline;
}
.footer__text {
  display: flex;
  flex-direction: column;
}
.footer__text a, .footer__text p {
  color: #CFC7BC;
}
.footer__text a:hover {
  text-decoration: underline;
}
.footer__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__item {
  display: flex;
  gap: 20px;
}
.footer__item svg {
  flex-shrink: 0;
}
.footer__item .footer__address {
  color: #CFC7BC;
}
.footer__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__item-text p {
  color: #fff;
}
.footer__item-text a {
  color: #fff;
}
.footer__item-text a:hover {
  text-decoration: underline;
}

@media (max-width: 820px) {
  .footer__inner {
    grid-template-columns: auto auto;
    grid-template-areas: "info info" "a b";
  }
  .footer__info {
    grid-area: info;
    gap: 20px;
  }
  .footer__nav-list {
    gap: 10px;
  }
  .footer__column {
    gap: 20px;
  }
}
.home-intro {
  padding-top: var(--header-height);
  position: relative;
  z-index: 2;
}
.home-intro__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-intro__inner {
  position: relative;
  z-index: 2;
  padding: 156px 0;
}
.home-intro__content {
  padding: 25px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.home-intro__content::before, .home-intro__content::after {
  display: block;
  position: absolute;
  content: "";
  width: 285px;
  border-top: 2px solid var(--gold-primary);
  left: clamp(-185px, 0px, -50vw + 630px);
  top: 0;
}
.home-intro__content::after {
  top: 100%;
}
.home-intro__title {
  display: block;
  width: 100%;
  max-width: 1007px;
}

.home-page {
  padding-bottom: 160px;
}

@media (max-width: 1080px) {
  .home-intro {
    z-index: initial;
  }
  .home-intro__inner {
    padding: 70px 0;
  }
  .home-intro__content {
    gap: 20px;
  }
  .home-intro__content::after {
    width: 100%;
  }
  .home-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 620px) {
  .home-intro__inner {
    padding: 15px 0;
  }
  .home-intro__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.1px;
  }
  .home-intro__img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: rgba(250, 248, 245, 0.5019607843);
  }
  .home-page {
    padding-bottom: 60px;
  }
}
.intro {
  padding-top: var(--header-height);
  position: relative;
}
.intro__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% 58%;
     object-position: 65% 58%;
}
.intro__img:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(233, 226, 216, 0.5019607843);
  left: 0;
  top: 0;
  position: absolute;
}
.intro__group {
  position: relative;
}
.intro__group .section-number {
  top: -40px;
}
.intro__group .section-number p {
  top: -16px;
}
.intro__inner {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 40px;
}
.intro .breadcrumbs {
  margin-bottom: 80px;
}
.intro__group {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 692px;
}
.intro__services {
  margin-top: 160px;
}
.intro__services {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.intro__services-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 144px;
  flex-shrink: 0;
}
.intro__services-group .text-s {
  color: rgba(11, 11, 12, 0.5019607843);
}
.intro__services-items {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 45px;
}
.intro__services-items a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-on-light);
  padding: 10px 12px;
  text-align: center;
  border: 1px solid var(--gold-primary);
}
.intro__services-items a:hover {
  color: var(--surface);
  background-color: var(--gold-primary);
}
.intro__arrows {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 1080px) {
  .intro__arrows {
    display: none;
  }
}
.intro__arrows div:hover {
  filter: brightness(120%);
}
.intro__advantages {
  margin-top: 230px;
  padding-bottom: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.intro__advantages .swiper {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .intro__advantages .swiper {
    overflow: visible;
  }
  .intro__advantages .swiper .swiper-wrapper {
    display: flex;
    transform: none !important;
  }
  .intro__advantages .swiper .swiper-slide {
    flex: 1;
    width: auto !important;
    padding: 20px 28.5px 27px;
    box-shadow: none;
    height: 175px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .intro__advantages .swiper .swiper-slide::before {
    display: block;
    content: "";
    position: absolute;
    right: calc(100% + 1px);
    width: 4px;
    height: 100%;
    top: 0;
    background-color: var(--gold-secondary);
  }
  .intro__advantages .swiper .swiper-slide::after {
    display: none;
  }
  .intro__advantages .swiper .swiper-slide:first-child::before {
    display: none;
  }
  .intro__advantages .swiper .swiper-slide:first-child::after {
    display: block;
    content: "";
    width: 233px;
    border-bottom: 1px solid var(--gold-primary);
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    position: absolute;
    background-color: var(--surface);
  }
}
.intro__advantages .swiper-wrapper {
  padding-bottom: 2px;
}
.intro__advantages .swiper-slide {
  width: 256px !important;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--surface-warm);
  background-color: var(--surface);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
  height: 128px;
}
.intro__advantages .swiper-slide .title-2 {
  color: #B07C46;
}
.intro__advantages .swiper-slide .text-m {
  color: rgba(11, 11, 12, 0.6);
  line-height: 24px;
  padding-bottom: 10px;
}
.intro__advantages .swiper-slide::after {
  display: block;
  content: "";
  width: 233px;
  border-bottom: 1px solid var(--gold-primary);
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  position: absolute;
  background-color: var(--surface);
}
.intro:has(.intro__advantages) .intro__inner {
  padding-bottom: 0;
}
.intro:has(.intro__advantages) .intro__img {
  height: calc(100% - 252px);
}

@media (max-width: 1080px) {
  .intro__services {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .intro__services-group {
    gap: 10px;
  }
  .intro__services-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .intro__group {
    gap: 10px;
  }
  .intro__group .section-number {
    top: -50px;
  }
  .intro__group .section-number p {
    top: 20px;
  }
  .intro__advantages {
    padding-bottom: 60px;
    margin-top: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .intro:has(.intro__advantages) .intro__img {
    height: calc(100% - 232px);
  }
}
@media (max-width: 620px) {
  .intro__inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .intro__services-items {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }
  .intro__advantages {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.not-found {
  padding-top: var(--header-height);
  position: relative;
  background-color: #F7F4E7;
}
.not-found::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.not-found__content {
  position: relative;
  padding: 127px 10px 101px;
}
.not-found span {
  position: absolute;
  z-index: 1;
  color: red;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 440px;
  color: var(--gold-primary);
  font-family: var(--font-heading);
}
.not-found__group {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.not-found__title {
  color: var(--surface);
}
.not-found__subtitle {
  color: var(--surface);
}

@media (max-width: 1080px) {
  .not-found__content {
    padding: 70px 10px;
  }
  .not-found span {
    font-size: 300px;
  }
}
@media (max-width: 620px) {
  .not-found__group {
    gap: 10px;
  }
  .not-found__group .btn {
    width: 100%;
    margin-top: 10px;
  }
  .not-found span {
    top: 45%;
    font-size: 150px;
    color: var(--text-primary);
  }
  .not-found .title-1, .not-found .title-3 {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
  }
}
.projects {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
.projects-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
}
.projects-wrapper .load-more {
  max-width: 255px;
  width: 100%;
  margin: 0 auto;
}

.project {
  display: grid;
  grid-template-columns: 488px 1fr;
  gap: 20px;
}
.project__content {
  height: 440px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 16px 16px 30px;
  border-bottom: 3.31px solid #B07C46;
  position: relative;
  overflow: hidden;
}
.project__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(11, 11, 12, 0.4);
}
.project__content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.6s ease;
}
.project__content:hover img {
  scale: 1.1;
}
.project__content:hover .project__arrow {
  background-color: var(--gold-primary);
}
.project__content:hover .project__arrow svg path {
  stroke: var(--surface);
}
.project__info {
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
  z-index: 6;
}
.project__add {
  text-align: right;
}
.project__main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project__main .text-label-upper {
  color: #BA7A3C;
}
.project__main .title-4 {
  color: var(--surface);
}
.project__year {
  color: var(--surface);
}
.project__address {
  color: rgba(255, 255, 255, 0.4);
}
.project__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.74px solid var(--gold-primary);
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 3;
  width: 36px;
  height: 36px;
}
.project__excerpt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project__excerpt .title-3 {
  margin-bottom: 10px;
}
.project__excerpt .text-l {
  margin-bottom: 20px;
}
.project .btn {
  width: 100%;
  max-width: 222px;
}

@media (max-width: 1080px) {
  .projects {
    gap: 60px;
  }
  .project {
    grid-template-columns: 350px 1fr;
  }
  .project__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 1080px) {
  .project {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 620px) {
  .projects-wrapper {
    gap: 20px;
  }
  .projects-wrapper .load-more {
    width: 100%;
    max-width: calc(100% - 20px);
    margin-left: 10px;
  }
  .project {
    display: flex;
    flex-direction: column-reverse;
  }
  .project__content {
    height: 440px;
    padding: 10px;
  }
  .project .btn {
    width: 100%;
    max-width: 100%;
  }
  .project__excerpt .text-l {
    margin-bottom: 10px;
  }
}
.project-intro {
  padding-top: var(--header-height);
  position: relative;
}
@media (min-width: 1240px) {
  .project-intro {
    height: 1080px;
  }
}
.project-intro__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.project-intro__img::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(250, 248, 245, 0.5019607843);
}
.project-intro__inner {
  padding: 80px 0 160px;
  position: relative;
  z-index: 2;
}
.project-intro__back {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 44px;
}
.project-intro__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}
@media (min-width: 1240px) {
  .project-intro__badges {
    margin-bottom: 160px;
  }
}
.project-intro__badge {
  font-family: var(--text-accent);
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  background-color: var(--surface-warm);
  border: 1px solid #B07C46;
}
.project-intro__subtitle {
  margin-top: 20px;
}

.project-content {
  padding-top: 160px;
}
.project-content__inner {
  padding-bottom: 40px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(400px, 520px) minmax(300px, 1fr);
  gap: 40px;
}
.project-content__inner::after {
  position: absolute;
  top: 100%;
  display: block;
  content: "";
  width: 100%;
  border-bottom: 1px solid var(--gold-secondary);
  left: 0;
}

.project-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px 24px 40px;
  border-left: 1px solid var(--gold-secondary);
  border-right: 1px solid var(--gold-secondary);
}

.characteristics {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.characteristics__table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.characteristics .table-header {
  width: 100%;
  padding: 13px 0;
  text-align: center;
  border: 1px solid var(--text-on-light);
  border-bottom: none;
}
.characteristics .table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--text-on-light);
  border-bottom: none;
}
.characteristics .table-row span {
  display: block;
  padding: 11px 15.5px;
}
.characteristics .table-row span:first-child {
  text-align: left;
}
.characteristics .table-row span:last-child {
  text-align: center;
  width: 100%;
  border-left: 1px solid var(--text-on-light);
}
.characteristics .table-row:last-child {
  border-bottom: 1px solid var(--text-on-light);
}

.works {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.works .title-3 {
  max-width: 420px;
  width: 100%;
}
.works__list {
  list-style: none;
}
.works__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.works__list li::before {
  display: block;
  content: "•";
  color: var(--text-primary);
}

.project-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.project-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-group .text-l {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-gallery {
  padding-top: 160px;
}
.project-gallery__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-gallery-wrapper {
  display: flex;
  flex-direction: column;
}
.project-gallery-sign {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
  color: var(--gold-primary);
  margin-bottom: 80px;
}
.project-gallery-sign::before {
  display: block;
  content: "";
  width: 48px;
  height: 1px;
  background-color: var(--gold-primary);
}
.project-gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.project-gallery-wrapper a {
  display: block;
  width: 100%;
}
.project-gallery-wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.project-gallery .load-more {
  margin: 60px auto 0;
  width: 100%;
  max-width: 255px;
}
.project-gallery__left_2_right {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 18px 23px;
}
.project-gallery__left_2_right div {
  display: grid;
  gap: 18px;
  grid-template-rows: 1fr 1fr;
}
.project-gallery__row {
  display: grid;
  gap: 18px 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.project-gallery__row a {
  height: 100%;
}
.project-gallery__row a img {
  max-height: 250px;
}
.project-gallery__one a {
  width: 100%;
  height: 100%;
}
.project-gallery__one a img {
  max-height: 675px;
}
.project-gallery .hidden {
  display: none;
}

.project-slider {
  display: none;
  width: 100%;
  max-width: 100%;
}
.project-slider .swiper-slide {
  width: 100%;
  height: 400px !important;
}
.project-slider .swiper-slide a {
  width: 100%;
  height: 100%;
}
.project-slider .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media (max-width: 1080px) {
  .project-gallery {
    padding-top: 70px;
  }
  .project-content {
    padding-top: 60px;
  }
}
@media (max-width: 820px) {
  .project-content__inner {
    grid-template-columns: 1fr;
  }
  .project-content__inner::after {
    display: none;
  }
  .project-info {
    padding: 0;
    border: none;
    gap: 40px;
    position: relative;
    padding-bottom: 40px;
  }
  .project-info::after {
    position: absolute;
    top: 100%;
    display: block;
    content: "";
    width: 100%;
    border-bottom: 1px solid var(--gold-secondary);
    left: 0;
  }
  .table-row span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.08px;
    text-align: center !important;
  }
  .project-text {
    gap: 20px;
  }
  .project-group {
    gap: 10px;
  }
  .project-group .text-l {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .project-slider {
    display: block;
  }
  .project-slider__arrows {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .project-slider__arrows div:hover {
    filter: brightness(120%);
  }
  .project-gallery-wrapper {
    display: none;
  }
  .project-gallery {
    padding-top: 40px;
  }
  .project-gallery-sign {
    margin-bottom: 40px;
  }
  .project-gallery .load-more {
    display: none;
  }
}
@media (max-width: 620px) {
  .project-intro__img::after {
    background-color: rgba(250, 248, 245, 0.8);
  }
  .project-intro__inner {
    padding: 20px 0 40px;
  }
  .project-intro__back {
    margin-bottom: 20px;
  }
  .project-intro__badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 340px;
  }
  .project-slider .swiper-slide {
    height: 277px !important;
  }
}
.contacts-list {
  display: grid;
  gap: 20px 50px;
  padding-right: 49px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contacts-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts-list__item a:hover {
  text-decoration: underline;
}
.contacts-list__icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(176, 124, 70, 0.1019607843);
}

.contacts-callback {
  padding-top: 0 !important;
  margin-bottom: 160px;
}

.contacts-map {
  width: 100%;
  height: 400px;
}
.contacts-map > *, .contacts-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1080px) {
  .contacts-callback {
    margin-bottom: 60px;
  }
}
.home-slider {
  display: grid;
  grid-template-columns: 1fr 482px;
  gap: 40px 20px;
  position: relative;
}
.home-slider::before {
  display: block;
  width: 285px;
  height: 207px;
  border: 2px solid var(--gold-primary);
  border-left: none;
  position: absolute;
  content: "";
  right: clamp(-107px, 0px, -50vw + 630px);
  top: -308px;
}
.home-slider::after {
  display: block;
  content: "";
  width: 285px;
  height: 261px;
  border: 2px solid var(--gold-primary);
  border-right: none;
  position: absolute;
  left: 0;
  bottom: -179px;
}
.home-slider-section {
  padding: 160px 0 109px;
  margin-bottom: 70px;
}
.home-slider__text {
  margin-top: 220px;
  padding-bottom: 133px;
}
.home-slider .section-number {
  top: 0;
}
.home-slider .section-number p {
  top: 0;
}
.home-slider .section-number span {
  color: rgba(250, 248, 245, 0.0509803922);
}

.slider-wrapper {
  position: relative;
}

.slider-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 3;
}

.slider-arrow {
  cursor: pointer;
}
.slider-arrow:hover {
  filter: brightness(120%);
}

/* ════════════════════════════════════════
   ОБЩИЕ СТИЛИ
   ════════════════════════════════════════ */
.swiper {
  width: 100%;
  position: relative;
  z-index: 10;
}

.home-slider .swiper-slide {
  background-color: var(--surface-dark-2) !important;
  padding: 20px 20px 64px;
}
.home-slider .swiper-slide::after {
  position: absolute;
  width: 128px;
  height: 128px;
  background-color: rgba(186, 122, 60, 0.0509803922);
  border-bottom-left-radius: 100%;
  right: 0;
  top: 0;
  content: "";
}
.home-slider .swiper-slide__number {
  margin-bottom: 20px;
  display: block;
}
.home-slider .swiper-slide__text {
  margin-top: 60px;
  font-family: var(--font-accent);
  color: rgba(255, 255, 255, 0.4);
  word-break: break-word;
}
.home-slider .swiper-slide__title {
  word-break: break-word;
}
.home-slider .swiper-slide__link {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: var(--gold-primary);
}
.home-slider .swiper-slide__link-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease;
}
.home-slider .swiper-slide__link:hover .swiper-slide__link-icon {
  background: var(--gold-primary);
  border-color: var(--gold-primary);
}

/* ════════════════════════════════════════
   ДЕСКТОП >= 768px — диагональный режим
   ════════════════════════════════════════ */
.swiper--desktop {
  --container-w: 482px;
  --container-h: 564px;
  --slide-size: 390px;
  --small-scale: 0.41;
  --offset-x: calc(
    (var(--container-w) - var(--slide-size) * var(--small-scale)) / 2
  );
  --offset-y: calc(
    (var(--container-h) - var(--slide-size) * var(--small-scale)) / 2
  );
  max-width: var(--container-w);
  height: var(--container-h);
  overflow: visible;
}
.swiper--desktop .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform: none !important;
}
.swiper--desktop .swiper-slide {
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
  width: var(--slide-size) !important;
  height: var(--slide-size) !important;
  transform-origin: center center !important;
  will-change: transform, opacity !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease !important;
  transform: scale(0) !important;
  opacity: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.swiper--desktop .swiper-slide.is-prev {
  transform: translate(calc(-1 * var(--offset-x)), calc(-1 * var(--offset-y))) scale(var(--small-scale)) !important;
  opacity: 1 !important;
  z-index: 2 !important;
  pointer-events: auto !important;
}
.swiper--desktop .swiper-slide.is-active {
  transform: translate(0, 0) scale(1) !important;
  opacity: 1 !important;
  z-index: 3 !important;
  pointer-events: auto !important;
}
.swiper--desktop .swiper-slide.is-next {
  transform: translate(var(--offset-x), var(--offset-y)) scale(var(--small-scale)) !important;
  opacity: 1 !important;
  z-index: 2 !important;
  pointer-events: auto !important;
}

/* ════════════════════════════════════════
   МОБИЛКА < 768px — обычный горизонтальный
   ════════════════════════════════════════ */
.swiper--mobile {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper--mobile .swiper-wrapper {
  position: relative;
  display: flex;
}
.swiper--mobile .swiper-slide {
  position: relative !important;
  inset: unset !important;
  width: 100% !important;
  height: auto !important;
  min-height: 300px;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: none !important;
  transform-origin: center center !important;
  opacity: 1 !important;
  scale: 1 !important;
  z-index: 1 !important;
  pointer-events: auto !important;
  will-change: unset !important;
  transition: none !important;
  flex-shrink: 0 !important;
}
.swiper--mobile .swiper-slide-active {
  transform: none !important;
}

@media (max-width: 1080px) {
  .home-slider {
    grid-template-columns: 1fr;
  }
  .home-slider .section-number span {
    font-weight: 400;
    font-size: 120px;
    line-height: 160px;
    letter-spacing: -2.4px;
  }
  .home-slider__text {
    padding-bottom: 0;
  }
  .home-slider-section {
    padding: 60px 0 60px;
  }
  .home-slider::before {
    top: -130px;
  }
  .home-slider::after {
    height: 68px;
    border-top: none;
    bottom: -130px;
  }
}
@media (max-width: 768px) {
  .slider-arrows {
    position: initial;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .home-slider .swiper-slide::after {
    background-color: #BA7A3C;
    top: -9;
    right: -40px;
  }
  .home-slider__text {
    padding-bottom: 0px;
  }
  .home-slider .swiper-slide {
    overflow: hidden;
  }
  .home-slider .swiper-slide__text {
    margin-top: 40px;
  }
  .home-slider .swiper-slide__link-icon {
    width: 24px;
    height: 24px;
    border-color: var(--gold-primary);
  }
  .home-slider .swiper-slide__link-icon svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 620px) {
  .home-slider-section {
    position: relative;
    margin-bottom: 60px;
    z-index: 3;
  }
  .home-slider::before {
    top: -75px;
  }
  .home-slider::after {
    display: none;
  }
  .home-slider__text {
    padding-top: 6px;
    margin-top: 137px;
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
  }
  .home-slider-section {
    padding: 60px 0 10px;
  }
}
.partners {
  padding-top: 160px;
}
.partners .section__group {
  margin-bottom: 80px;
}

.partners__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.partners__carousel {
  overflow: hidden;
  position: relative;
}

.partners__track {
  display: flex !important;
  align-items: center;
}

.partners__slide {
  flex-shrink: 0;
  width: 300px !important;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners__img {
  width: 100%;
  height: 203px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.partners__arrows {
  display: none;
}

@media (max-width: 1080px) {
  .partners {
    padding-top: 80px;
  }
  .partners .section__group {
    margin-bottom: 40px;
  }
  .partners__wrapper {
    margin-bottom: 20px;
  }
  .partners__slide {
    width: 180px !important;
    padding: 0 10px;
  }
  .partners__img {
    height: 135px;
  }
  .partners__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .partners .section__group {
    position: relative;
    padding: 0 0 8px 11px;
  }
  .partners .section__group .section-number {
    left: 11px;
  }
  .partners .section__group.home-group::after {
    display: block;
    content: "";
    width: 285px;
    height: 500px;
    border-left: 2px solid var(--gold-primary);
    border-bottom: 2px solid var(--gold-primary);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.home-services {
  padding-top: 160px;
}
.home-services__inner {
  display: flex;
  flex-direction: column;
  gap: 108px;
}
.home-services__items {
  gap: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.home-services__item {
  display: grid;
  grid-template-rows: 64px 96px 66px 1fr;
  gap: 20px;
  padding: 14.5px 26.5px;
  background-color: var(--surface);
  border: 1px solid var(--border-light);
}
.home-services__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: var(--surface-warm);
}
.home-services__item-link {
  margin-top: 20px;
  align-self: flex-end;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-primary);
}
.home-services__item-link:hover {
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .home-services__inner {
    gap: 60px;
  }
}
@media (max-width: 820px) {
  .home-services {
    padding-top: 70px;
  }
  .home-services__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .home-services {
    padding-top: 60px;
  }
  .home-services__inner {
    gap: 40px;
  }
  .home-services__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home-services__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .home-services__item-link {
    align-self: flex-start;
    margin-top: 0;
  }
  .home-services__item-icon {
    width: 44px;
    height: 44px;
  }
  .home-services__item-icon svg {
    width: 24px;
    height: 24px;
  }
}
.callback {
  padding-top: 160px;
}
.callback__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.callback__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 42px;
}
.callback__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.callback__content:has(.section-number) {
  padding-top: 88.5px;
}
.callback__contacts {
  display: grid;
  gap: 20px 6px;
  grid-template-columns: 1fr 1fr;
}
.callback__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.callback__contact-title {
  color: #BA7A3C;
}
.callback__contact a.callback__contact-item:hover {
  text-decoration: underline;
}
.callback__form {
  padding: 20px 27.5px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  background-color: var(--surface-warm);
}
.callback__form .btn {
  margin-top: 18px;
  width: 100%;
}

@media (max-width: 1080px) {
  .callback {
    padding-top: 60px;
  }
}
@media (max-width: 820px) {
  .callback__inner {
    grid-template-columns: 1fr;
  }
  .callback__content {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px !important;
  }
  .callback__form {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .callback__header .title-1 {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0px;
  }
  .callback__header .text-l {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .callback__contacts {
    display: flex;
    flex-direction: column;
  }
  .callback__form .btn {
    margin-top: 0;
  }
}
.service {
  padding: 80px 0;
}
.service .section-number {
  display: flex;
  gap: 0;
  align-items: flex-end;
  position: initial;
  width: 100%;
  justify-content: flex-end;
  grid-area: num;
}
.service .section-number p {
  position: initial;
  margin-bottom: 31px;
  color: var(--gold-primary);
}
.service .section-number span {
  font-weight: 400;
  font-size: 160px;
  line-height: 160px;
  letter-spacing: -3.2px;
}
.service__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0 82px;
  grid-template-areas: "num num" "a b";
}
.service__img {
  width: 100%;
  box-shadow: 0px 6px 12px 0px rgba(176, 124, 70, 0.1019607843);
  height: 398px;
  margin-bottom: 111px;
}
.service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.service__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  color: var(--text-on-light);
}
.service .text-label-upper {
  color: var(--text-on-light);
}
.service__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px 57px;
}
.service__list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service__list li::before {
  display: block;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  background-color: #B07C46;
}
.service .btn {
  width: 100%;
  max-width: 280px;
}
.service:nth-child(odd) {
  background-color: var(--bg-dark);
}
.service:nth-child(odd) .section-number span {
  color: rgba(245, 243, 239, 0.1019607843);
}
.service:nth-child(odd) .service__text {
  color: var(--text-muted-on-dark);
}
.service:nth-child(odd) .service__list li {
  color: var(--text-muted-on-dark);
}

@media (max-width: 1080px) {
  .service {
    padding: 60px 0 40px;
  }
  .service__inner {
    gap: 0 32px;
  }
  .service__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 820px) {
  .service__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "num" "b" "a";
  }
  .service__left {
    grid-area: a;
    margin-top: 20px;
  }
  .service__img {
    margin-bottom: 20px;
  }
  .service .btn {
    width: 100%;
    max-width: 100%;
  }
  .service__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .service .section-number {
    justify-content: space-between;
    width: 100%;
  }
  .service .section-number span {
    font-weight: 400;
    font-size: 120px;
    line-height: 160px;
    letter-spacing: -2.4px;
  }
}
.about-us .intro__group {
  max-width: 1210px;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 79px;
}
.about-section {
  padding: 80px 0;
}
.about .section__group {
  position: relative;
  width: 100%;
  margin-top: 120px;
  gap: 30px;
}
.about__text {
  color: rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 40px;
}
.about .section-number {
  top: -112px;
  left: initial;
  right: 0;
}
.about .section-number span {
  font-weight: 400;
  font-size: 160px;
  line-height: 160px;
  letter-spacing: -3.2;
}
.about__img {
  width: 100%;
  height: 100%;
}
.about__img img {
  width: calc(100% + clamp(0px, 164px, 30vw - 400px));
  margin-left: calc(0px - clamp(0px, 164px, 30vw - 400px));
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.about-services {
  padding-bottom: 160px;
}
.about-services .section-number {
  padding-left: 67px;
  top: -40px;
}
.about-services .section-number span {
  font-weight: 400;
  font-size: 160px;
  line-height: 160px;
  letter-spacing: -3.2;
}
.about-services .section-number p {
  top: -16px;
}

.about-callback .section-number {
  top: -40px;
}
.about-callback .title-1 {
  margin-bottom: 70px;
}

.icon-list {
  display: grid;
  gap: 20px 50px;
  padding-right: 49px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.icon-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.icon-list__item .text-s {
  color: rgba(255, 255, 255, 0.4);
}
.icon-list__icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(230, 174, 115, 0.3019607843);
}

.about-images {
  display: flex;
  flex-direction: column;
  gap: 136px;
}
.about-images-section {
  padding-top: 152px;
  padding-bottom: 80px;
}
.about-images .section-number {
  padding-left: 67px;
  top: -40px;
}
.about-images .section-number span {
  font-weight: 400;
  font-size: 160px;
  line-height: 160px;
  letter-spacing: -3.2;
}
.about-images .section-number p {
  top: -16px;
}
.about-images .swiper-slide {
  position: relative;
  width: 184px !important;
  height: 260px !important;
  background-color: var(--surface);
}
.about-images .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.about-images .swiper-slide svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.about-images__arrows {
  display: flex;
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}
.about-images__arrows div:hover {
  filter: brightness(120%);
}
@media (min-width: 1080px) {
  .about-images__arrows {
    display: none;
  }
}

@media (max-width: 1080px) {
  .about {
    gap: 40px 32px;
  }
  .icon-list {
    padding-right: 0;
  }
  .about-services {
    padding-bottom: 70px;
  }
  .about-images {
    gap: 70px;
  }
  .about-images-section {
    padding: 70px 0 40px;
  }
  .about-callback .section-number {
    top: -50px;
  }
  .about-callback .title-1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 820px) {
  .about {
    display: flex;
    flex-direction: column-reverse;
  }
  .about__img {
    height: 620px;
  }
  .about-callback .section-number {
    top: -60px;
  }
  .about-callback .title-1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 620px) {
  .about-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about .section__group {
    margin-top: 0;
  }
  .about .section-number {
    top: 0;
    position: initial;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }
  .about .section-number p {
    position: initial;
    padding-bottom: 31px;
  }
  .about .section-number span {
    font-weight: 400;
    font-size: 120px;
    line-height: 160px;
    letter-spacing: -2.4px;
  }
  .icon-list {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: 296px;
  }
  .about-services {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .about-services .title-1 {
    margin-top: -40px;
  }
  .about-services .section-number {
    padding-left: 0;
    top: 0;
    position: initial;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }
  .about-services .section-number p {
    position: initial;
    padding-bottom: 31px;
  }
  .about-services .section-number span {
    font-weight: 400;
    font-size: 120px;
    line-height: 160px;
    letter-spacing: -2.4px;
  }
  .about-images {
    gap: 30px;
  }
  .about-images-section {
    padding: 10px 0;
  }
  .about-images .title-1 {
    margin-top: -40px;
  }
  .about-images .section-number {
    padding-left: 0;
    top: 0;
    position: initial;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }
  .about-images .section-number p {
    position: initial;
    padding-bottom: 31px;
  }
  .about-images .section-number span {
    font-weight: 400;
    font-size: 120px;
    line-height: 160px;
    letter-spacing: -2.4px;
  }
  .about-images .swiper-slide {
    width: 100% !important;
    height: 482px !important;
  }
}
.intro-text {
  padding-top: var(--header-height);
  padding-bottom: 80px;
}
.intro-text__inner {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.intro-text__group {
  position: relative;
  width: 100%;
  max-width: 638px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.intro-text__group .section-number {
  top: -20px;
}
.intro-text__group .section-number p {
  top: -16px;
}

@media (max-width: 1080px) {
  .intro-text {
    padding-bottom: 60px;
  }
  .intro-text__group {
    gap: 10px;
  }
  .intro-text__group .section-number {
    top: -50px;
  }
  .intro-text__group .section-number p {
    top: 16px;
  }
}
@media (max-width: 620px) {
  .intro-text__inner {
    padding-top: 20px;
  }
}
.success {
  padding-top: var(--header-height);
  position: relative;
}
.success img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  left: 0;
  top: 0;
}
.success__inner {
  padding: 101px 0 63px;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.success__form {
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 100%;
  max-width: 386px;
}
.success__data {
  border: 1px solid #0F172A;
  padding: 19px 24px;
  text-align: left;
  color: var(--text-secondary);
}

@media (max-width: 1080px) {
  .success::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 620px) {
  .success__inner {
    gap: 10px;
    padding: 0 0 10px;
  }
  .success__form {
    max-width: 100%;
  }
  .success .title-1 {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0px;
  }
  .success .title-3 {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }
}