@charset "UTF-8";
@font-face {
  font-family: "TTInterfaces";
  src: url("../fonts/ttinterfaces-bold.woff2") format("woff2"), url("../fonts/ttinterfaces-bold.woff") format("woff"), url("../fonts/ttinterfaces-bold.ttf") format("truetype"), url("../fonts/ttinterfaces-bold.svg#TTInterfaces") format("svg"), url("../fonts/ttinterfaces-bold.eot"); /* старый IE */
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap; /* для лучшей загрузки */
}
body {
  font-family: "TTInterfaces", sans-serif;
  overflow-x: hidden;
}

.global-icon {
  width: 50px;
}

section {
  padding: 80px 0;
}

.s60 {
  font-size: 60px;
}

.header {
  background: url("/img/header_bg.png") no-repeat center center;
  height: 100vh;
}
.header .header-content {
  text-align: center;
}
.header .header-content-top {
  text-align: center;
  color: white;
  padding-bottom: 100px;
}
.header .header-content-middle {
  font-size: 150px;
  color: white;
  line-height: 140px;
  background: linear-gradient(to right, transparent, #056168 30%, #056168, #056168 70%, transparent);
  padding: 30px 0;
}
.header .header-content-bottom {
  font-size: 37px;
  color: #056168;
  background: linear-gradient(to right, transparent, #ffffff, transparent);
}

.section-two {
  background: url("/img/two_bg.png") no-repeat center center;
  background-size: cover;
  /* Общие стили для фона и текста */
  /* Стили для каждой колонки */
  /* Стили для цифр */
  /* Стили для текста под цифрой */
  /* Эффекты при наведении (hover) */
  /* Эффект, как на картинке: выделение активного элемента */
  /* Анимация пульсации */
}
.section-two-content {
  color: white;
}
.section-two-content-top {
  text-align: right;
  padding-right: 80px;
}
.section-two-content-middle {
  font-size: 60px;
  text-align: center;
}
.section-two .stage-row {
  background-color: #00796b; /* Цвет, похожий на изображение */
  color: #fff;
  border-radius: 10px;
}
.section-two .stage-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-two .stage-number {
  font-size: 4rem; /* Размер шрифта, как на картинке */
  font-weight: bold;
  padding: 10px;
  position: relative; /* Для эффектов */
  transition: transform 0.3s ease; /* Для плавности анимации */
  cursor: pointer;
}
.section-two .stage-text {
  font-size: 1rem;
}
.section-two .stage-item:hover .stage-number {
  transform: scale(1.1); /* Увеличение цифры */
}
.section-two .stage-item.active .stage-number {
  font-size: 4rem;
  padding: 10px;
  position: relative;
}
.section-two .stage-item.active .stage-number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #fff; /* Пунктирная белая рамка */
  border-radius: 10px;
  animation: pulse 2s infinite ease-in-out; /* Анимация "пульсации" */
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.section-three {
  background: url("/img/three_bg.png") no-repeat center center;
  background-size: cover;
}
.section-three-content {
  text-align: center;
  color: white;
}
.section-three-content-top {
  text-align: right;
  padding-right: 80px;
}
.section-three-content-middle {
  font-size: 60px;
  text-align: center;
}
.section-three-content-bottom .gkls-item {
  background-color: #046970;
  display: flex;
  width: 70%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  gap: 30px;
}
.section-three-content-bottom .gkls-item .gkls-number {
  font-size: 60px;
}
.section-three-content-bottom .gkls-text {
  text-align: left;
}
.section-three-content-bottom .gkls-text p {
  font-size: 20px;
}
.section-three-content-bottom .gkls-text span {
  font-size: 18px;
}

.section-four {
  background-color: #046970;
  color: white;
}
.section-four-content .fourRow {
  width: 1000px;
  margin: 0 auto;
}
.section-four-content .fourRow img {
  max-height: 650px;
}
.section-four-content h4 {
  text-align: center;
}
.section-four-content h3 {
  font-size: 60px;
}
.section-four-content .left-four {
  padding: 30px 10px;
  background: linear-gradient(to left, #052122, transparent);
  margin-top: 70px;
}

.section-five {
  background: url("/img/five_bg.png") no-repeat center top;
  background-size: cover;
}
.section-five-content {
  color: white;
}
.section-five-content-top {
  text-align: right;
  padding-right: 80px;
}
.section-five-content-middle .fiveRow {
  width: 1400px;
  margin: 0 auto;
}
.section-five-content-middle .five-middle-info {
  padding-top: 80px;
}
.section-five-content-middle .five-middle-img {
  width: 70%;
  background-color: rgba(18, 101, 105, 0.6);
  background: linear-gradient(to right, transparent, #126569 100%);
}
.section-five-content-middle .five-middle-img .middle-img-item {
  margin-bottom: 20px;
}
.section-five-content-middle .five-middle-img .middle-img-item img {
  margin-right: 20px;
}

.section-six {
  background: url("/img/six_bg.png") no-repeat center center;
  color: white;
}
.section-six-content-middle .sixRow {
  max-width: 1400px;
  margin: 0 auto;
}
.section-six-content-middle .sixRow .col-md-6 {
  padding: 0;
}
.section-six-content-middle .six-bg-1 {
  background: rgba(59, 137, 142, 0.7);
}
.section-six-content-middle .six-bg-2 {
  background: rgba(0, 0, 0, 0.7);
}
.section-six-content-middle .six-middle-title {
  text-align: center;
  color: #046970;
  background: linear-gradient(to right, transparent, #ffffff 30%, #ffffff, #ffffff 70%, transparent);
  margin-bottom: 40px;
  margin-top: 40px;
}
.section-six-content-middle .six-middle-item {
  padding: 40px 20px;
}

.section-seven {
  background-color: #004d40; /* Тёмно-зелёный фон */
  color: white;
  /* Основной контейнер с сеткой */
  /* Стили для фона и изображений */
  /* Стили для логотипа и заголовка */
  /* Стили для центрального блока */
}
.section-seven-content-top {
  text-align: center;
}
.section-seven .main-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto 1fr auto;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.section-seven .main-container::before,
.section-seven .main-container::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-seven .main-container::before {
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background: url("/img/seven_2.png") no-repeat center top;
}
.section-seven .main-container::after {
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: url("/img/seven_1.png") no-repeat center top;
}
.section-seven .seven-header {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 20px;
  text-align: center;
}
.section-seven .logo img {
  height: 40px;
  vertical-align: middle;
}
.section-seven .logo span {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.section-seven .content-wrapper {
  grid-column: 2/3;
  grid-row: 1/4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.section-seven .text-block {
  background: rgba(0, 46, 38, 0.6);
  padding: 40px;
  border-radius: 10px;
  max-width: 600px;
  text-align: center;
}
.section-seven h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: normal;
}
.section-seven p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.section-seven ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 20px;
}
.section-seven li {
  font-size: 1rem;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.section-seven li::before {
  content: "•"; /* Используем буллиты CSS */
  color: #4caf50; /* Зелёный цвет для буллита */
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.section-eight {
  padding-top: 0;
}
.section-eight-content-middle {
  max-width: 1400px;
  margin: 0 auto;
  background: #046970;
  color: white;
  padding: 30px 20px;
}

.section-nine {
  background: url("/img/nine_bg.png") no-repeat center center;
  background-size: cover;
  color: white;
}
.section-nine-content .nine-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 300px;
}
.section-nine-content-top {
  text-align: center;
  margin-bottom: 40px;
}
.section-nine-content-middle {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.section-nine-content-middle .nine-middle-item {
  background: #046970;
  padding: 20px;
  border-radius: 10px;
  height: 300px;
}
.section-nine-content-middle .nine-middle-item img {
  max-width: 150px;
  margin-bottom: 30px;
}

.section-ten {
  background: url("/img/ten_bg.png") no-repeat center center;
  background-size: cover;
  color: white;
}
.section-ten-content-top {
  text-align: right;
  padding-right: 80px;
  margin-bottom: 50px;
}
.section-ten-content-middle {
  max-width: 1400px;
  margin: 0 auto;
}
.section-ten-content-middle .ten-content-midlle-right {
  display: flex;
  margin-bottom: 20px;
}
.section-ten-content-middle .ten-content-midlle-right .ten-content-middle-left-div {
  background: #042022;
  padding: 10px;
  position: relative;
  width: 250px;
  font-size: 20px;
}
.section-ten-content-middle .ten-content-midlle-right .ten-content-middle-left-div img {
  width: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.section-ten-content-middle .ten-content-midlle-right .ten-content-middle-right-dev {
  font-size: 12px;
  background: #046970;
  padding: 10px;
}
.section-ten-content-middle .ten-content-midlle-right .ten-content-middle-right-dev p {
  text-decoration: underline;
}

.section-eleven {
  background: #86b7c5;
  color: white;
}
.section-eleven-content-top {
  text-align: center;
}
.section-eleven-content-middle {
  max-width: 1400px;
  margin: 0 auto;
}
.section-eleven-content-middle h4 {
  text-align: center;
  margin-bottom: 50px;
}
.section-eleven-content-middle img {
  max-width: 200px;
}
.section-eleven-content-middle .col-md-4 {
  margin-bottom: 20px;
}

a.ripple {
  position: fixed;
  z-index: 2000;
  display: block;
  bottom: 40px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00b259;
}

a.ripple2 {
  position: fixed;
  z-index: 2000;
  display: block;
  bottom: 120px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00b259;
}

a.ripple img {
  width: 100%;
}

a.ripple2 img {
  width: 100%;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 178, 89, 0.3), 0 0 0 0 rgba(0, 178, 89, 0.3), 0 0 15px rgba(0, 0, 0, 0.3); /* сохраняем базовую тень */
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 178, 89, 0), 0 0 0 40px rgba(0, 178, 89, 0), 0 0 15px rgba(0, 0, 0, 0.3); /* сохраняем базовую тень */
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 178, 89, 0.3), 0 0 0 0 rgba(0, 178, 89, 0.3), 0 0 15px rgba(0, 0, 0, 0.3); /* сохраняем базовую тень */
  }
}
@keyframes ripple-instagram {
  0% {
    box-shadow: 0 0 0 0 rgba(193, 53, 132, 0.4), 0 0 0 0 rgba(225, 48, 108, 0.4), 0 0 0 0 rgba(253, 29, 29, 0.4), 0 0 0 0 rgba(245, 96, 64, 0.4), 0 0 15px rgba(0, 0, 0, 0.3); /* базовая тень */
  }
  70% {
    box-shadow: 0 0 0 15px rgba(193, 53, 132, 0), 0 0 0 30px rgba(225, 48, 108, 0), 0 0 0 45px rgba(253, 29, 29, 0), 0 0 0 60px rgba(245, 96, 64, 0), 0 0 15px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(193, 53, 132, 0.4), 0 0 0 0 rgba(225, 48, 108, 0.4), 0 0 0 0 rgba(253, 29, 29, 0.4), 0 0 0 0 rgba(245, 96, 64, 0.4), 0 0 15px rgba(0, 0, 0, 0.3);
  }
}
.contacts {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
}
.contacts .left-contact-area h4 {
  text-align: center;
  font-size: 30px;
}
.contacts .right-contact-area h4 {
  text-align: center;
  font-size: 30px;
}/*# sourceMappingURL=style.css.map */