@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff"), url("fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Leotaro';
  src: url("fonts/Leotaro-Regular.eot");
  src: local("Leotaro Regular"), local("fonts/Leotaro-Regular"), url("fonts/Leotaro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Leotaro-Regular.woff2") format("woff2"), url("fonts/Leotaro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
: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: 'Inter', sans-serif; }

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

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

::-webkit-scrollbar-thumb {
  background: #9B6754;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.section-title {
  margin-bottom: 1.5rem;
  color: #9B6754;
  line-height: 1.08;
  font-weight: 400;
  font-size: 2.25rem;
  font-family: "Leotaro"; }

.form-done {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  display: none; }
  .form-done .section-title {
    font-size: 1.95rem; }
  .form-done__text {
    max-width: 20rem;
    margin-bottom: 2rem; }
  .form-done__img img {
    width: 10rem; }
  .form-done__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
    background: #fff;
    text-align: center;
    box-shadow: 7px 7px 1.6rem rgba(54, 54, 54, 0.25);
    border: 1px solid #9B6754; }

.container {
  padding: 0 3rem;
  max-width: 61.5rem;
  margin: 0 auto; }

.header {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 4;
  top: 2rem; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 8rem;
    display: block; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header__wrap {
    display: flex;
    align-items: center;
    gap: 4rem; }
  .header__lang {
    display: flex;
    gap: 1rem; }
    .header__lang a {
      color: #fff;
      font-size: 1rem; }
  .header__tel {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500; }
    .header__tel img {
      width: 1.6rem; }

.main {
  height: 100svh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3.5rem;
  color: #fff; }
  .main-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main-slider__item {
      height: 100svh;
      position: relative; }
      .main-slider__item::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.43) 27.42%, rgba(0, 0, 0, 0) 41.95%), linear-gradient(0deg, rgba(0, 0, 0, 0) 81.28%, rgba(0, 0, 0, 0.4) 100%); }
      .main-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .main__title {
    line-height: 1.09;
    font-size: 4.25rem;
    font-weight: 400;
    font-family: "Leotaro";
    max-width: 83rem;
    text-align: center; }

.form {
  color: #9B6754;
  padding: 8rem 0; }
  .form-card {
    box-shadow: 0px 4px 18px 0px rgba(110, 110, 110, 0.2);
    border-radius: .75rem;
    background: #fff;
    padding: 2rem 5rem; }
  .form .section-title {
    text-align: center;
    font-size: 1.95rem;
    margin-bottom: 3rem; }
  .form__text {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1.35rem;
    color: #000; }
  .form__form {
    display: flex;
    gap: 1.9rem;
    align-items: flex-end;
    font-size: 0.8rem; }
  .form__item {
    width: 33.333%; }
  .form__name {
    margin-bottom: 0.7rem; }
  .form__input {
    position: relative; }
    .form__input img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0.5rem;
      width: 1.4rem;
      display: block; }
    .form__input input {
      width: 100%;
      height: 2.3rem;
      background: rgba(155, 103, 84, 0.1);
      padding-left: 2.3rem;
      padding-right: 1.2rem;
      border: none;
      border-radius: .5rem;
      color: #9B6754; }
  .form .btn {
    width: 33.333%;
    height: 2.3rem;
    background: #9B6754;
    color: #fff;
    border-radius: .5rem; }

.genplan__img img {
  width: 100%;
  display: block; }

.business {
  padding-top: 4rem; }
  .business-head {
    text-align: center;
    max-width: 34rem;
    margin: 0 auto 3rem; }
  .business__text {
    line-height: 1.5;
    padding: 0 2rem; }
  .business-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem .8rem; }
  .business-item {
    width: calc(25% - .6rem);
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    gap: 1rem; }
    .business-item__ico {
      width: 2rem;
      flex-shrink: 0; }
      .business-item__ico img {
        width: 100%;
        display: block; }
    .business-item__text span {
      color: #9B6754; }

.plans {
  padding-top: 8rem; }
  .plans .section-title {
    text-align: center; }
  .plans .owl-stage-outer {
    padding: 1.5rem; }
  .plans-arrows {
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
    margin-bottom: 1.5rem; }
    .plans-arrows span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: #071F3F;
      width: 1.8rem;
      height: 1.8rem;
      border-radius: 50%; }
      .plans-arrows span:hover {
        background: #9B6754; }
      .plans-arrows span img {
        width: .65rem; }
  .plans-item {
    padding: 0.75rem;
    background: #fff;
    border-radius: .75rem;
    box-shadow: 0 4px 0.9rem 0 rgba(110, 110, 110, 0.2);
    width: 27rem;
    height: 19rem;
    cursor: pointer; }
    .plans-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .plans-zoom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none; }
    .plans-zoom__img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70vw;
      height: 90vh;
      padding: 3rem;
      background: #fff;
      cursor: default; }
      .plans-zoom__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }

.footer-main {
  height: 32rem;
  position: relative; }
.footer-info {
  width: 40rem;
  border-radius: 0 0 1rem 1rem;
  background: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0px 14px 13px 2px rgba(0, 0, 0, 0.25);
  padding: 2rem 2rem 2.5rem; }
.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 1rem;
  margin-bottom: 1rem; }
.footer-item {
  width: calc(50% - .5rem);
  display: flex;
  gap: 1rem; }
  .footer-item__ico {
    flex-shrink: 0;
    width: 1.6rem; }
    .footer-item__ico img {
      width: 100%;
      display: block; }
  .footer-item__title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem; }
  .footer-item__text {
    color: #9e9e9e;
    font-size: 0.9rem; }
    .footer-item__text a {
      font-size: 1.5rem;
      color: #9e9e9e; }
      .footer-item__text a:hover {
        color: #9B6754; }
.footer .section-title {
  margin-left: 1rem;
  margin-bottom: 2rem; }
.footer-social {
  display: flex;
  gap: 1rem; }
  .footer-social li {
    display: flex; }
  .footer-social a {
    display: flex;
    color: #929292; }
    .footer-social a svg {
      width: 2.4rem;
      height: 2.4rem; }
    .footer-social a:hover {
      color: #9B6754; }
.footer__map {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; }
  .footer__map #footerMap {
    width: 100%;
    height: 100%; }
.footer-copy {
  padding: 1.2rem 0;
  background: #9B6754;
  text-align: center;
  font-size: 0.8rem;
  color: #fff; }

@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; }

  .main__title {
    font-size: 2.5rem; }

  .form {
    padding: 5rem 0; }
    .form-card {
      padding: 2rem; }

  .business-item {
    width: calc(50% - .4rem); }

  .plans-zoom__img {
    width: calc(100vw - 2rem);
    height: 60vh; }

  .footer-main {
    height: auto; }
  .footer-info {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 1rem; }
  .footer__map {
    position: static;
    height: 25rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 1.7rem; }

  .form-done .section-title {
    font-size: 1.7rem; }
  .form-done__wrap {
    width: 90vw;
    padding: 1.5rem; }

  .header {
    top: 1.2rem; }
    .header__logo {
      width: 6rem; }
    .header__wrap {
      gap: 1rem; }
    .header__lang {
      gap: .75rem; }

  .main {
    height: 40rem;
    padding-bottom: 2rem; }
    .main-slider__item {
      height: 40rem; }
    .main__title {
      font-size: 2rem; }

  .form {
    padding: 4rem 0; }
    .form .section-title {
      font-size: 1.7rem;
      margin-bottom: 2rem; }
    .form-card {
      padding: 1.5rem 1rem; }
    .form__text {
      font-size: 0.9rem;
      margin-bottom: 2rem; }
    .form__form {
      flex-direction: column;
      gap: 1rem;
      font-size: 0.9rem; }
    .form__item {
      width: 100%; }
      .form__item input {
        height: 2.6rem; }
    .form .btn {
      width: 100%;
      height: 2.6rem; }

  .genplan__img {
    height: 25rem; }
    .genplan__img img {
      height: 100%;
      display: block;
      object-fit: cover; }

  .business__text {
    padding: 0;
    margin-bottom: 2rem; }
  .business-list {
    gap: 1.5rem; }
  .business-item {
    width: 100%; }
    .business-item br {
      display: none; }

  .plans {
    padding-top: 5rem; }
    .plans .owl-stage-outer {
      padding: 1.5rem 1rem; }
    .plans-item {
      width: 90vw;
      height: 70vw; }
    .plans-zoom__img {
      padding: 1rem; }

  .footer-main .container {
    padding: 0; }
  .footer-info {
    padding: 2rem 1rem; }
  .footer-list {
    gap: 1.5rem;
    margin-bottom: 2rem; }
  .footer-item {
    width: 100%; }
  .footer .section-title {
    margin-left: 0;
    margin-bottom: 2.2rem; } }
@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 */
