@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: url("https://static.tildacdn.com/tild6237-3732-4835-a661-303033663666/Gilroy-Light.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.tildacdn.com/tild3766-3635-4339-b131-353232653133/Gilroy-Regular.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("https://static.tildacdn.com/tild3934-3434-4466-b363-663236373039/Gilroy-Semibold.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("https://static.tildacdn.com/tild3134-3731-4833-a431-356161613035/Gilroy-Bold.woff") format("woff");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --green: #005347;
  --green-dark: #00483f;
  --green-text: #06493f;
  --orange: #c95a35;
  --orange-dark: #a9462a;
  --ink: #233a45;
  --muted: #6f7e83;
  --line: #d9dcda;
  --paper: #ffffff;
  --cream: #f7f3ee;
  --container: 1320px;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: "Gilroy", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

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

.page {
  background: #fff;
}

.hero {
  position: relative;
  min-height: 960px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 23%, rgba(255, 255, 255, 0.68) 45%, rgba(255, 255, 255, 0.08) 66%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, #fff 100%),
    url("../../../../crimea/src/assets/images/lagorossa_photo_04.png");
  background-position: center, center, 57% center;
  background-size: cover, cover, cover;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 88px, var(--container));
  margin: 0 auto;
  padding-top: 214px;
}

.hero h1 {
  max-width: 680px;
  color: var(--green-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero__content p {
  max-width: 510px;
  margin-top: 54px;
  color: #40555d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}

.hero__content .hero__start {
  margin-top: 0;
  margin-bottom: 28px;
  color: var(--orange);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 52px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition:
    background 170ms ease,
    border-color 170ms ease,
    color 170ms ease,
    transform 170ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  min-width: 326px;
  min-height: 74px;
  background: var(--orange);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.button--primary:hover {
  background: var(--orange-dark);
}

.investment {
  background: #fff;
}

.investment__inner {
  width: min(100% - 88px, var(--container));
  margin: 0 auto;
  padding: 72px 0 86px;
}

.investment h2,
.infrastructure h2,
.contacts h2 {
  color: var(--green-text);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.investment h2 {
  max-width: 920px;
  margin: 0 auto;
  font-size: 43px;
  line-height: 1.18;
  text-align: center;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
}

.benefit {
  min-height: 214px;
  padding: 0 70px;
  border-left: 1px solid var(--line);
}

.benefit:first-child {
  border-left: 0;
  padding-left: 28px;
}

.benefit:last-child {
  padding-right: 28px;
}

.benefit svg,
.infrastructure-card svg {
  width: 70px;
  height: 70px;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.benefit h3 {
  margin-top: 30px;
  color: var(--green-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.benefit p {
  margin-top: 18px;
  color: #425861;
  font-size: 16px;
  line-height: 1.65;
}

.infrastructure {
  background:
    radial-gradient(circle at 47% 40%, rgba(21, 120, 103, 0.45), rgba(0, 83, 71, 0) 42%),
    var(--green);
  color: #fff;
}

.infrastructure__inner {
  width: min(100% - 64px, 1360px);
  margin: 0 auto;
  padding: 52px 0 74px;
}

.infrastructure h2 {
  color: #fff;
  font-size: 43px;
  line-height: 1.16;
  text-align: center;
}

.section-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

.infrastructure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
}

.infrastructure-card img {
  width: 100%;
  height: 318px;
  object-fit: cover;
}

.infrastructure-card svg {
  margin-top: 44px;
  color: #f2b99d;
}

.infrastructure-card h3 {
  margin-top: 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.infrastructure-card p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: var(--cream);
}

.contacts__image {
  min-height: 520px;
  background-image: url("../../../../crimea/src/assets/images/lagorossa_photo_01.png");
  background-position: center;
  background-size: cover;
}

.contacts__panel {
  padding: 52px 70px 48px;
  background: linear-gradient(120deg, #fff 0%, #faf4ef 100%);
}

.contacts h2 {
  max-width: 520px;
  font-size: 51px;
  line-height: 1.1;
}

.contacts__panel > p {
  max-width: 550px;
  margin-top: 22px;
  color: #40555d;
  font-size: 17px;
  line-height: 1.55;
}

.lead-form {
  max-width: 610px;
  margin-top: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.lead-form__field {
  display: block;
}

.lead-form__field input {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border: 1px solid #d4d6d4;
  border-radius: 0;
  background: #fff;
  color: #33484f;
  font-size: 15px;
  font-weight: 400;
  outline: none;
}

.lead-form__field input::placeholder {
  color: #7b878b;
}

.lead-form__field input:focus {
  border-color: var(--orange);
}

.button--form {
  width: 326px;
  min-height: 62px;
  margin-top: 28px;
}

.lead-form__status {
  min-height: 20px;
  margin-top: 14px;
  color: #1c6948;
  font-size: 13px;
  line-height: 1.35;
}

.lead-form__note {
  max-width: 520px;
  margin-top: 2px;
  color: #768287;
  font-size: 12px;
  line-height: 1.45;
}

.lead-form__note a {
  color: var(--orange);
}

.footer {
  display: grid;
  gap: 4px;
  min-height: 80px;
  padding: 18px 32px 22px;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}

.footer p {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.metrika-pixel {
  position: absolute;
  left: -9999px;
}

@media (max-width: 1240px) {
  .hero {
    min-height: 880px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .benefit {
    padding-inline: 42px;
  }

  .infrastructure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 820px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 49%, rgba(255, 255, 255, 0.54) 100%),
      url("../../../../crimea/src/assets/images/lagorossa_photo_02.png");
    background-position: center, center;
  }

  .hero__content,
  .investment__inner {
    width: min(100% - 40px, var(--container));
  }

  .hero__content {
    padding-top: 88px;
  }

  .hero h1 {
    max-width: 620px;
    font-size: 52px;
  }

  .hero__content p {
    color: #29424c;
    font-size: 18px;
    font-weight: 600;
  }

  .benefits {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .benefit,
  .benefit:first-child,
  .benefit:last-child {
    min-height: auto;
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .benefit:first-child {
    border-top: 0;
  }

  .contacts {
    grid-template-columns: 1fr;
  }

  .contacts__image {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 620px;
  }

  .hero__content {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: 35px;
  }

  .hero__content p {
    margin-top: 20px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 34px rgba(29, 54, 61, 0.08);
    font-size: 16px;
    line-height: 1.55;
  }

  .hero__content .hero__start {
    padding: 0;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
  }

  .button--primary,
  .button--form {
    width: 100%;
    min-width: 0;
  }

  .investment__inner {
    padding: 52px 0 58px;
  }

  .investment h2,
  .infrastructure h2,
  .contacts h2 {
    font-size: 32px;
  }

  .infrastructure__inner {
    width: min(100% - 40px, 1360px);
    padding: 44px 0 52px;
  }

  .infrastructure-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .infrastructure-card img {
    height: 230px;
  }

  .infrastructure-card svg {
    width: 52px;
    height: 52px;
    margin-top: 24px;
  }

  .contacts__panel {
    padding: 36px 22px 42px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-inline: 22px;
  }
}
