@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: 600;
  font-style: normal; }
@keyframes preloaderLogo {
  50% {
    opacity: .5; }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(82, 142, 90, 0.5); }
  70% {
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
: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.8rem; }

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

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

::-webkit-scrollbar-thumb {
  background: #528E5A;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 4rem; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #528E5A;
  color: #fff;
  border-radius: 5rem; }
  .btn:hover {
    background: #368640; }

@keyframes scale {
  50% {
    transform: scale(1.1); } }
.section-title {
  font-size: 2.25rem;
  font-weight: 700; }
  .section-title-small {
    font-size: 2rem; }

.form input {
  border: 1px solid #528E5A;
  height: 3.1rem;
  padding: 0 1.7rem;
  color: #528E5A;
  border-radius: 5rem;
  background: transparent; }
  .form input::placeholder {
    color: #528E5A;
    opacity: .4; }
  .form input.error {
    color: red !important;
    border-color: red !important; }
.form .btn {
  height: 3.1rem; }

.mobile-menu {
  display: none; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader__logo {
    width: 23rem;
    animation: preloaderLogo 1.5s linear forwards;
    transform: scale(0.7);
    opacity: 0; }
    .preloader__logo img {
      width: 100%;
      display: block; }

.fixed-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  z-index: 5;
  background: #528E5A;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  animation: pulse-btn 2s infinite;
  width: 3.2rem;
  height: 3.2rem; }
  .fixed-btn:hover {
    background: #368640; }
  .fixed-btn img {
    width: 1rem; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.6);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.1rem;
    border-radius: 1.5rem;
    background: #fff;
    width: 22rem;
    box-shadow: 0px 0.5rem 2rem 0px rgba(0, 0, 0, 0.1); }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #528E5A;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .feedback__close:hover {
      background: #368640; }
    .feedback__close img {
      width: .7rem; }
  .feedback__title {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-align: center; }
  .feedback__text {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center; }
  .feedback-form {
    margin: 2rem 0 0.8rem; }
    .feedback-form input {
      width: 100%;
      margin-bottom: 0.8rem; }
    .feedback-form .btn {
      width: 100%;
      height: 3.1rem;
      margin-top: .4rem; }
  .feedback__agree {
    font-size: 0.7rem;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }
  .feedback__img {
    margin: 3rem 0 2.5rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 9rem; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
  transition: .6s all;
  padding: 2rem 0; }
  .header-mobile {
    display: none; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-menu {
    display: flex;
    gap: 3.5rem;
    font-size: 0.9rem; }
    .header-menu a {
      border-bottom: 1px solid transparent;
      color: #fff; }
      .header-menu a:hover {
        border-color: #fff; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 1.8rem; }
  .header__lang {
    color: #fff;
    display: flex;
    align-items: center;
    gap: .25rem;
    height: 2.5rem;
    width: 4.5rem;
    padding: 0.5rem;
    border: 1px solid #fff;
    border-radius: 5rem; }
    .header__lang img {
      width: 1.6rem; }
    .header__lang:hover {
      color: #528E5A;
      border-color: #528E5A;
      background: #fff; }
  .header__call {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: .8rem; }
    .header__call span {
      border-bottom: 1px solid transparent;
      transition: .6s all; }
    .header__call svg {
      width: 2.5rem;
      height: 2.5rem; }
    .header__call:hover span {
      border-color: #fff; }
  .header__btn {
    border: 1px solid #fff;
    height: 2.6rem;
    padding: 0 1.5rem;
    text-transform: uppercase;
    font-weight: 600; }
  .header-scrolled {
    background: #fff;
    box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.1);
    padding: .65rem 0; }
    .header-scrolled .header-menu a {
      color: #000; }
      .header-scrolled .header-menu a:hover {
        border-color: #000; }
    .header-scrolled .header__lang {
      color: #000;
      border-color: #000; }
      .header-scrolled .header__lang:hover {
        color: #528E5A;
        border-color: #528E5A; }
    .header-scrolled .header__call {
      color: #000; }
      .header-scrolled .header__call:hover span {
        border-color: #000; }

.main {
  position: relative;
  height: 100vh;
  z-index: 1; }
  .main__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden; }
    .main__bg::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.47%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); }
    .main__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      animation: scale 40s linear infinite; }
  .main__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36rem; }
    .main__logo img {
      width: 100%;
      display: block; }
  .main__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 25rem;
    text-align: center;
    bottom: 2.5rem;
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff; }

.about {
  padding: 5rem 0; }
  .about .container {
    display: flex;
    gap: 1.5rem; }
  .about-info {
    width: 45%;
    border-radius: 2.1rem;
    background: #528E5A url(../img/pattern.jpg);
    background-size: 50vw;
    padding: 3.5rem;
    color: #fff; }
  .about__title {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
  .about-list {
    display: flex;
    flex-wrap: wrap; }
    .about-list li {
      width: 50%;
      border: 1px solid rgba(255, 255, 255, 0.56);
      border-radius: 1rem;
      height: 7.7rem;
      padding: 1.5rem; }
      .about-list li div {
        font-size: 1.95rem;
        font-weight: 600;
        margin-bottom: 0.6rem; }
  .about__img {
    width: 55%; }
    .about__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 2.1rem; }

.build .section-title {
  margin-bottom: 3.5rem; }
.build-cards {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3.5rem; }
  .build-cards__item, .build-cards__big {
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0px 0.5rem 2rem 0px rgba(0, 0, 0, 0.1);
    width: calc(25% - 1rem);
    overflow: hidden; }
  .build-cards__item img {
    width: 100%;
    height: 10.5rem;
    display: block;
    object-fit: contain;
    margin-bottom: 0.5rem; }
  .build-cards__item p {
    text-align: center;
    max-width: 11rem;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1rem;
    color: #528E5A; }
  .build-cards__item:nth-child(2) img {
    object-position: left; }
  .build-cards__big {
    width: calc(50% - 1rem);
    padding: 1rem 4rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between; }
  .build-cards__img {
    width: 14.5rem; }
    .build-cards__img img {
      width: 100%;
      display: block; }
  .build-cards__list {
    padding-top: 1.5rem; }
    .build-cards__list li {
      margin-bottom: 1.4rem;
      position: relative;
      text-align: right;
      font-size: 0.9rem; }
      .build-cards__list li::after {
        position: absolute;
        bottom: -0.4rem;
        content: '';
        width: 26vw;
        height: 1px;
        background: #528E5A;
        right: 0; }
      .build-cards__list li::before {
        position: absolute;
        content: '';
        background: #528E5A;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        bottom: -0.6rem;
        right: 26vw; }
      .build-cards__list li:nth-child(2) {
        margin-bottom: 4.3rem; }
        .build-cards__list li:nth-child(2)::before {
          right: 25vw; }
        .build-cards__list li:nth-child(2)::after {
          width: 25vw; }
      .build-cards__list li:nth-child(3) {
        margin-bottom: 0; }
        .build-cards__list li:nth-child(3)::before {
          right: 24vw; }
        .build-cards__list li:nth-child(3)::after {
          width: 24vw; }
.build-info {
  display: flex;
  justify-content: space-around;
  padding: 0 2rem; }
  .build-info__item {
    width: 19rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.9rem; }
  .build-info__number {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    flex-shrink: 0;
    background: url(../img/build/arrows.svg) center center no-repeat;
    background-size: contain; }
  .build-info .section-title {
    margin-bottom: 0; }

.advantages {
  padding: 5rem 0 6rem; }
  .advantages .section-title {
    margin-bottom: 3.5rem; }
  .advantages-list {
    display: flex;
    gap: 1.5rem; }
  .advantages-item {
    width: calc(25% - 1.125rem);
    height: 34rem;
    overflow: hidden;
    border-radius: 1.5rem;
    position: relative;
    z-index: 1;
    padding: 2.25rem 2.5rem;
    color: #fff; }
    .advantages-item.active .advantages__text {
      transform: none;
      opacity: 1; }
    .advantages-item:nth-child(odd) {
      margin-top: 2.5rem; }
      .advantages-item:nth-child(odd) .advantages__title {
        color: #484848; }
  .advantages__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .advantages__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .advantages__title {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500; }
  .advantages__text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 13rem;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: .6s all;
    transform: translateY(100%);
    opacity: 0;
    line-height: 1.4; }

.developer .container {
  display: flex;
  align-items: center;
  gap: 3.5rem; }
.developer__img {
  width: 59.5%;
  height: 26.7rem; }
  .developer__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 1.5rem; }
.developer-wrap {
  width: 40.5%; }
.developer .section-title {
  margin-bottom: 1rem; }
.developer__text {
  line-height: 1.5;
  max-width: 31rem; }

.plans {
  padding: 6.5rem 0; }
  .plans .section-title {
    margin-bottom: 3.3rem; }
  .plans-main {
    position: relative;
    margin-bottom: 2.5rem; }
  .plans-item {
    padding: 0 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .plans-item__img {
      height: 24rem;
      width: 44.5rem; }
      .plans-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
      .plans-item__img:hover + .plans-item__zoom {
        opacity: 1; }
    .plans-item__zoom {
      position: absolute;
      z-index: 2;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: #528E5A;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      opacity: 0; }
      .plans-item__zoom:hover {
        background: #368640;
        opacity: 1; }
      .plans-item__zoom img {
        width: 0.9rem !important; }
  .plans-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 4rem;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    display: flex;
    justify-content: space-between; }
    .plans-arrows span {
      pointer-events: auto;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 2.5rem;
      height: 2.5rem;
      background: #528E5A;
      border-radius: 50%; }
      .plans-arrows span:hover {
        background: #368640; }
      .plans-arrows span img {
        width: 100%; }
  .plans-list {
    display: flex;
    justify-content: center; }
    .plans-list li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 9.5rem;
      height: 2.5rem;
      border-radius: 2.5rem;
      box-shadow: 0px 4px 4px 0px rgba(202, 202, 202, 0.25);
      color: #528E5A;
      background: #fff; }
      .plans-list li:hover, .plans-list li.active {
        background: #528E5A;
        color: #fff; }
      .plans-list li.active {
        pointer-events: none; }
  .plans-zoom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    cursor: pointer; }
    .plans-zoom__img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 3rem;
      height: calc(100svh - 6rem);
      width: 65vw;
      background: #fff;
      cursor: default; }
      .plans-zoom__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }

.consult {
  margin-bottom: 7rem;
  display: flex;
  gap: .5rem;
  height: 18.6rem; }
  .consult-main {
    width: 59%;
    border-radius: 2.1rem 0 0 2.1rem;
    padding: 2.3rem 4rem;
    background: #fff;
    box-shadow: 0px 0.5rem 2rem 0px rgba(0, 0, 0, 0.1);
    color: #528E5A; }
  .consult .section-title {
    margin-bottom: 2rem;
    max-width: 30rem; }
  .consult-form {
    margin-bottom: 0.85rem;
    display: flex;
    gap: .8rem; }
    .consult-form input {
      width: 36%; }
    .consult-form .btn {
      width: 28%; }
  .consult__policy {
    font-size: 0.7rem; }
  .consult__img {
    width: 41%;
    border-radius: 0 2.1rem 2.1rem 0;
    overflow: hidden; }
    .consult__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.footer {
  display: flex;
  gap: .5rem; }
  .footer-info {
    width: 34%;
    color: #fff;
    padding: 3rem 1.5rem 1.2rem 4rem;
    border-radius: 0 1.5rem 1.5rem 0;
    background: #528E5A url(../img/pattern.jpg);
    background-size: 50vw; }
  .footer .section-title {
    margin-bottom: 1.7rem; }
  .footer-list {
    max-width: 19rem; }
    .footer-list li {
      display: flex;
      align-items: center;
      line-height: 138%;
      gap: 1rem;
      margin-bottom: 1.5rem; }
      .footer-list li img {
        width: 2.35rem; }
      .footer-list li a {
        color: #fff;
        border-bottom: 1px solid transparent; }
        .footer-list li a:hover {
          border-color: #fff; }
  .footer-social {
    display: flex;
    gap: .95rem;
    margin-bottom: 2.5rem; }
    .footer-social li {
      display: flex; }
    .footer-social a {
      display: flex;
      color: rgba(0, 0, 0, 0.39); }
      .footer-social a:hover {
        color: #fff; }
        .footer-social a:hover svg circle {
          fill: #7DBE85; }
      .footer-social a svg {
        width: 2.5rem;
        height: 2.5rem; }
        .footer-social a svg circle {
          transition: .6s all; }
  .footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.6rem; }
    .footer-copy a {
      color: #fff;
      border-bottom: 1px solid transparent; }
      .footer-copy a:hover {
        border-color: #fff; }
  .footer-map {
    width: 66%;
    border-radius: 1.5rem 0 0 1.5rem;
    overflow: hidden;
    position: relative; }
    .footer-map #footerMap {
      width: 100%;
      height: 100%; }
    .footer-map__btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 1.2rem;
      z-index: 2;
      height: 3.1rem;
      width: 13rem; }

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

  .container {
    padding: 0 3rem; }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 70vw;
    z-index: 7;
    padding: 2rem 0;
    background: #528E5A;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff; }
    .mobile-menu .header-switch {
      display: none; }
    .mobile-menu__close {
      margin-bottom: 10vh;
      width: 1rem; }
      .mobile-menu__close img {
        width: 100%;
        display: block; }
    .mobile-menu__list {
      font-size: 1rem;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 10vh; }
      .mobile-menu__list li {
        margin-bottom: 1.8rem; }
        .mobile-menu__list li:last-child {
          margin-bottom: 0; }
      .mobile-menu__list a {
        color: #fff; }
    .mobile-menu .header__btn {
      display: inline-flex;
      margin-bottom: 2rem; }
    .mobile-menu .footer-social a {
      color: #528E5A; }
      .mobile-menu .footer-social a:hover {
        color: #fff; }

  .header {
    padding: 1.5rem 0; }
    .header-mobile {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      color: #fff; }
      .header-mobile svg {
        width: 2.5rem;
        height: 2.5rem; }
    .header-menu {
      display: none; }
    .header__btn {
      display: none; }
    .header-scrolled {
      padding: 0.5rem 0; }
      .header-scrolled .header-mobile {
        color: #000; }

  .main {
    height: 55rem; }

  .about .container {
    flex-direction: column; }
  .about-info {
    width: 100%;
    background-size: 50rem; }
  .about__img {
    width: 100%;
    height: 25rem; }

  .build-cards {
    flex-wrap: wrap; }
    .build-cards__item {
      width: calc(50% - .75rem);
      padding-bottom: 1rem; }
    .build-cards__big {
      width: 100%; }
  .build-info {
    flex-wrap: wrap;
    padding: 0;
    gap: 1.5rem;
    justify-content: flex-start; }
    .build-info__item {
      width: calc(50% - .75rem); }

  .advantages-list {
    margin-left: -3rem;
    width: calc(100% + 6rem);
    padding: 0 3rem;
    overflow: auto; }
    .advantages-list::-webkit-scrollbar {
      display: none; }
  .advantages-item {
    width: 21rem;
    flex-shrink: 0; }
    .advantages-item:nth-child(odd) {
      margin-top: 0; }

  .developer .container {
    flex-direction: column-reverse;
    align-items: flex-start; }
  .developer-wrap {
    width: 60%; }
  .developer__img {
    width: 100%;
    height: 22rem; }

  .plans {
    padding: 5rem 0; }
    .plans-item {
      padding: 0 6.5rem; }
    .plans-arrows {
      padding: 0 3rem; }
    .plans-list {
      margin-left: -3rem;
      width: calc(100% + 6rem);
      padding: 1rem 3rem;
      overflow: auto;
      justify-content: flex-start; }
      .plans-list::-webkit-scrollbar {
        display: none; }
      .plans-list li {
        flex-shrink: 0;
        width: 7rem; }
    .plans-zoom__img {
      height: 75vh;
      width: calc(100% - 6rem);
      padding: 1.5rem; }

  .consult {
    flex-direction: column;
    height: auto;
    margin-bottom: 5rem; }
    .consult-main {
      width: 100%;
      border-radius: 2.1rem 2.1rem 0 0; }
    .consult__img {
      width: 100%;
      height: 25rem;
      border-radius: 0 0 2.1rem 2.1rem; }

  .footer {
    flex-direction: column; }
    .footer-info {
      width: 100%;
      border-radius: 1.5rem 1.5rem 0 0;
      background-size: 40rem; }
    .footer-map {
      width: 100%;
      border-radius: 0;
      height: 30rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

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

  body {
    font-size: 0.9rem; }

  .fixed-btn {
    right: 0.5rem;
    width: 2.5rem;
    height: 2.5rem; }
    .fixed-btn img {
      width: .8rem; }

  .preloader__logo {
    width: 18rem; }

  .feedback-content {
    width: calc(100% - 2rem);
    padding: 2rem 1.5rem; }

  .mobile-menu {
    width: auto; }

  .header-wrap {
    gap: 1rem; }
  .header__call span {
    display: none; }

  .main {
    height: 40rem; }
    .main__logo {
      width: calc(100vw - 4rem); }
    .main__title {
      width: 100%;
      padding: 0 1rem;
      font-size: 1.5rem; }

  .about {
    padding: 4rem 0; }
    .about-info {
      padding: 2rem;
      border-radius: 1.5rem; }
    .about-list li {
      width: 100%;
      padding: 1rem;
      height: 6rem; }
      .about-list li div {
        margin-bottom: 0.35rem; }
    .about__img img {
      border-radius: 1.5rem; }

  .build .section-title {
    margin-bottom: 2rem; }
  .build-cards {
    gap: 1rem; }
    .build-cards__item {
      width: 100%; }
    .build-cards__big {
      padding: 2rem 1rem 4rem 0;
      gap: 1rem; }
    .build-cards__img {
      display: flex;
      align-items: center;
      width: 19.5rem; }
    .build-cards__list {
      font-size: 0.7rem;
      padding-top: 0; }
      .build-cards__list li::after {
        width: 14rem; }
      .build-cards__list li::before {
        right: 14rem; }
      .build-cards__list li:nth-child(2) {
        margin-bottom: 1.5rem; }
        .build-cards__list li:nth-child(2)::after {
          width: 14rem; }
        .build-cards__list li:nth-child(2)::before {
          right: 14rem; }
      .build-cards__list li:nth-child(3)::after {
        width: 13rem; }
      .build-cards__list li:nth-child(3)::before {
        right: 13rem; }
  .build-info {
    gap: 1rem; }
    .build-info .section-title {
      margin-bottom: 0; }
    .build-info__item {
      width: 100%; }

  .advantages {
    padding: 4rem 0; }
    .advantages .section-title {
      margin-bottom: 2rem; }
    .advantages-list {
      padding: 0 1rem;
      margin-left: -1rem;
      width: calc(100% + 2rem);
      gap: 1rem; }
    .advantages-item {
      padding: 1.5rem;
      width: 18rem;
      height: 30rem; }
    .advantages__text {
      padding: 1.5rem 1rem;
      height: 17rem; }

  .developer .container {
    gap: 2.5rem; }
  .developer-wrap {
    width: 100%; }
  .developer__img {
    height: 106vw; }

  .plans {
    padding: 4rem 0; }
    .plans .section-title {
      margin-bottom: 2rem; }
    .plans-main {
      margin-bottom: 1rem; }
    .plans-item {
      padding: 0 2.25rem; }
      .plans-item__img {
        width: 100%;
        height: 18rem; }
    .plans-arrows {
      padding: 0 1rem; }
    .plans-list {
      width: calc(100% + 2rem);
      padding: 1rem;
      margin-left: -1rem; }
    .plans-zoom__img {
      height: 60vh;
      width: calc(100% - 2rem);
      padding: 1rem; }

  .consult {
    margin-bottom: 4rem; }
    .consult-main {
      border-radius: 1.5rem 1.5rem 0 0;
      padding: 2.5rem 1rem 1.5rem; }
    .consult-form {
      flex-wrap: wrap; }
      .consult-form input {
        width: 100%; }
      .consult-form .btn {
        width: 14rem;
        margin-top: 1rem; }
    .consult__policy {
      line-height: 1.4;
      font-size: 0.8rem; }
    .consult__img {
      border-radius: 0 0 1.5rem 1.5rem;
      height: 19rem; }

  .footer-info {
    padding: 2.5rem 1rem 1.5rem; }
  .footer-copy {
    font-size: 0.8rem; }
    .footer-copy span {
      display: none; } }
@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 */
