@font-face {
  font-family: 'Manrope';
  src: url('/alliance_landing/font/Manrope-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: 'Forum';
  src: url('/alliance_landing/font/Forum-Regular.ttf');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --landing-green: #005d3f;
  --landing-text: #101010;
  --landing-muted: #5f5f5f;
  --landing-bg: #f5f5f5;
  --landing-card: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: var(--landing-text);
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-synthesis: none;
  background: #fff;
}

body {
  min-width: 320px;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

img,
video {
  display: block;
  max-width: 100%;
}

header {
  position: fixed;
  inset-block-start: 16px;
  inset-inline: 16px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}

header .left,
header .right,
header .left ul,
header .icons {
  display: flex;
  align-items: center;
}

header .left {
  gap: 36px;
}

header .left ul {
  margin: 0;
  padding: 0;
  gap: 32px;
  list-style: none;
}

header .left li a,
header .right .button p {
  color: #fff;
}

.menu svg {
  width: 234px;
  height: 30px;
}

header .right {
  gap: 24px;
}

header .icons {
  gap: 10px;
}

header .icons img {
  width: 24px;
  height: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
}

.button p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

#burger,
header label[for='burger'],
.burger-menu {
  display: none;
}

main {
  width: 100%;
}

main .first {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #1b1b1b;
}

main .first video {
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
}

main .first .content {
  position: absolute;
  inset-inline-start: 80px;
  inset-block-end: 96px;
  max-width: 720px;
  color: #fff;
}

main .first h1,
main .title h1,
main .product .content h1 {
  margin: 0 0 16px;
  font-family: 'Forum', Georgia, serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.95;
  font-weight: 400;
}

main .first h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 400;
}

main .second,
main .third,
main .fourth,
main .fifth,
main .sixth,
main .company,
main .count,
main .mission,
main .value,
main .title,
main .body,
main .product,
main .benefits {
  padding-inline: 80px;
}

main .second,
main .third,
main .fourth,
main .fifth,
main .sixth,
main .company,
main .count,
main .mission,
main .value,
main .body,
main .benefits {
  padding-block: 72px;
}

main .second {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 20px 40px;
  align-items: start;
}

main .second h3,
main .third h6,
main .fourth h2,
main .fifth h2,
main .sixth h4,
main .company h6,
main .mission h2,
main .value h2 {
  margin: 0 0 16px;
  font-size: 32px;
}

main .second p,
main .mission p,
main .company p,
main .value p,
main .contacts p,
main .body p {
  font-size: 18px;
  line-height: 1.6;
}

main .second .button {
  width: fit-content;
  border: 1px solid #000;
}

main .second .button p {
  color: #000;
}

main .second h3 {
  margin: 0;
  color: var(--landing-green);
  font-family: "Forum", Georgia, serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.86;
  letter-spacing: -0.8px;
  font-weight: 400;
}

main .second > p {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 3.5vw, 48px);
  line-height: 1.2;
  letter-spacing: -0.96px;
  font-weight: 500;
}

main .second > .button {
  grid-column: 2;
}

main .second > .button p {
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  font-weight: 500;
}

main .third {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 0 40px;
  align-items: start;
  background: var(--landing-bg);
}

main .third ul,
main .count ul,
main .value ul,
main .persons ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

main .third ul,
main .count ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

main .third li,
main .count li {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
}

main .third h4,
main .count h4 {
  margin: 0 0 10px;
  color: var(--landing-green);
  font-size: clamp(30px, 4vw, 52px);
}

main .third h6 {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-weight: 400;
}

main .third ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

main .third li {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

main .third h4 {
  margin: 0;
  color: var(--landing-green);
  font-family: "Forum", Georgia, serif;
  font-size: 80px;
  line-height: 0.8;
  letter-spacing: -0.36px;
  font-weight: 400;
}

main .third li p {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}

main .count {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 0 40px;
  align-items: start;
  background: transparent;
}

main .count h6 {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-weight: 400;
}

main .count ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

main .count li {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

main .count h4 {
  margin: 0;
  color: var(--landing-green);
  font-family: "Forum", Georgia, serif;
  font-size: 80px;
  line-height: 0.8;
  letter-spacing: -0.36px;
  font-weight: 400;
}

main .count li p {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}

.card_list,
.card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.card_list .card,
.card-list .card {
  overflow: hidden;
  border-radius: 24px;
  background: var(--landing-card);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card_list .card img,
.card-list .card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f8f8f8;
}

.card_list .text,
.card-list .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 22px 24px;
}

.card_list .text h3,
.card-list .text h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.card_list .text p,
.card-list .text p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.6;
}

main .fourth {
  background-color: #f5f5f5;
  display: grid;
  grid-template-columns: 5fr 1fr;
  align-items: center;
}

main .fourth h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 20px;
  color: var(--landing-green);
  font-family: "Forum", Georgia, serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.86;
  letter-spacing: -0.8px;
  font-weight: 400;
}

main .fourth > .button {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: fit-content;
  height: fit-content;
  border: 1px solid #c6c6c6;
}

main .fourth > .button p {
  color: #000;
}

main .fourth .card_list {
  grid-column: 1 / span 2;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0;
}

main .fourth .card_list .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

main .fourth .card_list .card a {
  color: #000;
  text-decoration: none;
}

main .fourth .card_list .card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  align-self: stretch;
  border-radius: 23px;
  background: #fff;
}

main .fourth .card_list .text {
  gap: 10px;
  padding: 0 20px;
  font-family: Manrope, Arial, Helvetica, sans-serif;
}

main .fourth .card_list .text h3 {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.64px;
  font-weight: 600;
}

main .fourth .card_list .text p {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 400;
}

main .fifth {
  background: var(--landing-green);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

main .fifth .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0;
}

main .fifth .header h2 {
  margin: 0;
  color: #fff;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-weight: 400;
}

main .fifth .buttons {
  display: flex;
  gap: 20px;
}

main .fifth .buttons button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

main .fifth .splide__slide {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

main .fifth .splide__slide > p {
  margin: 0;
  color: #fff;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.96px;
  font-weight: 700;
}

main .fifth .person {
  display: flex;
  align-items: center;
  gap: 20px;
}

main .fifth .person img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

main .fifth .person .info h5 {
  margin: 0 0 6px;
  color: #fff;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-weight: 400;
}

main .fifth .person .info p {
  margin: 0;
  color: #fff;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 400;
}

main .sixth ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

main .sixth {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 20px;
}

main .sixth > h4 {
  margin: 0;
  width: 70%;
  color: var(--landing-green);
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-weight: 400;
}

main .sixth li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 20px 0;
}

main .sixth li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #c6c6c6;
}

main .sixth .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

main .sixth .head h4 {
  margin: 0;
  width: auto;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-weight: 400;
}

main .sixth .body {
  margin-top: 16px;
}

main .sixth .body.none {
  display: none;
}

main .sixth .body p {
  margin: 0;
  color: var(--landing-muted);
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 400;
}

main .main-photo {
  position: relative;
  margin: 0 16px;
  padding-top: 120px;
}

main .main-photo img {
  width: 100%;
  border-radius: 24px;
}

main .main-photo p {
  position: absolute;
  inset-inline: 40px;
  inset-block-end: 40px;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
  font-weight: 600;
}

main.about-page .main-photo {
  margin: 0 16px;
  padding-top: 0;
  position: relative;
  text-align: center;
}

main.about-page .main-photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

main.about-page .main-photo p {
  inset-inline: auto;
  inset-block-end: 80px;
  left: 230px;
  width: 70%;
  text-align: center;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.64px;
  font-weight: 600;
}

main.about-page .company {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 0;
  padding: 80px;
}

main.about-page .company h6 {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-weight: 400;
}

main.about-page .company .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: none;
}

main.about-page .company .text span {
  color: var(--landing-green);
}

main.about-page .company .text h1 {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
}

main.about-page .company .text p {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-weight: 400;
}

main.about-page .count {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 0;
  padding: 80px;
}

main.about-page .count h6 {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-weight: 400;
}

main.about-page .count ul {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

main.about-page .count li {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

main.about-page .count h4 {
  margin: 0;
  color: var(--landing-green);
  font-family: "Forum", Georgia, serif;
  font-size: 80px;
  line-height: 0.8;
  letter-spacing: -0.36px;
  font-weight: 400;
}

main.about-page .count li p {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #000;
}

main.about-page .mission {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 80px;
  background: var(--landing-green);
  color: #fff;
  text-align: center;
  max-width: none;
}

main.about-page .mission img {
  width: auto;
  margin: 0;
}

main.about-page .mission h2 {
  margin: 0;
  color: #fff;
  font-family: "Forum", Georgia, serif;
  font-size: 80px;
  line-height: 0.86;
  letter-spacing: -0.8px;
  font-weight: 400;
}

main.about-page .mission p {
  margin: 0;
  color: #fff;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.64px;
  font-weight: 400;
}

main.about-page .value {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px;
}

main.about-page .value > h2 {
  margin: 0;
  color: var(--landing-green);
  font-family: "Forum", Georgia, serif;
  font-size: 80px;
  line-height: 0.86;
  letter-spacing: -0.8px;
  font-weight: 400;
}

main.about-page .value > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

main.about-page .value > ul > li {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

main.about-page .value > ul > li > h4 {
  margin: 0;
  color: var(--landing-green);
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  font-weight: 400;
}

main.about-page .value > ul > li > .text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

main.about-page .value > ul > li > .text::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 100%;
  height: 1px;
  background: #c6c6c6;
}

main.about-page .value > ul > li > .text h6 {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.64px;
  font-weight: 600;
}

main.about-page .value > ul > li > .text p {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 400;
}

main.about-page .value > .company {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
  padding: 0;
}

main.about-page .value > .company::before {
  content: "";
  position: absolute;
  top: -40px;
  width: 100%;
  height: 1px;
  background: #c6c6c6;
}

main.about-page .value > .company h2 {
  margin: 0;
  color: var(--landing-green);
  font-family: "Forum", Georgia, serif;
  font-size: 80px;
  line-height: 0.86;
  letter-spacing: -0.8px;
  font-weight: 400;
}

main.about-page .value > .company p {
  width: 67%;
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 400;
}

main.about-page .persons ul {
  display: grid;
  grid-template-columns: 3fr 3fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

main.about-page .persons li {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

main.about-page .persons li img {
  width: 305px;
  height: 400px;
  flex: 0 0 305px;
  margin-bottom: 0;
  border-radius: 20px;
  object-fit: cover;
}

main.about-page .persons li .content {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 0 20px 20px;
}

main.about-page .persons li .up {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

main.about-page .persons li .up h3 {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.64px;
  font-weight: 600;
}

main.about-page .persons li .up p,
main.about-page .persons li .content > p {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 400;
}

main.about-page .persons li .up p {
  color: #6e6e6e;
}

main .company .text,
main .mission,
main .value .company {
  max-width: 920px;
}

main .mission {
  text-align: center;
  background: #f6fbf8;
}

main .mission img {
  margin: 0 auto 20px;
  width: 90px;
}

main .value ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 32px;
}

main .value li,
main .persons li {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

main .value li {
  display: flex;
  gap: 20px;
}

main .value li h4 {
  min-width: 56px;
  margin: 0;
  color: var(--landing-green);
  font-size: 32px;
}

main .persons ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

main .persons li img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 18px;
}

main .title {
  padding-top: 160px;
  padding-bottom: 64px;
  background: var(--landing-green);
  color: #fff;
}

main.contacts-page {
  background-color: var(--landing-bg);
}

main.contacts-page .title {
  padding: 80px;
  background: transparent;
  color: #000;
}

main.contacts-page .title h1 {
  margin: 0;
  color: #000;
  font-family: "Forum", Georgia, serif;
  font-size: 80px;
  line-height: 0.86;
  letter-spacing: -0.8px;
  font-weight: 400;
}

main.contacts-page .body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  padding: 80px;
  background-color: #fff;
}

main.contacts-page .body .left ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

main.contacts-page .body .left li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

main.contacts-page .body .left img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border: 10px solid var(--landing-bg);
  border-radius: 50%;
  background-color: var(--landing-bg);
}

main.contacts-page .body .left .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

main.contacts-page .body .left .text h6 {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  font-weight: 400;
}

main.contacts-page .body .left .text p {
  margin: 0;
  color: #6e6e6e;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 400;
}

main.contacts-page .map-wrap {
  width: 100%;
  height: 260px;
  max-height: 260px;
  overflow: hidden;
}

main.contacts-page #map {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

main.contacts-page #map,
main.contacts-page #map > div,
main.contacts-page #map iframe,
main.contacts-page #map canvas {
  height: 100% !important;
  max-height: 260px !important;
}

main .body {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 32px;
}

main .body .left ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

main .body .left li {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 20px;
  background: #f6fbf8;
}

main .body .left img {
  width: 28px;
  height: 28px;
}

#map {
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background: #eef5f1;
}

main .product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 32px;
  padding-top: 160px;
  padding-bottom: 56px;
  background: var(--landing-green);
}

main .product > a img {
  width: 100%;
  border-radius: 28px;
  background: #fff;
}

main .product .content {
  color: #fff;
  align-self: center;
}

main .product .content p {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}

main .benefits {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 32px;
}

main .benefits .content,
main .benefits .photo {
  min-width: 0;
}

main .benefits .content h3 {
  margin: 0 0 16px;
}

main .benefits .content p,
main .benefits .content li,
main .benefits .content div {
  font-size: 17px;
  line-height: 1.75;
}

main .benefits .photo {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

main .benefits .photo img,
.news-photo {
  width: 100%;
  border-radius: 24px;
  background: #f5f5f5;
}

main .header {
  padding: 160px 80px 40px;
  background: var(--landing-green);
  color: #fff;
}

main .header > a {
  display: inline-block;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.85);
}

main .header > p {
  margin: 0 0 20px;
  font-size: 18px;
  opacity: 0.85;
}

main .social-media {
  display: flex;
  gap: 14px;
}

main .social-media img {
  width: 34px;
  height: 34px;
}

.news-photo {
  margin: 32px 80px 0;
  width: calc(100% - 160px);
}

main.products-page .title {
  padding: 80px;
  background-color: var(--landing-green);
  color: #fff;
}

main.products-page .title h1 {
  margin: 0;
  color: #fff;
  font-family: "Forum", Georgia, serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.86;
  letter-spacing: -0.8px;
  font-weight: 400;
}

main.products-page .card-list {
  padding: 80px;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

main.products-page .card-list .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

main.products-page .card-list .card a {
  color: #000;
  text-decoration: none;
}

main.products-page .card-list .card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  align-self: stretch;
  border-radius: 23px;
  background: #fff;
}

main.products-page .card-list .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  font-family: Manrope, Arial, Helvetica, sans-serif;
}

main.products-page .card-list .text h3 {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.64px;
  font-weight: 600;
}

main.products-page .card-list .text h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 10px 10px;
  padding: 3px 35px;
  border-radius: 15px;
  background: #015d3f;
  color: #fff;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.32px;
  font-weight: 600;
}

main.products-page .card-list .text p {
  margin: 0;
  color: #000;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 400;
}

footer {
  padding: 32px 80px;
  background: var(--landing-bg);
}

footer .up,
footer .down,
footer .left,
footer .left .icons,
footer .right ul,
footer .down .info {
  display: flex;
}

footer .up,
footer .down {
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

footer .up {
  padding-bottom: 24px;
}

footer .left {
  flex-direction: column;
  gap: 18px;
}

footer .right ul {
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

footer .left .icons,
footer .down .info {
  gap: 14px;
}

footer .down {
  padding-top: 24px;
  border-top: 1px solid #d3d3d3;
}

@media (max-width: 991px) {
  header {
    padding: 14px 18px;
  }

  header .left ul,
  header .icons,
  header > .right > .button {
    display: none;
  }

  .menu svg {
    width: 156px;
    height: 20px;
  }

  main .second,
  main .third,
  main .fourth,
  main .fifth,
  main .sixth,
  main .company,
  main .count,
  main .mission,
  main .value,
  main .title,
  main .body,
  main .product,
  main .benefits,
  main .header,
  footer {
    padding-inline: 20px;
  }

  .news-photo {
    width: calc(100% - 40px);
    margin-inline: 20px;
  }

  main.products-page .title {
    padding: 120px 20px 20px;
  }

  main.contacts-page .title {
    padding: 200px 20px 20px;
  }

  main.contacts-page .title h1 {
    font-size: 40px;
    line-height: 0.86;
    letter-spacing: -0.4px;
  }

  main.contacts-page .body {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  main.contacts-page .body .left .text h6 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }

  main.contacts-page .body .left .text p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.24px;
  }

  main.contacts-page .map-wrap {
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: none;
  }

  main.contacts-page #map,
  main.contacts-page #map > div,
  main.contacts-page #map iframe,
  main.contacts-page #map canvas {
    max-height: none !important;
  }

  main.contacts-page #map {
    max-height: none;
  }

  main.products-page .title h1 {
    font-size: 40px;
    letter-spacing: -0.4px;
  }

  main.products-page .card-list {
    padding: 20px;
    grid-template-columns: 1fr;
  }

  main.products-page .card-list .text {
    padding: 0;
  }

  main.products-page .card-list .text h3 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    font-weight: 400;
  }

  main.products-page .card-list .text h3 span {
    margin: 8px 0 8px 10px;
    padding: 3px 20px;
    font-size: 18px;
  }

  main.products-page .card-list .text p {
    font-size: 14px;
    line-height: 1.4;
  }

  main .first .content {
    inset-inline: 20px;
    inset-block-end: 40px;
    max-width: none;
  }

  main.about-page .main-photo {
    position: static;
    margin: 0;
    border-radius: 0;
    transform: scale(1.3);
    transform-origin: top center;
    background-color: #878488;
  }

  main.about-page .main-photo img {
    border-radius: 0;
  }

  main.about-page .main-photo p {
    left: 0;
    right: 0;
    bottom: 20px;
    width: auto;
    margin: auto;
    inset-inline: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
    font-weight: 400;
  }

  main.about-page .company {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 80px 20px 20px;
  }

  main.about-page .company h6 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
  }

  main.about-page .company .text {
    gap: 10px;
  }

  main.about-page .company .text h1 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }

  main.about-page .company .text p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  main.about-page .count {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  main.about-page .count h6 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
  }

  main.about-page .count ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  main.about-page .count h4 {
    font-size: 48px;
    line-height: 0.86;
    letter-spacing: -0.48px;
  }

  main.about-page .count li p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }

  main.about-page .mission {
    gap: 10px;
    padding: 20px;
  }

  main.about-page .mission img {
    width: 80px;
    height: 80px;
  }

  main.about-page .mission h2 {
    font-size: 40px;
    line-height: 0.86;
    letter-spacing: -0.4px;
  }

  main.about-page .mission p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }

  main.about-page .value {
    gap: 20px;
    padding: 40px 20px;
  }

  main.about-page .value > h2,
  main.about-page .value > .company h2 {
    font-size: 40px;
    line-height: 0.86;
    letter-spacing: -0.4px;
  }

  main.about-page .value > ul {
    grid-template-columns: 1fr;
  }

  main.about-page .value > ul > li {
    gap: 10px;
  }

  main.about-page .value > ul > li > h4 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }

  main.about-page .value > ul > li > .text {
    gap: 10px;
  }

  main.about-page .value > ul > li > .text::before {
    top: -10px;
  }

  main.about-page .value > ul > li > .text h6 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    font-weight: 400;
  }

  main.about-page .value > ul > li > .text p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  main.about-page .value > .company p {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  main.about-page .value > .company h2 {
    padding-right: 100px;
  }

  main.about-page .persons ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  main.about-page .persons li {
    flex-direction: column;
    gap: 10px;
  }

  main.about-page .persons li img {
    width: 100%;
    height: auto;
    flex: none;
    max-width: none;
    max-height: none;
  }

  main.about-page .persons li .content {
    padding: 0;
  }

  main.about-page .persons li .up h3 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    font-weight: 400;
  }

  main.about-page .persons li .up p,
  main.about-page .persons li .content > p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  main .third ul,
  main .count ul,
  .card_list,
  .card-list,
  main .value ul,
  main .persons ul,
  main .body,
  main .product,
  main .benefits,
  main .second,
  main .sixth {
    grid-template-columns: 1fr;
  }

  main .second {
    gap: 20px;
  }

  main .third {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  main .third h6 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
  }

  main .third ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  main .third h4 {
    font-size: 48px;
    line-height: 0.86;
    letter-spacing: -0.48px;
  }

  main .third li p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }

  main .count {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  main .count h6 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
  }

  main .count ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  main .count h4 {
    font-size: 48px;
    line-height: 0.86;
    letter-spacing: -0.48px;
  }

  main .count li p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }

  main .second h3 {
    font-size: 40px;
    letter-spacing: -0.4px;
  }

  main .second > p {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }

  main .second > .button {
    grid-column: auto;
  }

  main .fifth {
    gap: 20px;
  }

  main .fourth {
    grid-template-columns: 1fr;
  }

  main .fourth h2 {
    font-size: 40px;
    letter-spacing: -0.4px;
  }

  main .fourth .card_list {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  main .fourth .card_list .text h3 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    font-weight: 400;
  }

  main .fourth .card_list .text p {
    font-size: 14px;
    line-height: 1.4;
  }

  main .fourth > .button {
    grid-column: auto;
    grid-row: 3;
    justify-self: start;
  }

  main .fifth .splide__slide {
    gap: 20px;
  }

  main .fifth .splide__slide > p {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.56px;
    font-weight: 400;
  }

  main .fifth .person .info h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
    font-weight: 600;
  }

  main .fifth .person .info p {
    font-size: 14px;
    line-height: 1.4;
  }

  main .sixth > h4 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
  }

  main .sixth .head h4 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
    font-weight: 600;
  }

  main .sixth .body p {
    font-size: 14px;
    line-height: 1.4;
  }

  main .product {
    padding-top: 120px;
  }

  main .title {
    padding-top: 120px;
  }

  main .main-photo p {
    inset-inline: 20px;
    inset-block-end: 20px;
  }

  footer .up,
  footer .down {
    flex-direction: column;
  }

  footer .right ul {
    text-align: left;
  }
}
