@charset "UTF-8";
/*
Theme Name: Consilience
Description: WordPress theme for Consilience company website
Version: 1.0.0
Author: Consilience Team
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consilience
*/
/* CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Google Fonts Import */
/* Layout */
section {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}

/* Content Container */
.content_block {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid var(--Gray, #E5E5E5);
  border-left: 1px solid var(--Gray, #E5E5E5);
}

/* Button Styles */
.button {
  min-height: 64px;
}

/* ===== HEADER STYLES ===== */
header {
  padding-left: 4rem;
  padding-right: 4rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background: white;
}
header .content_block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
header .logo {
  width: 10.05rem;
}
header .link {
  color: var(--White-100, #FFF);
  text-align: center;
  /* Button label S - 16px Medium */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.25rem;
  background: var(--brand-primary-950-main, #00171A);
  padding: 0.75rem 1.25rem;
  text-decoration: none;
}

/* ===== NAVIGATION MENU STYLES ===== */
.menu_block {
  display: none; /* Hidden on mobile by default */
}
.menu_block .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_block .nav-menu li {
  position: relative;
}
.menu_block .nav-menu li a {
  color: var(--brand-primary-950-main, #00171A);
  text-decoration: none;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu_block .nav-menu li a:hover {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
}
.menu_block .nav-menu li.current-menu-item a, .menu_block .nav-menu li.current_page_item a {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  font-weight: 600;
}

/* ===== MAIN BLOCK (Hero Section) ===== */
.main_block .content_block {
  padding-top: 5.78rem;
}
.main_block .title_block {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 52%;
  max-width: 100%;
  margin-bottom: 2.25rem;
}
.main_block .title_block .top_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.main_block .title {
  color: var(--brand-primary-950-main, #00171A);
  /* Heading 1/Desktop - 64px Semibold */
  font-family: "Noto Sans";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 4.8rem */
  letter-spacing: -0.03125rem;
}
.main_block .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.main_block .pretitle .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_block .pretitle span {
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 16px Medium Uppercase */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  text-transform: uppercase;
}
.main_block .subtitle {
  color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
  /* Body text - 22px Regular */
  font-family: "Noto Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
}
.main_block .slider {
  position: relative;
}
.main_block .slider:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#FEFDFB), color-stop(10%, rgba(254, 253, 251, 0)), color-stop(90%, rgba(254, 253, 251, 0)), to(#FEFDFB));
  background: linear-gradient(270deg, #FEFDFB 0%, rgba(254, 253, 251, 0) 10%, rgba(254, 253, 251, 0) 90%, #FEFDFB 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 777;
}
.main_block .line_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid var(--Gray, #E5E5E5);
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.main_block .line_cards .item_card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-right: 1px solid var(--Gray, #E5E5E5);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.main_block .line_cards .item_card:last-of-type {
  border: none;
}
.main_block .line_cards .item_card .num {
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 40px Display Medium */
  font-family: "Noto Sans";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 3rem */
}
.main_block .line_cards .item_card .num_text {
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 18px Light */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 1.8rem */
}
.main_block .line {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
.main_block .line .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: var(--White-100, #FFF);
  text-align: center;
  /* Button label M - 18px Medium */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
  border-radius: 0.25rem;
  background: var(--brand-primary-950-main, #00171A);
  padding: 1.25rem 2.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.main_block .line .slider {
  width: 40rem;
}
.main_block .line .slider img {
  display: block;
  width: auto;
  height: 38px;
}
.main_block .img_block img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== BLOCK 2 (The Problem Section) ===== */
.block_2 {
  position: relative;
}
.block_2 * {
  position: relative;
  z-index: 50;
}
.block_2:before {
  content: "";
  display: block;
  width: 100%;
  background: var(--Gray, #E5E5E5);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 7.75rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 51;
}
.block_2:after {
  content: "";
  display: block;
  width: 100%;
  background: var(--Gray, #E5E5E5);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 51;
}
.block_2 .content_block {
  padding-top: 7.75rem;
  padding-bottom: 5rem;
}
.block_2 .line {
  background: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_2 .left_side {
  padding: 2.5rem;
  padding-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.block_2 .left_side,
.block_2 .right_side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  min-width: 0; /* важливо для флекс-контенту */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block_2 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.block_2 .pretitle .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_2 .pretitle span {
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_2 .bottom_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.block_2 .title {
  color: var(--brand-primary-950-main, #00171A);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.015rem;
}
.block_2 .title span {
  display: block;
  color: var(--brand-primary-950-main-50, rgba(0, 17, 26, 0.5));
}
.block_2 .subtitle {
  color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.block_2 .img_block {
  width: 100%;
  min-height: 33.25rem;
  overflow: hidden;
}
.block_2 .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* ===== BLOCK 3 (Our Approach Section) ===== */
.block_3 .left_side .bottom_right {
  display: none;
}
.block_3 .content_block {
  padding-top: 3.25rem;
  padding-bottom: 7.5rem;
}
.block_3 .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-bottom: 4rem;
}
.block_3 .title {
  color: var(--brand-primary-950-main, #00171A);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
}
.block_3 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.block_3 .pretitle .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_3 .pretitle span {
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_3 .line {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.block_3 .line .right_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_3 .img_block {
  height: 35.81rem;
  width: 33rem;
  overflow: hidden;
}
.block_3 .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block_3 .items {
  width: 100%;
}
.block_3 .item {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_3 .item.active {
  position: relative;
  z-index: 500;
}
.block_3 .item:not(.active) .item__name {
  opacity: 0.35;
}
.block_3 .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 22px Medium */
  font-family: "Noto Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.00125rem;
}
.block_3 .item .text .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_3 .item .item__name {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_3 .item .item__name .arrow svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block_3 .item.active .item__name .arrow svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block_3 .bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.block_3 .bottom_right .text_bottom {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
}
.block_3 .bottom_right .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  background: var(--brand-primary-950-main, #00171A);
  color: var(--White-100, #FFF);
  text-align: center;
  /* Button label M - 18px Medium */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
  text-decoration: none;
}

.block_3 .item__desc {
  display: none; /* All descriptions are hidden by default */
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  padding-top: 1rem;
}

.block_3 .left_side .img_block {
  position: relative;
}

.block_3 .left_side .img_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.block_3 .left_side .img_block img:first-child {
  opacity: 1; /* Show first image by default */
}

.block_3 .left_side .img_block img.active {
  opacity: 1; /* Show active image */
}

/* Progress indicator styles (pseudo-element :before) */
.block_3 .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 0.0625rem;
  z-index: 400;
  width: var(--progress-width, 0%);
  background: var(--Gradient-Brand-Secondary, linear-gradient(180deg, #007987 0%, #007B89 100%));
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}

.block_3 .item.active::before {
  -webkit-transition: width 10s linear;
  transition: width 10s linear;
}

.left_side_picture {
  padding: 112px 0;
}

@media only screen and (max-width: 834px) {
  .left_side_picture {
    padding: 72px 0;
  }
}
.left_side_picture.white {
  background-color: #fff;
}

.left_side_picture.white .review {
  background-color: #fff;
  border: 1px solid rgba(16, 16, 18, 0.1);
}

.left_side_picture.white .review p {
  color: #101012;
}

.left_side_picture.white .download-block__title, .left_side_picture.white .left_side_picture__subtitle, .left_side_picture.white .left_side_picture__title {
  color: #101012;
}

.left_side_picture.white .left_side_picture__slider__item * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.left_side_picture.white .left_side_picture__slider__item::before {
  background: rgba(16, 16, 18, 0.1);
}

.left_side_picture.white .left_side_picture__slider__item::after {
  background: #101012;
}

.left_side_picture.white .left_side_picture__slider__item p {
  color: rgba(16, 16, 18, 0.6);
}

.left_side_picture.white .left_side_picture__slider__item:hover h4, .left_side_picture.white .left_side_picture__slider__item:hover p {
  color: #101012;
}

.left_side_picture.white .left_side_picture__slider__item.active .left_side_picture__slider__text, .left_side_picture.white .left_side_picture__slider__item.active .left_side_picture__slider__title {
  color: #101012;
}

.left_side_picture.white .left_side_picture__slider__item.active::after p {
  color: #101012;
}

.left_side_picture.white .download-block {
  border-color: rgba(16, 16, 18, 0.2);
}

.left_side_picture.black {
  background-color: #101012;
}

.left_side_picture.black .review {
  background-color: #101012;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.left_side_picture.black .review p {
  color: #fff;
}

.left_side_picture.black .review__text path {
  fill: #fff;
  fill-opacity: 0.2;
}

.left_side_picture.black .download-block__title, .left_side_picture.black .left_side_picture__subtitle, .left_side_picture.black .left_side_picture__title {
  color: #fff;
}

.left_side_picture.black .left_side_picture__badges_item, .left_side_picture.black .left_side_picture__slider__badges_item {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.left_side_picture.black .left_side_picture__slider__item::before {
  background: rgba(255, 255, 255, 0.1);
}

.left_side_picture.black .left_side_picture__slider__item::after {
  background: #fff;
}

.left_side_picture.black .left_side_picture__slider__item p {
  color: rgba(255, 255, 255, 0.6);
}

.left_side_picture.black .left_side_picture__slider__item:hover h4, .left_side_picture.black .left_side_picture__slider__item:hover p {
  color: #fff;
}

.left_side_picture.black .left_side_picture__slider__item.active p {
  color: #fff;
}

.left_side_picture.black .download-block {
  border-color: rgba(255, 255, 255, 0.2);
}

.left_side_picture__content {
  gap: 80px;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__content {
    gap: 56px;
  }
}
.left_side_picture__label {
  margin-bottom: 16px;
}

.left_side_picture__head {
  margin: 0 auto;
  max-width: var(--max-width, 592px);
  text-align: center;
}

.left_side_picture__head:last-child {
  margin-bottom: 0;
}

.left_side_picture__title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__title {
    margin-bottom: 16px;
  }
}
.left_side_picture__title:last-child {
  margin-bottom: 0;
}

.left_side_picture__subtitle {
  margin-bottom: 20px;
}

.left_side_picture__subtitle:last-child {
  margin-bottom: 0;
}

.left_side_picture__badges {
  margin-bottom: 20px;
}

.left_side_picture__badges:last-child {
  margin-bottom: 0;
}

.left_side_picture__badges, .left_side_picture__slider__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__badges, .left_side_picture__slider__badges {
    gap: 12px;
  }
}
.left_side_picture__badges_item, .left_side_picture__slider__badges_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6.5px 13px;
  border: 1px solid rgba(16, 16, 18, 0.2);
  border-radius: 120px;
  color: rgba(16, 16, 18, 0.8);
  font-size: 14px;
  line-height: 136%;
  font-weight: 600;
  letter-spacing: -0.07px;
}

.left_side_picture__button {
  margin-top: 12px;
}

.left_side_picture__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}

@media only screen and (max-width: 1256px) {
  .left_side_picture__slider {
    gap: 40px;
  }
}
.left_side_picture__slider.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.left_side_picture__slider__nav {
  max-width: 544px;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__slider__nav {
    max-width: none;
  }
}
.left_side_picture__slider__nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.left_side_picture__slider__inner {
  width: 48.7%;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__slider__inner {
    display: none;
  }
}
.left_side_picture__slider__badges {
  opacity: 0;
  height: 0;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}

.left_side_picture__slider__image {
  aspect-ratio: 37/43;
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__slider__image {
    width: 100%;
    pointer-events: none;
    aspect-ratio: 181/210;
    max-height: 0;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
  }
}
@media only screen and (max-width: 834px) {
  .left_side_picture__slider__image.desktop {
    display: none;
  }
}
.left_side_picture__slider__image.mobile {
  display: none;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__slider__image.mobile {
    display: block;
  }
}
.left_side_picture__slider iframe, .left_side_picture__slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left_side_picture__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px 0 24px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__slider__item {
    padding: 19px 0 20px;
    gap: 0;
  }
}
.left_side_picture__slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}

.left_side_picture__slider__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
}

.left_side_picture__slider__item:last-child {
  padding-bottom: 0;
}

.left_side_picture__slider__item.active::after {
  -webkit-animation: fillBorder 10s linear forwards;
          animation: fillBorder 10s linear forwards;
}

.left_side_picture__slider__item.active .left_side_picture__slider__badges {
  margin-top: 16px;
  opacity: 1;
  height: auto;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__slider__item.active {
    padding-bottom: 32px;
  }
}
.left_side_picture__slider__item.active .left_side_picture__slider__image {
  max-height: 684px;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__slider__item.active .left_side_picture__slider__image {
    margin-top: 20px;
    pointer-events: auto;
  }
}
.left_side_picture__slider p {
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}

.left_side_picture__slider__title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 138%;
}

@media only screen and (max-width: 834px) {
  .left_side_picture__slider__title {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .left_side_picture__slider__title {
    font-size: 18px;
  }
}
.left_side_picture .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  padding: 40px;
  border-radius: 8px;
}

@media only screen and (max-width: 1024px) {
  .left_side_picture .review {
    padding: 32px;
    gap: 32px;
  }
}
@media only screen and (max-width: 834px) {
  .left_side_picture .review {
    padding: 24px;
  }
}
.left_side_picture .review__content {
  max-width: 646px;
  width: calc(57% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .review__content {
    padding: 0;
  }
}
.left_side_picture .review__content__head {
  margin-bottom: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(16, 16, 18, 0.1);
}

@media only screen and (max-width: 834px) {
  .left_side_picture .review__content__head {
    padding-bottom: 15px;
    margin-bottom: 28px;
  }
}
.left_side_picture .review__content__head:last-child {
  margin-bottom: 0;
}

.left_side_picture .review__name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 138%;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .review__name {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .left_side_picture .review__name {
    font-size: 16px;
  }
}
.left_side_picture .review__name:last-child {
  margin-bottom: 0;
}

.left_side_picture .review__position {
  font-size: 18px;
  font-weight: 500;
  line-height: 136%;
  text-transform: uppercase;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .review__position {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .left_side_picture .review__position {
    font-size: 14px;
  }
}
.left_side_picture .review__text {
  margin-bottom: 24px;
  padding-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: auto;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .left_side_picture .review__text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 834px) {
  .left_side_picture .review__text {
    padding: 0;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 576px) {
  .left_side_picture .review__text {
    font-size: 16px;
  }
}
.left_side_picture .review__text:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .review__text svg {
    width: 20px;
    height: 16px;
  }
}
.left_side_picture .review__image {
  max-width: 440px;
  width: calc(43% - 16px);
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .review__image {
    display: none;
  }
}
.left_side_picture .review__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left_side_picture .download-block {
  padding: 39px;
  border-radius: 8px;
  border: 1px solid transparent;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .download-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 31px;
  }
}
@media only screen and (max-width: 576px) {
  .left_side_picture .download-block {
    padding: 23px;
  }
}
.left_side_picture .download-block__label {
  margin-bottom: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .download-block__label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12px;
  }
}
.left_side_picture .download-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .download-block__content {
    display: contents;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.left_side_picture .download-block__content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 541px;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .download-block__content__inner {
    display: contents;
    max-width: none;
  }
}
.left_side_picture .download-block__title {
  margin-bottom: 32px;
}

.left_side_picture .download-block__title:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .download-block__title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 1024px) {
  .left_side_picture .download-block__title br {
    display: none;
  }
}
.left_side_picture .download-block__link {
  margin-top: auto;
  min-width: auto;
  padding-left: 14px;
  padding-right: 16px;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .download-block__link {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.left_side_picture .download-block__image {
  max-width: 378px;
  aspect-ratio: 21/11;
  border-radius: 0;
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  .left_side_picture .download-block__image {
    aspect-ratio: 314/171;
    margin-bottom: 12px;
    max-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.left_side_picture .download-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes fillBorder {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes fillBorder {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.block_4 .mob {
  display: none;
}
.block_4 .inner_block {
  background: url(img/img3.jpg) center center no-repeat;
  background-size: cover;
  padding: 5.75rem 4rem;
}
.block_4 .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.block_4 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  color: var(--White-100, #FFF);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_4 .title {
  color: var(--White-100, #FFF);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
}
.block_4 .button {
  border-radius: 0.25rem;
  border: 1px solid var(--White-10, rgba(255, 255, 255, 0.1));
  background: var(--White-10, rgba(255, 255, 255, 0.1));
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 2.5rem;
  color: var(--White-100, #FFF);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Button label M - 18px Medium */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
}
.block_4 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_4 .line .right_side {
  width: 37rem;
  max-width: 100%;
  padding-top: 2.5rem;
}
.block_4 .line .left_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block_4 .item {
  position: relative;
  border-bottom: 1px solid var(--White-70, rgba(255, 255, 255, 0.42));
}
.block_4 .item.active {
  position: relative;
  z-index: 500;
}
.block_4 .item:not(.active) .item__name {
  opacity: 0.35;
}
.block_4 .item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: inherit;
      align-content: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: var(--White-100, #FFF);
  /* Caption - 22px Medium */
  font-family: "Noto Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.00125rem;
}
.block_4 .item__name .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_4 .item__name .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_4 .item__name .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.block_4 .item__desc {
  color: var(--White-80, rgba(255, 255, 255, 0.8));
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
  padding-top: 1rem;
}
.block_4 .item {
  position: relative; /* Потрібно для ::before псевдоелемента */
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.block_4 .item:last-of-type {
  margin-bottom: 0;
}
.block_4 .item .item__name {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_4 .item .item__name .arrow svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block_4 .item.active .item__name .arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Стилі для акордеону в block_4 */
.block_4 .item__desc {
  display: none; /* All descriptions are hidden by default */
}

/* Стилі для індикатора прогресу (псевдоелемент :before) в block_4 */
.block_4 .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 0.0625rem;
  width: var(--progress-width, 0%);
  background: var(--White-100, #FFF);
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}

.block_4 .item.active::before {
  -webkit-transition: width 8s linear;
  transition: width 8s linear;
}

.block_5 .content_block {
  padding-top: 5rem;
  position: relative;
}
.block_5 .content_block:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--Gray, #E5E5E5);
  position: absolute;
  top: 5rem;
  left: 0;
}
.block_5 .line {
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.block_5 .line .left_side {
  padding-block: 4rem;
  padding-left: 2.5rem;
  padding-right: 7.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_5 .line .right_side {
  padding: 2rem;
  border-left: 1px solid var(--Gray, #E5E5E5);
}
.block_5 .line .left_side,
.block_5 .line .right_side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  min-width: 0; /* важливо для флекс-контенту */
}
.block_5 .button {
  color: var(--White-100, #FFF);
  text-align: center;
  /* Button label M - 18px Medium */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
  border-radius: 0.25rem;
  background: var(--brand-primary-950-main, #00171A);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 2.5rem;
}
.block_5 .pretitle_right {
  color: var(--brand-primary-950-main-60, rgba(0, 23, 26, 0.6));
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.block_5 .top_right_block {
  padding-inline: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 3.25rem;
}
.block_5 .images_block {
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.block_5 .images_block img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.block_5 .images_block img.active {
  opacity: 1; /* Show active image */
}
.block_5 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_5 .bottom_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.block_5 .title {
  color: var(--brand-primary-950-main, #00171A);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
}
.block_5 .left_side ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.block_5 .left_side ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0.87rem;
  color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.block_5 .left_side ul li:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 6.25rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.1875rem);
  background: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
}
.block_5 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_5 .line .left_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_5 .item .item__name .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 22px Medium */
  font-family: "Noto Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.00125rem;
}
.block_5 .item .item__desc .items_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block_5 .item .item__desc .items_all .items {
  padding-right: 2rem;
  position: relative;
  color: var(--brand-primary-950-main, #00171A);
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
}
.block_5 .item .item__desc .items_all .items:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-radius: 0.125rem;
  background: var(--Gray, #E5E5E5);
  position: absolute;
  right: 1rem;
  top: 0;
}
.block_5 .item .item__desc .items_all .items:last-of-type:before {
  display: none;
}

.block_5 .item {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_5 .item.active {
  position: relative;
  z-index: 500;
}
.block_5 .item:not(.active) .item__name {
  opacity: 0.35;
}
.block_5 .item .item__name {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_5 .item .item__name .arrow svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block_5 .item.active .item__name .arrow svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.block_5 .item__desc {
  display: none; /* Спочатку всі описи приховані */
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  padding-top: 1rem;
}

.block_5 .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 0.0625rem;
  z-index: 400;
  width: var(--progress-width, 0%);
  background: var(--Gradient-Brand-Secondary, linear-gradient(180deg, #007987 0%, #007B89 100%));
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}

.block_5 .item.active::before {
  -webkit-transition: width 10s linear;
  transition: width 10s linear;
}

.block_5 .slider_line {
  margin-top: 4rem;
}

.block_5 .slider-block-5 {
  width: calc(100% - 5rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.block_5 .slider-block-5:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#FEFDFB), color-stop(10%, rgba(254, 253, 251, 0)), color-stop(90%, rgba(254, 253, 251, 0)), to(#FEFDFB));
  background: linear-gradient(270deg, #FEFDFB 0%, rgba(254, 253, 251, 0) 10%, rgba(254, 253, 251, 0) 90%, #FEFDFB 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 777;
}
.block_5 .slider-block-5 img {
  display: block;
  width: auto;
  height: 2.5rem;
}

.block_6 .content_block {
  padding-top: 7.75rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.block_6 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.block_6 .title {
  color: var(--brand-primary-950-main, #00171A);
  text-align: center;
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
  margin-bottom: 1rem;
}
.block_6 .subtitle {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  text-align: center;
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  width: 31.62rem;
  max-width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.block_6 .cards_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_6 .cards_block .item_card {
  padding: 2.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}
.block_6 .cards_block .item_card .icon_card {
  margin-bottom: 2rem;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_6 .cards_block .item_card .title_card {
  color: var(--brand-primary-950-main, #00171A);
  /* Title - 24px Semibold */
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.8rem */
  letter-spacing: -0.00125rem;
  margin-bottom: 0.75rem;
}
.block_6 .cards_block .item_card .text_card {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.block_6 .cards_block .item_card {
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.block_6 .cards_block .item_card_4,
.block_6 .cards_block .item_card_5,
.block_6 .cards_block .item_card_2,
.block_6 .cards_block .item_card_1 {
  border-right: 1px solid var(--Gray, #E5E5E5);
}
.block_6 .cards_block .item_card_3,
.block_6 .cards_block .item_card_2,
.block_6 .cards_block .item_card_1 {
  border-top: 1px solid var(--Gray, #E5E5E5);
}

.block_7 .content_block {
  padding-top: 5rem;
  padding-bottom: 7.75rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.block_7 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.block_7 .title {
  color: var(--brand-primary-950-main, #00171A);
  text-align: center;
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
  margin-bottom: 1rem;
}
.block_7 .subtitle {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  text-align: center;
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  width: 31.62rem;
  max-width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.block_7 .team_block {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.block_7 .team_block .team_member {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.block_7 .team_block .team_member_photo {
  aspect-ratio: 24.83/28.75;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.block_7 .team_block .team_member_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block_7 .team_block .team_member_position {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.block_7 .team_block .team_member_name {
  color: var(--brand-primary-950-main, #00171A);
  /* Title - 28px Medium */
  font-family: "Noto Sans";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0.7rem;
  line-height: 120%; /* 2.1rem */
}
.block_7 .team_block .team_member_text {
  color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
}

.block_8 .content_block {
  padding-left: 5rem;
}
.block_8 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_8 .line .left_side,
.block_8 .line .right_side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  min-width: 0; /* важливо для флекс-контенту */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block_8 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--brand-primary-950-main, #00171A);
  gap: 0.5rem;
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.block_8 .title {
  color: var(--brand-primary-950-main, #00171A);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
  margin-bottom: 1rem;
}
.block_8 .subtitle {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.block_8 .button_bottom_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block_8 .prebutton_text {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
  margin-bottom: 1rem;
}
.block_8 .button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 2.5rem;
  border-radius: 0.25rem;
  background: var(--brand-primary-950-main, #00171A);
  color: var(--White-100, #FFF);
  text-align: center;
  /* Button label M - 18px Medium */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
}
.block_8 .block {
  padding: 3.25rem;
  width: 35.93rem;
  height: 36.62rem;
}
.block_8 .pretitle_block {
  color: var(--White-90, rgba(255, 255, 255, 0.9));
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_8 .time {
  color: var(--White-100, #FFF);
  /* Caption - 84px Regular */
  font-family: "Noto Sans";
  font-size: 5.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 6.0375rem */
}
.block_8 .inner_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.block_8 .inner_block {
  border-radius: 0.125rem;
  background: rgba(248, 248, 243, 0.09);
  backdrop-filter: blur(10px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 4rem;
  padding-top: 4.25rem;
}
.block_8 .block {
  background: url(img/img4.jpg) center center no-repeat;
  background-size: cover;
}
.block_8 .text1 {
  color: var(--White-100, #FFF);
  /* Caption - 20px Regular */
  font-family: "Noto Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 1.6875rem */
}
.block_8 .left_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3rem;
  padding-top: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-left: 1px solid var(--Gray, #E5E5E5);
}
.block_8 .content_block {
  padding-bottom: 5rem;
  position: relative;
}
.block_8 .content_block:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  width: 100%;
  background: #E5E5E5;
  position: absolute;
  bottom: 5rem;
  left: 0;
}

/* ===== FOOTER STYLES ===== */
footer {
  border-top: 1px solid var(--Gray, #E5E5E5);
  background: var(--brand-primary-950-main, #00171A);
  padding-left: 4rem;
  padding-right: 4rem;
}
footer .menu_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .content_block {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-block: 7.75rem;
  color: white;
}
footer .logo {
  width: 13.41rem;
  margin-bottom: 1.25rem;
}
footer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .logo_text {
  overflow: hidden;
  color: var(--White-90, rgba(255, 255, 255, 0.9));
  text-overflow: ellipsis;
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  width: 27.5rem;
}
footer .item_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .title_menu {
  color: rgba(255, 255, 255, 0.8);
  /* Caption - 14px Semibold UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.05rem */
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}
footer .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .title_link {
  color: var(--White-100, #FFF);
  /* Caption - 14px Medium */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 142.857% */
  margin-bottom: 0.37rem;
}
footer .link {
  color: var(--White-100, #FFF);
  /* Button label S - 16px Medium */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  display: block;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
footer .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
footer .copyright_text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 1.155rem */
  letter-spacing: -0.00175rem;
}

/* ===== FOOTER MENU STYLES ===== */
.footer-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav-menu li a {
  color: var(--White-90, rgba(255, 255, 255, 0.9));
  text-decoration: none;
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: -0.00175rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-nav-menu li a:hover {
  color: var(--White-100, #FFF);
}
.footer-nav-menu li.current-menu-item a, .footer-nav-menu li.current_page_item a {
  color: var(--White-100, #FFF);
  font-weight: 500;
}

footer .content_block {
  border: none;
}

.mob * {
  display: none;
}

/* ===== RESPONSIVE STYLES ===== */
@media (min-width: 0px) and (max-width: 1024px) {
  .main_block .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_block .line_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_3 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block_5 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_8 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_8 .content_block {
    padding-left: 0;
  }
  header .link {
    display: none;
  }
  header .line,
  section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  header .logo_block {
    width: 8rem!important;
  }
  header .logo_block img {
    display: block;
    width: 100%;
    height: auto;
  }
  .main_block .content_block {
    padding-top: 3.75rem;
  }
  .main_block .title_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main_block .img_block {
    aspect-ratio: 22/16;
    overflow: hidden;
  }
  .main_block .img_block img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .main_block .pretitle span {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 14px Medium UPPERCASE */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.18125rem */
    text-transform: uppercase;
  }
  .main_block .title {
    color: var(--brand-primary-950-main, #00171A);
    /* Heading 1/Mobile - 46 Semibold */
    font-family: "Noto Sans";
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 3.45rem */
    letter-spacing: -0.03125rem;
  }
  .main_block .title_block {
    gap: 1rem;
  }
  .main_block .subtitle {
    color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
    /* Body text - 18px Regular */
    font-family: "Noto Sans";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.6875rem */
  }
  .main_block .line .button {
    width: 100%;
    border-radius: 0.25rem;
    background: var(--brand-primary-950-main, #00171A);
    padding: 0.75rem 1.25rem;
    color: var(--White-100, #FFF);
    text-align: center;
    /* Button label S - 16px Medium */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
    margin-bottom: 2.5rem;
  }
  .main_block .line {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main_block .line .slider {
    width: 100%;
  }
  .main_block .line_cards .item_card {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .main_block .line_cards .item_card .num_text br {
    display: none;
  }
  .main_block .line_cards .item_card .num {
    color: var(--brand-primary-950-main, #00171A);
    font-family: "Noto Sans";
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.95rem */
  }
  .main_block .line_cards .item_card .num_text {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 14px Light */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 1.4rem */
  }
  .main_block .line_cards .item_card {
    gap: 0.75rem;
    border-bottom: 1px solid var(--Gray, #E5E5E5);
  }
  .block_2 .content_block {
    padding-top: 4rem;
  }
  .block_2 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_2 .left_side, .block_2 .right_side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    width: 100%;
  }
  .block_2 .left_side {
    padding: 2.25rem 1rem;
  }
  .block_2 .right_side {
    padding: 0;
  }
  .block_2:before {
    top: 4rem;
  }
  .block_2 .pretitle span {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 14px Medium UPPERCASE */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.18125rem */
    text-transform: uppercase;
  }
  .block_2 .title {
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_2 .subtitle {
    color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_2 .img_block {
    aspect-ratio: 22/17;
    height: auto;
    width: 100%;
    min-height: 10px;
  }
  .block_2 .content_block {
    padding-bottom: 4rem;
  }
  .block_3 .content_block {
    padding-top: 2.5rem;
  }
  .block_3 .title_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_3 .pretitle {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 14px Medium UPPERCASE */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.18125rem */
    text-transform: uppercase;
  }
  .block_3 .title {
    color: var(--brand-primary-950-main, #00171A);
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_3 .line {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_3 .item .text {
    font-size: 1.25rem;
  }
  .block_3 .item__desc {
    font-size: 1rem;
  }
  .block_3 .item {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .block_3 .bottom_right .button {
    padding: 0.75rem 1.25rem;
    color: var(--White-100, #FFF);
    text-align: center;
    /* Button label S - 16px Medium */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
  }
  .block_3 .bottom_right .text_bottom {
    color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
    /* Body text - 14px Regular */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.00175rem;
  }
  .block_3 .img_block {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    margin-bottom: 2.5rem;
  }
  .block_3 .bottom_right {
    display: none;
  }
  .block_3 .left_side .bottom_right {
    display: block;
  }
  .block_3 .line {
    gap: 1rem;
  }
  .block_3 .bottom_right .text_bottom {
    margin-bottom: 1rem;
  }
  section.block_4 {
    padding-left: 0;
    padding-right: 0;
  }
  .block_4 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_4 .inner_block {
    padding: 4rem 1.5rem;
  }
  .block_4 .title {
    font-size: 2.25rem;
  }
  .block_4 .line .right_side {
    padding-top: 3rem;
  }
  .block_4 .button {
    display: none;
  }
  .block_4 .mob .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.25rem;
    color: var(--White-100, #FFF);
    text-align: center;
    /* Button label S - 16px Medium */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
  }
  .block_4 .item__name {
    color: var(--White-100, #FFF);
    /* Caption - 20px Medium */
    font-family: "Noto Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.875rem */
    letter-spacing: -0.025rem;
  }
  .block_4 .item__desc {
    color: var(--White-90, rgba(255, 255, 255, 0.9));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_4 .mob .button {
    width: 100%;
  }
  .block_5 .content_block {
    padding-top: 4rem;
  }
  .block_5 .line .left_side {
    padding: 2.25rem 1rem;
  }
  .block_5 .content_block:before {
    top: 4rem;
  }
  .block_5 .title {
    color: var(--brand-primary-950-main, #00171A);
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_5 .left_side ul li {
    color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_5 .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.25rem;
    color: var(--White-100, #FFF);
    text-align: center;
    color: var(--White-100, #FFF);
    text-align: center;
    /* Button label S - 16px Medium */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
    margin-top: 2.5rem;
  }
  .block_5 .line .right_side {
    padding: 0;
    width: 100%;
  }
  .block_5 .item .item__desc .items_all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.62rem;
  }
  .block_5 .item .item__desc .items_all .items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: 100%;
    padding-right: 0;
    padding-left: 1.88rem;
    background: url(img/item.svg) left center no-repeat;
  }
  .block_5 .item .item__desc .items_all .items:before {
    display: none;
  }
  .block_5 .item .item__name .text {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 20px Medium */
    font-family: "Noto Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.875rem */
    letter-spacing: -0.025rem;
  }
  .block_5 .item:last-of-type {
    margin-bottom: 0;
  }
  .block_5 .images_block {
    height: auto;
    aspect-ratio: 20/11;
    margin-bottom: 1rem;
  }
  .block_5 .slider_line {
    margin-top: 2.5rem;
  }
  .block_6 .content_block {
    padding-top: 4rem;
  }
  .block_6 .title {
    color: var(--brand-primary-950-main, #00171A);
    text-align: center;
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_6 .subtitle {
    color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
    text-align: center;
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_6 .cards_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_6 .cards_block .item_card {
    width: 100%;
    border-right: none;
  }
  .block_6 .cards_block .item_card {
    padding: 1.5rem 1rem;
  }
  .block_6 .cards_block .item_card .title_card {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 22px Semibold */
    font-family: "Noto Sans";
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 1.65rem */
    letter-spacing: -0.00125rem;
  }
  .block_6 .cards_block .item_card .text_card {
    color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_7 .content_block {
    padding-top: 2.5rem;
  }
  .block_6 .content_block {
    padding-bottom: 4rem;
  }
  .block_7 .title_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_7 .team_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_7 .team_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .block_7 .team_block .team_member_name {
    font-size: 1.5rem;
  }
  .block_7 .team_block .team_member_position {
    font-size: 0.75rem;
  }
  .block_7 .team_block .team_member_text {
    color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_8 .line .left_side {
    padding: 3rem 1rem;
    padding-bottom: 2.25rem;
  }
  .block_8 .line .left_side, .block_8 .line .right_side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
  .block_8 .title {
    color: var(--brand-primary-950-main, #00171A);
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_8 .title {
    margin-bottom: 0.75rem;
  }
  .block_8 .subtitle {
    color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
    margin-bottom: 2.5rem;
  }
  .block_8 .button {
    width: 100%;
    padding: 0.75rem 1.25rem;
    color: var(--White-100, #FFF);
    text-align: center;
    /* Button label S - 16px Medium */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
  }
  .block_8 .block,
  .block_8 .inner_block {
    width: 100%;
    height: auto;
  }
  footer .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_8 .block {
    padding: 1.75rem;
  }
  .block_8 .inner_block {
    padding: 2.25rem 1.62rem;
  }
  .block_8 .pretitle_block {
    color: var(--White-90, rgba(255, 255, 255, 0.9));
    /* Caption - 12px Medium UPPERCASE */
    font-family: "Noto Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.0125rem */
    text-transform: uppercase;
    margin-bottom: 2.75rem;
  }
  .block_8 .time {
    color: var(--White-100, #FFF);
    /* Caption - 52px Regular */
    font-family: "Noto Sans";
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 3.7375rem */
  }
  .block_8 .bottom_block_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .block_8 .logo_block {
    width: 5.26rem;
  }
  .block_8 .logo_block img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .block_8 .text1 {
    color: var(--White-100, #FFF);
    /* Caption - 14px Regular */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 132%; /* 1.155rem */
    letter-spacing: -0.00175rem;
  }
  footer .logo_text {
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
    width: 100%;
  }
  footer .copyright_text {
    display: none;
  }
  footer .mob .copyright_text {
    display: block;
  }
  footer .l {
    margin-bottom: 2.75rem;
  }
  footer .content_block {
    padding: 4rem 1.5rem;
  }
  footer .title_menu {
    margin-bottom: 1.5rem;
    margin-top: 2.75rem;
    color: rgba(255, 255, 255, 0.8);
    /* Caption - 14px Semibold UPPERCASE */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 1.05rem */
    text-transform: uppercase;
  }
  .block_2:after {
    bottom: 0;
  }
  .block_4 .content_block,
  footer .content_block {
    border: none;
  }
  header, section, footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .main_block .title_block {
    width: 100%;
  }
  .button {
    min-height: 3rem;
    height: 3rem;
  }
  .main_block .line .button {
    font-size: 0.9rem;
  }
  .block_3 .item .text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .block_3 .item .text .icon {
    margin-top: 0.38rem;
  }
  .block_3 .title_block {
    margin-bottom: 1.5rem;
  }
  .block_3 .line {
    border-top: 1px solid var(--Gray, #E5E5E5);
  }
  .block_3 .item:last-of-type {
    margin-bottom: 0;
  }
  .block_3 .bottom_right .text_bottom br {
    display: none;
  }
  .block_3 .bottom_right .button {
    width: 100%;
    font-size: 0.9rem;
  }
  .block_3 .content_block {
    padding-bottom: 4rem;
  }
  .block_5 .line .left_side, .block_5 .line .right_side {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .block_5 .left_side ul li:before {
    top: 10px;
  }
  .block_5 .slider-block-5 {
    width: calc(100% - 3rem);
  }
  .block_5 .top_right_block {
    padding-top: 1rem;
  }
  .block_5 .top_right_block {
    padding-bottom: 2rem;
  }
  .block_5 .images_block {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  .block_5 .item .item__name .text {
    gap: 0.75rem;
  }
  .block_5 .top_right_block {
    padding-inline: 1rem;
  }
  .block_7 .subtitle {
    margin-bottom: 2rem;
  }
  .block_8 .button {
    font-size: 0.9rem;
  }
  .block_7 .content_block {
    padding-bottom: 4rem;
  }
  .block_8 .left_side {
    border-left: none;
  }
  .block_8 .prebutton_text {
    font-size: 0.875rem;
  }
  .block_4 .mob {
    display: block;
  }
	footer .item_1 {
		width: 100%;
	}
	footer .logo_block {
		width: 100%;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
  .block_4 .line .right_side {
    width: 100%;
  }
}
/* ===== TABLET AND DESKTOP STYLES ===== */
@media (min-width: 767px) {
  header .menu_block {
    display: block; /* Show menu on tablets and desktops */
  }
  header .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Show contact button on tablets and desktops */
  }
}