@charset "UTF-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1308px) {
  * {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 988)
        );
  }
}

li {
  list-style: none;
}

h1 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

body.active {
  overflow: hidden;
}

span {
  color: inherit;
  font-size: inherit;
}

.title {
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
}
@media (max-width: 1308px) {
  .title {
    font-size: calc(
            26px + 18 *
                ((100vw - 320px) / 988)
        );
  }
}
.title span {
  color: #a5806a;
}

.subtitle {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1308px) {
  .subtitle {
    font-size: calc(
            16px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}

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

.swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.video {
  position: relative;
  width: 100%;
  background: #020205;
}
.video video {
  width: 100%;
}
.video__btn {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
.video__btn:hover {
  background: #ffffff;
}
.video__btn:hover::before {
  filter: invert(1);
}
.video__btn::before {
  transition: 0.3s;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background: url("../img/icons/play.svg") center center/cover no-repeat;
}
.video__btn.active::before {
  background: url("../img/icons/pause.svg") center center/cover no-repeat;
}

.btn {
  position: relative;
  transition: 0.3s;
  outline: none;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  white-space: nowrap;
	border-radius: 50px;
}
@media (max-width: 1308px) {
  .btn {
    font-size: calc(
            12px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}
.btn::after {
  position: relative;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -4px;
  top: -4px;
  border: 4px solid rgba(59, 177, 38, 0);
  border-radius: 60px;
}

.white-btn:disabled {
  background: #f4f4f4;
  color: #b0b0b0;
}
.white-btn {
  background: #eee;
  color: #000;
}
.white-btn:hover {
  background: #fff;
  color: #000;
}
.white-btn:hover::before {
  filter: brightness(11);
}
.white-btn:active {
  background: #999;
}
.white-btn:focus {
  background: #fff;
  color: #000;
}
.white-btn:focus::after {
}
.white-btn:focus::before {
  filter: brightness(11);
}


.brown-btn:disabled {
  background: #3f3d3e;
  color: #7f808a;
}
.brown-btn:hover {
  background: #e2e2e2;
  color: #fff;
}
.brown-btn:active {
  background: #d2d2d2;
}
.brown-btn:focus {
  background: #c2c2c2;
  color: #fff;
}
.brown-btn:focus::after {
  border: none;
}

.error {
  display: none;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #e63434 !important;
  position: absolute;
  left: 0;
  bottom: -17px;
}

.header .after-send {
  max-width: 728px;
  width: 100%;
  min-height: 420px;
}

.check {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
}
.check::before, .check::after {
  position: absolute;
  content: "";
  background: #000000;
  height: 2px;
}
.check::before {
  width: 20px;
  left: 40px;
  top: 45px;
  transform: rotate(-45deg);
}
.check::after {
  width: 10px;
  left: 35px;
  top: 49px;
  transform: rotate(45deg);
}

.swiper-button-next,
.swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center, center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.link {
  transition: 0.3s;
}
.link:hover {
  color: #d89872;
}

.btn-up {
  position: fixed;
  right: 20px;
  z-index: 11;
  bottom: 32px;
  border-radius: 0;
  width: 56px;
  height: 56px;
  background: #222225;
  border: 1px solid #3f3d3e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-up img {
  filter: brightness(11);
  transform: rotate(-90deg);
}

.btn-up_hide {
  opacity: 0;
  visibility: hidden;
}

.main {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 420px;
  overflow: hidden;
}
@media (max-height: 750px) {
  .main {
    padding-top: calc(
            0px + 420 *
                ((100vh - 420px) / 330)
        );
  }
}
.main__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.main__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* animation-name: cf4FadeInOut;
  animation-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1);
  animation-iteration-count: 1;
  animation-duration: 2s; */
}
.main::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.main__wrapper {
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main__title {
  font-size: 64px;
	font-family: 'Roboto Slab', serif;
  line-height: 74px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1308px) {
  .main__title {
    font-size: calc(
            36px + 28 *
                ((100vw - 320px) / 988)
        );
  }
}
.main__btn {
  padding: 12px 44px;
	letter-spacing: 2px;
}
.main__btn:first-child {
  margin-right: 10px;
}
.main__btn.white-btn:first-child:active {
  background: #999;
}
.main__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main__profitably {
  max-width: 300px;
  width: 100%;
  padding: 72px 24px 28px;
  background: #f4f4f4;
  border-radius: 8px;
  position: relative;
}
.main__profitably::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 24px;
  left: 28px;
  background: url("../img/icons/fire.svg") center center/cover no-repeat;
}
.main__profitably-title {
  line-height: 28px;
  margin-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 1308px) {
  .main__profitably-title {
    font-size: calc(
            18px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}
.main__profitably-text {
  margin-bottom: 20px;
}
.main__profitably-link {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a5806a;
  position: relative;
}
.main__profitably-link::before {
  position: absolute;
  content: "";
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/icons/next.svg") center center/cover no-repeat;
}

@keyframes cf4FadeInOut {
  0% {
    width: 150%;
  }
  100% {
    width: 100%;
  }
}
.capital {
  padding: 80px 0;
}
.capital__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 68px;
}
.capital__texts {
  max-width: 560px;
  width: 100%;
}
.capital__title {
  margin-bottom: 15px;
}
.capital__images img {
  border-radius: 50%;
  margin-left: -60px;
  border: 6px solid #fff;
  width: 180px;
  height: 180px;
}
.capital__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.capital__item {
  padding: 32px;
  padding-bottom: 48px;
  border: 1px solid #dadada;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: -1px;
}
.capital__item:first-child {
  border-right: 1px solid rgba(218, 218, 218, 0);
  border-radius: 8px 0px 0px 8px;
}
.capital__item:last-child {
  border-radius: 0px 8px 8px 0px;
}
.capital__item img {
  margin-bottom: 80px;
  margin-left: auto;
  width: 36px;
  height: 36px;
}
.capital__item-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 1308px) {
  .capital__item-title {
    font-size: calc(
            16px + 8 *
                ((100vw - 320px) / 988)
        );
  }
}
.investment {
  background: #f4f4f4;
  padding: 80px 0;
}
.investment__wrapper {
  position: relative;
}
.investment__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 20px;
}
.investment__tag {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #dadada;
  border-radius: 60px;
}
@media (max-width: 1308px) {
  .investment__tag {
    font-size: calc(
            13px + 1 *
                ((100vw - 320px) / 988)
        );
  }
}
.investment__title {
  max-width: 600px;
  margin-bottom: 60px;
}
.investment__price {
  position: absolute;
  right: 38px;
  top: 60px;
  max-width: 420px;
  width: 100%;
  background: #020205;
  border-radius: 8px;
  padding: 60px 48px 80px;
}
.investment__price-title {
  font-weight: 600;
  font-size: 66px;
  line-height: 66px;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1308px) {
  .investment__price-title {
    font-size: calc(
            40px + 26 *
                ((100vw - 320px) / 988)
        );
  }
}
.investment__price-text {
  color: #ffffff;
  margin-bottom: 32px;
}
.investment__btn {
  background: #f2f2f2;
  border-radius: 60px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  padding: 18px 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
  width: 264px;
  color: #ffffff;
}
.investment__img {
  max-width: 1268px;
  height: 460px;
  width: 100%;
}
.investment__img img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.infrastructure {
  padding: 80px 0;
}
.infrastructure__title {
  margin-bottom: 20px;
}

.tabs__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 40px;
  overflow-x: auto;
  padding-bottom: 14px;
}
.tabs__list::-webkit-scrollbar {
  height: 10px;
  background-color: rgb(109, 0, 0);
}
.tabs__list::-webkit-scrollbar {
  background: #e9e9ea;
  border-radius: 60px;
}
.tabs__list::-webkit-scrollbar-thumb {
  background: #bababf;
  border-radius: 60px;
}
.tabs__btn {
  border: 1px solid #dadada;
  border-radius: 60px;
  padding: 10px 20px;
  white-space: nowrap;
  line-height: 20px;
  background: #ffffff;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 1308px) {
  .tabs__btn {
    font-size: calc(
            12px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}
.tabs__btn.active {
  background: #020205;
  color: #ffffff;
}
.tabs__btn:hover {
  border: 1px solid #020205;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.tabs .slider__wrapper {
  width: 100%;
  height: 100%;
}
.tabs .slider__slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  max-height: 480px;
  height: 100%;
}
.tabs .slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs .swiper-button-next,
.tabs .swiper-button-prev {
  background-color: #ffffff;
  background-image: url(../img/icons/arrow-black.svg);
}
.tabs .swiper-button-next {
  left: 16px;
}
.tabs .swiper-button-prev {
  right: 16px;
  transform: rotate(180deg) translateY(50%);
}

.property {
  background: #020205;
  padding: 80px 0;
}
.property__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.property__inner:first-child {
  margin-bottom: 32px;
}
.property__texts {
  max-width: 620px;
  margin-bottom: 48px;
}
.property__title {
  color: #ffffff;
  margin-bottom: 16px;
}
.property__title span {
  color: #f2f2f2;
}
.property__text {
  color: #ffffff;
}
.property__percents {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 89px;
}
.property__percent:first-child {
  position: relative;
}
.property__percent:first-child .property__percent-title,
.property__percent:first-child .property__percent-text {
  color: #f2f2f2;
}
.property__percent:first-child::before {
  position: absolute;
  content: "";
  top: 0px;
  right: -50px;
  width: 1px;
  height: 100%;
  background: #3f3d3e;
  transform: rotate(20deg);
}
.property__percent-title {
  font-size: 72px;
  line-height: 72px;
  color: #7f808a;
  letter-spacing: -0.02em;
}
@media (max-width: 1308px) {
  .property__percent-title {
    font-size: calc(
            56px + 16 *
                ((100vw - 320px) / 988)
        );
  }
}
.property__percent-text {
  color: #7f808a;
}
.property__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-right: 40px;
}
.property__item {
  max-width: 316px;
  width: 100%;
  border: 1px solid #3f3d3e;
  padding: 48px 32px;
}
.property__item:first-child {
  border-radius: 8px 0px 0px 8px;
}
.property__item:last-child {
  border-radius: 0px 8px 8px 0px;
}
.property__item-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 1308px) {
  .property__item-title {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 988)
        );
  }
}
.property__item-text {
  color: #ffffff;
}
.property__img {
  height: 300px;
  width: 100%;
}
.property__img img {
  max-width: 592.05px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.cost {
  background: #f4f4f4;
  padding: 80px 0 50px;
}
.cost__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 68px;
}
.cost__inner {
  max-width: 580px;
  width: 100%;
}
.cost__title {
  margin-bottom: 16px;
}
.cost__text {
  margin-bottom: 48px;
}
.cost__manager {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}
.cost__manager-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.cost__manager-gray {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7f808a;
}
@media (max-width: 1308px) {
  .cost__manager-gray {
    font-size: calc(
            14px + -2 *
                ((100vw - 320px) / 988)
        );
  }
}
.cost__manager-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
}
@media (max-width: 1308px) {
  .cost__manager-name {
    font-size: calc(
            16px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}
.cost__manager-text {
  margin-bottom: 20px;
}
.cost__manager-wa {
  background: #ffffff;
  border: 1px solid #41bc2d;
  border-radius: 60px;
  padding: 14px 24px 14px 52px;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #41bc2d;
  position: relative;
}
@media (max-width: 1308px) {
  .cost__manager-wa {
    font-size: calc(
            12px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}
.cost__manager-wa::before {
  transition: 0.3s;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icons/tg.svg") center center/cover no-repeat;
}
.cost__items {
  max-width: 620px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cost__item {
  padding: 40px 32px 45px;
  border: 1px solid #dadada;
  margin-top: -1px;
  margin-right: -1px;
}
.cost__item:nth-child(1) {
  border-radius: 8px 0px 0px 0px;
}
.cost__item:nth-child(2) {
  border-radius: 0px 8px 0px 0px;
}
.cost__item:nth-child(3) {
  border-radius: 0px 0px 0px 8px;
}
.cost__item:nth-child(4) {
  border-radius: 0px 0px 8px 0px;
}
.cost__item-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 1308px) {
  .cost__item-title {
    font-size: calc(
            16px + 4 *
                ((100vw - 320px) / 988)
        );
  }
}
.hotel {
  background: #f4f4f4;
  padding: 50px 0 80px;
}
.hotel__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}
.hotel__percent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dadada;
  border-radius: 8px;
  padding: 20px 32px;
  gap: 21px;
}
.hotel__percent-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  text-align: right;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #a5806a;
}
@media (max-width: 1308px) {
  .hotel__percent-title {
    font-size: calc(
            32px + 16 *
                ((100vw - 320px) / 988)
        );
  }
}
.hotel__percent-text {
  margin-bottom: 4px;
}
.hotel__percent-gray {
  font-size: 13px;
  line-height: 16px;
  color: #7f808a;
}
@media (max-width: 1308px) {
  .hotel__percent-gray {
    font-size: calc(
            12px + 1 *
                ((100vw - 320px) / 988)
        );
  }
}
.hotel__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.hotel__card {
  background: #ffffff;
}
.hotel__card img {
  max-width: 296px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.hotel__card-inner {
  padding: 16px 32px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  min-height: 160px;
}
.hotel__card-text {
  margin-bottom: 28px;
}
.hotel__card-title {
  font-size: 40px;
  line-height: 52px;
  margin-top: auto;
  text-align: right;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  align-self: flex-end;
}
@media (max-width: 1308px) {
  .hotel__card-title {
    font-size: calc(
            28px + 12 *
                ((100vw - 320px) / 988)
        );
  }
}

.cottage {
  background: #020205;
  padding: 80px 0;
}
.cottage__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.cottage__card {
  background: #222225;
  border-radius: 8px;
  padding: 24px 40px 32px;
}
.cottage__card img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
}
.cottage__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12px;
  gap: 6px;
}
.cottage__tag {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #3f3d3e;
  border-radius: 60px;
  color: #ffffff;
  padding: 10px 20px;
}
@media (max-width: 1308px) {
  .cottage__tag {
    font-size: calc(
            12px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}
.cottage__title {
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #3f3d3e;
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 1308px) {
  .cottage__title {
    font-size: calc(
            20px + 6 *
                ((100vw - 320px) / 988)
        );
  }
}
.cottage__list {
  padding-left: 20px;
}
.cottage__item {
  color: #ffffff;
  margin-bottom: 8px;
  position: relative;
}
.cottage__item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 12px;
  height: 12px;
  background: url("../img/icons/downward.svg") center center/cover no-repeat;
}
.cottage__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cottage__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f2f2f2;
  position: relative;
}
@media (max-width: 1308px) {
  .cottage__link {
    font-size: calc(
            12px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}
.cottage__link::before {
  position: absolute;
  content: "";
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/icons/next.svg") center center/cover no-repeat;
}
.cottage__price {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1308px) {
  .cottage__price {
    font-size: calc(
            24px + 8 *
                ((100vw - 320px) / 988)
        );
  }
}

.profitability {
  padding: 80px 0;
  background: #020205;
}
.profitability__title {
  color: #ffffff;
  margin-bottom: 58px;
}
.profitability__items {
  margin-bottom: 80px;
}
.profitability__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 62px;
}
.profitability__item:last-child {
  margin-bottom: 0;
}
.profitability__item img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
.profitability__item-inner {
  max-width: 620px;
  width: 100%;
  padding: 40px 40px 48px;
  position: relative;
  background: #222225;
  border-radius: 8px;
}
.profitability__item-title {
  line-height: 32px;
  font-size: 26px;
  margin-bottom: 36px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1308px) {
  .profitability__item-title {
    font-size: calc(
            20px + 6 *
                ((100vw - 320px) / 988)
        );
  }
}
.profitability__blocks {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}
.profitability__block {
  border: 1px solid #3f3d3e;
  border-radius: 8px;
  padding: 16px 18px;
}
.profitability__block:nth-child(2) {
  grid-area: 1/1/2/3;
}
.profitability__block:nth-child(3) {
  grid-area: 1/3/2/5;
}
.profitability__block:nth-child(4) {
  grid-area: 1/5/2/7;
}
.profitability__block:nth-child(5) {
  grid-area: 2/1/3/4;
}
.profitability__block:nth-child(6) {
  grid-area: 2/4/3/7;
  background: #343436;
}
.profitability__block-text {
  color: #ffffff;
  margin-bottom: 28px;
  text-align: center;
}
.profitability__block-price {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1308px) {
  .profitability__block-price {
    font-size: calc(
            20px + 6 *
                ((100vw - 320px) / 988)
        );
  }
}
.profitability__white {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 172px;
  padding: 20px 16px;
  background: #f4f4f4;
  border-radius: 8px;
}
.profitability__white::before {
  position: absolute;
  content: "";
  right: 16px;
  bottom: 24px;
  width: 40px;
  height: 40px;
  background: url("../img/icons/up.svg") center center/cover no-repeat;
}
.profitability__white-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 1308px) {
  .profitability__white-text {
    font-size: calc(
            14px + 4 *
                ((100vw - 320px) / 988)
        );
  }
}
.profitability__white-eyar span {
  font-weight: 600;
  font-size: 56px;
  line-height: 56px;
  text-transform: uppercase;
}
@media (max-width: 1308px) {
  .profitability__white-eyar span {
    font-size: calc(
            44px + 12 *
                ((100vw - 320px) / 988)
        );
  }
}

.form {
  border: 1px solid #3f3d3e;
  border-radius: 0px;
  padding: 48px 68px 56px;
  position: relative;
}
.form__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
.form__title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1308px) {
  .form__title {
    font-size: calc(
            20px + 12 *
                ((100vw - 320px) / 988)
        );
  }
}
.form .arrow {
  position: absolute;
  right: 60px;
  top: 56px;
  max-width: 300px;
  text-align: right;
}
.form .arrow::before {
  position: absolute;
  content: "";
  right: -35px;
  bottom: -60px;
  height: 81px;
  width: 25px;
  background: url("../img/icons/curve.svg") center center/cover no-repeat;
}
.form__text {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
@media (max-width: 1308px) {
  .form__text {
    font-size: calc(
            13px + 1 *
                ((100vw - 320px) / 988)
        );
  }
}
.form__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 20px;
}
.form label {
  transition: 0.3s;
  max-width: 286px;
  width: 100%;
  position: relative;
}
.form label p {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 6px;
}
.form label.active {
  padding-bottom: 10px;
}
.form label.active .error {
  display: block;
}
.form label.active input {
  border: 1px solid #e53434;
}
.form__input {
  background: #222225;
  border-radius: 4px;
  padding: 18px 20px;
  border: none;
  transition: 0.3s;
  border: 1px solid rgba(63, 61, 62, 0);
  height: 54px;
  outline: none;
  color: #ffffff;
  width: 100%;
}
.form__input:hover {
  border: 1px solid #3f3d3e;
}
.form__input:focus {
  border: none;
	box-shadow: 0 0 0 1px #555;
}
.form__input:not(:placeholder-shown) {
  border: 1px solid #555;
}
.form .after-send {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form .after-send .form__text {
  color: #7f808a;
  margin-bottom: 40px;
}
.form .after-send .form__title {
  margin-bottom: 8px;
}
.form__btn {
  background: #f2f2f2;
  border-radius: 60px;
  padding: 16px 60px;
  font-weight: 600;
  border: none;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}
.form__btn:hover{
  background: #fff;
}
.btn.form__btn:active{
  background: #999;
}
.form__link {
  border: 1px solid #4d9a40;
  border-radius: 60px;
  padding: 16px 35px 16px 62px;
  font-weight: 600;
  display: block;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4d9a40;
  position: relative;
}
.form__link::before {
  position: absolute;
  content: "";
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/icons/tg.svg") center center/cover no-repeat;
}
.form__privacy {
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  left: 66px;
  bottom: 45px;
  color: #7f808a;
}
@media (max-width: 1308px) {
  .form__privacy {
    font-size: calc(
            12px + 1 *
                ((100vw - 320px) / 988)
        );
  }
}
.form .btn {
  white-space: nowrap;
}

.about {
  padding: 80px 0;
}
.about .container {
  padding-right: 0;
}
.about__title {
  margin-bottom: 40px;
}
.about__cards {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
}
.about__cards-inner {
  overflow-x: auto;
}
.about__card {
  max-width: 404px;
  width: 100%;
  background: #f4f4f4;
  display: block;
}
.about__card:last-child {
  margin-right: 20px;
}
.about__card img {
  max-width: 404px;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.about__card:hover .about__card-title {
  color: #a5806a;
}
.about__card:hover .about__btn {
  background: #a5806a;
}
.about__card:hover .about__btn::before {
  filter: brightness(100);
}
.about__content {
  padding: 20px 24px;
}
.about__tags {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.about__tag {
  border: 1px solid #dadada;
  border-radius: 60px;
  padding: 8px 16px;
  font-size: 16px;
}
@media (max-width: 1308px) {
  .about__tag {
    font-size: calc(
            12px + 4 *
                ((100vw - 320px) / 988)
        );
  }
}
.about__card-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 58px;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (max-width: 1308px) {
  .about__card-title {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 988)
        );
  }
}
.about__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.about__card-text {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1308px) {
  .about__card-text {
    font-size: calc(
            13px + 1 *
                ((100vw - 320px) / 988)
        );
  }
}
.about__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  transition: 0.3s;
}
.about__btn::before {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/icons/arrow-brown.svg") center center/cover no-repeat;
}

.questions {
  background: #f4f4f4;
  padding: 80px 0;
}
.questions__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
}
.questions__inner {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  max-width: 512px;
  width: 100%;
}
.questions__links {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.questions__link {
  text-align: center;
  width: 100%;
  display: block;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 26px 34px;
}
.questions__link img {
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
}
.questions__text {
  margin-bottom: 6px;
}
.questions__green {
  color: #41bc2d;
  text-decoration: underline;
}
.questions__brown {
  color: #a5806a;
  text-decoration: underline;
}
.accordion__item.active .accordion__icon {
  transform: rotate(90deg);
}
.accordion__item.active .accordion__content {
  max-height: 100%;
  opacity: 1;
  padding: 20px 0;
}
.accordion__item.active .accordion__control {
  color: #020205;
}
.accordion__item:first-child .accordion__control {
  border-top: 1px solid #dadada;
}
.accordion__control {
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  border: none;
  background: transparent;
  color: #7f808a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 24px 0;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 1308px) {
  .accordion__control {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 988)
        );
  }
}
.accordion__control:hover {
  color: #020205;
}
.accordion__title {
  text-align: left;
}
.accordion__icon {
  display: block;
  transition: 0.3s;
  width: 12px;
  height: 12px;
  filter: contrast(0.3);
  transform: rotate(-90deg);
  background: url("../img/icons/arrow.svg") center center/cover no-repeat;
}
.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
  will-change: max-height;
  box-sizing: content-box;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 80px;
  border-bottom: 1px solid #ffffff22;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  padding: 8px 0;
  width: 140px;
  margin-right: 60px;
}
.header__logo img {
  width: 100%;
}
.header__telegram {
  height: 80px;
  display: block;
  position: relative;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  position: relative;
}
.header__telegram::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  background: url("../img/icons/tg.svg") center center/cover no-repeat;
  transform: translate(-50%, -50%);
	transition: all 3s ease;
	border-radius: 15px;
}
.header__telegram::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  background: url("../img/icons/tg-white.svg") center center/cover no-repeat;
  transform: translate(-50%, -50%);
	transition: all 3s ease;
	border-radius: 15px;
  animation: changeColor 2s infinite;
	animation-direction: alternate;
}
@keyframes changeColor {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.header__phone {
  padding: 0 25px;
}
.header__phone p {
  font-weight: 600;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
	margin-bottom: 0;
}
.header__phone img {
  display: none;
}
.header .nav__list {
  position: relative;
}
.header .nav__list::before {
  transition: 0.5s;
  position: absolute;
  content: "";
  left: 0;
  bottom: -29px;
  height: 0px;
  width: 100%;
  background: #fff;
}
.header .nav__list:hover::before {
  height: 2px;
}
.header .menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #111;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  right: -100%;
  transition: 0.3s;
  overflow-y: auto;
}
.header .menu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header .menu__logo {
  position: absolute;
  top: 26px;
  left: 12px;
}
.header .menu__logo img {
  width: 272px;
}
.header .menu__wrapper {
  max-width: 1308px;
  width: 100%;
  margin: 0 auto;
  padding: 160px 20px 50px;
  padding-top: 10%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  gap: 30px;
}
.header .menu__left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 404px;
}
.header .menu__left p {
  color: #7f808a;
}
.header .menu__item {
  margin-bottom: 40px;
}
.header .menu__item a {
  transition: 0.3s;
}
.header .menu__item a:hover {
  color: #f2f2f2 !important;
}
.header .menu__item-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7f808a;
}
.header .menu__item-text {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #ffffff !important;
}
@media (max-width: 1308px) {
  .header .menu__item-text {
    font-size: calc(
            16px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}
.header .menu__socials {
  margin-top: auto;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.header .menu__socials svg path {
  transition: 0.3s;
}
.header .menu__socials svg:hover path:first-child {
  fill: #FFF;
}
.header .menu .after-send .form__text {
  margin-bottom: 40px;
}
.header .menu .after-send .form__title {
  margin-bottom: 8px;
}
.header .menu .nav {
  display: none;
}
.header .menu .form {
  padding: 48px 108px;
  max-width: 728px;
  width: 100%;
}
.header .menu .form__inner {
  flex-direction: column;
  align-items: center;
}
.header .menu .form__title {
  margin-bottom: 8px;
}
.header .menu .form label {
  max-width: 100%;
  margin-bottom: 16px;
}
.header .menu .form label:nth-child(2) {
  margin-bottom: 32px;
}
.header .menu .form__text {
  text-align: center;
  max-width: 321px;
  position: static;
}
.header .menu .form__text::before {
  height: 0;
}
.header .menu .form__content {
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
.header .menu .form__privacy {
  text-align: center;
  position: static;
  color: #7f808a;
}

.nav {
  padding-right: 38px;
  margin: 0 auto;
}
.nav__lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
	margin-bottom: 0;
}
.nav__link {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 20px;
  color: #ffffff;
}
.map {
  background: #020205;
  padding: 80px 0;
}
.map__content #map {
  border-radius: 8px;
  overflow: hidden;
}
.map__text-mobile {
  display: none;
}
.map__wrapper {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.map__title {
  color: #ffffff;
  max-width: 530px;
}
.map__title span {
  color: #FFF;
}
.map__text {
  color: #ffffff;
  max-width: 530px;
}
.map__inner {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 723px 1fr;
  gap: 28px;
}
.map__advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.map__advantage {
  background: #020205;
  padding: 32px 40px 32px 108px;
  border: 1px solid #3f3d3e;
  border-radius: 8px;
  position: relative;
}
.map__advantage::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  left: 40px;
}
.map__advantage:first-child::before {
  background: url("../img/icons/trophy-svgrepo-com.svg") center center/cover no-repeat;
}
.map__advantage:last-child::before {
  background: url("../img/icons/location-svgrepo-com.svg") center center/cover no-repeat;
}
.map__advantage-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
@media (max-width: 1308px) {
  .map__advantage-title {
    font-size: calc(
            17px + 3 *
                ((100vw - 320px) / 988)
        );
  }
}
.map__advantage-text {
  color: #ffffff;
}
.map .slider {
  position: relative;
  max-width: 512px;
  width: 100%;
}
.map .slider__wrapper {
  height: 100%;
}
.map .slider__slide {
  width: 100%;
  height: 100%;
  padding: 40px 76px;
  text-align: center;
  background: #222225;
  border-radius: 8px;
  flex-shrink: 0;
}
.map .slider__slide img {
  border-radius: 50%;
  margin-bottom: 32px;
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.map .slider__title {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 1308px) {
  .map .slider__title {
    font-size: calc(
            19px + 5 *
                ((100vw - 320px) / 988)
        );
  }
}
.map .slider__text {
  color: #ffffff;
}
.map .slider .swiper-button-next,
.map .slider .swiper-button-prev {
  background-color: #343436;
  background-image: url(../img/icons/arrow.svg);
}
.map .slider .swiper-button-next {
  left: 20px;
}
.map .slider .swiper-button-prev {
  right: 20px;
  transform: rotate(180deg) translateY(50%);
}
.map #map {
  position: relative;
}
.map #map .swiper-pagination {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.map #map .swiper-pagination-bullet {
  display: block;
  cursor: pointer;
}
.map #map .swiper-pagination-bullet:hover::before {
  border: 1px solid #020205;
}
.map #map .swiper-pagination-bullet::before {
  background: #ffffff;
  position: absolute;
  border-radius: 60px;
  padding: 8px 16px;
  font-size: 13px;
  z-index: 2;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
@media (max-width: 1308px) {
  .map #map .swiper-pagination-bullet::before {
    font-size: calc(
            12px + 1 *
                ((100vw - 320px) / 988)
        );
  }
}
.map #map .swiper-pagination-bullet::after {
  position: absolute;
  z-index: 1;
  content: "";
}
.map #map .swiper-pagination-bullet:nth-child(1)::after {
  left: 46%;
  top: 53%;
  width: 29px;
  height: 22.5px;
  background: url("../img/icons/arrow-map-1.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet:nth-child(1)::before {
  left: 50%;
  top: 50%;
  content: "Сыроварня";
}
.map #map .swiper-pagination-bullet:nth-child(2)::before {
  left: 45%;
  bottom: 28%;
  content: "Молочная ферма";
}
.map #map .swiper-pagination-bullet:nth-child(2)::after {
  left: 45%;
  bottom: 34%;
  width: 68.5px;
  height: 32px;
  background: url("../img/icons/arrow-map-2.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet:nth-child(3)::before {
  left: 25%;
  bottom: 4%;
  content: "Лесные тропы для трекинга";
}
.map #map .swiper-pagination-bullet:nth-child(3)::after {
  left: 20%;
  bottom: 10%;
  width: 122px;
  height: 24px;
  background: url("../img/icons/arrow-map-3.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet:nth-child(4)::before {
  left: 17%;
  bottom: 23%;
  content: "Рыболовный пруд";
}
.map #map .swiper-pagination-bullet:nth-child(4)::after {
  left: 14%;
  bottom: 20%;
  width: 93px;
  height: 14.5px;
  background: url("../img/icons/arrow-map-4.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet:nth-child(5)::before {
  left: 26%;
  bottom: 36%;
  content: "Конюшня";
}
.map #map .swiper-pagination-bullet:nth-child(5)::after {
  left: 24%;
  bottom: 42%;
  width: 63px;
  height: 31px;
  background: url("../img/icons/arrow-map-5.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet:nth-child(6)::before {
  left: 3%;
  bottom: 42%;
  content: "Крытый манеж";
}
.map #map .swiper-pagination-bullet:nth-child(6)::after {
  left: 11%;
  bottom: 48%;
  width: 93.5px;
  height: 16px;
  background: url("../img/icons/arrow-map-6.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet:nth-child(7)::before {
  left: 23%;
  bottom: 52%;
  content: "Чайный домик, ресторан";
}
.map #map .swiper-pagination-bullet:nth-child(7)::after {
  left: 20%;
  bottom: 55%;
  width: 27px;
  height: 10px;
  background: url("../img/icons/arrow-map-7.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet:nth-child(8)::before {
  left: 25%;
  bottom: 64%;
  content: "Банный комплекс";
}
.map #map .swiper-pagination-bullet:nth-child(8)::after {
  left: 21%;
  bottom: 67%;
  width: 30.5px;
  height: 10px;
  background: url("../img/icons/arrow-map-8.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet:nth-child(9)::before {
  left: 20%;
  top: 14%;
  content: "Площадка для йоги у реки";
}
.map #map .swiper-pagination-bullet:nth-child(9)::after {
  left: 22%;
  top: 20%;
  width: 76.5px;
  height: 29px;
  background: url("../img/icons/arrow-map-9.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet:nth-child(10)::before {
  left: 6%;
  top: 5%;
  content: "Пляж";
}
.map #map .swiper-pagination-bullet:nth-child(10)::after {
  left: 10.5%;
  top: 11%;
  width: 25.5px;
  height: 17.5px;
  background: url("../img/icons/arrow-map-10.svg") center center/cover no-repeat;
}
.map #map .swiper-pagination-bullet-active::before {
  color: #ffffff;
  background: #020205;
  border: 1px solid #020205;
}

.footer {
  background: #111;
  padding: 48px 0 32px;
}
.footer__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
.footer__left {
  max-width: 410px;
  width: 100%;
}
.footer__logo img {
  width: 180px;
  height: 72px;
  margin-bottom: 60px;
}
.footer__about {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #7f808a;
}
@media (max-width: 1308px) {
  .footer__about {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 988)
        );
  }
}
.footer__text {
  color: #7f808a;
}
.footer__right {
  margin-top: 30px;
}
.footer__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1308px) {
  .footer__title {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 988)
        );
  }
}
.footer__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 70px;
  margin-bottom: 60px;
}
.footer__item a {
  text-decoration-line: underline;
  color: #ffffff;
  transition: 0.3s;
}
.footer__item a:hover {
  color: #f2f2f2;
}
.footer__item p {
  color: #ffffff;
  max-width: 300px;
}
.footer__item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1308px) {
  .footer__item-title {
    font-size: calc(
            12px + 2 *
                ((100vw - 320px) / 988)
        );
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  margin-bottom: 20px;
}
.footer__socials svg path {
  transition: 0.3s;
}
.footer__socials svg:hover path:first-child {
  fill: #f2f2f2;
}
.footer__copyright {
  display: inline-block;
}
.footer__copyright p {
  text-align: center;
  color: #7f808a;
}
.footer__copyright a {
  color: #ffffff;
}
.footer .nav {
  margin-bottom: 84px;
}
.footer .nav__link {
  transition: 0.3s;
}
.footer .nav__link:hover {
  color: #f2f2f2;
}

.burger {
  cursor: pointer;
  z-index: 150;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ffffff22;
  padding: 0 24px;
}
.burger__btn {
  position: relative;
  height: 32px;
  width: 32px;
}
.burger__btn::before, .burger__btn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  top: 20px;
  border-radius: 10px;
  transition: 0.3s;
}
.burger__btn::after {
  top: 10px;
}
.burger.active {
  border-left: 1px solid rgba(108, 108, 108, 0);
}
.burger.active .burger__btn {
  transition: 0.3s;
}
.burger.active .burger__btn::before, .burger.active .burger__btn::after {
  top: 15px;
  background: #7f808a;
}
.burger.active .burger__btn::before {
  transform: rotate(45deg);
}
.burger.active .burger__btn::after {
  transform: rotate(-45deg);
}

.close {
  position: absolute;
  top: 30px;
  right: 5px;
  cursor: pointer;
  font-size: 30px;
  color: rgb(187, 187, 187);
  z-index: 10;
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.modal {
  max-width: 1000px;
  width: 100%;
  display: none;
  position: relative;
}

.modal-overlay--visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.modal--visible {
  display: block;
}

@media (max-width: 1455px) {
  .header .container {
    padding: 0 0 0 20px;
  }
  .nav__lists {
    gap: 30px;
  }
  .nav__link {
    font-size: 13px;
  }
  .header__logo {
    margin-right: 20px;
  }
  .nav {
    padding-right: 15px;
  }
  .header__phone p {
    display: none;
  }
  .header__phone img {
    display: block;
  }
  .investment__price {
    right: 30px;
  }
}
@media (max-width: 1200px) {
  .map__inner {
    grid-template-columns: 550px 1fr;
  }
  #map .swiper-pagination-bullet:nth-child(1)::before {
    left: 65%;
  }
  #map .swiper-pagination-bullet:nth-child(1)::after {
    left: 61%;
  }
  #map .swiper-pagination-bullet:nth-child(2)::before {
    left: 58%;
  }
  #map .swiper-pagination-bullet:nth-child(2)::after {
    left: 58%;
  }
  #map .swiper-pagination-bullet:nth-child(3)::before {
    left: 28%;
  }
  #map .swiper-pagination-bullet:nth-child(3)::after {
    left: 23%;
  }
  #map .swiper-pagination-bullet:nth-child(4)::before {
    left: 20%;
  }
  #map .swiper-pagination-bullet:nth-child(4)::after {
    left: 17%;
  }
  #map .swiper-pagination-bullet:nth-child(5)::before {
    left: 35%;
  }
  #map .swiper-pagination-bullet:nth-child(5)::after {
    left: 31%;
  }
  #map .swiper-pagination-bullet:nth-child(6)::before {
    left: 3%;
  }
  #map .swiper-pagination-bullet:nth-child(6)::after {
    left: 14%;
  }
  #map .swiper-pagination-bullet:nth-child(7)::before {
    left: 28%;
  }
  #map .swiper-pagination-bullet:nth-child(7)::after {
    left: 25%;
  }
  #map .swiper-pagination-bullet:nth-child(8)::before {
    left: 32%;
  }
  #map .swiper-pagination-bullet:nth-child(8)::after {
    left: 28%;
  }
  #map .swiper-pagination-bullet:nth-child(9)::before {
    left: 26%;
  }
  #map .swiper-pagination-bullet:nth-child(9)::after {
    left: 28%;
  }
  #map .swiper-pagination-bullet:nth-child(10)::before {
    left: 8%;
  }
  #map .swiper-pagination-bullet:nth-child(10)::after {
    left: 13.5%;
  }
  .footer__left {
    max-width: 27%;
  }
  .form__content {
    flex-direction: column;
  }
  .form label {
    max-width: 400px;
  }
  .profitability .form__text {
    text-align: center;
    position: relative !important;
    right: 0px;
    top: 0px;
    margin-bottom: 20px;
    width: 290px;
  }
  .profitability .form__text::before {
    right: 0px;
    bottom: -44px;
    width: 19px;
    height: 62px;
  }
  .form__link {
    width: 242px;
    padding: 16px 40px 16px 62px;
    margin: 0 auto;
  }
  .form__inner {
    align-items: flex-end;
  }
  .form__inner:last-child {
    gap: 0;
  }
}
@media (max-width: 1025px) {
  .main__profitably {
    max-width: 500px;
  }
  .map__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    overflow: hidden;
  }
  #map {
    margin-left: 0px;
    transform: translateX(-80px);
  }
}
@media (max-width: 1025px) and (max-width: 1308px) {
  #map {
    margin-left: calc(
            300px + -300 *
                ((100vw - 320px) / 988)
        );
  }
}
@media (max-width: 1025px) {
  #map img {
    width: 728px;
    height: 520px;
  }
}
@media (max-width: 1025px) {
  .map .swiper-pagination-bullet:nth-child(1)::after {
    left: 46%;
    top: 53%;
  }
  .map .swiper-pagination-bullet:nth-child(1)::before {
    left: 50%;
  }
  .map .swiper-pagination-bullet:nth-child(2)::before {
    left: 45%;
  }
  .map .swiper-pagination-bullet:nth-child(2)::after {
    left: 45%;
  }
  .map .swiper-pagination-bullet:nth-child(3)::before {
    left: 25%;
  }
  .map .swiper-pagination-bullet:nth-child(3)::after {
    left: 20%;
  }
  .map .swiper-pagination-bullet:nth-child(4)::before {
    left: 17%;
  }
  .map .swiper-pagination-bullet:nth-child(4)::after {
    left: 14%;
  }
  .map .swiper-pagination-bullet:nth-child(5)::before {
    left: 26%;
  }
  .map .swiper-pagination-bullet:nth-child(5)::after {
    left: 24%;
  }
  .map .swiper-pagination-bullet:nth-child(6)::before {
    left: 3%;
  }
  .map .swiper-pagination-bullet:nth-child(6)::after {
    left: 11%;
  }
  .map .swiper-pagination-bullet:nth-child(7)::before {
    left: 23%;
  }
  .map .swiper-pagination-bullet:nth-child(7)::after {
    left: 20%;
  }
  .map .swiper-pagination-bullet:nth-child(8)::before {
    left: 25%;
  }
  .map .swiper-pagination-bullet:nth-child(8)::after {
    left: 21%;
  }
  .map .swiper-pagination-bullet:nth-child(9)::before {
    left: 20%;
  }
  .map .swiper-pagination-bullet:nth-child(9)::after {
    left: 22%;
  }
  .map .swiper-pagination-bullet:nth-child(10)::before {
    left: 6%;
  }
  .map .swiper-pagination-bullet:nth-child(10)::after {
    left: 10.5%;
  }
}
@media (max-width: 1025px) {
  .footer__items {
    column-gap: 24px;
  }
}
@media (max-width: 1025px) {
  .footer__right {
    margin-top: 0;
  }
}
@media (max-width: 1025px) {
  .footer__left {
    max-width: 40%;
  }
}
@media (max-width: 1025px) {
  .profitability__item img,
  .menu .form {
    display: none;
  }
}
@media (max-width: 1025px) {
  .profitability__item {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    margin-bottom: 60px;
  }
}
@media (max-width: 1025px) {
  .cottage__cards {
    grid-template-columns: repeat(1, 0.7fr);
    justify-content: center;
    gap: 18px;
  }
}
@media (max-width: 1025px) {
  .hotel__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-content: center;
  }
}
@media (max-width: 1025px) {
  .hotel__card img {
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .hotel__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
@media (max-width: 1025px) {
  .cost__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (max-width: 1025px) {
  .hotel__percent {
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px;
  }
}
@media (max-width: 1025px) {
  .cost__text {
    margin-bottom: 32px;
  }
}
@media (max-width: 1025px) {
  .cost {
    position: relative;
    padding-bottom: 300px;
  }
}
@media (max-width: 1025px) {
  .cost__items {
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .cost__manager {
    max-width: 500px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1025px) {
  .property__img {
    display: none;
  }
}
@media (max-width: 1025px) {
  .property__inner {
    justify-content: center;
  }
}
@media (max-width: 1025px) {
  .property__item {
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .property__inner:first-child {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1025px) {
  .property__texts {
    align-self: baseline;
  }
}
@media (max-width: 1025px) {
  .property__items {
    margin-right: 0;
  }
}
@media (max-width: 1025px) {
  .map__wrapper {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 1025px) {
  .map__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1025px) {
  .map__advantages {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1025px) {
  .map__advantage {
    padding: 68px 24px 32px;
    text-align: center;
  }
}
@media (max-width: 1025px) {
  .map__advantage::before {
    top: 38px;
    transform: translateY(-50%);
    left: 50%;
  }
}
@media (max-width: 1025px) {
  .map__title {
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .investment__price {
    right: 40%;
    top: 300px;
    transform: translateX(50%);
  }
}
@media (max-width: 1025px) {
  .investment__title {
    max-width: 500px;
  }
}
@media (max-width: 1025px) {
  .capital__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1025px) {
  .capital__item:nth-child(1) {
    border-radius: 8px 0px 0px 0px;
  }
  .capital__item:nth-child(2) {
    border-radius: 0px 8px 0px 0px;
  }
  .capital__item:nth-child(3) {
    border-radius: 0px 0px 0px 8px;
  }
  .capital__item:nth-child(4) {
    border-radius: 0px 0px 8px 0px;
  }
}
@media (max-width: 1025px) {
  .nav {
    display: none;
  }
}
@media (max-width: 1025px) {
  .header__logo {
    margin-right: auto;
  }
}
@media (max-width: 1025px) {
  .main {
    padding-top: 150px;
  }
}
@media (max-width: 1025px) and (max-height: 750px) {
  .main {
    padding-top: calc(
            0px + 150 *
                ((100vh - 420px) / 330)
        );
  }
}
@media (max-width: 1025px) {
  .main__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1025px) {
  .capital__inner {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1025px) {
  .capital__images {
    transform: translateX(60px);
  }
}
@media (max-width: 1025px) {
  .main__btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 86px;
  }
}
@media (max-width: 1025px) {
  .header .menu .nav {
    display: block;
    padding-bottom: 32px;
    border-bottom: 1px solid #3f3d3e;
    max-width: 404px;
    width: 100%;
  }
  .header .menu__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 80px;
  }
  .header .nav__lists {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .header .menu__logo img {
    width: 122px;
  }
  .header .menu__left {
    align-items: center;
  }
  .header .menu__socials {
    padding-top: 20px;
    justify-content: center;
  }
  .header .menu__item {
    margin-bottom: 20px;
  }
  .header .menu__item-title {
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .header .nav__list:hover::before {
    height: 0;
  }
  .header__telegram,
  .header__phone,
  .burger {
    padding: 0 16px;
  }
  .header,
  .header__telegram,
  .burger {
    height: 60px;
  }
  .header__logo {
    width: 122px;
    padding-right: 10px;
  }
  .map__text-mobile {
    display: block;
  }
  .map__text-mobile li {
    padding: 6px 12px;
    display: inline-block;
    background: #ffffff;
    border-radius: 60px;
    position: absolute;
    font-size: 11px;
    height: 28px;
  }
  .map__text-mobile li::after {
    position: absolute;
    content: "";
  }
  .map__text-mobile li:nth-child(1) {
    left: 34%;
    top: 65%;
  }
  .map__text-mobile li:nth-child(1)::after {
    left: 66%;
    bottom: 100%;
    width: 41px;
    height: 53px;
    background: url("../img/icons/arrow-map-1-mobile.svg") center center/cover no-repeat;
  }
  .map__text-mobile li:nth-child(2) {
    left: 36%;
    bottom: 19%;
  }
  .map__text-mobile li:nth-child(2)::after {
    left: 65%;
    bottom: 100%;
    width: 8px;
    height: 83px;
    background: url("../img/icons/arrow-map-2-mobile.svg") center center/cover no-repeat;
  }
  .map__text-mobile li:nth-child(3) {
    left: 14%;
    bottom: 4%;
  }
  .map__text-mobile li:nth-child(3)::after {
    left: 20%;
    bottom: 100%;
    width: 47px;
    height: 27.5px;
    background: url("../img/icons/arrow-map-3-mobile.svg") center center/cover no-repeat;
  }
  .map__text-mobile li:nth-child(4) {
    left: 18%;
    bottom: 22%;
  }
  .map__text-mobile li:nth-child(4)::after {
    left: -34px;
    bottom: -48%;
    width: 93px;
    height: 13.5px;
    background: url("../img/icons/arrow-map-4.svg") center center/cover no-repeat;
  }
  .map__text-mobile li:nth-child(5) {
    left: 31%;
    bottom: 45%;
  }
  .map__text-mobile li:nth-child(5)::after {
    left: -64%;
    bottom: 42%;
    width: 47px;
    height: 8px;
    background: url("../img/icons/arrow-map-5-mobile.svg") center center/cover no-repeat;
  }
  .map__text-mobile li:nth-child(6) {
    left: 15%;
    bottom: 38%;
  }
  .map__text-mobile li:nth-child(6)::after {
    left: 48%;
    bottom: 98%;
    width: 25px;
    height: 42px;
    background: url("../img/icons/arrow-map-6-mobile.svg") center center/cover no-repeat;
  }
  .map__text-mobile li:nth-child(7) {
    left: 23%;
    bottom: 54%;
  }
  .map__text-mobile li:nth-child(7)::after {
    left: -20%;
    bottom: 29%;
    width: 30px;
    height: 10px;
    background: url("../img/icons/arrow-map-7.svg") center center/cover no-repeat;
  }
  .map__text-mobile li:nth-child(8) {
    left: 25%;
    bottom: 64%;
  }
  .map__text-mobile li:nth-child(8)::after {
    left: -25%;
    bottom: 33%;
    width: 30.5px;
    height: 10px;
    background: url("../img/icons/arrow-map-8.svg") center center/cover no-repeat;
  }
  .map__text-mobile li:nth-child(9) {
    left: 22%;
    top: 14%;
  }
  .map__text-mobile li:nth-child(9)::after {
    left: 2%;
    top: 100%;
    width: 76.5px;
    height: 29px;
    background: url("../img/icons/arrow-map-9.svg") center center/cover no-repeat;
  }
  .map__text-mobile li:nth-child(10) {
    left: 15%;
    top: 5%;
  }
  .map__text-mobile li:nth-child(10)::after {
    left: -18.5%;
    top: 100%;
    width: 39px;
    height: 17px;
    background: url("../img/icons/arrow-map-10-mobile.svg") center center/cover no-repeat;
  }
  #map .swiper-pagination-bullet-active::before {
    color: #000;
    background: #fff;
  }
  .map .slider {
    padding-bottom: 50px;
  }
  .map .slider .swiper-button-next,
  .map .slider .swiper-button-prev {
    display: none;
  }
  #map {
    transform: translateX(-70px);
    position: relative;
  }
  .map__slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateY(30px);
  }
  .map__slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3f3d3e;
    display: block;
  }
  .map__slider .swiper-pagination-bullet-active {
    background: #fff;
  }
  .check {
    width: 72px;
    height: 72px;
  }
  .check::before {
    width: 20px;
    left: 32px;
    top: 36px;
  }
  .check::after {
    width: 10px;
    left: 28px;
    top: 39px;
  }
  .investment__img {
    height: 560px;
  }
  .investment__img img {
    height: 560px;
  }
  * {
    line-height: 18px;
  }
  .hotel {
    padding-bottom: 50px;
  }
  .footer {
    padding: 40px 0;
  }
  .capital,
  .investment,
  .map,
  .infrastructure,
  .property,
  .cottage,
  .profitability,
  .about,
  .questions {
    padding: 60px 0;
  }
  .footer__wrapper {
    flex-direction: column;
    max-width: 650px;
    gap: 40px;
  }
  .footer__left {
    max-width: 100%;
  }
  .footer__logo img {
    width: 154px;
    height: 50px;
    margin-bottom: 24px;
  }
  .footer__about,
  .footer__title {
    display: none;
  }
  .footer__items {
    margin-bottom: 40px;
  }
  .footer__socials {
    gap: 20px;
    margin-bottom: 16px;
    justify-content: center;
  }
  .footer__copyright {
    text-align: center;
    width: 100%;
  }
  .questions__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .questions {
    position: relative;
    padding-bottom: 270px;
  }
  .questions__link {
    padding: 32px 12px;
    min-width: 145px;
    height: 180px;
    max-width: 300px;
  }
  .questions__inner {
    max-width: 100%;
  }
  .questions__links {
    flex-direction: row;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: calc(100% - 40px);
  }
  .questions__title {
    margin-bottom: 28px;
  }
  .about__cards {
    min-width: 488px;
    overflow-x: auto;
    gap: 16px;
  }
  .about__tag {
    padding: 8px 9px;
  }
  .about__content {
    padding: 12px 16px;
  }
  .about__tags {
    gap: 4px;
  }
  .about__card-title {
    margin-bottom: 20px;
    line-height: 22px;
    min-height: 44px;
  }
  .about__card img {
    height: 180px;
  }
  .form__inner {
    flex-direction: column;
  }
  .form label {
    max-width: 100%;
  }
  .form__privacy {
    position: static;
  }
  .form__inner-btn {
    width: 100%;
    margin-bottom: 48px;
  }
  .profitability .form__text-inner {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .form__link {
    width: calc(100% - 27px);
    margin: 0 auto 0 0;
  }
  .form__btn {
    margin-bottom: 12px;
    width: 100%;
  }
  .video__btn {
    width: 60px;
    height: 60px;
  }
  .video__btn:hover {
    background: transparent;
  }
  .video__btn:hover::before {
    filter: invert(0);
  }
  .video__btn::before {
    width: 12px;
    height: 12px;
  }
  .cottage__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .hotel__card-inner {
    padding: 12px;
  }
  .cost__item {
    padding: 28px 18px;
  }
  .cost {
    padding-bottom: 370px;
  }
  .cost__manager {
    max-width: calc(100% - 40px);
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 28px;
    text-align: center;
  }
  .cost__manager-img img {
    width: 88px;
    height: 88px;
  }
  .property__item {
    padding: 40px 20px;
  }
  .property__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .property__item:first-child {
    border-radius: 8px 8px 0px 0px;
  }
  .property__item:last-child {
    border-radius: 0px 0px 8px 8px;
  }
  .property__percents {
    gap: 63px;
  }
  .property__percent:first-child::before {
    right: -27px;
  }
  .tabs .swiper-button-next,
  .tabs .swiper-button-prev {
    display: none;
  }
  .tabs__list {
    margin-bottom: 10px;
  }
  .map .slider__slide {
    padding: 28px 20px 138px;
  }
  .map .slider__slide img {
    width: 140px;
    height: 140px;
  }
  .map__advantage::before {
    width: 28px;
    height: 28px;
  }
  .investment__price {
    top: 225px;
    right: 49%;
    padding: 32px 24px 40px;
    width: 90%;
  }
  .investment__btn {
    padding: 14px 20px;
    width: 100%;
  }
  .investment__tags {
    overflow-x: auto;
  }
  .investment__tag {
    padding: 10px 12px;
    white-space: nowrap;
  }
  .investment__title {
    max-width: 400px;
    margin-bottom: 32px;
  }
  .title {
    line-height: 36px;
  }
  .capital__images img {
    width: 120px;
    height: 120px;
    border: 4px solid #ffffff;
  }
  .main__title {
    line-height: 44px;
  }
}
@media (max-width: 690px) {
  #map {
    transform: translateX(-50px);
  }
}
@media (max-width: 620px) {
  #map {
    transform: translateX(-20px);
  }
}
@media (max-width: 584px) {
  .main__btns {
    margin-bottom: 40px;
  }
  #map {
    transform: translateX(-10px);
  }
  .form {
    padding: 32px 20px 40px;
  }
  .form__link {
    padding-left: 45px;
  }
  .form__link::before {
    left: 20px;
  }
  .profitability__white {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 16px 12px;
  }
  .profitability__blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 8px;
  }
  .profitability__block {
    padding: 16px 8px;
  }
  .profitability__block:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .profitability__block:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .profitability__block:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .profitability__block:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .profitability__block:nth-child(5) {
    grid-area: 3/1/4/3;
  }
  .profitability__block:nth-child(6) {
    grid-area: 4/1/5/3;
  }
  .profitability__block-text {
    margin-bottom: 16px;
  }
  .profitability__item {
    margin-bottom: 20px;
  }
  .profitability__item-inner {
    padding: 28px 20px 40px;
  }
  .cottage__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .cottage__card {
    padding: 16px 16px 32px;
  }
  .cottage__tag {
    padding: 10px 12px;
  }
  .hotel__card img {
    height: 120px;
  }
  .capital__item {
    padding: 16px 12px 32px;
  }
  .capital__item img {
    margin-bottom: 28px;
  }
  .capital__item-title {
    line-height: 20px;
  }
  .capital__item img {
    width: 24px;
    height: 24px;
  }
}

.d-none {display:none;}
header {transition: all .6s cubic-bezier(.55,0,.1,1);}
header.fixed {position:fixed; transition: all .6s cubic-bezier(.55,0,.1,1);background-color:#EA592A;}


/* Update 02-2023 */
.header__phone {
	padding: 0 25px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main {
	padding-top: 240px;
}
.main__wrapper{
	align-items: center;
}
.main__title {
	color: #fff;
	font-weight: 400;
	font-size: 70px;
	line-height: 110%;
	text-transform: initial;
	max-width: 890px;
}
.main__subtitle {
	color: #fff;
	margin-bottom: 40px;
}
.main__btn.brown-btn {
	font-size: 16px;
	line-height: 22px;
	padding: 20px 48px;
	background-color: #b98a6f;
	border: 0px solid transparent;
	text-transform: uppercase;
}
.m_phone {
	display: none;
}
/* SM */
@media (max-width: 768px) {
	.header__phone {
		height: 60px;
		display: none;
	}
	.main__wrapper .main__title {
		font-size: 30px;
		line-height: 36px;
	}
	.main__btn.brown-btn {
		font-size: 14px;
	}
}


.main__callback {
	max-width: 330px;
	width: 100%;
	padding: 28px 24px 28px;
	background: #f4f4f4;
	border-radius: 8px;
	position: relative;
}
.main__callback-title {
  line-height: 28px;
  margin-bottom: 8px;
  font-size: 20px;
	text-align: center;
  text-transform: uppercase;
}