:root {
  --font-family: "Inter", sans-serif;
  --max-section-width: 90rem;
  --white: #fff;
  --black: #000;
  --significant_blue: #0067B2;
  --light_blue: #E2F0FB;
  --neutral_blue: #547E9D;
  --basic_black: #202A30;
  --additional_blue: #297BBE;
  --extralight_blue: #f8fcfd;
  --pattern_blue: #1775b9;
  --placeholder_gray: rgba(10, 10, 10, 0.5);
  --black--500: rgba(255, 255, 255, 0.502);
  --black--100: rgba(255, 255, 255, 0.102);
  --black--250: rgba(226, 240, 251, 0.25);
  --accent_red: #FB2C36;
  --headings--h1: 3.75rem;
  --headings--h2: 3.5rem;
  --headings--h3: 3rem;
  --headings--h4: 2.25rem;
  --headings--h5: 2rem;
  --subtitle--l: 1.375rem;
  --subtitle--m: 1.125rem;
  --subtitle--s: 1rem;
  --body--l: 1.375rem;
  --body--m: 1.125rem;
  --body--s: 1rem;
  --body--xxs: 0.75rem;
  --links--l: 1.375rem;
  --links--m: 1.125rem;
  --links--s: 1rem;
  --links--xs: 0.875rem;
  --font-weight--700: 700;
  --font-weight--600: 600;
  --font-weight--500: 500;
  --font-weight--400: 400;
  --font-weight--300: 300;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
q,
cite {
  display: block;
}
q::after,
cite::after,
q::before,
cite::before {
  content: none;
}
a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
img,
svg {
  opacity: 1;
}
ul,
ol {
  list-style: none;
}
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-family: var(--font-family);
}
.contentWrapper {
  max-width: var(--max-section-width);
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 36rem) {
  .contentWrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.heading-1 {
  font-size: var(--headings--h1);
  font-style: normal;
  font-weight: var(--font-weight--600);
  line-height: 100%;
  /* 60px */
}
.heading-2 {
  font-size: var(--headings--h2);
  font-style: normal;
  font-weight: var(--font-weight--600);
  line-height: normal;
  letter-spacing: -1.68px;
}
.heading-3 {
  font-size: var(--headings--h3);
  font-style: normal;
  font-weight: var(--font-weight--700);
  line-height: 110%;
  /* 52.8px */
}
.heading-4 {
  font-size: var(--headings--h4);
  font-style: normal;
  font-weight: var(--font-weight--700);
  line-height: 110%;
  /* 39.6px */
  letter-spacing: -0.72px;
}
.heading-5 {
  font-size: var(--headings--h5);
  font-style: normal;
  font-weight: var(--font-weight--300);
  line-height: 110%;
  /* 35.2px */
  letter-spacing: -0.72px;
}
.subtitle-regular-l {
  font-size: var(--subtitle--l);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 127.273%;
  /* 28px */
}
.subtitle-regular-m {
  font-size: var(--subtitle--m);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 155.556%;
  /* 28px */
}
.subtitle-regular-s {
  font-size: var(--subtitle--s);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 150%;
  /* 24px */
}
.subtitle-semibold-l {
  font-size: var(--subtitle--l);
  font-style: normal;
  font-weight: var(--font-weight--600);
  line-height: 110%;
  /* 24.2px */
}
.subtitle-semibold-m {
  font-size: var(--subtitle--m);
  font-style: normal;
  font-weight: var(--font-weight--600);
  line-height: 155.556%;
  /* 28px */
}
.subtitle-semibold-s {
  font-size: var(--subtitle--s);
  font-style: normal;
  font-weight: var(--font-weight--600);
  line-height: 150%;
  /* 24px */
}
.subtitle-bold-l {
  font-size: var(--subtitle--l);
  font-style: normal;
  font-weight: var(--font-weight--700);
  line-height: 127.273%;
  /* 28px */
}
.subtitle-bold-m {
  font-size: var(--subtitle--m);
  font-style: normal;
  font-weight: var(--font-weight--700);
  line-height: 155.556%;
  /* 28px */
}
.subtitle-bold-s {
  font-size: var(--subtitle--s);
  font-style: normal;
  font-weight: var(--font-weight--700);
  line-height: 150%;
  /* 24px */
}
.body-regular-l {
  font-size: var(--body--l);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 150%;
  /* 30px */
}
.body-regular-m {
  font-size: var(--body--m);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 150%;
  /* 27px */
}
.body-regular-s {
  font-size: var(--body--s);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 150%;
  /* 24px */
}
.link-l {
  font-size: var(--links--l);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 110%;
  /* 19.8px */
  letter-spacing: -0.54px;
}
.link-m {
  font-size: var(--links--m);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 120%;
  /* 24px */
}
.link-s {
  font-size: var(--links--s);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 110%;
  /* 17.6px */
}
.link-xs {
  font-size: var(--links--xs);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 142.857%;
  /* 20px */
}
.nav {
  width: 100%;
  border-bottom: 1px solid var(--light_blue);
  position: relative;
}
.nav__container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__item--active .nav__link {
  font-weight: var(--font-weight--600);
}
.nav__logo-image {
  max-width: 10rem;
  width: 100%;
  height: auto;
}
.nav__toggle {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
.nav__menu {
  z-index: 1000;
  max-width: 56.688rem;
  width: 100%;
}
.nav__menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.nav__menu--active {
  opacity: 1;
  visibility: visible;
  max-width: 100%;
}
.nav__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.nav__link {
  text-wrap: nowrap;
  letter-spacing: normal;
}
.nav__item--active .nav__link::before {
  content: "• ";
  color: var(--light_blue);
}
.nav__item--active .nav__link {
  margin-right: 1rem;
}
.nav__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
.nav__icon--close {
  display: none;
}
.nav__toggle--active .nav__icon--open {
  display: none;
}
.nav__toggle--active .nav__icon--close {
  display: block;
}
@media (min-width: 62rem) {
  .nav__toggle {
    display: none;
  }
  .nav__item--active .nav__link {
    margin-right: 0;
  }
  .nav__menu {
    position: static;
    height: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    margin-left: 2rem;
  }
  .nav__list {
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 2.5rem;
  }
  .nav__link {
    --links--l: 1.2rem;
    position: relative;
  }
  .nav__item--active .nav__link::before {
    position: absolute;
    left: -1rem;
  }
  .nav__logo-image {
    max-width: 15.625rem;
  }
}
.nav__menu a {
  transition: color 0.3s ease;
}
.nav__menu a:hover {
  color: var(--significant_blue);
}
.nav__item--dropdown {
  position: relative;
  text-align: center;
}
.nav__dropdown {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  padding: 0;
}
.nav__item--dropdown.active .nav__dropdown {
  max-height: 37.5rem;
  opacity: 1;
  padding-top: 1rem;
}
@media (min-width: 62rem) {
  .nav__item--dropdown {
    text-align: left;
  }
  .nav__dropdown {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    min-width: max-content;
    border-radius: 1rem;
    border: 1px solid var(--light_blue);
    padding: 1rem;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  }
  .nav__item--dropdown:hover .nav__dropdown {
    opacity: 1;
    max-height: 37.5rem;
  }
}
@media (min-width: 75rem) {
  .nav__link {
    --links--l: 1.375rem;
  }
}
.main-page-hero__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "img1 img1 img2 img2" "text1 text1 text1 img3" "img4 img4 img4 img4" "img5 text2 text2 text2" "img6 img6 img6 img6";
}
.main-page-hero {
  width: 100%;
}
.main-page-hero img {
  max-width: 100%;
  max-height: 16.875rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1.5px solid var(--white);
}
.main-page-hero__img-1 {
  grid-area: img1;
}
.main-page-hero__img-2 {
  grid-area: img2;
}
.main-page-hero__img-3 {
  grid-area: img3;
}
.main-page-hero__img-4 {
  grid-area: img4;
}
.main-page-hero__img-5 {
  grid-area: img5;
}
.main-page-hero__img-6 {
  grid-area: img6;
}
.main-page-hero__box {
  grid-area: bg;
  background-color: var(--significant_blue);
  border: 1.5px solid var(--white);
  display: none;
}
.main-page-hero__text-1 {
  grid-area: text1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid var(--white);
  padding: 1rem;
  min-width: 0;
}
.main-page-hero__text-1 h1,
.main-page-hero__text-2 h2 {
  max-width: 100%;
  word-break: break-word;
}
.main-page-hero__heading {
  color: var(--significant_blue);
  --headings--h1: clamp(1.3rem, calc(0.4583rem + 3.2vw), 3.625rem);
  text-align: center;
}
.main-page-hero__heading-2 {
  color: var(--light_blue);
  --headings--h5: clamp(1rem, calc(0.6667rem + 1.4815vw), 2rem);
  text-align: center;
}
.main-page-hero__text-2 {
  grid-area: text2;
  background-color: var(--significant_blue);
  border: 1.5px solid var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  min-width: 0;
}
.main-page-hero {
  width: 100%;
}
.hero-splide,
.hero-splide .splide__track,
.hero-splide .splide__list,
.hero-splide .splide__slide {
  height: 100%;
}
.hero-splide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 48rem) {
  .main-page-hero {
    max-height: 50.625rem;
  }
  .main-page-hero__text-2 {
    padding: 1.5rem;
  }
  .main-page-hero__box {
    display: block;
  }
  .main-page-hero__heading {
    text-align: left;
  }
  .main-page-hero__heading-2 {
    text-align: left;
  }
  .main-page-hero__content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "img1 img1 img2 img2 bg" "text1 text1 img3 img4 img4" "img5 img5 text2 text2 img6";
  }
}
@media (min-width: 62rem) {
  .main-page-hero__text-2 {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 87.5rem) {
  .main-page-hero__text-1 {
    justify-content: end;
    padding: 1.5rem 3.375rem;
  }
  .main-page-hero__text-2 {
    padding: 1.5rem 3.375rem;
  }
}
.dot-heading {
  color: var(--significant_blue);
  --headings--h4: 1.6rem;
  border-bottom: 1px solid var(--light_blue);
  padding: 0.75rem 1rem;
}
.dot-heading::before {
  content: "• ";
  color: var(--light_blue);
}
.dot-heading--light {
  color: var(--light_blue);
}
.main-offer-grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
}
.main-offer-grid__item-number {
  color: var(--light_blue);
  font-size: var(--headings--h4);
  font-weight: var(--font-weight--400);
  line-height: 110%;
}
.main-offer-grid__item-title {
  --headings--h4: 1.6rem;
  color: var(--basic_black);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.main-offer-grid__item-description {
  color: var(--neutral_blue);
  --body--m: 1rem;
}
.main-offer-grid__item-image {
  max-width: 100%;
  max-height: 15.5rem;
  width: 100%;
  object-fit: cover;
}
.main-offer-grid__item {
  border-left: 1px solid var(--light_blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.main-offer-grid__item--last {
  border-right: 1px solid var(--light_blue);
}
.main-offer-grid__item-content-wrapper {
  padding: 0 1rem;
}
.link-button__arrow {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  background: var(--light_blue);
}
.main-offer {
  padding: 3rem 0;
}
.link-button {
  display: flex;
  height: 4.35rem;
  padding-left: 1.75rem;
  padding-right: 0.75rem;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  border-radius: 3.125rem;
  text-align: center;
  text-wrap: nowrap;
  line-height: 150%;
  cursor: pointer;
  transition: 0.2s ease;
}
.link-button__outline {
  border: 0.8px solid var(--light_blue);
  color: var(--significant_blue) !important;
}
.link-button__outline--light {
  border: 0.8px solid var(--light_blue);
  color: var(--light_blue) !important;
}
.link-button__primary {
  background-color: var(--significant_blue);
  color: var(--light_blue) !important;
  gap: 0.188rem;
  border: none;
  font-weight: var(--font-weight--700);
}
.link-button--full-width {
  width: 100%;
  justify-content: center;
}
.link-button__outline:hover {
  border: 0.8px solid var(--significant_blue);
  color: var(--significant_blue) !important;
}
.link-button__outline--light:hover {
  color: var(--light_blue) !important;
  border: 0.8px solid var(--additional_blue);
}
.link-button__secondary {
  background: var(--light_blue);
  border: none;
  gap: 0.5rem;
  color: var(--significant_blue) !important;
  font-weight: var(--font-weight--700);
  box-shadow: -11px 44px 13px 0 rgba(6, 43, 71, 0), -7px 28px 12px 0 rgba(6, 43, 71, 0.01), -4px 16px 10px 0 rgba(6, 43, 71, 0.05), -2px 7px 7px 0 rgba(6, 43, 71, 0.09), 0 2px 4px 0 rgba(6, 43, 71, 0.1);
}
.link-button__secondary:hover {
  color: var(--significant_blue) !important;
  background-color: var(--white);
}
.link-button--two-icons {
  padding: 1rem 2rem;
}
.link-button--big {
  font-size: var(--links--m);
}
.link-button__secondary .link-button__arrow {
  width: auto;
  height: auto;
}
.main-offer-grid__description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
  padding: 2rem 1rem;
  padding-bottom: 1rem;
  flex-direction: column;
  gap: 1.5rem;
}
.main-offer-grid__text {
  max-width: 50rem;
  color: var(--neutral_blue);
  --headings--h5: 1.2rem;
}
@media (min-width: 36rem) {
  .dot-heading {
    padding: 0.75rem 1.5rem;
  }
  .main-offer-grid__description {
    padding: 2rem 1.5rem;
    align-items: flex-start;
  }
  .main-offer-grid__item-content-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 48rem) {
  .dot-heading {
    --headings--h4: 2.25rem;
  }
  .main-offer-grid__item-description {
    --body--m: 1.125rem;
  }
  .main-offer-grid__text {
    --headings--h5: 1.5rem;
  }
  .main-offer-grid__item-title {
    --headings--h4: 2.25rem;
    margin-bottom: 1.375rem;
    margin-top: 1.375rem;
  }
}
@media (min-width: 62rem) {
  .main-offer {
    padding: 5.125rem 0;
  }
  .main-offer-grid__item-content-wrapper {
    padding: 0 1.375rem;
  }
  .main-offer-grid__item {
    padding-top: 27.5rem;
    margin-top: 0;
    gap: 2.625rem;
  }
  .main-offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .dot-heading {
    padding: 0.75rem 5.125rem;
  }
  .main-offer-grid__description {
    flex-direction: row;
    padding-top: 2.438rem;
    gap: 0;
    position: absolute;
    top: 3.875rem;
    left: 3.875rem;
    right: 3.875rem;
    z-index: 1;
  }
  .main-offer-grid__text {
    --headings--h5: 2rem;
  }
}
.main-realization-categories {
  padding: 3rem 0;
}
.main-realization-categories__item {
  width: 17.5rem;
  height: 26.25rem;
  position: relative;
  display: block;
  overflow: hidden;
}
.main-realization-categories__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.main-realization-categories__item:hover .main-realization-categories__item-image {
  transform: scale(1.08);
}
.main-realization-categories__box {
  display: flex;
  padding: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background-color: var(--white);
  overflow-wrap: break-word;
}
.main-realization-categories__box-heading {
  font-size: 1.1rem;
  font-weight: var(--font-weight--700);
  color: var(--significant_blue);
  line-height: 110%;
  letter-spacing: -1px;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}
.main-realization-categories__box-description {
  display: flex;
  gap: 0.75rem;
  --links--l: 1rem;
  color: var(--basic_black);
}
.main-realization-categories__content-desktop {
  display: none;
}
.main-realization-categories__content-mobile {
  display: flex;
  gap: 0.25rem;
  margin-top: 2.625rem;
}
@media (min-width: 48rem) {
  .main-realization-categories__box-heading {
    font-size: 1.563rem;
  }
  .main-realization-categories__box-description {
    --links--l: 1.125rem;
  }
}
@media (min-width: 62rem) {
  .main-realization-categories {
    padding: 5.125rem 0;
  }
}
@media (min-width: 75rem) {
  .main-realization-categories__content-desktop {
    display: flex;
    gap: 0.25rem;
    margin-top: 2.625rem;
  }
  .main-realization-categories__content-mobile {
    display: none;
  }
}
.main-references {
  background-color: var(--significant_blue);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.main-references__heading {
  max-width: var(--max-section-width);
  margin: 0 auto;
}
.main-references__item {
  background-color: var(--additional_blue);
  position: relative;
  z-index: 1;
  padding: 2.625rem 5.125rem;
  width: fit-content;
  margin: 2rem 0;
  height: fit-content;
  opacity: 1;
}
.main-references__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
.main-references__item::before {
  content: url("../assets/icons/quote.svg");
  position: absolute;
  z-index: 1;
  left: 1.688rem;
  bottom: -1.375rem;
}
.main-references__item::after {
  content: url("../assets/icons/quote.svg");
  position: absolute;
  z-index: 1;
  right: 1.688rem;
  top: -1.375rem;
}
.main-references__item-image {
  max-width: 11rem;
  width: 11rem;
  height: auto;
  width: 100%;
  transition: 0.1s ease;
}
#references-splide {
  margin-top: 3.25rem;
}
#references-splide .splide__slide {
  display: flex !important;
  justify-content: center !important;
}
#references-splide .splide__arrow {
  background: transparent !important;
  opacity: 1 !important;
}
@media (min-width: 36rem) {
  .main-references__item {
    opacity: 0.6;
  }
  .main-references__item-image {
    width: 7.25rem;
    max-width: 7.25rem;
  }
  #references-splide .splide__slide.is-active .main-references__item {
    opacity: 1;
  }
  #references-splide .splide__slide.is-active .main-references__item-image {
    max-width: 11rem;
    width: 11rem;
  }
  #references-splide .splide__slide.is-active {
    width: 21.25rem !important;
  }
}
@media (min-width: 62rem) {
  .main-references {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
}
.main-trust {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}
.main-trust__logo {
  max-width: 100%;
  height: auto;
}
.main-trust__content {
  padding: 2.125rem 1.375rem;
}
.main-about-us {
  padding-top: 3rem;
  padding-bottom: 2.125rem;
}
.main-about-us__description-wrapper {
  padding: 0 1.375rem 0 1.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
.main-about-us__description-heading {
  color: var(--basic_black);
  --headings--h4: 1.6rem;
}
.main-about-us__description-text {
  color: var(--neutral_blue);
  --body--m: 1rem;
}
.main-about-us__content-line {
  padding-top: 2rem;
  padding-bottom: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid var(--light_blue);
}
.main-about-us__image {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 36rem) {
  .main-about-us__description-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 48rem) {
  .main-about-us__description-heading {
    --headings--h4: 2.25rem;
  }
  .main-about-us__description-text {
    --body--m: 1.125rem;
  }
}
@media (min-width: 62rem) {
  .main-about-us__content {
    padding-left: 5.125rem;
    padding-right: 5.125rem;
  }
  .main-about-us__content-line {
    flex-direction: row;
    gap: 0;
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
  .main-about-us__description-wrapper {
    width: 50%;
  }
  .main-about-us__image {
    width: 50%;
  }
  .main-about-us {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
}
.footer {
  background-color: var(--basic_black);
  width: 100%;
}
.footer-navigation__item {
  font-weight: var(--font-weight--600);
  line-height: 110%;
  color: var(--light_blue);
}
.footer-contacts__heading {
  color: var(--black--500);
  margin-bottom: 0.75rem;
}
.footer-contacts__link,
.footer__rodo-link {
  color: var(--light_blue) !important;
}
.realizations__link-wrapper .link-l,
.footer-navigation__link,
.footer__rodo-link {
  position: relative;
}
.footer-contacts__link {
  display: block;
  margin-bottom: 0.75rem;
  transition: border-color 0.2s ease;
  width: fit-content;
  position: relative;
}
a.footer-contacts__link:hover,
.footer-navigation__link:hover,
.footer__rodo-link:hover {
  color: var(--light_blue);
}
a.footer-contacts__link::after,
.footer-navigation__link::after,
.footer__rodo-link::after,
.realizations__link-wrapper .link-l::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.3s ease;
}
a.footer-contacts__link:hover::after,
.footer-navigation__link:hover::after,
.realizations__link-wrapper .link-l:hover::after,
.footer__rodo-link:hover::after {
  width: 100%;
}
.footer-navigation {
  width: 100%;
  border: 1px solid var(--black--100);
  padding: 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
}
.footer-contacts__heading--last {
  margin-top: 2.5rem;
}
.footer-contacts {
  width: 100%;
  border: 1px solid var(--black--100);
  padding: 2.625rem;
}
.footer-navigation__list {
  padding: 2.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-contacts__outer-wrapper {
  padding: 0;
}
.footer-contacts__socials-wrapper {
  padding: 1.375rem 0;
  display: flex;
  gap: 1.688rem;
}
.footer-contacts__socials-wrapper a {
  transition: 0.2s ease;
}
.footer-contacts__socials-wrapper a:hover {
  scale: 1.1;
}
.footer__logo-rodo-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.25rem 0;
  gap: 2rem;
}
.footer__rodo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
}
.footer-contacts__social-link {
  transition: 0.2s ease;
}
.footer-contacts__social-link:hover {
  scale: 1.1;
}
.footer__logo {
  max-width: 18.75rem;
  width: 100%;
  height: auto;
}
@media (min-width: 48rem) {
  .footer__content {
    flex-direction: row;
  }
  .footer__rodo {
    margin-left: 5.625rem;
  }
  .footer__logo-rodo-content {
    flex-direction: row;
    gap: 0;
  }
  .footer-contacts__outer-wrapper {
    padding: 2.625rem 0;
  }
  .footer-contacts {
    width: 50%;
    padding: 0 0 0 2.125rem;
  }
  .footer-navigation {
    width: 50%;
    padding: 2.375rem 0;
  }
}
@media (min-width: 62rem) {
  .footer__wrapper {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.about-us-hero {
  padding-top: 3rem;
  padding-bottom: 2.125rem;
}
.about-us-hero__description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
.about-us-hero__description-heading {
  color: var(--basic_black);
  --headings--h4: 1.6rem;
}
.about-us-hero__description-text {
  color: var(--neutral_blue);
  --body--m: 1rem;
}
.about-us-hero__content-line {
  padding-top: 2rem;
  padding-bottom: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-us-hero__image {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
@media (min-width: 36rem) {
  .about-us-hero__description-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 48rem) {
  .about-us-hero__description-heading {
    --headings--h4: 2.25rem;
  }
  .about-us-hero__description-text {
    --body--m: 1.125rem;
  }
}
@media (min-width: 62rem) {
  .about-us-hero__content {
    padding-left: 5.125rem;
    padding-right: 5.125rem;
  }
  .about-us-hero__content-line {
    flex-direction: row;
    gap: 0;
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
  .about-us-hero__description-wrapper {
    padding: 0 1.375rem 0 1.375rem;
    width: 50%;
  }
  .about-us-hero__image {
    width: 50%;
  }
  .about-us-hero {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
}
.about-us-timeline {
  background-color: var(--extralight_blue);
  position: relative;
  overflow: hidden;
}
.about-us-timeline__skewed-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--black--250);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.about-us-timeline__heading {
  color: var(--significant_blue);
  --headings--h5: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: var(--font-weight--500);
  line-height: 100%;
  letter-spacing: -0.96px;
}
.about-us-timeline__content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.about-us-timeline__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.about-us-timeline__item:nth-child(odd) {
  margin-left: auto;
  padding-left: 1rem;
}
.about-us-timeline__item:nth-child(even) {
  margin-right: auto;
  align-items: flex-end;
  text-align: right;
  padding-right: 1rem;
}
.about-us-timeline__item::before {
  content: "";
  border-radius: 6.25rem;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: 4px solid var(--light_blue);
  background: var(--significant_blue);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.about-us-timeline__item:nth-child(even)::before {
  right: -0.5rem;
  top: 1.5rem;
}
.about-us-timeline__item:nth-child(odd)::before {
  left: -0.5rem;
  top: 1.5rem;
}
.timeline-item__year {
  color: var(--light_blue);
  font-weight: var(--font-weight--700);
  --headings--h1: 2.5rem;
}
.timeline-item__heading {
  color: var(--basic_black);
  font-size: 1.25rem;
  font-weight: var(--font-weight--700);
  line-height: 133.333%;
}
.timeline-item__description {
  color: var(--neutral_blue);
  max-width: 27.5rem;
  --subtitle--m: 1rem;
}
.about-us-timeline__wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 36rem) {
  .about-us-timeline__item {
    width: 50%;
  }
}
@media (min-width: 48rem) {
  .about-us-timeline__heading {
    --headings--h5: 2rem;
  }
  .about-us-timeline__content {
    row-gap: 5.625rem;
  }
  .about-us-timeline__item:nth-child(even)::before {
    top: 2.5rem;
  }
  .about-us-timeline__item:nth-child(odd)::before {
    top: 2.5rem;
  }
  .timeline-item__description {
    --subtitle--m: 1.125rem;
  }
  .timeline-item__year {
    --headings--h1: 3.75rem;
  }
  .timeline-item__heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 62rem) {
  .about-us-timeline__heading {
    margin-bottom: 4.625rem;
  }
  .about-us-timeline__wrapper {
    padding: 4.625rem 0 9.25rem 0;
  }
}
.about-us-interested-offer {
  background-color: var(--significant_blue);
  position: relative;
  z-index: 1;
}
.about-us-interested-offer__heading {
  color: var(--light_blue);
  --headings--h3: 1.6rem;
}
.about-us-interested-offer__description {
  color: var(--light_blue);
  --body--l: 1rem;
}
.about-us-interested-offer__content {
  display: flex;
  flex-direction: column;
  gap: 1.688rem;
  max-width: 48.5rem;
}
.about-us-interested-offer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.about-us-interested-offer__skewed-container {
  position: absolute;
  bottom: 0;
  top: 2.5rem;
  left: 0;
  right: 0;
  background-color: var(--pattern_blue);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (min-width: 48rem) {
  .about-us-interested-offer__heading {
    --headings--h3: 3rem;
  }
  .about-us-interested-offer__description {
    --body--l: 1.25rem;
  }
  .about-us-interested-offer__wrapper {
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 62rem) {
  .about-us-interested-offer__wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 3rem;
  }
}
@media (min-width: 75rem) {
  .about-us-interested-offer__wrapper {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.offer-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: var(--extralight_blue);
  position: relative;
  overflow: hidden;
}
.offer-hero__wrapper-content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.offer-hero__subheading {
  color: var(--basic_black);
  --headings--h3: 1.6rem;
  line-height: 125%;
}
.offer-hero__short-description,
.offer-hero__description {
  color: var(--neutral_blue);
  --subtitle--m: 1rem;
  line-height: 162.5%;
}
.offer-hero__short-description {
  font-weight: var(--font-weight--700);
}
.offer-hero__wrapper__skewed-container {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 100%;
  height: 100%;
  background-color: var(--black--250);
  clip-path: polygon(8% 0, 82% 0, 75% 100%, 0 100%);
}
@media (min-width: 48rem) {
  .offer-hero__subheading {
    --headings--h3: 3rem;
  }
  .offer-hero__short-description,
  .offer-hero__description {
    --subtitle--m: 1.125rem;
  }
  .offer-hero {
    padding-bottom: 5rem;
  }
  .offer-hero__wrapper__skewed-container {
    bottom: 0;
    left: 67%;
    clip-path: polygon(8% 0, 82% 0, 75% 100%, 0 100%);
  }
}
.offer .offer__wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.offer__tile {
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
.offer__content,
.offer__image {
  width: 100%;
}
.offer__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1rem 2rem 1rem;
  gap: 1.375rem;
}
.offer__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.offer__number {
  color: var(--light_blue);
  font-size: var(--headings--h4);
  font-weight: var(--font-weight--400);
  line-height: 110%;
}
.offer__title {
  --headings--h4: 1.6rem;
  color: var(--basic_black);
}
.offer__description {
  color: var(--neutral_blue);
  --body--m: 1rem;
}
@media (min-width: 36rem) {
  .offer__content {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
}
@media (min-width: 48rem) {
  .offer__title {
    --headings--h4: 2.25rem;
  }
  .offer__description {
    --body--m: 1.125rem;
  }
}
@media (min-width: 62rem) {
  .offer-hero {
    padding-top: 3.875rem;
    padding-bottom: 5.75rem;
  }
  .offer-hero__wrapper-content {
    max-width: 35.438rem;
    margin-left: 5.75rem;
    margin-right: 5.75rem;
    margin-top: 3.25rem;
  }
  .offer__tile {
    flex-direction: row;
  }
  .offer__tile:nth-child(even) {
    flex-direction: row-reverse;
  }
  .offer__content,
  .offer__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offer__description {
    max-width: 21.875rem;
  }
  .offer__content {
    padding: 3.875rem 1.375rem;
  }
  .offer__image {
    height: auto;
  }
}
.realizations {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.realizations__content {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.realizations__item {
  width: 100%;
  display: flex;
  background: var(--extralight_blue);
  flex-direction: column;
}
.realizations__link-wrapper {
  width: 100%;
  padding: 1.375rem;
}
.realizations__image-wrapper {
  width: 100%;
}
.realizations__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realizations__link {
  display: flex;
  gap: 0.75rem;
  width: fit-content;
  color: var(--basic_black);
  --links--l: 1rem;
}
.realizations__item-heading {
  font-size: 1.25rem;
  font-weight: var(--font-weight--700);
  color: var(--significant_blue);
  line-height: 110%;
  letter-spacing: -1px;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .realizations__item-heading {
    font-size: 1.563rem;
  }
  .realizations__link-wrapper {
    width: 40%;
  }
  .realizations__image-wrapper {
    width: 60%;
  }
  .realizations__link {
    --links--l: 1.125rem;
  }
  .realizations__item {
    flex-direction: row;
    height: 16.25rem;
  }
  .realizations__content {
    gap: 0.5rem;
  }
}
@media (min-width: 62rem) {
  .realizations {
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
  }
  .realizations__link-wrapper {
    width: 29%;
  }
  .realizations__image-wrapper {
    width: 71%;
  }
  .realizations__content {
    padding-top: 2.625rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
@media (min-width: 75rem) {
  .realizations__link-wrapper {
    padding-right: 5.5rem;
  }
}
.contact-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: var(--extralight_blue);
  position: relative;
  overflow: hidden;
}
.contact-hero__wrapper-content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.contact-hero__subheading {
  color: var(--basic_black);
  --headings--h3: 1.6rem;
  line-height: 125%;
}
.contact-hero__subheading--blue {
  color: var(--significant_blue);
}
.contact-hero__short-description,
.contact-hero__description {
  color: var(--neutral_blue);
  --subtitle--m: 1rem;
  line-height: 162.5%;
}
.contact-hero__wrapper__skewed-container {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 100%;
  height: 100%;
  background-color: var(--black--250);
  clip-path: polygon(8% 0, 82% 0, 75% 100%, 0 100%);
}
@media (min-width: 48rem) {
  .contact-hero__subheading {
    --headings--h3: 3rem;
  }
  .contact-hero__description {
    --subtitle--m: 1.125rem;
  }
  .contact-hero {
    padding-bottom: 5rem;
  }
  .contact-hero__wrapper__skewed-container {
    bottom: 0;
    left: 57%;
    clip-path: polygon(8% 0, 82% 0, 75% 100%, 0 100%);
  }
}
@media (min-width: 62rem) {
  .contact-hero {
    padding-top: 3.875rem;
    padding-bottom: 5.75rem;
  }
  .contact-hero__subheading {
    max-width: 31.25rem;
  }
  .contact-hero__wrapper-content {
    max-width: 41.438rem;
    margin-left: 5.75rem;
    margin-right: 5.75rem;
    margin-top: 3.25rem;
  }
}
.contact-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contact-addresses__title {
  color: var(--basic_black);
  font-size: 1.5rem;
  font-weight: var(--font-weight--700);
  line-height: 133.333%;
  margin-bottom: 1rem;
}
.contact-addresses__description {
  color: var(--neutral_blue);
}
.contact-addresses__items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
.contact-addresses {
  width: 100%;
}
.contact-form-wrapper form {
  width: 100%;
}
.contact-item {
  border: 0.8px solid var(--light_blue);
  background: var(--extralight_blue);
  display: flex;
  gap: 1rem;
  padding: 1rem;
}
.contact-item__title {
  margin-bottom: 0.25rem;
  color: var(--basic_black);
}
.contact-item__description {
  color: var(--neutral_blue);
  margin-bottom: 0.25rem;
}
.form__description {
  color: var(--neutral_blue);
  margin-bottom: 0.75rem;
}
.form__content {
  border-radius: 1rem;
  padding: 1.5rem;
  border: 0.8px solid var(--light_blue);
  background-color: var(--light_blue);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.form__title {
  color: var(--basic_black);
  font-size: 1.5rem;
  font-weight: var(--font-weight--700);
  line-height: 133.333%;
  margin-bottom: 0.5rem;
}
.form__input {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.form__label {
  color: var(--basic_black);
}
.form__label-checkbox {
  color: var(--neutral_blue);
  --subtitle--s: 0.875rem;
}
.form__label--red {
  color: var(--accent_red);
}
.form__field {
  border: 0.8px solid var(--light_blue);
  background: var(--extralight_blue);
  height: 3.1rem;
  padding: 0.75rem 1rem;
  width: 100%;
  margin-top: 0.15rem;
}
.form__field::placeholder {
  color: var(--placeholder_gray);
}
.form__textarea {
  padding: 0.75rem 1rem;
  border: 0.8px solid var(--light_blue);
  background: var(--extralight_blue);
  width: 100%;
}
.form__textarea::placeholder {
  color: var(--placeholder_gray);
  font-family: var(--font-family);
}
.form__input-checkbox {
  display: flex;
  gap: 0.75rem;
}
.form__checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.8px solid var(--light_blue);
}
.form__input-items {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
}
.form__status {
  font-size: 0.875rem;
}
.form__status--error {
  color: var(--accent_red);
}
@media (min-width: 36rem) {
  .contact-item {
    padding: 1.5rem;
  }
  .form__label-checkbox {
    --subtitle--s: 1rem;
  }
  .form__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 48rem) {
  .contact-item {
    padding: 1.5rem;
  }
  .form__content {
    padding: 2.5rem;
  }
}
@media (min-width: 62rem) {
  .contact-form {
    padding-top: 6.375rem;
    padding-bottom: 6.375rem;
  }
  .contact-addresses {
    width: 50%;
  }
  .contact-form-wrapper form {
    width: 50%;
  }
  .contact-form-wrapper {
    padding-left: 2.625rem;
    gap: 2rem;
    padding-right: 2.625rem;
    flex-direction: row;
  }
}
@media (min-width: 75rem) {
  .contact-form-wrapper {
    gap: 5.75rem;
  }
}
.map__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 25rem;
  height: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.map__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  border: 0;
}
.offer-detail-hero {
  padding-top: 1.875rem;
}
.offer-detail__wrapper-bg {
  background-color: var(--light_blue);
  margin-top: 1.75rem;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.offer-detail__content {
  padding: 2rem 0 3rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.offer-detail__image-wrapper {
  flex: 1;
  background-color: var(--light_blue);
  background-image: var(--image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
}
.offer-detail__image-wrapper--color-burn {
  background-blend-mode: color-burn;
}
.offer-detail__wrapper {
  display: flex;
  width: 100%;
}
.offer-detail__description {
  color: var(--neutral_blue);
  list-style-position: inside;
}
ul.offer-detail__description {
  margin-left: 1.375rem;
}
.offer-detail__description-item {
  list-style: disc;
}
.offer-detail__subheading {
  --headings--h4: 1.6rem;
}
@media (min-width: 48rem) {
  .offer-detail__subheading {
    --headings--h4: 2.25rem;
  }
  .offer-detail__content {
    width: 40%;
    gap: 2rem;
  }
  .offer-detail__content {
    padding: 5.6rem 1.5rem 5.6rem 0rem;
  }
  .offer-detail__image-wrapper {
    position: static;
    width: 60%;
  }
}
@media (min-width: 62rem) {
  .offer-detail__wrapper-bg {
    margin-top: 3.75rem;
  }
  .offer-detail__image-wrapper {
    width: 62%;
  }
  .offer-detail__content {
    width: 38%;
    padding: 5.6rem 2.625rem 5.6rem 1.375rem;
    gap: 2.625rem;
  }
}
@media (min-width: 75rem) {
  .offer-detail__wrapper-bg {
    padding-left: 5.125rem;
  }
}
.offer-detail-range {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.offer-detail-range__heading {
  color: var(--basic_black);
  font-size: 1.5rem;
  font-weight: var(--font-weight--700);
  line-height: 133.333%;
  margin-bottom: 2.625rem;
}
.offer-detail-range__item-point {
  color: var(--neutral_blue);
  --body--l: 1rem;
  list-style: disc;
  margin-left: 1.375rem;
}
.offer-detail-range__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.offer-detail-range__wrapper:has(.offer-detail-range__item:only-child) .offer-detail-range__item {
  grid-column: 1 / -1;
}
.offer-detail-range__item {
  border: 1px solid var(--light_blue);
  color: var(--neutral_blue);
  --body--l: 1rem;
  background: var(--extralight_blue);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 48rem) {
  .offer-detail-range__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-detail-range__item-point {
    --body--l: 1.25rem;
  }
  .offer-detail-range__item {
    padding: 2.625rem;
    --body--l: 1.25rem;
  }
}
@media (min-width: 62rem) {
  .offer-detail-range {
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .offer-detail-range__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 75rem) {
  .offer-detail-range__wrapper {
    gap: 4.5rem;
  }
}
.realization-detail-hero {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  flex-direction: column-reverse;
  gap: 2rem;
}
.realization_detail_hero__description-wrapper {
  width: 100%;
  display: flex;
  padding: 1rem 1.375rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.375rem;
  flex: 1 0 0;
  align-self: stretch;
}
.realization-detail-hero__gallery-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding: 0 1.5rem;
}
.realization_detail-hero__main-image {
  width: 100%;
  height: 100%;
}
.realization-detail-hero__main-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realization-detail-hero__thumbnail-button {
  height: 15.188rem;
  width: 100%;
  border: none;
  cursor: pointer;
}
.realization-detail-hero__thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realization-detail-hero__main-image-link {
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 0.75rem;
  height: 35.5rem;
}
.realization_detail_hero__heading {
  --headings--h4: 1.6rem;
  color: var(--basic_black);
}
.realization_detail_hero__detail {
  color: var(--neutral_blue);
  line-height: 110%;
}
.realization_detail_hero__detail--blue {
  color: var(--significant_blue);
  margin-left: 1.375rem;
}
.realization_detail_hero__scope-wrapper {
  color: var(--neutral_blue);
}
.realization_detail_hero__scope-wrapper ul {
  list-style: disc;
  margin-left: 1.375rem;
}
.realization_detail_hero__scope-wrapper h2,
.realization_detail_hero__scope-wrapper h3,
.realization_detail_hero__scope-wrapper h4,
.realization_detail_hero__scope-wrapper h5,
.realization_detail_hero__scope-wrapper p {
  font-size: var(--body--s);
  font-style: normal;
  font-weight: var(--font-weight--400);
  line-height: 150%;
}
.realization_detail_hero__scope-list {
  list-style: disc;
  margin-left: 1.375rem;
}
.realization_detail_hero__investor-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 48rem) {
  .realization_detail_hero__heading {
    --headings--h4: 2rem;
  }
}
@media (min-width: 62rem) {
  .realization-detail-hero {
    padding-top: 3.125rem;
    padding-bottom: 0rem;
    flex-direction: row;
    gap: 0;
  }
  .realization-detail-hero__gallery-wrapper {
    width: 56%;
    padding: 0;
    padding-left: 1.375rem;
    height: fit-content;
  }
  .realization_detail_hero__description-wrapper {
    width: 44%;
  }
}
@media (min-width: 75rem) {
  .realization_detail_hero__heading {
    --headings--h4: 2.25rem;
  }
  .realization_detail_hero__description-wrapper {
    padding: 3.875rem 1.375rem;
  }
  .realization-detail-hero {
    padding-top: 3.125rem;
    padding-bottom: 5.125rem;
  }
}
.category-realizations {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.category-realizations__content {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  max-width: 75rem;
}
.category-realizations__item {
  width: 100%;
  height: 26.25rem;
  position: relative;
  display: block;
  overflow: hidden;
}
.category-realizations__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.category-realizations__item:hover .category-realizations__item-image {
  transform: scale(1.08);
}
.category-realizations__box {
  display: flex;
  padding: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background-color: var(--white);
}
.category-realizations__box-heading {
  font-size: 1.25rem;
  font-weight: var(--font-weight--700);
  color: var(--significant_blue);
  line-height: 110%;
  letter-spacing: -1px;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}
.category-realizations__box-description {
  display: flex;
  gap: 0.75rem;
  --links--l: 1rem;
  color: var(--basic_black);
}
@media (min-width: 48rem) {
  .category-realizations__content {
    grid-template-columns: 1fr 1fr;
  }
  .category-realizations__box-heading {
    font-size: 1.563rem;
  }
  .category-realizations__box-description {
    --links--l: 1.125rem;
  }
}
@media (min-width: 62rem) {
  .category-realizations {
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
  }
  .category-realizations__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.form__input-checkbox .input-group {
  display: flex;
  gap: 0.75rem;
}
.form__input-checkbox .input-group p {
  font-size: var(--subtitle--s);
  font-weight: var(--font-weight--400);
  line-height: 150%;
  color: var(--neutral_blue);
  --subtitle--s: 0.875rem;
}
@media (min-width: 36rem) {
  .form__input-checkbox .input-group p {
    --subtitle--s: 1rem;
  }
}
.form__input-items .form-error-label {
  color: var(--accent_red);
  font-size: var(--body--xxs);
  margin-top: 0.5rem;
  margin-left: 0.25rem;
}
.footers-links-container-rodo {
  display: flex;
  gap: 1rem;
}
