@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Regular.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("fonts/EuclidSquare-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Regular.woff2") format("woff2"), url("fonts/EuclidSquare-Regular.woff") format("woff"), url("fonts/EuclidSquare-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Medium.eot");
  src: local("Euclid Square Medium"), local("EuclidSquare-Medium"), url("fonts/EuclidSquare-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Medium.woff2") format("woff2"), url("fonts/EuclidSquare-Medium.woff") format("woff"), url("fonts/EuclidSquare-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-SemiBold.eot");
  src: local("Euclid Square SemiBold"), local("EuclidSquare-SemiBold"), url("fonts/EuclidSquare-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-SemiBold.woff2") format("woff2"), url("fonts/EuclidSquare-SemiBold.woff") format("woff"), url("fonts/EuclidSquare-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Unbounded';
  src: url("fonts/Unbounded-Regular.eot");
  src: local("Unbounded Regular"), local("Unbounded-Regular"), url("fonts/Unbounded-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Unbounded-Regular.woff2") format("woff2"), url("fonts/Unbounded-Regular.woff") format("woff"), url("fonts/Unbounded-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Euclid Square", sans-serif;
  font-size: 0.9rem;
  letter-spacing: -1px;
  color: #8C7C67;
  background: #FFF9F0; }

.overflowH {
  overflow: hidden; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #3F2402;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  width: 100%;
  padding: 0 2rem; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  gap: .5rem;
  font-size: .9rem;
  height: 3.6rem;
  border-radius: .1rem;
  overflow: hidden;
  padding: 0 2.25rem; }
  .btn-dots {
    color: #fff;
    background: linear-gradient(to right, #C39355, #5D4629);
    position: relative;
    z-index: 1; }
    .btn-dots::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #C39355;
      z-index: -1;
      opacity: 0;
      transition: .6s all; }
    .btn-dots img {
      width: 0.8rem;
      transition: .6s all; }
    .btn-dots:hover img {
      transform: rotate(135deg); }
    .btn-dots:hover::after {
      opacity: 1; }
  .btn-arrow {
    color: #fff;
    background: linear-gradient(to right, #AF7D3B, #F5C78B);
    position: relative;
    z-index: 1; }
    .btn-arrow::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #AF7D3B;
      z-index: -1;
      opacity: 0;
      transition: .6s all; }
    .btn-arrow img {
      width: 0.6rem;
      transition: .6s all; }
    .btn-arrow:hover img {
      transform: translateX(0.25rem); }
    .btn-arrow:hover::after {
      opacity: 1; }
  .btn-white {
    border: 1px solid;
    color: #A27336;
    background: #fff; }
    .btn-white:hover {
      background: transparent;
      color: #fff; }
      .btn-white:hover img {
        filter: brightness(0) invert(1); }
  .btn-trans {
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .btn-trans:hover {
      background: #fff;
      color: #A27336; }

.section-subtitle {
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  color: #C39355;
  gap: .75rem; }
  .section-subtitle::before {
    background: #C39355;
    height: 2px;
    width: 4.3rem;
    content: ''; }
.section-title {
  font-size: 2.5rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  color: #3F2402; }
  .section-title span {
    display: block;
    opacity: .5; }

.arrows {
  display: flex;
  gap: .5rem; }
  .arrows span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 2.75rem;
    height: 2.75rem;
    background: #3F2402;
    border-radius: 50%; }
    .arrows span img {
      width: 1.2rem;
      transition: .6s all; }
    .arrows span:hover {
      background: #C39355; }

.numbers-item__value {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(195, 147, 85, 0.3);
  background: linear-gradient(180deg, #C39355 0%, #5D4629 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Unbounded", sans-serif;
  font-size: 3.5rem;
  line-height: 1; }
  .numbers-item__value span, .numbers-item__value strong {
    font-size: 1rem;
    font-weight: 400; }
.numbers-item__name {
  color: #C39355;
  font-style: italic; }

.page-head {
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 12.5rem;
  padding: 7.5rem 0 2.75rem; }
  .page-head__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .page-head__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .page-head__breadcrumbs a {
    color: #fff; }
    .page-head__breadcrumbs a:hover {
      color: #C39355; }
    .page-head__breadcrumbs a::after {
      content: '/';
      opacity: .5;
      pointer-events: none;
      margin: 0 .85rem;
      color: #fff; }
    .page-head__breadcrumbs a:last-child {
      opacity: .5;
      pointer-events: none; }
      .page-head__breadcrumbs a:last-child::after {
        display: none; }
  .page-head__title {
    font-size: 3.3rem;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    margin-top: 3.5rem; }

.pagination {
  display: flex;
  margin-top: 4rem;
  overflow: hidden;
  justify-content: center;
  gap: .4rem;
  font-size: 0.7rem;
  font-weight: 500; }
  .pagination .page-item {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #3F2402;
    border-radius: .1rem; }
    .pagination .page-item.active .page-link {
      color: #fff;
      background: #5D4629;
      border-color: #3F2402; }
    .pagination .page-item.disabled {
      pointer-events: none;
      opacity: .7; }
  .pagination .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #F5EEE4;
    color: #3F2402;
    border-radius: .1rem; }
    .pagination .page-link:hover {
      color: #C39355; }
    .pagination .page-link svg {
      width: .9rem;
      height: .9rem; }

.form {
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem; }
  .form input,
  .form textarea {
    margin-bottom: 2rem;
    width: calc(50% - .5rem);
    background: transparent;
    border: none;
    padding-bottom: 1rem;
    font-family: inherit;
    letter-spacing: -1px;
    border-bottom: 1px solid #C39355; }
    .form input::placeholder,
    .form textarea::placeholder {
      color: #A3A2A2; }
  .form textarea {
    resize: none;
    width: 100%;
    height: 4rem;
    outline: none; }

@keyframes preloaderLogo {
  to {
    transform: scale(1);
    opacity: 1; } }
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99;
  background: linear-gradient(to right, #AF7D3B, #F5C78B);
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader__logo {
    filter: brightness(0) invert(1);
    width: 15rem;
    opacity: 0;
    transform: scale(0.8);
    animation: preloaderLogo 1.5s ease forwards; }
    .preloader__logo img {
      width: 100%;
      display: block; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem;
    background: #fff;
    width: 35rem;
    cursor: default; }
  .feedback__close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 1.5rem;
    right: 1.5rem;
    top: 2.2rem;
    position: absolute;
    z-index: 2; }
    .feedback__close:hover {
      opacity: .5; }
    .feedback__close img {
      width: 100%;
      display: block; }
  .feedback__title {
    color: #3F2402;
    font-family: "Unbounded", sans-serif;
    margin-bottom: 0.5rem;
    font-size: 2.3rem; }
  .feedback-form {
    margin-top: 3rem; }
  .feedback__agree {
    font-size: 0.75rem;
    text-align: center;
    max-width: 20rem;
    margin: 0 auto; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__text {
      padding: 0 1rem;
      text-align: center;
      max-width: 18rem;
      margin: 0 auto 1rem; }
  .feedback__img {
    margin: 3.5rem 0 2.5rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 8rem; }

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 6;
  background: #fff;
  transition: .8s all ease-in-out;
  transform: translateX(100%); }
  .mobile-menu.active {
    transform: translateX(0); }
  .mobile-menu__wrap {
    height: 100%;
    width: 100%;
    overflow: auto;
    text-align: center;
    padding: 10rem 0 5rem; }
  .mobile-menu__title {
    font-family: "Unbounded", sans-serif;
    color: #C39355;
    font-size: 2.5rem;
    margin-bottom: 3rem; }
  .mobile-menu__list {
    font-size: 1.5rem;
    color: #3F2402;
    margin-bottom: 3rem; }
    .mobile-menu__list li {
      margin-bottom: 1.5rem; }
    .mobile-menu__list a {
      color: #3F2402; }
    .mobile-menu__list .submenu.active p img {
      transform: rotate(180deg); }
    .mobile-menu__list .submenu p {
      display: inline-flex;
      align-items: center;
      gap: .5rem; }
      .mobile-menu__list .submenu p img {
        width: .8rem;
        transition: .6s all; }
    .mobile-menu__list .submenu ul {
      display: none;
      padding-top: 1rem; }
      .mobile-menu__list .submenu ul li {
        margin-bottom: 1rem; }
        .mobile-menu__list .submenu ul li a {
          color: #A27336; }
  .mobile-menu__lang {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 1.4rem;
    margin-bottom: 4rem;
    font-weight: 500; }
    .mobile-menu__lang a {
      color: #A27336; }
  .mobile-menu .footer-social {
    justify-content: center;
    margin-bottom: 4rem; }
    .mobile-menu .footer-social a {
      color: #C39355;
      width: 2.2rem; }
  .mobile-menu__btns {
    display: flex;
    gap: .5rem;
    justify-content: center; }
    .mobile-menu__btns .btn:first-child {
      color: #3F2402;
      border: 1px solid; }
    .mobile-menu__btns .btn:last-child {
      background: #3F2402;
      color: #fff; }

.header {
  padding: 1rem 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 7;
  transition: .6s all;
  font-weight: 500; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    transition: .6s all;
    filter: brightness(0) invert(1);
    width: 5.75rem;
    margin-right: 7rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    font-size: 0.85rem; }
    .header-wrap a {
      position: relative;
      display: inline-block; }
      .header-wrap a::after {
        bottom: -2px;
        width: 0%;
        height: 2px;
        content: '';
        position: absolute;
        left: 0;
        transition: .6s all; }
      .header-wrap a:hover::after {
        width: 100%; }
  .header-menu {
    display: flex;
    gap: 1.75rem;
    color: #fff; }
    .header-menu a {
      color: #fff; }
      .header-menu a::after {
        background: #fff; }
    .header-menu .submenu p {
      padding-bottom: 1rem;
      margin-bottom: -1rem;
      display: inline-flex;
      align-items: center;
      gap: .5rem; }
      .header-menu .submenu p svg {
        transition: .6s all;
        width: 0.5rem; }
    .header-menu .submenu:hover p svg {
      transform: rotate(180deg); }
  .header .submenu {
    cursor: default;
    position: relative; }
    .header .submenu:hover ul {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    .header .submenu ul {
      position: absolute;
      left: 0;
      padding: 1rem 1.5rem 1rem 1rem;
      background: #fff;
      min-width: 8rem;
      margin-top: 1rem;
      opacity: 0;
      visibility: hidden;
      transition: .6s all;
      font-weight: 400;
      transform: translateY(-0.5rem);
      box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1); }
      .header .submenu ul li {
        margin-bottom: .75rem;
        white-space: nowrap; }
        .header .submenu ul li:last-child {
          margin-bottom: 0; }
      .header .submenu ul a {
        color: #3F2402 !important; }
        .header .submenu ul a::after {
          background: #3F2402 !important; }
  .header-more {
    margin-top: -0.2rem; }
    .header-more__btn {
      padding-bottom: 1rem;
      margin-bottom: -1rem;
      color: #fff; }
      .header-more__btn span {
        width: 2.15rem;
        height: 1rem;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(0.5rem);
        -webkit-backdrop-filter: blur(0.5rem);
        border-radius: 1rem; }
      .header-more__btn svg {
        width: 1.05rem; }
  .header-nav {
    display: flex;
    align-items: center; }
  .header__tel {
    margin-right: 1.5rem; }
    .header__tel a {
      color: #fff;
      font-size: 0.95rem; }
      .header__tel a svg {
        display: none; }
    .header__tel p {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.7rem;
      text-align: right; }
  .header-lang {
    margin-right: 0.6rem; }
    .header-lang:hover .header-lang__btn img {
      transform: rotate(180deg); }
    .header-lang:hover .header-lang__list {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    .header-lang__btn {
      background: #fff;
      color: #C39355;
      width: 3.7rem;
      height: 2.6rem;
      text-transform: uppercase;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: .25rem; }
      .header-lang__btn img {
        width: 0.5rem;
        transition: .6s all; }
    .header-lang__list {
      background: #fff;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transition: .6s all;
      transform: translateY(-0.5rem);
      border-radius: .1rem; }
      .header-lang__list a {
        color: #C39355;
        width: 3.7rem;
        height: 2.6rem;
        border-radius: .1rem;
        text-transform: uppercase;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .header-lang__list a:hover {
          color: #3F2402; }
  .header__btn {
    height: 2.6rem;
    min-width: 11.5rem;
    font-size: 0.8rem;
    padding: 0 1.25rem; }
  .header-mobile {
    display: none; }
  .header.scrolled {
    background: #fff;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
    padding: 0.75rem 0; }
    .header.scrolled .header__logo {
      filter: none; }
    .header.scrolled .header-menu {
      color: #A27336; }
      .header.scrolled .header-menu a {
        color: #A27336; }
        .header.scrolled .header-menu a::after {
          background: #A27336; }
    .header.scrolled .header__tel a {
      color: #3F2402; }
    .header.scrolled .header__tel p {
      color: #9F9180; }
    .header.scrolled .header-more__btn span {
      background: #F3EEE6;
      color: #3F2402; }
    .header.scrolled .header-lang:hover .header-lang__btn {
      border-bottom-color: #fff; }
    .header.scrolled .header-lang__btn {
      border: 1px solid #A27336;
      transition: .6s all; }
    .header.scrolled .header-lang__list {
      border: 1px solid #A27336;
      border-top: none;
      border-radius: 0 0 .1rem .1rem; }
      .header.scrolled .header-lang__list a {
        width: calc(3.7rem - 2px); }

.main {
  height: 100svh;
  position: relative;
  background: #C39355; }
  .main-item {
    height: 100svh;
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4rem; }
    .main-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .main-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(15, 9, 3, 0) 18.27%, rgba(122, 79, 24, 0.8) 100%); }
      .main-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .main-item .container {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .main-item__left {
      max-width: 60%; }
      .main-item__left .main-item__text {
        display: none; }
    .main-item .section-subtitle {
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 1.2rem; }
      .main-item .section-subtitle::before {
        background: rgba(255, 255, 255, 0.5); }
    .main-item__title {
      font-size: 3.35rem;
      font-family: "Unbounded", sans-serif;
      margin-bottom: 4rem; }
    .main-item__btns {
      display: flex;
      gap: .5rem; }
    .main-item .btn-arrow img {
      width: 0.6rem; }
    .main-item__right {
      width: 21rem;
      padding: 1rem 0;
      display: flex;
      align-items: center;
      height: 8rem; }
    .main-item__text {
      max-width: 18rem; }
  .main .owl-dots {
    position: absolute;
    right: 2rem;
    bottom: 4rem;
    display: flex;
    gap: .25rem;
    z-index: 2;
    width: 21rem; }
    .main .owl-dots .owl-dot {
      flex-grow: 1;
      height: 3px;
      border-radius: 1rem;
      background: #fff;
      opacity: .5; }
      .main .owl-dots .owl-dot.active {
        opacity: 1; }
  .main-arrows {
    position: absolute;
    right: 17rem;
    bottom: 12rem;
    z-index: 2; }
    .main-arrows span {
      background: rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(0.5rem);
      -webkit-backdrop-filter: blur(0.5rem);
      border: 1px solid rgba(255, 255, 255, 0.2); }

.projects-item {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 5rem 2rem;
  background: #FFF9F0; }
  .projects-item:nth-child(2n) {
    flex-direction: row-reverse;
    justify-content: flex-end;
    background: #fff; }
    .projects-item:nth-child(2n) .projects-item__img {
      width: auto;
      flex-grow: 1; }
  .projects-item__img {
    width: 48%;
    height: 39rem;
    position: relative;
    z-index: 1; }
    .projects-item__img::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.5);
      transition: .6s all;
      opacity: 0; }
    .projects-item__img:hover::after {
      opacity: 1; }
    .projects-item__img:hover img.projects-item__logo {
      opacity: 1; }
    .projects-item__img img:nth-child(1) {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .projects-item__img img.projects-item__logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: contain;
      max-height: 6rem;
      max-width: 15rem;
      z-index: 1;
      transition: .6s all;
      opacity: 0; }
  .projects-item__wrap {
    width: 36rem;
    flex-shrink: 0; }
  .projects-item__name {
    color: #3F2402;
    margin-bottom: 2rem;
    font-family: "Unbounded", sans-serif;
    font-size: 3.25rem; }
  .projects-item__address {
    display: flex;
    align-items: center;
    gap: .85rem;
    color: #C39355;
    font-weight: 500;
    font-size: 0.8rem;
    margin-bottom: 2rem; }
    .projects-item__address img {
      width: 1.85rem; }
    .projects-item__address span {
      max-width: 15rem; }
  .projects-item__text {
    line-height: 1.4;
    margin-bottom: 4rem;
    max-width: 29.5rem; }
    .projects-item__text strong {
      color: #3F2402; }
  .projects-item__btns {
    display: flex;
    gap: .5rem; }
    .projects-item__btns .btn-dots {
      background: transparent; }
.projects-types {
  min-height: 5rem; }
  .projects-types .projects-item:nth-child(2n) {
    flex-direction: row;
    justify-content: flex-start; }
    .projects-types .projects-item:nth-child(2n) .projects-item__img {
      width: 48%;
      flex-grow: 0; }

.consult {
  color: #fff; }
  .consult-card {
    padding: 3rem;
    position: relative;
    z-index: 1; }
  .consult__subtitle {
    align-items: center;
    gap: .5rem;
    display: flex;
    font-weight: 500;
    margin-bottom: 3rem; }
    .consult__subtitle::before {
      width: 0.85rem;
      height: 0.85rem;
      content: '';
      background: #fff;
      border-radius: 50%; }
  .consult .section-title {
    margin-bottom: 3.2rem;
    font-size: 2.35rem;
    color: #fff;
    max-width: 40rem; }
  .consult-btns {
    display: flex;
    gap: .5rem; }
  .consult__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .consult__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: top right; }

.developer {
  padding: 5rem 0; }
  .developer .container {
    padding-left: 0;
    display: flex;
    gap: 8rem; }
  .developer .section-title {
    font-size: 2.1rem;
    margin-bottom: 2rem; }
    .developer .section-title span {
      display: inline; }
  .developer__img {
    width: 34.5%; }
    .developer__img img {
      width: 100%;
      display: block; }
  .developer-wrap {
    width: 42rem; }
  .developer-text {
    line-height: 1.4;
    display: flex;
    gap: 5rem;
    margin-bottom: 2rem; }
    .developer-text div {
      width: 50%; }
    .developer-text h4 {
      color: #3F2402;
      margin-bottom: 1.5rem;
      font-size: 0.95rem; }
  .developer-numbers {
    display: flex;
    gap: 2rem 5rem;
    flex-wrap: wrap; }
    .developer-numbers .numbers-item {
      width: calc(50% - 2.5rem); }
      .developer-numbers .numbers-item__value {
        font-size: 4rem; }
        .developer-numbers .numbers-item__value span {
          font-size: 2.5rem; }

.philosophy {
  padding: 6rem 0 6.7rem;
  background: url(../img/philosophy/bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1; }
  .philosophy-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 74.5%;
    margin-bottom: 2.75rem; }
  .philosophy .section-subtitle {
    color: #fff;
    margin-bottom: 2.7rem; }
    .philosophy .section-subtitle::before {
      background: #fff; }
  .philosophy .section-title {
    color: #fff; }
  .philosophy__text {
    max-width: 18rem;
    padding-bottom: 1rem; }
  .philosophy-main {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem; }
    .philosophy-main__left {
      width: calc(74.5% - .5rem);
      position: relative; }
    .philosophy-main__right {
      width: calc(25.5% - .5rem);
      height: 24.2rem;
      position: relative; }
      .philosophy-main__right .btn {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2; }
  .philosophy-count {
    top: 2rem;
    left: 2rem;
    position: absolute;
    z-index: 2;
    height: 1.85rem;
    border-radius: 2rem;
    width: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem); }
  .philosophy-slider__item {
    height: 24.2rem; }
    .philosophy-slider__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .philosophy-arrows {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 2rem; }
    .philosophy-arrows span {
      background: #fff; }
      .philosophy-arrows span:hover img {
        filter: brightness(0) invert(1); }
  .philosophy__more {
    height: 100%; }
    .philosophy__more img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .philosophy-info {
    display: flex;
    gap: 1rem; }
    .philosophy-info__left {
      width: 33%;
      background: #fff url(../img/philosophy/pattern.png) top right no-repeat;
      background-size: 8rem;
      padding: 2.25rem; }
    .philosophy-info__right {
      width: 67%; }
  .philosophy-concept {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 16.5rem; }
    .philosophy-concept__logo {
      width: 5rem; }
      .philosophy-concept__logo img {
        width: 100%;
        display: block; }
    .philosophy-concept__title {
      color: #3F2402;
      margin-bottom: 1.5rem;
      font-weight: 700; }
    .philosophy-concept__text {
      color: #8C7C67; }
  .philosophy-family {
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    display: flex;
    gap: 2.7rem; }
    .philosophy-family__img {
      width: 64%; }
      .philosophy-family__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .philosophy-family__ico {
      width: 3.6rem; }
      .philosophy-family__ico img {
        width: 100%;
        display: block; }
    .philosophy-family__main {
      width: 36%;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding: 1.75rem 0 2.4rem; }
    .philosophy-family__wrap {
      max-width: 16.5rem; }
    .philosophy-family__title {
      font-weight: 700;
      margin-bottom: 1.5rem; }

.filter {
  background: #FFF9F0;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.05);
  padding: 2.5rem 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 3.3rem; }
  .filter .section-title {
    font-size: 2rem;
    margin-bottom: 2rem; }
  .filter-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    gap: 1rem; }
  .filter-item {
    width: 20%; }
  .filter-select select {
    opacity: 0; }
  .filter-rooms {
    gap: 1rem;
    border: 1px solid #DFE4EF;
    flex-grow: 1;
    border-radius: .1rem;
    height: 3.6rem;
    padding: 0.3rem; }
    .filter-rooms__name {
      padding: 0 1.2rem;
      display: inline-flex;
      align-items: center;
      margin-bottom: 0.4rem;
      font-size: 0.75rem; }
    .filter-rooms__choose {
      display: flex; }
      .filter-rooms__choose label {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none; }
        .filter-rooms__choose label input {
          appearance: none;
          display: none; }
          .filter-rooms__choose label input:checked + span {
            color: #A27336; }
        .filter-rooms__choose label span {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          border-right: 1px solid #DFE4EF;
          transition: .6s all;
          color: #3F2402;
          width: 3rem;
          line-height: 1;
          text-align: center; }
          .filter-rooms__choose label span:hover {
            color: #A27336; }
      .filter-rooms__choose li:last-child span {
        border: none; }
  .filter-range {
    height: 3.6rem;
    border: 1px solid #DFE4EF;
    border-radius: .1rem;
    padding: .3rem 1.2rem 0; }
    .filter-range__name {
      font-size: 0.75rem;
      margin-bottom: 0.4rem; }
    .filter-range__wrap {
      margin-bottom: 0.4rem; }
    .filter-range__values {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .filter-range__value {
      color: #3F2402; }
    .filter-range .irs {
      font-size: 0.6rem;
      margin-top: -.95rem;
      z-index: 2; }
    .filter-range .irs--flat {
      height: 2rem; }
    .filter-range .irs--flat .irs-line {
      height: .15rem;
      top: 1.25rem;
      background: transparent; }
    .filter-range .irs--flat .irs-handle {
      height: auto; }
    .filter-range .irs--flat .irs-max,
    .filter-range .irs--flat .irs-min,
    .filter-range .irs--flat .irs-from,
    .filter-range .irs--flat .irs-to {
      display: none; }
    .filter-range .irs--flat .irs-bar {
      height: 2px;
      top: 1.25rem;
      background: #A27336; }
    .filter-range .irs--flat .irs-single {
      background: #A27336; }
      .filter-range .irs--flat .irs-single::before {
        border-top-color: #A27336; }
    .filter-range .irs--flat .irs-from,
    .filter-range .irs--flat .irs-to {
      font-size: 0;
      border-radius: 50%;
      width: .7rem;
      height: .7rem;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: .95rem;
      z-index: 5;
      background: #A27336;
      padding: 0; }
      .filter-range .irs--flat .irs-from::before,
      .filter-range .irs--flat .irs-to::before {
        display: none; }
    .filter-range input {
      opacity: 0; }
  .filter-bot {
    display: flex;
    gap: 1.25rem;
    justify-content: flex-end; }
  .filter-reset {
    height: 2.5rem;
    padding: 0 2.2rem;
    border-radius: 2rem;
    border: 1px solid #DFE4EF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    color: #8694B1;
    min-width: 10rem; }
    .filter-reset svg {
      width: 1.2rem;
      color: #A27336;
      transition: .6s all;
      margin-right: -1.4rem; }
    .filter-reset:hover {
      background: #A27336;
      color: #fff; }
      .filter-reset:hover svg {
        color: #fff; }
    .filter-reset.disabled svg {
      color: #8694B1; }
  .filter-submit {
    height: 2.5rem;
    border-radius: .1rem;
    background: #A27336;
    color: #fff;
    padding: 0 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    border-radius: 3rem; }
    .filter-submit img {
      width: 0.8rem; }
    .filter-submit:hover {
      background: #C39355; }
  .filter .customSelect {
    position: relative;
    z-index: auto; }
    .filter .customSelect__option--value {
      height: 3.6rem;
      width: 100%;
      padding: 0 1.2rem;
      padding-right: 2.1rem !important;
      display: flex;
      background: #FFF9F0;
      align-items: center;
      border: 1px solid #DFE4EF;
      white-space: normal;
      line-height: 1.1;
      font-size: inherit;
      border-radius: .1rem; }
      .filter .customSelect__option--value::after {
        background-image: url(../img/icons/select.svg);
        background-size: contain;
        width: 1.2rem;
        height: 1.2rem; }
    .filter .customSelect__option {
      padding: 0 .8rem;
      height: 3.6rem;
      display: flex;
      align-items: center;
      color: #3F2402;
      border-radius: .1rem; }
    .filter .customSelect--active .customSelect__option--value:hover, .filter .customSelect--active .customSelect__option--value:focus {
      border-color: #A27336;
      background: #FFF9F0; }
    .filter .customSelect--active .customSelect__option--value {
      border-radius: .1rem;
      border: 1px solid #DFE4EF; }
    .filter .customSelect__dropdown {
      border-radius: .1rem;
      background: #FFF9F0;
      border: 1px solid #A27336;
      z-index: 4;
      padding: 0; }
      .filter .customSelect__dropdown .customSelect__option {
        border-radius: 0;
        height: 2.2rem;
        font-size: inherit; }
        .filter .customSelect__dropdown .customSelect__option:hover {
          background: #A27336;
          color: #fff; }
    .filter .customSelect button:disabled {
      pointer-events: none;
      color: #ccc; }

.plans {
  padding-top: 5rem;
  margin-top: -5rem;
  background: #fff; }
  .plans-project {
    padding-bottom: 5rem; }
  .plans-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 3rem; }
  .plans-item {
    width: calc(25% - .75rem);
    padding: 1.2rem;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.05);
    background: #FFF9F0;
    position: relative; }
    .plans-item__fav {
      position: absolute;
      right: 1rem;
      top: 1rem;
      width: 1.2rem;
      color: transparent;
      cursor: pointer;
      z-index: 2; }
      .plans-item__fav svg {
        width: 100%;
        height: auto; }
      .plans-item__fav.active {
        color: #A27336; }
    .plans-item__info {
      margin-bottom: 2.5rem; }
      .plans-item__info li {
        margin-bottom: 0.65rem;
        display: flex;
        justify-content: space-between;
        gap: 1.25rem; }
        .plans-item__info li div:nth-child(1) {
          color: #8694B1; }
        .plans-item__info li div:nth-child(2) {
          flex-grow: 1;
          border-bottom: 1px dashed #D0D8EA;
          margin-bottom: 0.2rem; }
        .plans-item__info li div:nth-child(3) {
          color: #3F2402; }
          .plans-item__info li div:nth-child(3) a {
            color: #3F2402; }
            .plans-item__info li div:nth-child(3) a:hover {
              color: #C39355; }
    .plans-item__img {
      margin-bottom: 1.2rem;
      height: 11rem;
      cursor: pointer; }
      .plans-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .plans-item__btn {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      width: 17rem;
      height: 3rem;
      color: #A27336;
      border: 1px solid #A27336;
      gap: 1.3rem;
      border-radius: .1rem;
      position: relative;
      z-index: 1; }
      .plans-item__btn img {
        width: 0.8rem;
        transition: .6s all; }
      .plans-item__btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #AF7D3B, #F5C78B);
        z-index: -1;
        opacity: 0;
        transition: .6s all; }
      .plans-item__btn:hover {
        color: #fff;
        border-color: transparent; }
        .plans-item__btn:hover img {
          filter: brightness(0) invert(1); }
        .plans-item__btn:hover::after {
          opacity: 1; }
  .plans-popup {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 8;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .plans-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 62rem;
      height: 35rem;
      display: flex;
      align-items: center;
      background: linear-gradient(to right, #C39355, #5D4629); }
    .plans-popup__close {
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      right: 1rem;
      top: 1rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      z-index: 2;
      filter: brightness(0) invert(1); }
      .plans-popup__close img {
        width: 100%; }
      .plans-popup__close:hover {
        opacity: .6; }
    .plans-popup__img {
      height: 100%;
      background: #FFF9F0;
      padding: 3rem;
      width: 60%; }
      .plans-popup__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .plans-popup__wrap {
      width: 40%;
      padding: 1.5rem;
      text-align: center;
      color: #fff; }
      .plans-popup__wrap .plans-item__btn {
        color: #fff;
        border-color: #fff; }
        .plans-popup__wrap .plans-item__btn img {
          filter: brightness(0) invert(1); }
      .plans-popup__wrap .plans-item__info {
        margin-bottom: 4rem; }
        .plans-popup__wrap .plans-item__info li {
          margin-bottom: 1rem; }
          .plans-popup__wrap .plans-item__info li div:nth-child(1) {
            color: #fff; }
          .plans-popup__wrap .plans-item__info li div:nth-child(2) {
            border-color: #fff; }
          .plans-popup__wrap .plans-item__info li div:nth-child(3) {
            color: #fff; }
            .plans-popup__wrap .plans-item__info li div:nth-child(3) a {
              color: #fff; }
              .plans-popup__wrap .plans-item__info li div:nth-child(3) a:hover {
                color: #C39355; }
  .plans-words {
    display: none; }
  .plans-empty {
    text-align: center;
    font-size: 1.5rem;
    padding: 3rem 0;
    font-weight: 500;
    width: 100%;
    color: #3F2402; }
  .plans-more {
    text-align: center;
    display: none; }
    .plans-more .btn {
      width: 15rem; }

.types {
  padding: 5rem 0;
  background: #fff; }
  .types-head {
    margin-bottom: 2.75rem; }
  .types-list {
    display: flex;
    gap: 1rem; }
  .types-item {
    width: 50%;
    height: 28.5rem;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 2.25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .types-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .types-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .types-item__ico {
      width: 5rem; }
      .types-item__ico img {
        width: 100%;
        display: block; }
    .types-item__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 500; }
    .types-item__name {
      font-size: 1.1rem; }
    .types-item__link {
      opacity: .5;
      color: #fff;
      display: inline-flex;
      gap: .5rem;
      font-size: 0.75rem; }
      .types-item__link img {
        width: 0.6rem; }
      .types-item__link:hover {
        opacity: 1; }

.orient {
  padding: 6rem 0;
  background: url(../img/orient/bg.jpg) center no-repeat;
  background-size: cover; }
  .orient .section-subtitle {
    color: #fff; }
    .orient .section-subtitle::before {
      background: #fff; }
  .orient .section-title {
    color: #fff;
    margin-bottom: 4.5rem; }
  .orient-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap; }
  .orient-item {
    height: 18.2rem;
    width: calc(33.3333% - .6666rem);
    background: #fff;
    color: #3F2402;
    padding: 2.25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .orient-item:nth-child(2n) {
      background: url(../img/orient/pattern.png) center no-repeat;
      background-size: cover;
      color: #fff; }
      .orient-item:nth-child(2n) .orient-item__text {
        color: #fff; }
    .orient-item__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      font-weight: 500; }
      .orient-item__head img {
        width: 4.25rem; }
    .orient-item__wrap {
      max-width: 18rem; }
    .orient-item__title {
      font-weight: 700;
      margin-bottom: 1.5rem;
      font-size: 0.95rem; }
    .orient-item__text {
      color: #8C7C67; }

.news {
  padding: 5rem 0 6rem; }
  .news-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.25rem; }
  .news-arrows {
    margin-bottom: 1.5rem; }
  .news-slider .news-item {
    width: 100%; }
  .news-item__img {
    height: 18.5rem; }
    .news-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .news-item__wrap {
    padding: 1.5rem;
    background: #fff; }
  .news-item__date {
    font-weight: 500;
    font-size: 0.8rem;
    margin-bottom: 0.4rem; }
  .news-item__title {
    line-height: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 2.2rem;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #3F2402;
    font-weight: 500;
    max-width: 25rem; }
  .news-item__text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.1rem;
    height: 3.3rem;
    margin-bottom: 1.5rem;
    max-width: 25rem; }
  .news-item__link {
    color: #A27336;
    display: flex;
    align-items: center;
    gap: .5rem;
    opacity: .5;
    font-weight: 500;
    font-size: 0.75rem; }
    .news-item__link img {
      width: .6rem !important; }
    .news-item__link:hover {
      opacity: 1; }
  .news-all {
    margin-top: 3rem; }
  .news-page {
    padding: 5rem 0 6rem; }
    .news-page__title {
      font-size: 1.2rem;
      font-weight: 700;
      color: #3F2402;
      margin-bottom: 2rem; }
  .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
    .news-list .news-item {
      width: calc(33.3333% - .6666rem);
      background: #fff; }
      .news-list .news-item:first-child {
        width: calc(66.6666% - .33333rem);
        position: relative; }
        .news-list .news-item:first-child .news-item__img {
          height: 31.3rem; }
        .news-list .news-item:first-child .news-item__wrap {
          position: absolute;
          bottom: 2rem;
          left: 2rem;
          width: 32rem; }
  .news-single {
    padding: 5rem 0 6rem; }
    .news-single .container {
      display: flex;
      align-items: flex-start;
      gap: 3rem; }
    .news-single__main {
      flex-grow: 1; }
    .news-single__title {
      font-size: 2.5rem;
      font-family: "Unbounded", sans-serif;
      color: #3F2402;
      margin-bottom: 1.3rem;
      max-width: 45rem; }
    .news-single__date {
      font-size: 0.8rem;
      font-weight: 700;
      margin-bottom: 2.5rem; }
    .news-single__img {
      width: 100%;
      margin-bottom: 3.5rem; }
      .news-single__img img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: 30rem; }
    .news-single__content {
      line-height: 1.5; }
      .news-single__content h3, .news-single__content h4, .news-single__content h2 {
        font-size: 1.3rem;
        font-weight: 700;
        color: #3F2402; }
      .news-single__content strong {
        font-weight: 700;
        color: #3F2402; }
      .news-single__content ul, .news-single__content ol {
        padding-left: 1.5rem;
        line-height: 2;
        color: #3F2402; }
        .news-single__content ul li, .news-single__content ol li {
          display: list-item; }
  .news-side {
    flex-shrink: 0;
    width: 20.2rem;
    padding-top: 1.7rem; }
    .news-side__title {
      font-weight: 500;
      color: #3F2402;
      font-size: 1rem;
      margin-bottom: 1.5rem; }
    .news-side .news-item {
      margin-bottom: 1rem; }
      .news-side .news-item__img {
        height: 10rem; }
      .news-side .news-item__title {
        font-size: 0.85rem; }
      .news-side .news-item__text {
        line-height: 1rem;
        font-size: 0.8rem;
        height: 4rem;
        -webkit-line-clamp: 4; }
      .news-side .news-item:last-child {
        margin-bottom: 0; }
    .news-side__btn {
      width: 100%;
      margin-top: 1.3rem; }

.other {
  padding-top: 0;
  padding-bottom: 5rem; }
  .other-about {
    padding-top: 5rem; }
  .other .news-item__img {
    height: 22rem; }
    .other .news-item__img img {
      object-position: top center; }

.project {
  padding-top: 13rem;
  position: relative;
  z-index: 1;
  color: #fff; }
  .project__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 43rem;
    z-index: -1; }
    .project__bg::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(63, 36, 2, 0.8); }
    .project__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: top center;
      transition: .6s all; }
    .project__bg.active img {
      opacity: 0; }
  .project__title {
    font-family: "Unbounded", sans-serif;
    font-size: 3.3rem;
    font-weight: 400;
    margin-bottom: 1.75rem; }
  .project-wrap {
    display: flex;
    gap: 1rem; }
  .project-main {
    width: calc(74% - .5rem);
    position: relative; }
  .project-count {
    bottom: 2rem;
    left: 2rem;
    position: absolute;
    z-index: 2;
    height: 1.85rem;
    border-radius: 2rem;
    width: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem); }
  .project-item {
    height: 24.2rem; }
    .project-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .project-arrows {
    position: absolute;
    z-index: 2;
    top: 2rem;
    left: 2rem; }
    .project-arrows span {
      background: #fff; }
      .project-arrows span:hover img {
        filter: brightness(0) invert(1); }
  .project-info {
    width: calc(26% - .5rem);
    height: 24.2rem;
    background: url(../img/icons/project-pattern.png) center center no-repeat;
    background-size: cover;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .project-info__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 1.5rem;
      margin-bottom: 1.6rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .project__logo {
    height: 3rem; }
    .project__logo img {
      display: block;
      max-width: 10rem;
      object-fit: contain;
      object-position: center left;
      width: auto;
      height: 100%; }
  .project__360 {
    width: 3rem; }
    .project__360 img {
      width: 100%;
      display: block; }
  .project-location {
    display: flex;
    align-items: center;
    gap: .85rem; }
    .project-location__ico {
      width: 1.85rem; }
      .project-location__ico img {
        width: 100%;
        display: block;
        flex-shrink: 0; }
    .project-location__text {
      max-width: 14rem; }
  .project__text {
    font-size: 0.8rem; }

.about {
  padding: 5rem 0; }
  .about-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 5rem; }
    .about-head__left {
      max-width: 38rem; }
    .about-head__right {
      width: 31rem; }
  .about .section-title {
    margin-bottom: 3rem; }
    .about .section-title span {
      display: inline; }
    .about .section-title strong {
      font-weight: 400;
      opacity: .5; }
  .about__text {
    line-height: 1.4;
    max-width: 29.5rem; }
  .about-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem; }
  .about .numbers-item {
    width: calc(50% - 1rem); }
    .about .numbers-item span, .about .numbers-item strong {
      margin-left: 1em; }
  .about-images {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem; }
  .about__img {
    height: 24.2rem; }
    .about__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .about__img:nth-child(1) {
      width: 41.5%; }
    .about__img:nth-child(2) {
      width: 58.5%; }
  .about-list {
    display: flex;
    gap: 1rem; }
  .about-item {
    width: calc(33.3333% - .6666rem);
    border: 1px solid #D9CEC0;
    padding: 2.6rem 2.25rem; }
    .about-item__ico {
      width: 4.2rem;
      margin-bottom: 4rem; }
      .about-item__ico img {
        width: 100%;
        display: block; }
    .about-item__title {
      font-weight: 600;
      margin-bottom: 1.5rem;
      color: #3F2402;
      font-size: 0.95rem; }
    .about-item__text {
      max-width: 20rem; }
  .about-page {
    padding: 5rem 0; }
    .about-page__head {
      margin-bottom: 2.5rem; }
      .about-page__head .container {
        display: flex;
        align-items: center;
        padding-right: 0;
        gap: 4rem; }
    .about-page__info {
      width: 40%; }
    .about-page__img {
      width: 60%; }
    .about-page .section-title {
      margin-bottom: 3.5rem; }
    .about-page__text {
      max-width: 31rem; }
      .about-page__text p {
        margin-bottom: 1.5rem;
        line-height: 1.4; }
        .about-page__text p span {
          font-weight: 700;
          color: #3F2402; }
    .about-page__numbers {
      display: flex;
      justify-content: space-between; }
      .about-page__numbers .numbers-item {
        min-width: 16rem; }
        .about-page__numbers .numbers-item span, .about-page__numbers .numbers-item strong {
          margin-left: 0.5em; }

.advantages {
  padding: 3.2rem 0 5rem; }
  .advantages-item {
    background: #fff;
    display: flex;
    align-items: center; }
    .advantages-item:nth-child(2n) {
      flex-direction: row-reverse; }
    .advantages-item__wrap {
      width: 50%;
      padding: 0 5rem; }
    .advantages-item__img {
      width: 50%;
      height: 37.5rem; }
      .advantages-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .advantages-item .section-title {
      max-width: 33rem;
      margin-bottom: 2rem; }
    .advantages-item__text {
      line-height: 1.4;
      max-width: 29.5rem; }
      .advantages-item__text strong {
        font-weight: 600;
        color: #3F2402; }
      .advantages-item__text ul, .advantages-item__text ol {
        padding-left: 1.5rem;
        color: #3F2402;
        line-height: 2; }
        .advantages-item__text ul li, .advantages-item__text ol li {
          display: list-item; }

.location {
  padding-top: 5rem; }
  .location-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem; }
  .location__btn {
    width: 7.5rem;
    height: 7.5rem;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    font-size: 0.75rem;
    border-radius: 50%; }
    .location__btn img {
      width: 1.85rem;
      gap: .5rem; }
    .location__btn:hover img {
      transform: none; }
  .location__map {
    height: 27.5rem; }
    .location__map #locationMap {
      width: 100%;
      height: 100%; }

.history {
  background: #fff url(../img/about/cloud.png) top right no-repeat;
  background-size: 58rem;
  padding: 6rem 0 5rem; }
  .history .section-title {
    margin-bottom: 8.5rem; }
  .history-item {
    padding: 2rem 0;
    border-top: 1px solid #C39355;
    display: flex;
    gap: 4rem; }
    .history-item:last-child {
      padding-bottom: 0; }
    .history-item__year {
      flex-shrink: 0;
      height: 2.15rem;
      width: 4rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(to right, #F4C68A, #B07D3B);
      color: #fff;
      font-weight: 500; }
    .history-item__img {
      flex-shrink: 0;
      width: 25rem;
      height: 15rem; }
      .history-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .history-item__wrap {
      flex-grow: 1; }
    .history-item__title {
      font-weight: 600;
      color: #3F2402;
      margin-bottom: 1.5rem; }
    .history-item__text {
      max-width: 36rem;
      line-height: 1.4; }

.values {
  padding: 6rem 0;
  background: url(../img/about/bg.jpg) center center no-repeat;
  background-size: cover; }
  .values .section-subtitle {
    color: #fff;
    margin-bottom: 2.6rem; }
    .values .section-subtitle::before {
      background: #fff; }
  .values .section-title {
    color: #fff;
    margin-bottom: 3.2rem; }
  .values-list {
    display: flex;
    gap: 1rem; }
  .values-item {
    width: calc(33.3333% - .6666rem);
    background: #fff; }
    .values-item__wrap {
      padding: 1.5rem; }
    .values-item__count {
      font-size: 0.8rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .values-item__title {
      color: #3F2402;
      font-weight: 700;
      margin-bottom: 1.5rem;
      font-size: 0.95rem; }
    .values-item__text {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      line-height: 1.2rem;
      height: 6rem; }
    .values-item__img {
      height: 18rem; }
      .values-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }

.docs {
  padding: 5rem 0; }
  .docs .section-title {
    margin-bottom: 2rem; }
  .docs-main {
    columns: 3;
    column-gap: 1rem; }
  .docs-block {
    background: #fff;
    margin-bottom: 1rem;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    position: relative;
    padding: 2rem; }
    .docs-block__wrap {
      grid-row: 1 / -1;
      grid-column: 1; }
  .docs__title {
    font-weight: 700;
    color: #3F2402;
    margin-bottom: 1rem; }
  .docs-item {
    padding: 0.8rem;
    border: 1px solid #EFE3D3;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem; }
    .docs-item:last-child {
      margin-bottom: 0; }
    .docs-item__wrap {
      display: flex;
      align-items: center;
      gap: .5rem; }
    .docs-item__ico {
      flex-shrink: 0;
      width: 1.3rem; }
      .docs-item__ico img {
        width: 100%;
        display: block; }
    .docs-item__text {
      font-weight: 500;
      font-size: 0.8rem; }
      .docs-item__text div {
        color: #3F2402; }
    .docs-item__download {
      flex-shrink: 0;
      width: 0.9rem; }
      .docs-item__download img {
        width: 100%;
        display: block; }
      .docs-item__download:hover {
        opacity: .7; }

.clients {
  padding: 6rem 0;
  background: url(../img/clients/bg.png) top right no-repeat;
  background-size: 41rem; }
  .clients .section-title {
    max-width: 38rem;
    margin-bottom: 3.5rem; }
  .clients-images {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem; }
  .clients__img {
    height: 24.2rem; }
    .clients__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .clients__img:nth-child(1) {
      width: calc(33.333% - .666rem); }
    .clients__img:nth-child(2) {
      width: calc(66.6666% - .3333rem); }

.model {
  padding-bottom: 6rem;
  background: url(../img/clients/cloud.png) top right no-repeat;
  background-size: 38rem; }
  .model .section-title {
    max-width: 38rem;
    margin-bottom: 5rem; }
  .model-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
  .model-item {
    width: calc(33.3333% - .6666rem);
    padding: 2.2rem;
    background: #fff; }
    .model-item__number {
      font-weight: 700;
      font-size: 2.5rem;
      color: #9F9180;
      line-height: 1;
      margin-bottom: 0.75rem; }
    .model-item__title {
      font-weight: 700;
      color: #3F2402;
      margin-bottom: 1.5rem;
      font-size: 0.95rem; }

.deal {
  display: flex; }
  .deal-wrap {
    background: #fff;
    padding: 6rem 2rem;
    width: 67%; }
  .deal .section-title {
    margin-bottom: 3.5rem; }
  .deal-item {
    border-top: 1px solid #E1C9AA;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .deal-item:last-child {
      padding-bottom: 0; }
    .deal-item__wrap {
      display: flex;
      align-items: center;
      gap: 3rem; }
    .deal-item__number {
      flex-shrink: 0;
      width: 3.25rem;
      height: 3.25rem;
      background: linear-gradient(to bottom, #C39355, #5D4629);
      color: #fff;
      font-weight: 700;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
    .deal-item__title {
      font-size: 0.95rem;
      color: #3F2402;
      font-weight: 700;
      max-width: 15rem; }
    .deal-item__text {
      max-width: 25rem; }
  .deal__img {
    width: 33%; }
    .deal__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.respon {
  padding: 6rem 0;
  background: url(../img/clients/bg.jpg) center center no-repeat;
  background-size: cover; }
  .respon .section-subtitle {
    margin-bottom: 2.7rem;
    color: #fff; }
    .respon .section-subtitle::before {
      background: #fff; }
  .respon .section-title {
    color: #fff;
    margin-bottom: 6.5rem; }
    .respon .section-title span {
      display: inline; }
  .respon-list {
    display: flex;
    gap: 1rem; }
  .respon-item {
    width: calc(33.3333% - .66666rem);
    background: #fff; }
    .respon-item__img {
      height: 18rem; }
      .respon-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .respon-item__wrap {
      padding: 1.5rem 1.5rem 2.2rem; }
    .respon-item__subtitle {
      font-size: 0.8rem;
      margin-bottom: 1rem; }
    .respon-item__title {
      font-size: 0.95rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: #3F2402; }

.faq {
  padding-top: 6rem; }
  .faq .section-title {
    margin-bottom: 3.5rem; }
  .faq-list {
    columns: 2;
    column-gap: 1rem; }
  .faq-item {
    background: #fff;
    margin-bottom: .5rem;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    position: relative;
    padding: 1.5rem; }
    .faq-item.active .faq-item__question img {
      transform: rotate(45deg); }
    .faq-item__wrap {
      grid-row: 1 / -1;
      grid-column: 1; }
    .faq-item__question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #3F2402;
      cursor: pointer; }
      .faq-item__question img {
        flex-shrink: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        width: 2rem;
        padding: .5rem; }
        .faq-item__question img:hover {
          opacity: 0.7; }
    .faq-item__answer {
      font-size: 0.85rem;
      padding: 0.75rem 0 0.5rem;
      max-width: 39rem;
      display: none; }

.contact {
  padding: 5rem 0 6rem; }
  .contact-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem; }
  .contact-info {
    max-width: 28rem;
    width: 50%; }
  .contact .section-title {
    margin-bottom: 3.8rem; }
  .contact__number {
    margin-bottom: 1.5rem;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #D9CEC0; }
    .contact__number div {
      margin-bottom: 0.5rem;
      font-weight: 500; }
    .contact__number p a {
      color: #3F2402;
      font-size: 1.3rem; }
      .contact__number p a:hover {
        color: #C39355; }
  .contact-text {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
    margin-bottom: 2.3rem; }
    .contact-text h4 {
      font-weight: 500;
      color: #3F2402;
      max-width: 8.5rem; }
    .contact-text p {
      font-size: 0.8rem;
      max-width: 13rem; }
  .contact .footer-social a {
    color: #C39355; }
    .contact .footer-social a:hover {
      color: #3F2402; }
  .contact-projects {
    width: 49.5%; }
    .contact-projects__item {
      margin-bottom: 0.5rem;
      background: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.25rem;
      gap: 1.5rem; }
      .contact-projects__item:last-child {
        margin-bottom: 0; }
    .contact-projects__wrap {
      display: flex;
      align-items: center;
      gap: 1.25rem; }
    .contact-projects__img {
      flex-shrink: 0;
      width: 5rem;
      height: 5rem; }
      .contact-projects__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 50%; }
    .contact-projects__info {
      max-width: 16rem; }
    .contact-projects__name {
      font-weight: 500;
      font-size: 0.85rem;
      color: #3F2402;
      margin-bottom: 0.5rem; }
    .contact-projects__text {
      font-size: 0.7rem;
      max-width: 14rem;
      margin-bottom: 0.5rem; }
    .contact-projects__worktime {
      font-size: 0.75rem;
      color: #C39355; }
    .contact-projects__btn {
      flex-shrink: 0;
      width: 4.5rem;
      height: 4.5rem;
      border-radius: 50%;
      flex-direction: column;
      font-size: 0.6rem;
      font-weight: 600;
      padding: 0;
      letter-spacing: 0; }
      .contact-projects__btn:hover img {
        transform: none; }
      .contact-projects__btn img {
        width: 1.2rem; }
  .contact__map {
    height: 33rem; }
    .contact__map #contactMap {
      width: 100%;
      height: 100%; }

.trust {
  padding: 3.6rem 0 6rem; }
  .trust .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem; }
  .trust-wrap {
    max-width: 46.5rem; }
  .trust-head {
    margin-bottom: 3rem;
    max-width: 40.5rem; }
  .trust__ico {
    margin-bottom: 2rem; }
    .trust__ico img {
      width: 3rem;
      display: block; }
  .trust__title {
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
    color: #3F2402; }
  .trust__text {
    line-height: 1.6; }
  .trust-question__title {
    color: #3F2402;
    margin-bottom: 1.25rem; }
  .trust-question__list {
    margin-bottom: 2.25rem; }
    .trust-question__list li {
      margin-bottom: 1.3rem;
      display: flex;
      align-items: center;
      gap: .75rem; }
      .trust-question__list li::before {
        width: 1rem;
        height: 1rem;
        flex-shrink: 0;
        content: '';
        background: url(../img/icons/check.svg) center center no-repeat;
        background-size: contain; }
      .trust-question__list li:last-child {
        margin-bottom: 0; }
  .trust-info {
    padding: 1.5rem;
    border: 1px solid #C5B9A9; }
    .trust-info__title {
      display: flex;
      align-items: center;
      margin-bottom: 2.4rem;
      gap: .3rem;
      color: #C39355; }
      .trust-info__title img {
        width: 1rem; }
    .trust-info__list {
      display: flex;
      gap: 2.5rem;
      border-bottom: 1px solid #E7D0B2;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; }
      .trust-info__list div {
        margin-bottom: 0.5rem; }
      .trust-info__list p {
        font-size: 1rem; }
      .trust-info__list a {
        color: #3F2402; }
        .trust-info__list a:hover {
          color: #C39355; }
    .trust-info__text {
      line-height: 1.5;
      max-width: 42rem; }
  .trust-form {
    width: 37.5rem;
    background: #fff;
    padding: 3rem;
    flex-shrink: 0; }
    .trust-form__title {
      font-size: 1.3rem;
      color: #3F2402;
      margin-bottom: 0.75rem; }
    .trust-form__text {
      margin-bottom: 2.5rem; }
    .trust-form__info {
      font-size: 0.7rem;
      display: flex;
      align-items: center;
      letter-spacing: 0;
      gap: .2rem; }
      .trust-form__info img {
        width: 0.65rem; }
  .trust .form {
    margin-bottom: 2rem; }
    .trust .form label {
      position: relative;
      margin: 1rem 0; }
      .trust .form label::before {
        width: .75rem;
        height: .75rem;
        content: '';
        position: absolute;
        top: .7rem;
        left: 1.3rem;
        pointer-events: none;
        background: url(../img/icons/doc.svg) center center no-repeat;
        background-size: contain; }
      .trust .form label input {
        width: auto;
        border: none;
        cursor: pointer; }
        .trust .form label input::file-selector-button {
          height: 2.2rem;
          border-radius: 2rem;
          border: 1px solid #C39355;
          color: #C39355;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          background: #fff;
          padding-left: 3rem;
          padding-right: 2rem;
          cursor: pointer; }
    .trust .form .btn {
      width: 100%; }

.favourite {
  padding-top: 4rem;
  min-height: 10rem; }

.footer {
  background: linear-gradient(to bottom, #2B1E0E, #120D06);
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 2rem 0; }
  .footer::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: url(../img/icons/footer.svg) bottom center no-repeat;
    background-size: 100vw;
    content: ''; }
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7rem; }
  .footer-main {
    width: 13rem; }
  .footer__logo {
    width: 5.75rem;
    display: block;
    margin-bottom: 1.5rem; }
    .footer__logo img {
      width: 100%;
      filter: brightness(0) invert(1);
      display: block; }
  .footer__title {
    font-weight: 700;
    margin-bottom: 1rem; }
  .footer__text {
    font-size: 0.8rem;
    opacity: .8;
    margin-bottom: 1.4rem; }
  .footer-social {
    display: flex;
    gap: .35rem;
    margin-bottom: 1.5rem; }
    .footer-social li {
      display: inline-flex; }
    .footer-social a {
      display: inline-flex;
      width: 1.5rem;
      color: #fff; }
      .footer-social a:hover {
        color: #C39355; }
      .footer-social a svg {
        width: 100%;
        height: auto; }
  .footer-btns {
    display: flex;
    flex-direction: column;
    gap: .5rem; }
    .footer-btns .btn {
      width: 100%;
      height: 3.5rem; }
      .footer-btns .btn-white {
        color: #3F2402; }
        .footer-btns .btn-white:hover {
          border-color: #fff;
          color: #fff; }
  .footer-menu__title {
    opacity: .3;
    margin-bottom: 2rem; }
  .footer-menu__list li {
    margin-bottom: 1rem; }
  .footer-menu__list a {
    color: #fff; }
    .footer-menu__list a:hover {
      color: #C39355; }
  .footer-info {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem); }
    .footer-info__title {
      font-size: 1rem;
      margin-bottom: 2rem;
      font-weight: 700; }
    .footer-info__wrap {
      display: flex;
      justify-content: space-between;
      padding-right: 1rem; }
    .footer-info__item {
      margin-bottom: 1rem; }
      .footer-info__item:last-child {
        margin-bottom: 0; }
      .footer-info__item div {
        font-weight: 500;
        opacity: .3;
        margin-bottom: 0.5rem; }
      .footer-info__item p a {
        color: #fff; }
        .footer-info__item p a:hover {
          color: #C39355; }
  .footer-copy {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    opacity: .5; }
    .footer-copy a {
      color: #fff;
      border-bottom: 1px solid; }
      .footer-copy a:hover {
        border-color: transparent; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .mobile-menu {
    display: block; }

  .header {
    border: 1px solid transparent; }
    .header__logo {
      margin-right: 0; }
    .header-menu, .header-more, .header-lang, .header__btn {
      display: none; }
    .header__tel a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: .3rem;
      border: 1px solid #fff;
      padding: 0 1rem;
      height: 2.5rem;
      border-radius: 2rem; }
      .header__tel a svg {
        display: inline;
        width: 0.75rem; }
    .header__tel p {
      display: none; }
    .header-mobile {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 2.5rem;
      height: 2rem;
      position: relative; }
      .header-mobile img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: contain;
        transition: .6s all; }
        .header-mobile img:last-child {
          opacity: 0; }
    .header.scrolled {
      background: transparent;
      border-color: rgba(255, 255, 255, 0.1);
      background: rgba(93, 70, 41, 0.5);
      backdrop-filter: blur(0.5rem);
      -webkit-backdrop-filter: blur(0.5rem); }
      .header.scrolled .header__logo {
        filter: brightness(0) invert(1); }
      .header.scrolled .header__tel a {
        color: #fff; }
    .header.active {
      background: #fff; }
      .header.active .header__logo {
        filter: none; }
      .header.active .header__tel a {
        color: #3F2402;
        border-color: #3F2402; }
      .header.active .header-mobile img:first-child {
        opacity: 0; }
      .header.active .header-mobile img:last-child {
        opacity: 1; }

  .main-item {
    padding-bottom: 10rem; }
    .main-item .container {
      flex-direction: column;
      align-items: flex-start; }
    .main-item__left {
      max-width: none; }
      .main-item__left .main-item__text {
        display: block; }
    .main-item__right {
      display: none; }
    .main-item__title {
      font-size: 2.5rem;
      margin-bottom: 2rem; }
    .main-item__text {
      height: auto;
      padding: 0;
      margin-bottom: 2rem; }
  .main-arrows {
    right: auto;
    left: 2rem;
    bottom: 3rem; }
  .main .owl-dots {
    display: none; }

  .projects-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 3rem;
    padding-bottom: 11rem;
    position: relative; }
    .projects-item:nth-child(2n) {
      flex-direction: column-reverse;
      justify-content: flex-start; }
      .projects-item:nth-child(2n) .projects-item__img {
        width: 100%; }
    .projects-item__text {
      margin-bottom: 0; }
    .projects-item__img {
      width: 100%; }
    .projects-item__btns {
      position: absolute;
      bottom: 5rem;
      left: 2rem; }
  .projects-types .projects-item:nth-child(2n) {
    flex-direction: column-reverse;
    justify-content: flex-start; }
    .projects-types .projects-item:nth-child(2n) .projects-item__img {
      width: 100%; }

  .consult__img::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: #754D18E5; }

  .developer {
    padding-bottom: 0; }
    .developer .container {
      padding: 0;
      flex-direction: column-reverse;
      gap: 5rem; }
    .developer-wrap {
      padding: 0 2rem;
      width: 100%; }
    .developer__img {
      width: 100%; }

  .philosophy {
    padding: 5rem 0; }
    .philosophy-head {
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem;
      max-width: none; }
    .philosophy-main {
      flex-direction: column; }
      .philosophy-main__left, .philosophy-main__right {
        width: 100%; }
    .philosophy-info {
      flex-direction: column; }
      .philosophy-info__left, .philosophy-info__right {
        width: 100%; }
    .philosophy-concept {
      gap: 3rem; }
    .philosophy-family {
      gap: 1.5rem; }
      .philosophy-family__main {
        gap: 1.5rem; }

  .filter-top {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .filter-item {
    width: calc(33.3333% - .6666rem); }

  .plans-item {
    width: calc(50% - .5rem); }
  .plans-popup__content {
    width: calc(100% - 2rem);
    height: 30rem; }
  .plans-popup__img {
    width: 60%;
    padding: 2rem; }
  .plans-popup__wrap {
    width: 40%; }

  .types-list {
    flex-direction: column; }
  .types-item {
    width: 100%; }

  .orient-item {
    width: calc(50% - .5rem); }

  .project__bg {
    height: 60rem; }
  .project-wrap {
    flex-direction: column; }
  .project-main, .project-info {
    width: 100%; }
  .project__text {
    max-width: 27rem; }

  .about-head {
    flex-direction: column;
    align-items: flex-start; }
  .about__img:nth-child(1) {
    width: 100%; }
  .about__img:nth-child(2) {
    display: none; }
  .about-list {
    margin-left: -2rem;
    width: calc(100% + 4rem);
    padding: 0 2rem;
    overflow: auto; }
    .about-list::-webkit-scrollbar {
      display: none; }
  .about-item {
    flex-shrink: 0;
    width: 30rem; }
  .about-page__head .container {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0; }
  .about-page__info {
    width: 100%;
    max-width: 37rem;
    padding: 0 2rem;
    margin-bottom: 3rem; }
  .about-page__img {
    width: 100%; }
  .about-page__numbers {
    flex-wrap: wrap;
    gap: 2rem; }
    .about-page__numbers .numbers-item {
      width: calc(50% - 1rem); }

  .advantages {
    padding: 0; }
    .advantages-item {
      flex-direction: column !important; }
      .advantages-item__wrap {
        width: 100%;
        padding: 3rem; }
      .advantages-item__img {
        width: 100%; }

  .history {
    background-image: none; }
    .history-item {
      flex-direction: column;
      gap: 2rem; }

  .values-list {
    margin-left: -2rem;
    width: calc(100% + 4rem);
    padding: 0 2rem;
    overflow: auto; }
    .values-list::-webkit-scrollbar {
      display: none; }
  .values-item {
    flex-shrink: 0;
    width: 30rem; }

  .docs-main {
    columns: 1; }

  .clients-images {
    flex-direction: column;
    margin-bottom: 2rem; }
  .clients__img {
    width: 100% !important;
    height: auto; }

  .model-item {
    width: calc(50% - .5rem); }

  .deal {
    flex-direction: column; }
    .deal-wrap, .deal__img {
      width: 100%; }

  .respon-list {
    margin-left: -2rem;
    width: calc(100% + 4rem);
    padding: 0 2rem;
    overflow: auto; }
    .respon-list::-webkit-scrollbar {
      display: none; }
  .respon-item {
    flex-shrink: 0;
    width: 30rem; }

  .faq-list {
    columns: 1; }

  .news-list .news-item {
    width: calc(50% - .5rem); }
    .news-list .news-item:first-child {
      width: 100%; }
      .news-list .news-item:first-child .news-item__wrap {
        bottom: 1.5rem;
        left: 1.5rem; }
  .news-single .container {
    flex-direction: column; }
  .news-side {
    padding-top: 0;
    width: 100%; }
    .news-side__list {
      display: flex;
      gap: 1rem;
      margin-bottom: 1rem; }
    .news-side .news-item {
      width: calc(50% - .5rem); }
    .news-side__btn {
      margin: 0 auto;
      width: 20rem;
      display: flex; }

  .contact-wrap {
    flex-direction: column;
    gap: 1rem; }
  .contact-info, .contact-projects {
    width: 100%; }

  .trust .container {
    flex-direction: column; }

  .footer-top {
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem; }
  .footer-menu {
    order: 5;
    width: 40%; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-subtitle {
    margin-bottom: 1.5rem; }
  .section-title {
    font-size: 1.9rem; }

  .numbers-item__value {
    font-size: 2.2rem;
    padding-bottom: 1rem; }
    .numbers-item__value span, .numbers-item__value strong {
      font-size: 0.9rem; }
  .numbers-item__name {
    font-size: 0.8rem; }

  .page-head {
    padding: 8rem 0 3rem; }
    .page-head__title {
      font-size: 2rem;
      margin-top: 3rem; }

  .pagination {
    margin-top: 2.5rem;
    gap: .5rem;
    font-size: 0.85rem; }
    .pagination .page-item {
      width: 2rem;
      height: 2rem; }
    .pagination .page-link svg {
      width: 1rem;
      height: 1rem; }

  .form {
    font-size: 0.9rem; }

  .feedback-content {
    padding: 2.5rem 2rem;
    width: calc(100% - 2rem); }
  .feedback__close {
    top: 1rem;
    right: 1rem; }
  .feedback__title {
    font-size: 1.7rem; }
  .feedback-form input {
    width: 100%; }

  .mobile-menu__wrap {
    padding: 8rem 0 3rem; }
  .mobile-menu__title {
    font-size: 2.2rem;
    margin-bottom: 3rem; }
  .mobile-menu__list {
    font-size: 1.2rem; }
    .mobile-menu__list li {
      margin-bottom: 1.2rem; }
    .mobile-menu__list .submenu p img {
      width: .7rem; }
    .mobile-menu__list .submenu ul {
      padding-top: .75rem; }
      .mobile-menu__list .submenu ul li {
        margin-bottom: .75rem; }
  .mobile-menu__lang {
    font-size: 1.2rem;
    margin-bottom: 3rem; }
  .mobile-menu .footer-social {
    margin-bottom: 3rem; }
    .mobile-menu .footer-social a {
      width: 2rem; }
  .mobile-menu__btns {
    gap: .5rem;
    width: 100%; }
    .mobile-menu__btns .btn {
      width: 50%; }

  .header__tel {
    margin-right: 1rem; }

  .main-item {
    padding-bottom: 8rem; }
    .main-item__img::after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(122, 79, 24, 0.8) 100%); }
    .main-item__title {
      font-size: 2rem; }
    .main-item__btns {
      flex-direction: column; }
  .main-arrows {
    left: 1rem;
    bottom: 2rem; }

  .projects-item {
    padding: 3rem 1rem 8.5rem;
    gap: 1rem; }
    .projects-item__name {
      font-size: 2.5rem;
      margin-bottom: 1.5rem; }
    .projects-item__address {
      font-size: 0.9rem; }
    .projects-item__text {
      display: none; }
    .projects-item__img {
      height: calc(100vw - 2rem); }
    .projects-item__btns {
      bottom: 3rem;
      left: 1rem;
      width: calc(100% - 2rem); }
      .projects-item__btns .btn {
        width: calc(50% - .25rem); }

  .consult .container {
    padding: 0; }
  .consult-card {
    padding: 3rem 1rem; }
  .consult__subtitle {
    margin-bottom: 2rem; }
  .consult .section-title {
    font-size: 1.9rem;
    margin-bottom: 2rem; }
  .consult-btns {
    display: flex;
    flex-direction: column; }

  .developer {
    padding-top: 4rem; }
    .developer .container {
      gap: 3rem; }
    .developer-wrap {
      padding: 0 1rem; }
    .developer .section-title {
      font-size: 1.9rem; }
    .developer-text {
      gap: 2rem;
      flex-direction: column; }
      .developer-text div {
        width: 100%; }
    .developer-numbers {
      gap: 2rem 1.5rem; }
      .developer-numbers .numbers-item {
        width: calc(50% - .75rem); }
        .developer-numbers .numbers-item__value {
          font-size: 2.5rem; }
          .developer-numbers .numbers-item__value span {
            font-size: 1.5rem; }

  .philosophy {
    padding: 4rem 0; }
    .philosophy-head {
      margin-bottom: 2rem; }
    .philosophy .section-subtitle {
      margin-bottom: 1.5rem; }
    .philosophy .section-title {
      font-size: 1.6rem; }
    .philosophy-slider__item {
      height: 18rem; }
    .philosophy-count {
      top: 1rem;
      left: 1rem; }
    .philosophy-arrows {
      bottom: 1rem;
      left: 1rem; }
    .philosophy-main__right {
      height: 18rem; }
    .philosophy-info__left {
      padding: 1.5rem; }
    .philosophy-concept__title {
      margin-bottom: 1rem; }
    .philosophy-family {
      flex-direction: column;
      gap: .5rem; }
      .philosophy-family__img {
        width: 100%; }
      .philosophy-family__main {
        padding: 1rem;
        width: 100%; }

  .filter {
    padding: 2.5rem 1rem;
    margin-bottom: 2rem; }
    .filter .section-title {
      font-size: 1.5rem;
      margin-bottom: 1.5rem; }
    .filter-item {
      width: 100%; }
    .filter-rooms__name {
      font-size: 0.85rem;
      margin-bottom: 0.2rem; }
    .filter-range__name {
      font-size: 0.85rem;
      margin-bottom: 0.2rem; }
    .filter-bot {
      gap: 1rem;
      margin-top: 2rem; }
    .filter-reset {
      padding: 0 1rem;
      gap: .5rem; }
      .filter-reset svg {
        margin-right: 0; }
    .filter-submit {
      padding: 0 1.8rem; }

  .plans-project {
    padding-bottom: 4rem; }
  .plans-list {
    padding-bottom: 2rem; }
  .plans-item {
    width: 100%; }
  .plans-popup__content {
    flex-direction: column;
    height: auto;
    max-height: calc(100dvh - 5rem);
    overflow: auto; }
  .plans-popup__img {
    width: 100%;
    height: 80vw;
    padding: 1rem; }
  .plans-popup__wrap {
    width: 100%; }
    .plans-popup__wrap .plans-item__info {
      margin-bottom: 3rem; }
  .plans-popup__close {
    top: 0.5rem;
    right: 0.5rem;
    filter: none;
    width: 1rem; }

  .types {
    padding: 4rem 0; }
    .types-item {
      height: 18rem;
      padding: 1.5rem; }
      .types-item__ico {
        width: 4rem; }
      .types-item__wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem; }
      .types-item__link {
        font-size: 0.9rem; }

  .orient {
    padding: 4rem 0; }
    .orient .section-title {
      margin-bottom: 2rem; }
      .orient .section-title span {
        display: inline; }
    .orient-list {
      padding: 0 1rem;
      margin-left: -1rem;
      width: calc(100% + 2rem);
      overflow: auto;
      flex-wrap: nowrap;
      gap: .5rem; }
      .orient-list::-webkit-scrollbar {
        display: none; }
    .orient-item {
      flex-shrink: 0;
      width: 85vw;
      gap: 2rem;
      height: 17rem; }

  .clients {
    background-size: 80vw;
    padding: 4rem 0; }
    .clients .section-title {
      margin-bottom: 2rem; }
      .clients .section-title span {
        display: inline; }

  .model {
    background-image: none;
    padding-bottom: 4rem; }
    .model .section-title {
      margin-bottom: 2rem;
      font-size: 1.7rem; }
    .model-list {
      padding: 0 1rem;
      margin-left: -1rem;
      width: calc(100% + 2rem);
      overflow: auto;
      flex-wrap: nowrap;
      gap: .5rem; }
      .model-list::-webkit-scrollbar {
        display: none; }
    .model-item {
      flex-shrink: 0;
      width: 85vw; }

  .deal-wrap {
    padding: 3rem 1rem; }
  .deal .section-title {
    margin-bottom: 2rem;
    font-size: 1.5rem; }
  .deal-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem; }
    .deal-item__wrap {
      flex-direction: column;
      gap: 1rem;
      align-items: flex-start; }

  .respon {
    padding: 4rem 0; }
    .respon .section-subtitle {
      margin-bottom: 1.5rem; }
    .respon .section-title {
      margin-bottom: 2rem;
      font-size: 1.8rem; }
      .respon .section-title span {
        display: block; }
    .respon-list {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 0 1rem;
      gap: .5rem; }
    .respon-item {
      width: 85vw; }
      .respon-item__wrap {
        padding: 1.5rem 1rem; }

  .faq {
    padding-top: 4rem; }
    .faq .section-title {
      margin-bottom: 2rem;
      font-size: 1.8rem; }
    .faq-item {
      padding: 1rem 0.7rem 1rem 1rem; }
      .faq-item__answer {
        padding: 1rem 0 .5rem; }

  .news {
    padding: 4rem 0; }
    .news-arrows {
      display: none; }
    .news .section-title {
      font-size: 1.7rem; }
    .news-slider .news-item {
      width: 85vw; }
    .news .owl-stage-outer {
      padding: 0 1rem;
      margin: 0 -1rem; }
    .news-item__img {
      height: 16rem; }
    .news-item__text {
      -webkit-line-clamp: 4;
      height: 4.4rem; }
    .news-item__link {
      font-size: 0.8rem; }
    .news-all {
      margin-top: 2rem; }
    .news-page {
      padding: 4rem 0; }
      .news-page__title {
        font-size: 1.1rem;
        margin-bottom: 1.5rem; }
    .news-list .news-item {
      width: 100%; }
      .news-list .news-item:first-child .news-item__wrap {
        bottom: 1rem;
        left: 1rem;
        width: calc(100% - 2rem); }
      .news-list .news-item:first-child .news-item__text {
        -webkit-line-clamp: 5;
        height: 5.5rem; }
    .news-single {
      padding: 4rem 0; }
      .news-single__title {
        font-size: 1.8rem; }
      .news-single__img {
        margin-left: -1rem;
        width: calc(100% + 2rem); }
    .news-side__list {
      flex-direction: column; }
    .news-side .news-item {
      margin-bottom: 0;
      width: 100%; }
      .news-side .news-item__img {
        height: 14rem; }
      .news-side .news-item__title {
        font-size: 0.9rem; }
    .news-side__btn {
      width: 100%; }

  .other {
    padding-bottom: 4rem; }
    .other-arrows {
      display: none; }
    .other .section-title {
      font-size: 1.7rem; }
    .other-slider .news-item {
      width: 85vw; }
      .other-slider .news-item__img {
        height: 19rem; }
    .other .owl-stage-outer {
      padding: 0 1rem;
      margin: 0 -1rem; }
    .other-about {
      padding-top: 4rem; }

  .project {
    padding-top: 9rem; }
    .project__bg {
      height: 50rem; }
    .project__title {
      font-size: 2rem; }
    .project-item {
      height: 18rem; }
    .project-count {
      left: 1rem;
      bottom: 1rem; }
    .project-arrows {
      top: 1rem;
      left: 1rem; }
    .project-info {
      height: auto;
      gap: 2rem;
      padding: 2rem 1rem; }
    .project__text {
      font-size: 0.85rem; }

  .about {
    padding: 4rem 0; }
    .about .section-title {
      margin-bottom: 2rem; }
    .about-head {
      margin-bottom: 4rem; }
      .about-head__right {
        width: 100%; }
    .about-numbers {
      gap: 2rem 1rem; }
      .about-numbers .numbers-item {
        width: calc(50% - .5rem); }
        .about-numbers .numbers-item span, .about-numbers .numbers-item strong {
          margin-left: 0.5rem; }
    .about-images {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      margin-bottom: 2rem; }
    .about__img {
      height: 18rem; }
    .about-list {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 0 1rem;
      gap: .5rem; }
    .about-item {
      width: 85vw;
      padding: 2rem 1.5rem; }
      .about-item__ico {
        margin-bottom: 3rem; }
    .about-page {
      padding: 4rem 0; }
      .about-page__info {
        padding: 0 1rem; }
      .about-page .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem; }
      .about-page__numbers {
        gap: 2rem 1rem; }
        .about-page__numbers .numbers-item {
          width: calc(50% - .5rem);
          min-width: 0; }

  .advantages-item__wrap {
    padding: 3rem 1rem; }
  .advantages-item__img {
    height: 18rem; }

  .location {
    padding-top: 4rem; }
    .location-head {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem; }
    .location__btn {
      flex-direction: row;
      width: auto;
      padding: 0 2rem;
      height: 3rem;
      border-radius: 3rem;
      font-size: 0.9rem; }
      .location__btn img {
        width: 1.5rem; }
    .location__map {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      height: 22rem; }

  .history {
    padding: 4rem 0; }
    .history .section-title {
      margin-bottom: 2rem; }
    .history-item__img {
      width: 100%; }

  .values {
    padding: 4rem 0; }
    .values .section-subtitle {
      margin-bottom: 1.5rem; }
    .values .section-title {
      margin-bottom: 2rem; }
    .values-list {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 0 1rem;
      gap: .5rem; }
    .values-item {
      width: 85vw; }
      .values-item__wrap {
        padding: 1.5rem 1rem; }
      .values-item__text {
        -webkit-line-clamp: 6;
        height: 7.2rem; }

  .docs {
    padding: 4rem 0; }
    .docs .section-title {
      font-size: 1.6rem; }
    .docs-block {
      padding: 2rem 1rem; }

  .contact {
    padding: 4rem 0; }
    .contact-wrap {
      margin-bottom: 3rem; }
    .contact .section-title {
      margin-bottom: 3rem; }
    .contact-text {
      flex-direction: column;
      gap: 2rem; }
    .contact-projects__item {
      flex-direction: column;
      align-items: flex-start; }
    .contact-projects__wrap {
      flex-direction: column;
      align-items: flex-start; }
    .contact-projects__name {
      font-size: 0.9rem; }
    .contact-projects__text {
      font-size: 0.8rem;
      max-width: 16rem; }
    .contact-projects__worktime {
      font-size: 0.85rem; }
    .contact-projects__btn {
      width: auto;
      height: 2.5rem;
      border-radius: 2.5rem;
      flex-direction: row;
      padding: 0 2rem;
      font-size: 0.9rem; }
    .contact__map {
      height: 22rem; }

  .trust-info__list {
    flex-direction: column;
    gap: 2rem; }
  .trust-form {
    width: 100%;
    padding: 2rem 1rem; }
    .trust-form .form input {
      width: 100%; }
    .trust-form__info {
      font-size: 0.8rem;
      gap: .5rem; }
      .trust-form__info img {
        flex-shrink: 0;
        width: .8rem; }

  .footer-main {
    width: 100%; }
  .footer-info__wrap {
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 1rem; }
  .footer-copy {
    flex-direction: column-reverse;
    font-size: 0.9rem;
    gap: 1rem; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
