@charset "UTF-8";
@font-face {
  font-family: "Alike";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Alike/Alike-Regular.woff2") format("woff2"), url("../../fonts/Alike/Alike-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Raleway-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Raleways/Raleway-Bold.woff2") format("woff2"), url("../../fonts/Raleways/Raleway-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Raleway-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Raleways/Raleway-Medium.woff2") format("woff2"), url("../../fonts/Raleways/Raleway-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Raleway-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Raleways/Raleway-Regular.woff2") format("woff2"), url("../../fonts/Raleways/Raleway-Regular.woff") format("woff");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.lock {
  overflow: hidden;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 16px;
}
@media screen and (max-width: 980px) {
  .container {
    padding: 40px 16px;
  }
}

.h1 {
  color: #fff;
  font-family: "Alike";
  font-size: clamp(56px, 5vw, 96px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.h2 {
  color: #fff;
  font-family: "Alike";
  font-size: clamp(30px, 3vw, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}

.h3 {
  color: #fff;
  font-family: "Alike";
  font-size: clamp(26px, 3vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}

.h4 {
  color: #fff;
  font-family: "Alike";
  font-size: clamp(24px, 3vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.h5 {
  color: #fff;
  font-family: "Alike";
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.h6 {
  color: #fff;
  font-family: "Alike";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.body_1_bold {
  color: #fff;
  font-family: "Raleway-bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
}

.body_1_medium {
  color: #fff;
  font-family: "Raleway-medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.body_1_regular {
  color: #fff;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

.body_2_medium {
  color: #fff;
  font-family: "Raleway-medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.body_2_regular {
  color: #fff;
  font-family: "Raleway-regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

.body_3_regular {
  color: #fff;
  font-family: "Raleway-regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.main_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: #a37e58;
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.main_button:hover {
  background: #b8997a;
}

.arrow_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 8px 8px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 50px;
  background: #a37e58;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.arrow_button:hover {
  background: #b8997a;
}
.arrow_button .arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 980px) {
  .arrow_button .arrow {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 980px) {
  .arrow_button {
    padding: 6px 6px 6px 14px;
    gap: 8px;
  }
}

.sm-title {
  color: #a37e58;
}

.breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "Raleway-medium", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.breadcrumbs span a {
  color: #423324;
}
@media screen and (max-width: 980px) {
  .breadcrumbs span {
    line-height: 24px;
  }
}
.breadcrumbs .breadcrumb_last {
  color: #a37e58;
  max-width: 258px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.running-line-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #1a1a1a;
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .running-line-wrapper {
    margin-top: 40px;
  }
}
.running-line-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(26, 26, 26)), color-stop(20%, rgba(26, 26, 26, 0.6)), color-stop(50%, transparent), color-stop(80%, rgba(26, 26, 26, 0.6)), to(rgb(26, 26, 26)));
  background: linear-gradient(to right, rgb(26, 26, 26) 0%, rgba(26, 26, 26, 0.6) 20%, transparent 50%, rgba(26, 26, 26, 0.6) 80%, rgb(26, 26, 26) 100%);
}
.running-line-wrapper .running-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 300s linear infinite;
          animation: scroll-left 300s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .running-line-wrapper .running-line {
    height: 130px;
  }
}
.running-line-wrapper .running-line .running-line__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 980px) {
  .running-line-wrapper .running-line .running-line__item {
    width: 33.3333333333vw;
  }
}
.running-line-wrapper .running-line .running-line__item img {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 980px) {
  .running-line-wrapper .running-line .running-line__item img {
    width: 110px;
  }
}

.header {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 72px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 7.21px 35px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header.active {
  background: #fff;
}
@media screen and (max-width: 980px) {
  .header {
    padding: 16px;
  }
}
.header-container {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.header-logo {
  max-width: 140px;
}
.header .custom-logo {
  max-width: 140px;
}
.header-menu {
  width: 100%;
}
.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 980px) {
  .header-navigation {
    gap: 0;
    width: 100%;
  }
}
.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .header-menu__list {
    gap: 16px;
  }
}
@media screen and (max-width: 980px) {
  .header-menu__list {
    display: none;
  }
}
.header-menu__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header-menu__list li::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  pointer-events: all;
}
.header-menu__list li.menu-item-has-children::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M0.5 3.84998L6.65 9.99998C6.69489 10.0478 6.74911 10.0859 6.80931 10.112C6.8695 10.138 6.9344 10.1515 7 10.1515C7.0656 10.1515 7.1305 10.138 7.19069 10.112C7.25089 10.0859 7.30511 10.0478 7.35 9.99998L13.5 3.84998" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  content: "";
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header-menu__list li.menu-item-has-children.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-menu__list li a {
  color: #fff;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .header-menu__list li a {
    line-height: 20px;
  }
}
.header-menu__list li .sub-menu {
  position: absolute;
  min-width: 212px;
  width: 400px;
  top: calc(100% + 20px);
  left: -50%;
  border-radius: 8px;
  background: var(--black-white-white, #FFF);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}
.header-menu__list li .sub-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-menu__list li .sub-menu li a {
  color: var(--Neutral-400, #999);
  font-family: "Raleway-medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  width: 100%;
  display: block;
  padding: 6px 16px;
}
@media (hover: hover) {
  .header-menu__list li .sub-menu li a:hover {
    background: var(--Primary-50, #F6F3EF);
    color: var(--Primary-800, #423324);
  }
}
.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .header-buttons {
    display: none;
  }
}
.header-burger {
  display: none;
}
@media screen and (max-width: 980px) {
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-burger__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background: transparent;
  border: none;
}
.header-mobile {
  margin-top: 72px;
  height: calc(100dvh - 72px);
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px 16px 60px 16px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-mobile.active {
  opacity: 1;
  z-index: 11;
  overflow-y: auto;
}
.header-mobile .lang-dropdown {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-mobile .lang-dropdown .lang-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: #A37E58;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header-mobile .lang-dropdown .lang-current__icon g path {
  stroke: #a37e58;
}
.header-mobile .lang-dropdown .lang-current__icon rect {
  fill: #a37e58;
}
.header-mobile .lang-dropdown .lang-options {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
}
.header-mobile .lang-dropdown .lang-options .lang-item {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header-mobile .lang-dropdown .lang-options .lang-item:hover {
  background: #f5f5f5;
}
.header-mobile .lang-dropdown.open .lang-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-menu__list-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  list-style: none;
  width: 100%;
}
.header-menu__list-mobile li a {
  color: #423324;
  width: 100%;
  font-family: "Alike";
  font-size: clamp(24px, 3vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.header-menu__list-mobile li.menu-item-has-children > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.header-menu__list-mobile li.menu-item-has-children > a::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none"><path d="M14 1.08435L7.85 7.23435C7.80511 7.28218 7.75089 7.3203 7.6907 7.34636C7.6305 7.37242 7.5656 7.38587 7.5 7.38587C7.4344 7.38587 7.3695 7.37242 7.30931 7.34636C7.24911 7.3203 7.19489 7.28218 7.15 7.23435L1 1.08435" stroke="%23423324" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  content: "";
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header-menu__list-mobile li.menu-item-has-children.active > a {
  margin-bottom: 20px;
}
.header-menu__list-mobile li.menu-item-has-children.active > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-menu__list-mobile li .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.header-menu__list-mobile li .sub-menu li {
  text-align: center;
}
.header-menu__list-mobile li .sub-menu li a {
  color: var(--Primary-600, #856647);
  font-family: "Raleway-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--font-line-height-28, 28px); /* 175% */
}
.header-buttons-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  width: 100%;
}
.header-buttons-mobile .main_button {
  width: 100%;
}
.header .lang-dropdown {
  position: relative;
  display: inline-block;
}
.header .lang-dropdown .lang-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header .lang-dropdown .lang-options {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 127px;
  z-index: 100;
}
.header .lang-dropdown .lang-options .lang-item {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header .lang-dropdown .lang-options .lang-item:hover {
  background: #f5f5f5;
}
.header .lang-dropdown.open .lang-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-bg_white {
  position: relative;
  background: #fff;
}
.header.header-bg_white .header-menu__list li a {
  color: #211912;
}
.header.header-bg_white .header-menu__list li.menu-item-has-children::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none"><path d="M14 1.08435L7.85 7.23435C7.80511 7.28218 7.75089 7.3203 7.6907 7.34636C7.6305 7.37242 7.5656 7.38587 7.5 7.38587C7.4344 7.38587 7.3695 7.37242 7.30931 7.34636C7.24911 7.3203 7.19489 7.28218 7.15 7.23435L1 1.08435" stroke="%23423324" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.header.header-bg_white .header-burger__button {
  color: #211912;
}
.header.header-bg_white .header-burger__button svg path {
  stroke: #a37e58;
}
.header.header-bg_white .lang-dropdown {
  position: relative;
  display: inline-block;
}
.header.header-bg_white .lang-dropdown .lang-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: #211912;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header.header-bg_white .lang-dropdown .lang-current__icon g path {
  stroke: #a37e58;
}
.header.header-bg_white .lang-dropdown .lang-current__icon rect {
  fill: #a37e58;
}
.header.header-bg_white .lang-dropdown .lang-options {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 127px;
  z-index: 100;
}
.header.header-bg_white .lang-dropdown .lang-options .lang-item {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header.header-bg_white .lang-dropdown .lang-options .lang-item:hover {
  background: #f5f5f5;
}
.header.header-bg_white .lang-dropdown.open .lang-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-bg_white + .header-mobile.active {
  margin: 0;
}

.footer {
  background: #211912;
}
@media screen and (max-width: 700px) {
  .footer .container {
    padding: 40px 16px 20px 16px;
  }
}
.footer_left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .footer_left-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .footer_left-block-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .footer_top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_text {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 700px) {
  .footer_text {
    margin: 20px 0px;
  }
}
.footer_text p {
  color: #c9b29c;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .footer_text p {
    line-height: 20px;
  }
}
.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .footer_social {
    gap: 16px;
    padding: 5px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer_social_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_social_group img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer_social_group img:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(14%) saturate(1460%) hue-rotate(355deg) brightness(95%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(14%) saturate(1460%) hue-rotate(355deg) brightness(95%) contrast(85%);
}
.footer_social_link {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 700px) {
  .footer_social_link {
    width: 28px;
    height: 28px;
  }
}
.footer_social-title {
  color: #c9b29c;
}
.footer-menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
}
@media screen and (max-width: 700px) {
  .footer-menu__list {
    margin-top: 24px;
    gap: 16px 20px;
  }
}
.footer-menu__list a {
  color: #856647;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer-menu__list a:hover {
  color: #f6f3ef;
}
.footer-sub-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: none;
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .footer-sub-menu__list {
    margin-top: 32px;
    gap: 16px;
  }
}
.footer-sub-menu__list a {
  color: #856647;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer-sub-menu__list a:hover {
  color: #f6f3ef;
}
.footer_bottom-container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  padding-top: 12px;
  gap: 12px;
}
@media screen and (max-width: 700px) {
  .footer_bottom-container {
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_bottom-left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_bottom-right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 10px 14px;
}
.footer_copyright {
  color: #a37e58;
}
.footer_develop {
  color: #b8997a;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1a1a1a;
  position: relative;
}
@media screen and (max-width: 980px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__col-1-bg {
  position: absolute;
  z-index: 0;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .form__col-1-bg {
    width: 100%;
    height: 50%;
  }
}
.form__cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .form__cols-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.form-left_container {
  -ms-flex-preferred-size: 43.334%;
      flex-basis: 43.334%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .form-left_container {
    -ms-flex-preferred-size: 47.334%;
        flex-basis: 47.334%;
  }
}
.form-left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .form-left_content {
    padding: 16px;
  }
}
.form-left_logo {
  width: 199px;
}
@media screen and (max-width: 980px) {
  .form-left_logo {
    width: 100px;
  }
}
.form-left_title {
  color: #634d36;
  margin: 32px 0px 16px 0px;
}
@media screen and (max-width: 980px) {
  .form-left_title {
    margin: 43px 0px 8px 0px;
  }
}
.form-left_description {
  color: #a37e58;
}
.form-right_container {
  -ms-flex-preferred-size: 43.334%;
      flex-basis: 43.334%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 980px) {
  .form-right_container {
    -ms-flex-preferred-size: 47.334%;
        flex-basis: 47.334%;
    padding-top: 40px;
  }
  .form-right_container::before {
    position: absolute;
    content: "";
    width: calc(100% + 32px);
    height: 100%;
    background: var(--Neutral-900, #1A1A1A);
    top: 0;
    left: -16px;
    z-index: -1;
  }
}
.form-right_article {
  color: #8e8e8e;
}
.form-right_title {
  color: #fff;
  margin: 8px 0px;
}
.form-right_text {
  color: rgba(255, 255, 255, 0.8);
  max-width: 524px;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .form-right_text {
    margin-bottom: 16px;
  }
}

.main_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 980px) {
  .main_form {
    gap: 12px;
  }
}
.main_form_group {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 16px;
}
@media screen and (max-width: 980px) {
  .main_form_group {
    gap: 12px;
  }
}
@media screen and (max-width: 500px) {
  .main_form_group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main_form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #242424;
  width: 100%;
}
.main_form_textarea {
  width: 100%;
  min-height: 84px;
  resize: vertical;
}
.main_form .arrow_button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  margin-top: 8px;
}
.main_form .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 8px;
}
.main_form .custom-checkbox_text {
  color: rgba(255, 255, 255, 0.6);
  width: calc(100% - 20px - 8px);
}
.main_form .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.main_form .custom-checkbox .checkmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 4px;
  position: relative;
  border: 1px solid #3D3D3D;
}
.main_form .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.main_form .custom-checkbox input:checked ~ .checkmark::after {
  opacity: 1;
}
.main_form .custom-checkbox input:checked ~ .checkmark {
  opacity: 1;
  background: #856647;
}

.thank-you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 0px 16px;
}
.thank-you__container {
  max-width: 763px;
  padding: 64px;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .thank-you__container {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 980px) {
  .thank-you__logo {
    max-width: 56px;
  }
}
.thank-you__title {
  color: #1A1A1A;
  margin: 32px 0px 16px 0px;
}
@media screen and (max-width: 980px) {
  .thank-you__title {
    margin: 24px 0px 8px 0px;
  }
}
.thank-you__text {
  color: #242424;
  max-width: 424px;
  margin: 0 auto;
}
.thank-you__button {
  margin-top: 44px;
}
@media screen and (max-width: 980px) {
  .thank-you__button {
    margin-top: 32px;
  }
}

.faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .faq .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.faq_left-block {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.faq_title {
  color: #000;
}
@media screen and (max-width: 980px) {
  .faq_title {
    display: none;
  }
}
.faq_title_mobile {
  display: none;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .faq_title_mobile {
    display: block;
  }
}
.faq_article {
  color: #856647;
  margin: 48px 0px 8px 0px;
  display: block;
}
@media screen and (max-width: 980px) {
  .faq_article {
    margin: 0px 0px 8px 0px;
  }
}
.faq_description {
  color: #242424;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .faq_description {
    margin-bottom: 16px;
  }
}
.faq_right-block {
  -ms-flex-preferred-size: 50.6%;
      flex-basis: 50.6%;
}
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .accordion {
    gap: 16px;
  }
}
.accordion .accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #dbccbd;
  backdrop-filter: blur(10px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 980px) {
  .accordion .accordion-item {
    padding-bottom: 16px;
  }
}
.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}
.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: hidden;
  margin: 20px 0px;
}
.accordion .accordion-item.open .accordion-item-description-wrapper .accordion-item-header-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion .accordion-item.open .accordion-item-header .steps-select__image {
  border: 1px solid #9e7b50;
  background: transparent;
  backdrop-filter: none;
}
.accordion .accordion-item.open .accordion-item-header .steps-select__image .steps-select__image-inner {
  background: rgba(158, 123, 80, 0.24);
  border-radius: 34.667px;
}
.accordion .accordion-item.open .accordion-item-header .steps-select__image .steps-select__image-inner img {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(14%) saturate(1460%) hue-rotate(355deg) brightness(95%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(14%) saturate(1460%) hue-rotate(355deg) brightness(95%) contrast(85%);
}
.accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion .accordion-item.open .accordion-item-description {
  margin-top: 16px;
}
.accordion .accordion-item .accordion-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.accordion .accordion-item .accordion-item-header-title {
  color: #000;
}
.accordion .accordion-item .accordion-item-header .steps-select__image {
  width: 52px;
  height: 52px;
  border-radius: 34.667px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(242, 242, 242, 0.12);
  backdrop-filter: blur(3px);
}
.accordion .accordion-item .accordion-item-header .steps-select__image .steps-select__image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  width: 100%;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid #5e5e5e;
  visibility: hidden;
  display: none;
}
.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
  min-height: 0;
}
.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description-text {
  color: #634D36;
}
.accordion .accordion-container:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion .accordion-container:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: rgba(242, 242, 242, 0.8);
  margin: 4px 0px 4px 0px;
}

.services_head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #f6f3ef;
  height: calc(100vh - 72px);
}
@media screen and (max-width: 980px) {
  .services_head-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
  }
}
.services_head-block__left-container {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-bottom: 54px;
}
@media screen and (max-width: 980px) {
  .services_head-block__left-container {
    position: relative;
    height: auto;
    padding-bottom: 0;
    width: 100%;
  }
}
.services_head-block__left-image:nth-child(1) {
  max-width: 182px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .services_head-block__left-image:nth-child(1) {
    max-width: 140px;
    max-height: 100px;
    position: absolute;
    right: 0;
  }
}
.services_head-block__left-image:nth-child(2) {
  right: 0;
  bottom: 0;
  max-width: 140px;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
@media screen and (max-width: 980px) {
  .services_head-block__left-image:nth-child(2) {
    display: none;
  }
}
.services_head-block__left-image:nth-child(3) {
  left: 0;
  bottom: 0;
  max-width: 182px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .services_head-block__left-image:nth-child(3) {
    max-width: 140px;
    max-height: 100px;
    margin-top: 98px;
  }
}
.services_head-block__center-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 636px;
}
.services_head-block__title {
  color: #634d36;
  margin: 24px 0px 16px 0px;
}
.services_head-block__description {
  color: #242424;
}
.services_head-block__button {
  margin-top: 32px;
}
.services_head-block__right-container {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .services_head-block__right-container {
    position: relative;
    width: 100%;
    min-height: 210px;
  }
}
.services_head-block__right-image:nth-child(1) {
  max-width: 140px;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 100%;
  top: 0;
  position: absolute;
  -webkit-transform: translate(-200%, 0%);
          transform: translate(-200%, 0%);
}
@media screen and (max-width: 980px) {
  .services_head-block__right-image:nth-child(1) {
    display: none;
  }
}
.services_head-block__right-image:nth-child(2) {
  right: 0;
  top: 50%;
  max-width: 140px;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (max-width: 980px) {
  .services_head-block__right-image:nth-child(2) {
    right: 0;
    top: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    max-width: 110px;
    max-height: 140px;
  }
}
.services_head-block__right-image:nth-child(3) {
  bottom: 0;
  max-width: 140px;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 100%;
  position: absolute;
  -webkit-transform: translate(-200%, 0%);
          transform: translate(-200%, 0%);
}
@media screen and (max-width: 980px) {
  .services_head-block__right-image:nth-child(3) {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    max-width: 110px;
    max-height: 140px;
  }
}

.blog {
  background: #f6f3ef;
}
.blog .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 980px) {
  .blog .container {
    gap: 20px;
  }
}
.blog_text {
  max-width: 773px;
}
.blog_text-title {
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .blog_text-title {
    margin-bottom: 12px;
  }
}
.blog_text-description {
  color: #242424;
}
.blog_group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 980px) {
  .blog_group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog_item {
  padding: 20px;
  border-right: 1px solid #dbccbd;
  border-bottom: 1px solid #dbccbd;
}
@media screen and (max-width: 980px) {
  .blog_item {
    padding: 16px 0px;
    border-right: none;
  }
  .blog_item:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 980px) {
  .blog_item:nth-child(3n) {
    border-right: none;
  }
  .blog_item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
.blog_thumb img {
  width: 100%;
  max-width: 346px;
  max-height: 182px;
}
.blog_date {
  color: #a37e58;
  margin-top: 8px;
}
.blog_title {
  margin: 12px 0px 4px 0px;
}
.blog_title a {
  color: #000;
}
.blog_text p {
  color: #634d36;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 980px) {
  .blog_text p {
    line-height: 20px;
  }
}
.blog .pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .pagination .page-numbers {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a37e58;
  font-family: "Raleway-medium", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .blog .pagination .page-numbers {
    line-height: 24px;
  }
}
.blog .pagination .page-numbers.current {
  color: #423324;
  border-radius: 28px;
  background: #dbccbd;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}

.single-post {
  background: #f6f3ef;
}
.single-post .container_head {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 16px 32px 16px;
}
@media screen and (max-width: 980px) {
  .single-post .container_head {
    padding: 40px 16px 20px 16px;
  }
}
.single-post .container_content {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px 16px 100px 16px;
}
@media screen and (max-width: 980px) {
  .single-post .container_content {
    padding: 24px 16px 40px 16px;
  }
}
.single-post__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 980px) {
  .single-post__main-info {
    margin-top: 40px;
    gap: 16px;
  }
}
.single-post__date {
  color: #a37e58;
}
.single-post__title {
  color: #000;
}
.single-post__description p {
  color: #423324;
  max-width: 768px;
  font-family: "Raleway-medium", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .single-post__description p {
    line-height: 24px;
  }
}
.single-post__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.single-post__social_link img {
  -webkit-filter: invert(37%) sepia(24%) saturate(511%) hue-rotate(5deg) brightness(92%) contrast(88%);
          filter: invert(37%) sepia(24%) saturate(511%) hue-rotate(5deg) brightness(92%) contrast(88%);
}
.single-post__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__content h1,
.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5,
.single-post__content h6,
.single-post__content figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .single-post__content h1,
  .single-post__content h2,
  .single-post__content h3,
  .single-post__content h4,
  .single-post__content h5,
  .single-post__content h6,
  .single-post__content figure {
    margin-bottom: 16px;
  }
}
.single-post__content h2 {
  color: #000;
  font-family: "Alike";
  font-size: clamp(24px, 3vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
@media screen and (max-width: 980px) {
  .single-post__content h2 {
    line-height: 30px;
  }
}
.single-post__content h3 {
  color: #000;
  font-family: "Alike";
  font-size: clamp(20px, 3vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 980px) {
  .single-post__content h3 {
    line-height: 30px;
  }
}
.single-post__content h4 {
  color: #000;
  font-family: "Alike";
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .single-post__content h4 {
    line-height: 24px;
  }
}
.single-post__content p {
  color: #3d3d3d;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .single-post__content p {
    line-height: 20px;
  }
}
.single-post__content hr {
  height: 1px;
  background: #dbccbd;
  border: none;
  margin: 32px 0px;
}
@media screen and (max-width: 980px) {
  .single-post__content hr {
    margin: 20px 0px;
  }
}
.single-post__content ul,
.single-post__content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 17px;
  margin-top: 24px;
}
.single-post__content ul li,
.single-post__content ol li {
  color: #3D3D3D;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .single-post__content ul li,
  .single-post__content ol li {
    line-height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .single-post__content .wp-block-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-post__content .wp-block-gallery figure {
    width: 100% !important;
  }
}

.another-post .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .another-post .container {
    gap: 12px;
  }
}
.another-post__title {
  color: #000;
}
.another-post__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 980px) {
  .another-post__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.another-post_item {
  padding: 20px;
  border: 1px solid #dbccbd;
}
@media screen and (max-width: 980px) {
  .another-post_item {
    padding: 16px;
    border: none;
    border-bottom: 1px solid #dbccbd;
  }
}
.another-post_item:first-child {
  border-left: none;
}
.another-post_item:last-child {
  border-right: none;
}
@media screen and (max-width: 980px) {
  .another-post_item:last-child {
    border-bottom: none;
  }
}
.another-post_thumb img {
  max-width: 346px;
  width: 100%;
  max-height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
}
.another-post_date {
  color: #a37e58;
  margin-top: 8px;
}
.another-post_title {
  margin: 12px 0px 4px 0px;
}
.another-post_title a {
  color: #000;
}
.another-post_text p {
  color: #634d36;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 980px) {
  .another-post_text p {
    line-height: 20px;
  }
}

.contact-us {
  padding: 100px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f3ef url("/wp-content/uploads/2025/08/Container.png") no-repeat center/cover;
  height: calc(100vh - 72px);
}
@media screen and (max-width: 800px) {
  .contact-us {
    padding: 40px 16px;
  }
}
.contact-us__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 753px;
}
.contact-us__title {
  color: #856647;
  margin: 32px 0px 20px 0px;
}
.contact-us__text {
  color: #242424;
}
.contact-us__button {
  margin-top: 32px;
}

.contact-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 980px) {
  .contact-block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-block__left-block {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
.contact-block__title {
  color: #1a1a1a;
}
.contact-block__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 0px;
  margin: 32px 0px 16px 0px;
}
@media screen and (max-width: 980px) {
  .contact-block__group {
    margin: 16px 0px 12px 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-block__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .contact-block__item {
    padding-bottom: 8px;
  }
  .contact-block__item:nth-child(3) {
    grid-column: 1/-1;
  }
}
.contact-block__item:nth-child(4) {
  grid-column: 1/-1;
}
.contact-block__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.contact-block__item-icon {
  width: 20px;
  height: 20px;
}
.contact-block__item-title {
  color: #634d36;
}
.contact-block__item-info-text {
  color: #575757;
  margin-top: 4px;
}
.contact-block__map {
  width: 100%;
  min-height: 265px;
}
.contact-block__right-block {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}
.contact-block__right-title {
  color: #423324;
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .contact-block__right-title {
    margin-bottom: 16px;
  }
}
.contact-block .main_form_input {
  border: 1px solid #ccc;
  background: #fff;
}
.contact-block .main_form_input::-webkit-input-placeholder {
  color: #999;
}
.contact-block .main_form_input::-moz-placeholder {
  color: #999;
}
.contact-block .main_form_input:-ms-input-placeholder {
  color: #999;
}
.contact-block .main_form_input::-ms-input-placeholder {
  color: #999;
}
.contact-block .main_form_input::placeholder {
  color: #999;
}
.contact-block .main_form .custom-checkbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-block .main_form .custom-checkbox_text {
  color: #423324;
}
.contact-block iframe {
  width: 100%;
  max-width: 535px;
}
@media screen and (max-width: 980px) {
  .contact-block iframe {
    max-width: none;
  }
}

.privacy {
  padding: 100px 16px;
  background: #f6f3ef url("/wp-content/uploads/2025/08/Container.png") no-repeat;
  background-position: top;
}
@media screen and (max-width: 980px) {
  .privacy {
    padding: 40px 16px;
    background: #f6f3ef;
  }
}
.privacy__container {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}
.privacy__container .privacy__title {
  color: #634d36;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .privacy__container .privacy__title {
    margin-bottom: 24px;
  }
}
.privacy__container > * {
  margin-bottom: 12px;
}
.privacy__container > *:nth-last-child(1) {
  margin-bottom: 0;
}
.privacy__container strong {
  font-family: "Raleway-medium", sans-serif;
}
.privacy__container p {
  color: #3d3d3d;
  font-family: "Raleway-regular", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.privacy__container a {
  color: #a37e58;
  text-decoration: underline;
}
.privacy__container h2 {
  color: #000;
  font-family: "Alike";
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 24px 0;
}
.privacy__container h3, .privacy__container h4, .privacy__container h5, .privacy__container h6 {
  color: #000;
  font-family: "Alike";
  line-height: 120%;
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 24px 0;
}
.privacy__container ul, .privacy__container ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 17px;
}
.privacy__container ul li, .privacy__container ol li {
  color: #3d3d3d;
  font-family: "Raleway-regular", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.privacy__container .social_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.privacy__container .social_image:first-of-type {
  margin-top: 24px;
}
.privacy__container .social_image img {
  width: 16px;
  height: 16px;
}
.privacy__container .social_image .wp-block-media-text__content {
  padding: 0;
}
.privacy__container .social_image .wp-block-media-text__content p {
  margin: 0;
}
.privacy__container .link_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.privacy__container .link_block img {
  width: 16px;
  height: 16px;
}
.privacy__container .link_block .wp-block-media-text__content {
  padding: 0;
}
.privacy__container .link_block .wp-block-media-text__content p {
  margin: 0;
}
.privacy__container .link_block .wp-block-media-text__content p a {
  color: #a37e58;
  text-decoration: underline;
}
.privacy__container .link_group {
  gap: 0;
  margin-top: 24px;
}
@media screen and (max-width: 980px) {
  .privacy__container .link_group {
    margin-top: 12px;
  }
}
.privacy__container .link_group .link_block {
  padding-left: 24px;
}
.privacy__container .link_group .link_block:first-of-type {
  padding-left: 0;
  padding-right: 24px;
  border-right: 1px solid #dbccbd;
}
.privacy__container table {
  margin-top: 24px;
}
@media screen and (max-width: 980px) {
  .privacy__container table {
    margin-top: 12px;
  }
}
.privacy__container table tr {
  border: none;
}
.privacy__container table tr td {
  color: #3d3d3d;
  font-family: "Raleway-regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
}
.privacy__container table tr td a {
  color: #a37e58;
  text-decoration: underline;
}
.privacy__container table tr:first-of-type {
  border-bottom: 1px solid #dbccbd;
}
.privacy__container table tr:first-of-type td {
  color: #3d3d3d;
  font-family: "Raleway-bold", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .privacy__container table tr:first-of-type td {
    line-height: 24px;
  }
}

.head_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .head_block {
    height: auto;
    padding-top: 112px;
  }
}
.head_block__container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: calc(100% - 140px);
  padding: 0px 16px;
}
@media screen and (max-width: 980px) {
  .head_block__container {
    height: calc(100% - 112px);
    padding: 0;
  }
}
.head_block__description {
  margin: 16px 0px 32px 0px;
  max-width: 460px;
}
.head_block__content {
  max-width: 487px;
  position: absolute;
  left: calc(0% + 16px);
  top: 0;
}
@media screen and (max-width: 980px) {
  .head_block__content {
    position: relative;
    left: 0;
    padding: 0px 16px;
  }
}
.head_block__image {
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .head_block__image {
    background: linear-gradient(192deg, rgba(0, 0, 0, 0) 30.95%, rgba(0, 0, 0, 0.8) 92.28%);
  }
}
.head_block__image img {
  height: 100%;
}
.head_block__cite {
  max-width: 384px;
  position: absolute;
  right: calc(0% + 16px);
  bottom: 10%;
}
@media screen and (max-width: 980px) {
  .head_block__cite {
    right: auto;
    max-width: 220px;
    padding: 0px 16px;
  }
}
.head_block__cite_quote::before {
  content: "“";
  color: #C9B29C;
}
.head_block__cite_quote::after {
  content: "”";
  color: #C9B29C;
}

.home_services {
  background: #1a1a1a;
  padding: 48px 16px;
}
@media screen and (max-width: 980px) {
  .home_services {
    padding: 40px 16px;
  }
}
.home_services .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .home_services .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home_services .left-block {
  -ms-flex-preferred-size: 47.2%;
      flex-basis: 47.2%;
}
.home_services .right-block {
  -ms-flex-preferred-size: 40.7%;
      flex-basis: 40.7%;
}
.home_services__article {
  color: #8e8e8e;
  display: block;
  max-width: 321px;
}
.home_services__title {
  max-width: 524px;
  margin: 24px 0px 16px;
}
@media screen and (max-width: 980px) {
  .home_services__title {
    margin: 20px 0px 12px 0px;
  }
}
.home_services__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.home_services__text p {
  color: #ccc;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .home_services__text p {
    line-height: 20px;
  }
}
.home_services__button {
  margin-top: 32px;
}
@media screen and (max-width: 980px) {
  .home_services__button {
    margin-top: 20px;
  }
}
.home_services .video {
  position: relative;
  width: 100%;
}
.home_services__video-poster {
  height: 314px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home_services__video-poster {
    width: 100%;
    height: 226px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home_services__video {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .home_services__video {
    border-radius: 10px;
  }
}
.home_services__video-button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 6px 6px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.home_services__video-button .icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.home_services__video-button:hover {
  background: #fff;
  color: #A37E58;
}
.home_services__video-button:hover .icon {
  background: #B8997A;
}
.home_services__video-button:hover svg path {
  fill: #fff;
}
.home_services__video-title {
  margin: 24px 0px 12px 0px;
}
@media screen and (max-width: 980px) {
  .home_services__video-title {
    margin: 12px 0px 8px 0px;
  }
}
.home_services__video-subtitle {
  color: #b8997a;
}
.home_services__video-text {
  margin-top: 12px;
  color: #ccc;
}
@media screen and (max-width: 980px) {
  .home_services__video-text {
    margin-top: 8px;
  }
}
.home_services .running-line-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #1a1a1a;
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .home_services .running-line-wrapper {
    margin-top: 40px;
  }
}
.home_services .running-line-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(26, 26, 26)), color-stop(20%, rgba(26, 26, 26, 0.6)), color-stop(50%, transparent), color-stop(80%, rgba(26, 26, 26, 0.6)), to(rgb(26, 26, 26)));
  background: linear-gradient(to right, rgb(26, 26, 26) 0%, rgba(26, 26, 26, 0.6) 20%, transparent 50%, rgba(26, 26, 26, 0.6) 80%, rgb(26, 26, 26) 100%);
}
.home_services .running-line-wrapper .running-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 200s linear infinite;
          animation: scroll-left 200s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .home_services .running-line-wrapper .running-line {
    height: 130px;
  }
}
.home_services .running-line-wrapper .running-line .running-line__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 980px) {
  .home_services .running-line-wrapper .running-line .running-line__item {
    width: 33.3333333333vw;
  }
}
.home_services .circle {
  height: 6px;
  width: 6px;
  background: #8e8e8e;
  border-radius: 50%;
  z-index: 10;
}
.home_services .circle-left_top {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-63%, -20%);
          transform: translate(-63%, -20%);
}
.home_services .circle-left_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-63%, 15%);
          transform: translate(-63%, 15%);
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.leistungen {
  background: #f6f3ef;
}
.leistungen .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.leistungen__title {
  color: #000;
}
.leistungen__text {
  margin: 12px 0px 32px 0px;
  color: #634d36;
  max-width: 624px;
}
.leistungen__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .leistungen__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    height: auto;
  }
}
.leistungen__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  padding: 20px;
  min-height: 600px;
}
.leistungen__block:not(:last-child) {
  border-right: 1px solid #dbccbd;
}
@media screen and (max-width: 980px) {
  .leistungen__block:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 980px) {
  .leistungen__block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0px;
  }
}
.leistungen__block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .leistungen__block-container {
    padding: 0px;
  }
}
@media screen and (min-width: 980px) {
  .leistungen__block-container:hover {
    background: #ede5de;
    cursor: pointer;
  }
  .leistungen__block-container:hover .leistungen__block-icon {
    background: #a37e58;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .leistungen__block-container:hover .leistungen__block-icon path {
    stroke: #fff;
  }
  .leistungen__block-container:hover .leistungen__block-image {
    -webkit-animation: animHide 0.5s ease;
            animation: animHide 0.5s ease;
    opacity: 0;
    display: none;
  }
  .leistungen__block-container:hover .leistungen__block-text {
    -webkit-animation: animShow 0.5s ease;
            animation: animShow 0.5s ease;
    opacity: 1;
    display: block;
  }
}
.leistungen__block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbccbd;
}
@media screen and (max-width: 980px) {
  .leistungen__block-header {
    padding-bottom: 12px;
  }
}
.leistungen__block-number {
  color: #423324;
}
.leistungen__block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #dbccbd;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
.leistungen__block-icon path {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.leistungen__block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.leistungen__block-title {
  color: #000;
  margin-top: 24px;
}
@media screen and (max-width: 980px) {
  .leistungen__block-title {
    margin-top: 12px;
  }
}
.leistungen__block-text {
  color: #634d36;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
  margin-top: 16px;
}
@media screen and (max-width: 980px) {
  .leistungen__block-text {
    display: block;
    margin-top: 4px;
  }
}
.leistungen__block-image {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-top: 45px;
}
@media screen and (max-width: 980px) {
  .leistungen__block-image {
    margin-top: 12px;
  }
}
.leistungen__block-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@-webkit-keyframes animShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes animShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes animHide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes animHide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.testimonials {
  overflow: hidden;
}
.testimonials .container {
  padding: 40px 16px 32px 16px;
}
@media screen and (max-width: 980px) {
  .testimonials .container {
    padding: 40px 16px 24px 16px;
  }
}
@media screen and (max-width: 980px) {
  .testimonials__icon {
    width: 24px;
  }
}
.testimonials__title {
  color: #000;
  margin: 16px 0px 12px 0px;
}
.testimonials__description {
  color: #634d36;
  max-width: 535px;
}
.testimonials__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .testimonials__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.testimonials .testimonial-swiper-container {
  overflow: visible;
  margin: 32px 0 0;
}
@media screen and (max-width: 980px) {
  .testimonials .testimonial-swiper-container {
    margin: 24px 0 0;
  }
}
.testimonials .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.testimonials .swiper-slide {
  height: auto;
  width: 472px;
}
@media screen and (max-width: 767px) {
  .testimonials .swiper-slide {
    width: 320px;
  }
}
.testimonials .testimonial-slide_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 24px;
  height: 100%;
  background: #f6f3ef;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 980px) {
  .testimonials .testimonial-slide_content {
    padding: 16px;
  }
}
.testimonials .testimonial-slide__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonial-slide__top-info {
    margin-bottom: 12px;
  }
}
.testimonials .testimonial-slide__top-info-col-1 {
  -ms-flex-preferred-size: calc(50% - 14px);
      flex-basis: calc(50% - 14px);
}
.testimonials .testimonial-slide__top-info-col-2 {
  -ms-flex-preferred-size: calc(50% - 14px);
      flex-basis: calc(50% - 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.testimonials .testimonial-slide_name {
  color: var(--Primary-600, #856647);
  font-family: "Raleway-medium";
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
  display: block;
}
.testimonials .testimonial-slide_position {
  color: var(--Primary-500, #A37E58);
  font-family: "Raleway-medium";
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  display: block;
}
.testimonials .testimonial-slide_company {
  color: var(--Primary-400, #B8997A);
  font-family: "Raleway-regular";
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-align: right;
}
.testimonials .testimonial-slide_text {
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonials .testimonial-slide_text p {
  font-family: "Raleway-medium", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.testimonials .testimonial-slide_text strong {
  font-family: "Raleway-bold", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.testimonials .testimonial-slide_text ul, .testimonials .testimonial-slide_text ol {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.testimonials .testimonial-slide_text ul li, .testimonials .testimonial-slide_text ol li {
  font-family: "Raleway-medium", sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.testimonials .testimonial-slide_text > * {
  margin-bottom: 12px;
}
.testimonials .testimonial-slide_text > *:nth-last-child(1) {
  margin-bottom: 0;
}
.testimonials .testimonial-slide_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials .testimonial-slide_tags .tag {
  color: #a37e58;
}
.testimonials .testimonial-slide .view-more-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  margin-top: 4px;
  background: none;
}
.testimonials .testimonial-slide .view-more-btn .view-more-btn-icon {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .testimonials .testimonial-slide .view-more-btn:hover .view-more-btn-icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.testimonials .testimonial-slide .view-more-btn-text {
  color: var(--Primary-500, #A37E58);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.testimonials .buttons_swiper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 980px) {
  .testimonials .buttons_swiper {
    gap: 12px;
  }
}
.testimonials .buttons_swiper .swiper-button-prev,
.testimonials .buttons_swiper .swiper-button-next {
  position: relative;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: #dbccbd;
  left: 0;
  top: 0;
  margin-top: auto;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 980px) {
  .testimonials .buttons_swiper .swiper-button-prev,
  .testimonials .buttons_swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 20px;
  }
}
.testimonials .buttons_swiper .swiper-button-prev::after,
.testimonials .buttons_swiper .swiper-button-next::after {
  content: "";
}
.testimonials .buttons_swiper .swiper-button-prev svg,
.testimonials .buttons_swiper .swiper-button-next svg {
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 980px) {
  .testimonials .buttons_swiper .swiper-button-prev svg,
  .testimonials .buttons_swiper .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
}
.testimonials .swiper-horizontal > .swiper-scrollbar,
.testimonials .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-top: 24px;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 63px;
  opacity: 0.6;
  background: #f6f3ef;
}
@media screen and (max-width: 980px) {
  .testimonials .swiper-horizontal > .swiper-scrollbar,
  .testimonials .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 16px;
  }
}
.testimonials .swiper-scrollbar-drag {
  border-radius: 42px;
  background: #dbccbd;
}

.testimonial-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
.testimonial-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out;
}
.testimonial-popup-content {
  background: #fff;
  padding: 32px;
  width: 900px;
  max-width: calc(100% - 32px);
  max-height: calc(100dvh - 32px);
  position: relative;
  -webkit-animation: slideUp 0.25s ease;
          animation: slideUp 0.25s ease;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .testimonial-popup-content {
    padding: 16px;
  }
}
.testimonial-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--Primary-500, #A37E58);
  -webkit-box-shadow: 0 0.625px 0.625px 0 rgba(0, 0, 0, 0.02), 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.625px 0.625px 0 rgba(0, 0, 0, 0.02), 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  .testimonial-popup .popup-close {
    width: 32px;
    height: 32px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.testimonial-popup .popup-name {
  color: var(--Primary-800, #423324);
  font-family: "Alike";
  font-size: clamp(24px, 4vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 2px;
  max-width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .testimonial-popup .popup-name {
    max-width: calc(100% - 40px);
  }
}
.testimonial-popup .popup-position {
  color: var(--Primary-500, #A37E58);
  font-family: "Raleway-regular";
  font-size: clamp(16px, 4vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
}
.testimonial-popup .popup-company {
  color: var(--Primary-400, #B8997A);
  font-family: "Raleway-regular";
  font-size: clamp(14px, 4vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-top: 4px;
}
.testimonial-popup .popup-text {
  color: var(--Neutral-900, #1A1A1A);
  font-family: "Raleway-medium";
  font-size: clamp(16px, 4vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
}
.testimonial-popup .popup-text p {
  font-family: "Raleway-medium", sans-serif;
  font-size: clamp(16px, 4vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.testimonial-popup .popup-text strong {
  font-family: "Raleway-bold", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.testimonial-popup .popup-text ul, .testimonial-popup .popup-text ol {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.testimonial-popup .popup-text ul li, .testimonial-popup .popup-text ol li {
  font-family: "Raleway-medium", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.testimonial-popup .popup-text > * {
  margin-bottom: 12px;
}
.testimonial-popup .popup-text > *:nth-last-child(1) {
  margin-bottom: 0;
}
.testimonial-popup .popup-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-popup .popup-tags .tag {
  color: var(--Primary-500, #A37E58);
}

.testimonials-project {
  overflow: hidden;
  background: #f6f3ef;
}
.testimonials-project .container {
  padding: 100px 16px 40px 16px;
}
@media screen and (max-width: 980px) {
  .testimonials-project .container {
    padding: 40px 16px 24px 16px;
  }
}
@media screen and (max-width: 980px) {
  .testimonials-project__icon {
    width: 24px;
  }
}
.testimonials-project__article {
  color: #423324;
}
.testimonials-project__title {
  color: #000;
  margin: 20px 0px 12px 0px;
  max-width: 391px;
}
@media screen and (max-width: 980px) {
  .testimonials-project__title {
    margin: 12px 0px 0px 0px;
  }
}
.testimonials-project__description {
  color: #634d36;
  max-width: 535px;
}
.testimonials-project__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .testimonials-project__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.testimonials-project_main_container {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0px 0px 40px 16px;
}
.testimonials-project .testimonials-project-swiper-container {
  overflow: visible;
}
.testimonials-project .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.testimonials-project .swiper-slide {
  height: auto;
}
.testimonials-project .testimonials-project-slide_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 980px) {
  .testimonials-project .testimonials-project-slide_content {
    padding: 16px;
  }
}
.testimonials-project .testimonials-project-slide_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 24px;
  border: 1px solid #c9b29c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #423324;
}
.testimonials-project .testimonials-project-slide_number {
  color: #A37E58;
}
.testimonials-project .testimonials-project-slide_text {
  color: #634D36;
  margin: 12px 0px 56px 0px;
  word-break: break-all;
}
@media screen and (max-width: 980px) {
  .testimonials-project .testimonials-project-slide_text {
    margin: 12px 0px 28px 0px;
  }
}
.testimonials-project .testimonials-project-slide_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials-project .testimonials-project-slide_tags .tag {
  color: #a37e58;
}
.testimonials-project .buttons_swiper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 980px) {
  .testimonials-project .buttons_swiper {
    gap: 12px;
  }
}
.testimonials-project .buttons_swiper .swiper-button-prev,
.testimonials-project .buttons_swiper .swiper-button-next {
  position: relative;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: #dbccbd;
  left: 0;
  top: 0;
  margin-top: auto;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 980px) {
  .testimonials-project .buttons_swiper .swiper-button-prev,
  .testimonials-project .buttons_swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 20px;
  }
}
.testimonials-project .buttons_swiper .swiper-button-prev::after,
.testimonials-project .buttons_swiper .swiper-button-next::after {
  content: "";
}
.testimonials-project .buttons_swiper .swiper-button-prev svg,
.testimonials-project .buttons_swiper .swiper-button-next svg {
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 980px) {
  .testimonials-project .buttons_swiper .swiper-button-prev svg,
  .testimonials-project .buttons_swiper .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
}
.testimonials-project .swiper-horizontal > .swiper-scrollbar,
.testimonials-project .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-top: 24px;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 63px;
  opacity: 0.6;
  background: #f6f3ef;
}
@media screen and (max-width: 980px) {
  .testimonials-project .swiper-horizontal > .swiper-scrollbar,
  .testimonials-project .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 16px;
  }
}
.testimonials-project .swiper-scrollbar-drag {
  border-radius: 42px;
  background: #dbccbd;
}

.banner {
  padding: 20px;
}
@media screen and (max-width: 980px) {
  .banner {
    padding: 16px;
  }
}
.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  background: #1a1a1a;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner__container {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
  }
}
.banner__left-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 640px;
  padding: 60px 0px 60px 120px;
}
@media screen and (max-width: 1200px) {
  .banner__left-content {
    padding: 60px 0px 60px 60px;
  }
}
@media screen and (max-width: 980px) {
  .banner__left-content {
    padding: 32px 0px 32px 32px;
  }
}
@media screen and (max-width: 767px) {
  .banner__left-content {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 20px;
    background: url("/wp-content/uploads/2025/09/pattern.png") no-repeat center/cover;
  }
}
.banner__title {
  color: #fff;
  margin-bottom: 20px;
  max-width: 435px;
}
@media screen and (max-width: 980px) {
  .banner__title {
    margin-bottom: 8px;
  }
}
.banner__description {
  color: #ccc;
  margin-bottom: 48px;
  max-width: 440px;
}
@media screen and (max-width: 980px) {
  .banner__description {
    margin-bottom: 24px;
  }
}
.banner__logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .banner__logo {
    max-width: 120px;
    margin-bottom: 24px;
  }
}
.banner__right-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.banner__image {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .banner__image {
    position: initial;
  }
}

.about-us.head_block .head_block__cite {
  max-width: 310px;
}

.about_company {
  background: #f6f3ef;
}
.about_company .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .about_company .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_company_left-block {
  -ms-flex-preferred-size: 46.1%;
      flex-basis: 46.1%;
}
.about_company__article {
  color: #423324;
  margin-bottom: 32px;
  display: block;
}
@media screen and (max-width: 980px) {
  .about_company__article {
    margin-bottom: 20px;
  }
}
.about_company__title {
  color: #000;
}
.about_company__text {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .about_company__text {
    margin-top: 12px;
    gap: 12px;
  }
}
.about_company__text p {
  color: #242424;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .about_company__text p {
    line-height: 20px;
  }
}
.about_company__button {
  margin-top: 32px;
}
@media screen and (max-width: 980px) {
  .about_company__button {
    margin-top: 20px;
  }
}
.about_company_right-block {
  -ms-flex-preferred-size: 47.9%;
      flex-basis: 47.9%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 980px) {
  .about_company_right-block {
    padding: 12px;
  }
}
.about_company_second-title {
  padding: 16px 8px 12px 8px;
  color: #000;
}
@media screen and (max-width: 980px) {
  .about_company_second-title {
    padding: 8px 4px;
  }
}
.about_company_second-text {
  padding: 0px 8px 16px 8px;
  color: #634D36;
}
@media screen and (max-width: 980px) {
  .about_company_second-text {
    padding: 0px 4px 8px 4px;
  }
}

.how_we_work {
  background: #1a1a1a;
}
.how_we_work__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .how_we_work__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.how_we_work__left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 100px 80px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 54.91%;
      flex-basis: 54.91%;
}
@media screen and (max-width: 980px) {
  .how_we_work__left-container {
    padding: 40px 16px;
  }
}
.how_we_work__article {
  color: #8e8e8e;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .how_we_work__article {
    margin-bottom: 20px;
  }
}
.how_we_work__title {
  color: #fff;
}
.how_we_work__text {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.how_we_work__text p {
  color: #ccc;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .how_we_work__text p {
    line-height: 20px;
  }
}
.how_we_work__button {
  margin-top: 24px;
}
@media screen and (max-width: 980px) {
  .how_we_work__button {
    margin-top: 20px;
  }
}
.how_we_work__right-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.how_we_work__right-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.social_contribution .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .social_contribution .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.social_contribution__left-container {
  -ms-flex-preferred-size: 46.1%;
      flex-basis: 46.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .social_contribution__left-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.social_contribution__title {
  color: #000;
  margin-bottom: 20px;
  max-width: 400px;
}
@media screen and (max-width: 980px) {
  .social_contribution__title {
    margin: 8px 0px 12px 0px;
  }
}
.social_contribution__text {
  color: #242424;
}
.social_contribution__image {
  max-width: 200px;
}
@media screen and (max-width: 980px) {
  .social_contribution__image {
    max-width: 120px;
  }
}
.social_contribution__right-container {
  -ms-flex-preferred-size: 47.8%;
      flex-basis: 47.8%;
}
.social_contribution__block {
  padding: 32px 0px;
  border-bottom: 1px solid #dbccbd;
}
@media screen and (max-width: 980px) {
  .social_contribution__block {
    padding: 16px 0px;
  }
}
.social_contribution__block:first-child {
  padding: 0px 0px 32px 0px;
}
@media screen and (max-width: 980px) {
  .social_contribution__block:first-child {
    padding: 0px 0px 16px 0px;
  }
}
.social_contribution__block:last-child {
  border-bottom: none;
  padding: 32px 0px 0px 0px;
}
@media screen and (max-width: 980px) {
  .social_contribution__block:last-child {
    padding: 16px 0px 0px 0px;
  }
}
.social_contribution__block-title {
  color: 0;
  margin-bottom: 12px;
  color: #000;
}
.social_contribution__block-text {
  color: #242424;
}

.team {
  background: #f6f3ef;
}
.team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team__title {
  color: #000;
  margin-bottom: 12px;
}
.team__description {
  color: #634d36;
  max-width: 408px;
  text-align: center;
}
.team__container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .team__container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 16px;
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .team__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .team__container {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.team__item {
  cursor: pointer;
}
.team__image {
  background: #ede5de;
}
@media screen and (max-width: 450px) {
  .team__image {
    width: 100%;
  }
}
.team__name {
  color: #000;
  margin-top: 12px;
}
.team__position {
  color: #a37e58;
}
.team__text {
  display: none;
}

.team-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10;
}
.team-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.team-popup__content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 20px;
  max-width: 900px;
  min-height: 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 800px) {
  .team-popup__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    gap: 16px;
    margin: 0px 31px;
    overflow-y: scroll;
    max-height: 90vh;
  }
}
.team-popup__left-block {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 400px) {
  .team-popup__left-block {
    width: 100%;
  }
}
.team-popup__right-block {
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.team-popup__head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-popup__image {
  width: 100%;
  background: url("/wp-content/uploads/2025/08/Rectangle-15.webp") no-repeat center center;
  background-size: cover;
}
.team-popup__name {
  color: #423324;
}
.team-popup__position {
  color: #a37e58;
}
.team-popup__text {
  color: #242424;
  padding-top: 12px;
  border-top: 1px solid #dbccbd;
}
.team-popup__close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  background: #a37e58;
  border: none;
  -webkit-box-shadow: 0 0.625px 0.625px 0 rgba(0, 0, 0, 0.02), 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.625px 0.625px 0 rgba(0, 0, 0, 0.02), 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 800px) {
  .team-popup__close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
  }
}

.services_head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #f6f3ef;
  height: calc(100vh - 72px);
}
@media screen and (max-width: 980px) {
  .services_head-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
  }
}
.services_head-block__left-container {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-bottom: 54px;
}
@media screen and (max-width: 980px) {
  .services_head-block__left-container {
    position: relative;
    height: auto;
    padding-bottom: 0;
    width: 100%;
  }
}
.services_head-block__left-image:nth-child(1) {
  max-width: 182px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .services_head-block__left-image:nth-child(1) {
    max-width: 140px;
    max-height: 100px;
    position: absolute;
    right: 0;
  }
}
.services_head-block__left-image:nth-child(2) {
  right: 0;
  bottom: 0;
  max-width: 140px;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
@media screen and (max-width: 980px) {
  .services_head-block__left-image:nth-child(2) {
    display: none;
  }
}
.services_head-block__left-image:nth-child(3) {
  left: 0;
  bottom: 0;
  max-width: 182px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .services_head-block__left-image:nth-child(3) {
    max-width: 140px;
    max-height: 100px;
    margin-top: 98px;
  }
}
.services_head-block__center-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 636px;
}
.services_head-block__title {
  color: #634d36;
  margin: 24px 0px 16px 0px;
}
.services_head-block__description {
  color: #242424;
}
.services_head-block__button {
  margin-top: 32px;
}
.services_head-block__right-container {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .services_head-block__right-container {
    position: relative;
    width: 100%;
    min-height: 210px;
  }
}
.services_head-block__right-image:nth-child(1) {
  max-width: 140px;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 100%;
  top: 0;
  position: absolute;
  -webkit-transform: translate(-200%, 0%);
          transform: translate(-200%, 0%);
}
@media screen and (max-width: 980px) {
  .services_head-block__right-image:nth-child(1) {
    display: none;
  }
}
.services_head-block__right-image:nth-child(2) {
  right: 0;
  top: 50%;
  max-width: 140px;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (max-width: 980px) {
  .services_head-block__right-image:nth-child(2) {
    right: 0;
    top: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    max-width: 110px;
    max-height: 140px;
  }
}
.services_head-block__right-image:nth-child(3) {
  bottom: 0;
  max-width: 140px;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 100%;
  position: absolute;
  -webkit-transform: translate(-200%, 0%);
          transform: translate(-200%, 0%);
}
@media screen and (max-width: 980px) {
  .services_head-block__right-image:nth-child(3) {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    max-width: 110px;
    max-height: 140px;
  }
}

.single-services__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-services__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  border-bottom: 1px solid #dbccbd;
}
.single-services__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 980px) {
  .single-services__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    padding: 20px 0px;
  }
}
.single-services__left-container {
  -ms-flex-preferred-size: 54.5%;
      flex-basis: 54.5%;
}
.single-services__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 980px) {
  .single-services__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    margin-bottom: 8px;
  }
}
.single-services__number {
  color: #a37e58;
}
.single-services__title {
  color: #000;
  margin: 12px 0px 16px 0px;
}
@media screen and (max-width: 980px) {
  .single-services__title {
    margin: 0px;
  }
}
.single-services__text {
  color: #242424;
}
.single-services__button {
  margin-top: 32px;
}
@media screen and (max-width: 980px) {
  .single-services__button {
    margin-top: 16px;
  }
}
.single-services__right-container {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding: 36px;
  border-left: 1px solid #dbccbd;
}
@media screen and (max-width: 980px) {
  .single-services__right-container {
    border-left: none;
    padding: 0;
    width: 100%;
  }
}

.single-service_head-block {
  background: #f6f3ef;
}
@media screen and (max-width: 980px) {
  .single-service_head-block {
    height: auto;
    background: transparent;
  }
}
.single-service_head-block-container {
  height: 100%;
}
.single-service_head-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .single-service_head-block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.single-service_head-block-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .single-service_head-block-text {
    padding: 40px 16px;
  }
}
.single-service_head-block-article {
  color: #423324;
  max-width: 205px;
}
@media screen and (max-width: 980px) {
  .single-service_head-block-article {
    max-width: 100%;
  }
}
.single-service_head-block-title {
  color: #000;
  margin: 32px 0px 20px 0px;
}
@media screen and (max-width: 980px) {
  .single-service_head-block-title {
    margin: 20px 0px 12px 0px;
  }
}
.single-service_head-block-text-content {
  color: #242424;
}
.single-service_head-block-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 100%;
  padding: 24px;
  background: #ede5de;
}
@media screen and (max-width: 980px) {
  .single-service_head-block-image {
    padding: 16px;
  }
}
.single-service_head-block-image img {
  max-width: 672px;
  width: 100%;
  height: 100%;
  max-height: 732px;
}
.single-service_head-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 35px;
}
@media screen and (max-width: 980px) {
  .single-service_head-block-buttons {
    gap: 16px;
    padding: 8px 16px;
    background: #F6F3EF;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
  }
}
.single-service_head-block-button {
  color: #423324;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-service_head-block-button:hover {
  color: #a37e58;
}

@media screen and (max-width: 980px) {
  .information .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.information__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 980px) {
  .information__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    border-top: 1px solid #dbccbd;
    padding-top: 16px;
  }
}
.information__item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 28px 0px 60px 0px;
  border-top: 1px solid #dbccbd;
}
@media screen and (max-width: 980px) {
  .information__item_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    border-top: none;
    gap: 24px;
  }
}
.information__item_left-block {
  -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.information__item_left-block_container {
  position: sticky;
  top: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.information__item_title {
  color: #000;
}
.information__item_subtitle {
  color: #242424;
  margin: 12px 0px 24px 0px;
}
@media screen and (max-width: 800px) {
  .information__item_subtitle {
    margin: 12px 0px 16px 0px;
  }
}
.information__item_right-block {
  -ms-flex-preferred-size: 51.5%;
      flex-basis: 51.5%;
}
.information__item-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid #dbccbd;
  padding: 24px 0px;
}
.information__item-information:last-child {
  border-bottom: none;
  padding-bottom: 24px 0px 0px 0px;
}
@media screen and (max-width: 800px) {
  .information__item-information:last-child {
    padding: 12px 0px 60px 0px;
  }
}
.information__item-information:first-child {
  padding: 0px 0px 24px 0px;
}
@media screen and (max-width: 800px) {
  .information__item-information:first-child {
    padding: 0px 0px 12px 0px;
  }
}
@media screen and (max-width: 800px) {
  .information__item-information {
    padding: 12px 0px;
  }
}
.information__item-information-number {
  color: #856647;
}
.information__item-information-title {
  color: #634d36;
}
.information__item-information-text ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.information__item-information-text ul li {
  color: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  color: #242424;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .information__item-information-text ul li {
    line-height: 20px;
  }
}
.information__item-information-text ul li::before {
  content: "";
  margin-top: 10px;
  display: block;
  width: 5.657px;
  height: 5.657px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #a37e58;
}

.project_head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 0px 16px;
}
.project_head-block__container {
  max-width: 636px;
}
.project_head-block__title {
  margin: 24px 0px 16px 0px;
}
@media screen and (max-width: 980px) {
  .project_head-block__title {
    margin: 24px 0px 12px 0px;
  }
}
.project_head-block__description {
  color: #DBCCBD;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .project_head-block__description {
    margin-bottom: 24px;
  }
}

.page-template-project .about_company__title {
  max-width: 345px;
}

.project-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.project-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 980px) {
  .project-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project-list__item-number {
  color: #856647;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
.project-list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-preferred-size: 79%;
      flex-basis: 79%;
  padding-top: 24px;
  border-top: 1px solid #a37e58;
}
@media screen and (max-width: 980px) {
  .project-list__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 16px;
  }
}
.project-list__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
}
.project-list__item-title {
  color: #000;
}
@media screen and (max-width: 980px) {
  .project-list__item-title {
    font-family: "Alike";
    font-size: clamp(32px, 4vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .project-list__item-title {
    line-height: 40px;
  }
}
.project-list__item-article {
  color: #a37e58;
}
.project-list__item-text {
  -ms-flex-preferred-size: 56.2%;
      flex-basis: 56.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 980px) {
  .project-list__item-text {
    gap: 8px;
  }
}
.project-list__item-text p {
  color: #242424;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .project-list__item-text p {
    line-height: 20px;
  }
}
.project-list__item-text p strong {
  font-family: "Raleway-bold", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .project-list__item-text p strong {
    line-height: 24px;
  }
}

.partner_head-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .partner_head-block {
    height: auto;
  }
}
.partner_head-block__container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: calc(100% - 103px);
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .partner_head-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-top: 72px;
  }
}
.partner_head-block__inner {
  max-width: 677px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(15%, -50%);
          transform: translate(15%, -50%);
}
@media screen and (max-width: 980px) {
  .partner_head-block__inner {
    position: relative;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .partner_head-block__logo {
    width: 56px;
    height: 56px;
  }
}
.partner_head-block__title {
  margin: 0px 0px 16px 0px;
}
@media screen and (max-width: 980px) {
  .partner_head-block__title {
    margin: 0px 0px 8px 0px;
  }
}
.partner_head-block__name {
  margin-bottom: 4px;
}
.partner_head-block__description {
  color: #C9B29C;
}
.partner_head-block__button {
  margin-top: 32px;
}
@media screen and (max-width: 980px) {
  .partner_head-block__button {
    margin-top: 16px;
  }
}
.partner_head-block__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .partner_head-block__image {
    margin: 0 auto;
  }
}
.partner_head-block__image_desktop {
  width: 100%;
  max-width: 900px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 980px) {
  .partner_head-block__image_desktop {
    display: none;
  }
}
.partner_head-block__image_mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .partner_head-block__image_mobile {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.map-block {
  background: #F6F3EF;
}
.map-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .map-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.map-block__image {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}
@media screen and (max-width: 980px) {
  .map-block__image {
    max-width: 540px;
    margin: 0 auto;
  }
}
.map-block__content {
  -ms-flex-preferred-size: 52.5%;
      flex-basis: 52.5%;
  gap: 20px;
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .map-block__content {
    padding: 40px 16px;
  }
}
.map-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .map-block__wrap {
    gap: 0px;
  }
}
.map-block__article {
  color: #423324;
}
.map-block__title {
  color: #1A1A1A;
}
@media screen and (max-width: 980px) {
  .map-block__title {
    margin: 20px 0px 12px 0px;
  }
}
.map-block__text {
  color: #242424;
}
.map-block .accordion-item-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.map-block .circle {
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.map-block .circle.red {
  background: #BF4648;
}
.map-block .circle.purple {
  background: #6A66B0;
}
.map-block .circle.brown {
  background: #B8997A;
}
.map-block .accordion-item-description-list {
  display: grid;
  grid-template-columns: repeat(2, 10fr);
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .map-block .accordion-item-description-list {
    grid-template-columns: 1fr;
  }
}
.map-block .accordion-item-description-list-item {
  color: #634D36;
}
.map-block .accordion-item-description-list-item::before {
  content: "•";
  color: #634D36;
  margin-right: 8px;
}

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("/wp-content/uploads/2025/08/Container.png") no-repeat center/cover;
}
.info-block__container {
  max-width: 760px;
  text-align: center;
  padding: 80px 16px 50px 16px;
}
@media screen and (max-width: 980px) {
  .info-block__container {
    padding: 40px 16px;
  }
}
.info-block__article {
  color: #423324;
}
.info-block__title {
  color: #1A1A1A;
  margin: 24px 0px 20px 0px;
}
@media screen and (max-width: 980px) {
  .info-block__title {
    margin: 20px 0px 12px 0px;
  }
}
.info-block__text {
  color: #242424;
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.partners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
  padding: 0px 16px;
}
.partners__title {
  color: #856647;
}
.partners__description {
  color: #242424;
}
.partners .running-line-wrapper {
  margin-top: 0;
  background: #fff;
}
.partners .running-line-wrapper::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(20%, rgba(255, 255, 255, 0.6)), color-stop(50%, transparent), color-stop(80%, rgba(255, 255, 255, 0.6)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 20%, transparent 50%, rgba(255, 255, 255, 0.6) 80%, rgb(255, 255, 255) 100%);
}
.partners .running-line-wrapper .running-line__item {
  border: 1px solid #ede5de;
}
.partners .running-line-wrapper .circle {
  background: #dbccbd;
}
.partners .circle {
  height: 6px;
  width: 6px;
  background: #8e8e8e;
  border-radius: 50%;
  z-index: 10;
}
.partners .circle-left_top {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-63%, -20%);
          transform: translate(-63%, -20%);
}
.partners .circle-left_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-63%, 15%);
          transform: translate(-63%, 15%);
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.partners ~ .partners {
  padding: 64px 0 80px;
}
@media (max-width: 980px) {
  .partners ~ .partners {
    padding: 40px 0;
  }
}

.career_services {
  background: #fff;
}
.career_services__article {
  color: #423324;
}
.career_services__title {
  color: #000;
}
.career_services__text p {
  color: #242424;
}
.career_services__video-title {
  color: #000;
}
.career_services__video-subtitle {
  color: #A37E58;
}

.skils-block {
  background: #f6f3ef url("/wp-content/uploads/2025/08/Container.png") no-repeat center/cover;
}
.skils-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.skils-block__title {
  color: #1a1a1a;
  text-align: center;
}
.skils-block__text {
  color: #242424;
  max-width: 566px;
  margin: 20px 0px 24px 0px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .skils-block__text {
    margin: 12px 0px 24px 0px;
  }
}
.skils-block__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
}
@media screen and (max-width: 1200px) {
  .skils-block__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .skils-block__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 12px;
  }
}
.skils-block__item {
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .skils-block__item {
    padding: 12px;
    gap: 10px;
    width: 100%;
  }
}
.skils-block__item-icon {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f3ef;
  border-radius: 50%;
}
.skils-block__item-title {
  color: #423324;
  margin-bottom: 8px;
}
.skils-block__item-text {
  color: #634d36;
  word-break: break-all;
}

.career-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F6F3EF;
}
@media screen and (max-width: 980px) {
  .career-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.career-info-block__left-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .career-info-block__left-container {
    padding: 40px 16px;
  }
}
.career-info-block__content {
  max-width: 560px;
}
@media screen and (max-width: 980px) {
  .career-info-block__logo {
    display: none;
  }
}
.career-info-block__title {
  color: #1a1a1a;
  margin: 0px 0px 12px 0px;
}
@media screen and (max-width: 980px) {
  .career-info-block__title {
    margin: 0px 0px 8px 0px;
  }
}
.career-info-block__article {
  color: #A37E58;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .career-info-block__article {
    margin-bottom: 16px;
  }
}
.career-info-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .career-info-block__text {
    gap: 12px;
  }
}
.career-info-block__text p {
  color: #242424;
  font-family: "Raleway-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 980px) {
  .career-info-block__text p {
    line-height: 20px;
  }
}
.career-info-block__button {
  margin-top: 36px;
}
@media screen and (max-width: 980px) {
  .career-info-block__button {
    margin-top: 20px;
  }
}
.career-info-block__right-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 24px;
  background: #EDE5DE;
}
@media screen and (max-width: 980px) {
  .career-info-block__right-container {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.career-info-block__right-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  min-height: 100%;
}
@media screen and (max-width: 980px) {
  .career-info-block__right-image {
    max-width: 550px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .career-info-block__right-image {
    aspect-ratio: 1/1;
    height: auto;
  }
}/*# sourceMappingURL=main.css.map */