/* Общие стили */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
	scroll-behavior: smooth;
}


body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #012E2B;
  color: white;
}


.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Header */
.site-header {
    padding: 20px 0;
    z-index: 1;
    position: relative;
}


.header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 40px;
  display: flex;
}

.phone-header {
  padding: 7px 12px;
  display: flex;
  background-color: #29ACA9;
  margin-right: 12px;
  border-color: #ffffff40;
  border-width: 2px;
  border-radius: 8px;

}

.main-nav {
  margin-left: 62px; /* например, 20px отступ слева */
}

.main-nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0px, 64px;
}

.main-nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.lang-toggle {
  display: none;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.lang-option {
  flex: 1;
  padding: 8px;
  background: transparent;
  border: none;
  color: #012E2B;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  margin: 3px;
  border-radius: 8px;
}

.lang-option.active {
  background-color: #012E2B;
  color: white;
  font-weight: 500;
}

/* Hero */

.hero {
  background-color: #012E2B;
  padding: 120px 0;
}

.hero-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    width: 1900px;
    pointer-events: none;
    z-index: 0;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1;
}

.hero-text h1 {
    width: 845px;
    color: white;
    font-size: 48px;
    font-family: Segoe UI;
    font-weight: 900;
    line-height: 62.40px;
    word-wrap: break-word;
}

.hero-text p {
  width: 480px;
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.team-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.team-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* убираем скроллбар в Firefox */
}

.team-scroll::-webkit-scrollbar {
  display: none; /* убираем скроллбар в Chrome */
}

.scroll-btn {
  position: absolute;
  top: 88%;
  transform: translateY(-50%);
  background-color: #41B7B740;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 5;
  color: white;
}
}

.scroll-btn.left {
  left: -4px;
}

.scroll-btn.right {
  right: -4px;
}

.input-wrapper {
  display: flex;
  align-items: center;
  gap: 16px; /* отступ между input и кнопкой */
}

.input-wrapper input {
  flex: 1;
  padding: 16px 20px;
  font-size: 16px;
  background: transparent;
  color: white;
  border: 1px solid#41B7B7;
;
  border-radius: 6px;
  transition: background 0.3s, border-color 0.3s;
}

.input-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-wrapper input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #29ACA9;
}

/* Кнопка */
.input-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: linear-gradient(225deg, #41B7B7 0%, #019891 100%);
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.25); /* #FFFFFF40 */
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.input-button img {
  width: 24px;
  height: 24px;
}

.input-button:hover {
  background-color: #176463;
}

.btn-primary {
  padding: 12px 24px;
  background-color: #29ACA9;
  color: white;
  text-decoration: none;
  border-radius: 6px;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    width: 358px;
    height: 396px;
    right: 0px;
    top: 70px;
    position: absolute;
    transform: translateY(-20%) translateX(0%);
}

/* Контейнер */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Секция */
.about {
  padding: 60px 0;
  color: white;
}

.about h3 {
  margin-top: 20px;
  color: white;
  text-align: left;
}

.about p {
  margin-top: 8px;
  color: white;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.about {
  margin-top: 20px;
  color: white;
  text-align: left;
}

.about-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 32px;
}

.about-tags {
  display: flex;
  gap: 62px;
  overflow-x: auto;
  margin-bottom: 40px;
}

.about-tag {
  flex: 0 0 auto;
  width: 140px;
  padding-top: 8px;
  border-top: 1px solid #29ACA9;
  color: white;
  font-size: 16px;
  line-height: 1.4;
}

/* Стили стрелок в блоке команды */
.team-scroll-container {
  position: relative;
}

.team-scroll {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 20px 0;
}

/* Общие кнопки для стрелок */
.team-scroll-container button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000; /* чёрный фон */
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-scroll-container button:hover {
  background: #333;
}

#prevTeam {
  left: -50px; /* смещение влево */
}

#nextTeam {
  right: -50px; /* смещение вправо */
}

.team-scroll-container button svg {
  width: 24px;
  height: 24px;
  fill: white; /* белая стрелка */
}

.team-card {
  flex: 0 0 auto;         /* карточка не растягивается */
  width: 260px;           /* фиксированная ширина */
  text-align: center;
  overflow: hidden;       /* всё лишнее внутри — прячется */
  display: flex;
  flex-direction: column;
}

.team-card img {
  height: auto;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  transition: 0.3s ease;
}

/* Третья секция */
.what-we-do {
  padding: 80px 0;
  color: white;
  position: relative;
}

.wwd-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%);
    width: 1900px;
    pointer-events: none;
    z-index: 0;
}

.section-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 карточки в ряд */
  gap: 40px;
  justify-content: center;
}

.service-card {
  height: 400px;
  background-color: #01211F;
  padding: 24px 32px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background 0.3s ease;
  z-index: 1;
}

.service-card:hover {
  background-color: #022725;
}

.service-icon {
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  height: 60px;
  width: auto;
}

.service-card h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
  text-align: center; 
}

.service-card ul{
  list-style: none; /* убираем стандартные точки */
  margin: 0;
  padding: 0;       /* выравниваем текст по центру */
}
.service-card li{
  position: relative;
  padding-left: 16px; /* расстояние от точки до текста */
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 300;
  color: #EFF3F4;
  line-height: 1.4;
  text-align: center;
}

.service-card li::before {
  content: "•";              /* ставим точку */
  position: absolute;
  left: 0;                   /* у края */
  top: 50%;
  transform: translateY(-50%); /* по центру строки */
  color: #EFF3F4;            /* цвет точки */
  font-size: 18px;           /* размер */
  line-height: 1;
}


.trade {
  background-color: #104442;
  padding: 80px 0;
  color: white;
  position: relative;
}

.trade-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -60%);
    width: 2600px;
    pointer-events: none;
    z-index: 0;
}

.info-block {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px 0;
    z-index: 1;
    position: relative;
}

.info-image img {
  width: 180px;
  height: auto;
  display: block;
  border-radius: 12px; /* по желанию */
}

.info-image-s img {
  width: 52px;
  height: auto;
  display: block;
  border-radius: 12px; /* по желанию */
}

.info-text {
  flex: 1;
}

.info-text h2 {
  font-size: 42px;
  margin-bottom: 12px;
  color: white;
}

.info-text p {
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

.grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.grid-item {
  display: flex;
  align-items: center;
}

.item-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(18deg, #029A8F 0%, #41B7B7 50%, #A1D9D9 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: -24px;
  z-index: 2;
  position: relative;
}

/* Контактная форма */
.contact-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
}

.contact-section h2 {
  font-size: 42px;
  font-weight: 900;
  margin: 0;
  color: white;
}

.contact-subtitle {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 18px;
  color: #ffffff;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.contact-form input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #41B7B7;
  border-radius: 8px;
  background: transparent;
  color: white;
}

.contact-form button {
  padding: 14px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #41b7b7;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover {
  background-color: #029A8F;
}

.form-note {
  margin-top: 20px;
  font-size: 14px;
  color: #a8c8c7;
}

/* Подвал */
.footer {
  background-color: rgba(11, 11, 15, 0.125);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px 0;
  color: #a8c8c7;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-left {
  flex: 1;
  min-width: 200px;
}

.footer-center {
  flex: 1;
  min-width: 200px;
}

.footer-right {
  flex: 1;
  min-width: 200px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 140px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a img {
  width: 28px;
  height: 28px;
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.footer-contact img {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.footer-policy {
  color: #a8c8c7;
  text-decoration: underline;
  margin-bottom: 12px;
  display: inline-block;
}

.footer-copy {
  font-size: 13px;
  opacity: 0.7;
}

/* --- Footer: кликабельные контакты белым цветом --- */
.footer .footer-contact { display: flex; align-items: center; gap: 10px; }

/* делаем ссылку белой и убираем подчёркивание */
.footer .footer-contact a.footer-link,
.footer .footer-contact a.footer-link:link,
.footer .footer-contact a.footer-link:visited {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 400;
}

/* hover — подсветка (необязательно) */
.footer .footer-contact a.footer-link:hover,
.footer .footer-contact a.footer-link:focus {
  color: #41B7B7 !important;
  text-decoration: underline !important;
}

/* если иконка помещена внутрь ссылки — оставляем её корректно */
.footer .footer-contact a.footer-link img {
  vertical-align: middle;
}

/* на случай, если родитель имел opacity или filter — гарантируем видимость */
.footer { opacity: 1; filter: none; }

.item-content {
    background-color: white;
    color: #012E2B;
    padding: 0px 48px;
    border-radius: 8px;
    outline: 2px #029A8F solid;
    flex: 1;
    font-size: 22px;
    line-height: 1.4;
    height: 100px;
    align-content: center;
}

.item-content span {
  font-weight: 700;
  margin-right: 4px;
}

.selection {
  background-color: #ffffff;
  padding: 80px 0;
  color: #012E2B;
  position: relative;
}

.selection-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -70%);
    width: 1740px;
    pointer-events: none;
    z-index: 0;
}

.selection-decoration2 {
    position: absolute;
    top: 108%;
    left: 50%;
    transform: translate(-44%, -70%);
    width: 1740px;
    pointer-events: none;
    z-index: 0;
}

.info-selection {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
    z-index: 1;
    position: relative;
}

.info-text-selection h2 {
  font-size: 42px;
  margin-bottom: 12px;
  color: #012E2B;
  text-align: center;
}

.info-text-selection p {
  font-size: 20px;
  line-height: 1.6;
  color: #484848;
  text-align: center;
}

.info-section {
  padding: 80px 0;
  background-color: #013532;
  color: white;
}

.two-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.two-columns-2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.two-columns-1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 100px 0px;
}

.two-columns-1 h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 900;
}

.info-left {
  flex: 1;
  min-width: 300px;
}

.info-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
}

.info-right-2 {
  flex: 1;
  min-width: 300px;
  justify-content: flex-end;
}

.info-right img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.info-left h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.info-right h2 {
    font-size: 32px;
    margin-bottom: 24px;
}


.info-right-2 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.info-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.info-card {
  display: flex;
  align-items: center;
  background-color: white;
  color: #012E2B;
  border-radius: 8px;
  width: calc(100% - 16px);
  min-width: 200px;
  box-sizing: border-box;
}

.icon-row {
  display: block;
}

.icon-row h3 {
  margin-bottom: 8px;
}

.info-card-1 {
  display: flex;
  align-items: center;
  color: #ffffff;
  border-radius: 8px;
  width: calc(100% - 16px);
  min-width: 200px;
  box-sizing: border-box;
}

.icon-box {
  width: 48px;
  height: 48px;
  background-color: #29ACA9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 28px;
  flex-shrink: 0;
}

.icon-box img {
  width: 24px;
  height: 24px;
}

.card-content span {
  font-weight: 700;
  margin-right: 4px;
  font-size: 22px;
}

.card-content {
  font-size: 22px;
}

/* Зеркальная версия */
.info-section.reverse .two-columns {
  flex-direction: row-reverse;
}

.icon-box {
  background: linear-gradient(18deg, #029A8F 0%, #41B7B7 50%, #A1D9D9 100%);
  border-radius: 10px;
}

.image-side {
    display: flex
;
    justify-content: flex-start;
    margin-bottom: -80px;
}

.image-side img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.what-we-offer {
  padding: 80px 0;
  color: white;
  position: relative;
}

.section-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}


.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.offer-card {
  background-color: #01211F;
  padding: 24px;
  border-radius: 12px;
  outline: 2px #029A8F solid;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #EFF3F4;
  transition: background 0.3s ease;
}


.offer-icon {
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-icon img {
  height: 60px;
  width: auto;
}

.offer-card h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
	height: 60px;
}

.offer-card ul {
  list-style: none; /* убираем стандартные точки */
  margin: 0;
  padding: 0;
}

.offer-card li {
  position: relative;
  padding-left: 16px; /* расстояние от точки до текста */
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 300;
  color: #EFF3F4;
  line-height: 1.4;
}

.offer-card li::before {
  content: "•";              /* ставим точку */
  position: absolute;
  left: 8px;                   /* у края */
  top: 50%;
  transform: translateY(-50%); /* по центру строки */
  color: #EFF3F4;            /* цвет точки */
  font-size: 18px;           /* размер */
  line-height: 1;
}

.offer-card:hover {
  background-color: #033b39;
}

.order-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-39%, -45%);
    width: 1740px;
    pointer-events: none;
    z-index: 0;
}

.trade-r {
  padding: 80px 0;
  background-color: #104442;
  color: white;
  position: relative;
}

.trade-r-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-39%, -45%);
    width: 1740px;
    pointer-events: none;
    z-index: 0;
}

.result-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -25%);
    width: 1900px;
    pointer-events: none;
    z-index: 0;
}

.result {
  color: white;
  position: relative;
}

.trade-r {
  padding: 80px 0;
  background-color: #104442;
  color: white;
  position: relative;
}




.carousel-section {
  background-color: white;
  padding: 40px 20px;
}

.carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.carousel-header h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 900;
  color: #012E2B;
}

.carousel-header button {
  background-color: #41B7B7;
  color: white;
  border: none;
  padding: 10px 14px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 6px;
}

.carousel-container {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.carousel-track {
  display: flex;
  align-items: center;
  gap: 32px; /* отступ между картинками */
}

.carousel-image {
  width: 160px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0; /* не сжимается */
}

/* Скрыть скролл */
.carousel-container::-webkit-scrollbar {
  display: none;
}

@media (min-width: 769px) {
  .mobile-header,
  .mobile-menu {
    display: none !important;
  }
}

/* Адаптивность */
@media (max-width: 768px) {
  .header-inner,
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }

  .lang-switch {
    margin-top: 20px;
  }

  .hero-text h1 {
    font-size: 28px;
  }
}

.info-banner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 48px;
  background: radial-gradient(ellipse 149.50% 117.73% at 8.37% 0.00%, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    border: 2px #029A8F solid;
    backdrop-filter: blur(2.50px);
  border-radius: 12px;
  box-sizing: border-box;
  margin: 40px 0px;
}

.info-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.info-icon {
  font-size: 24px;
  line-height: 1;
  margin-top: 2px;
}

.info-content p {
  font-size: 20px;
  margin: 0;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .info-banner {
    padding: 24px 20px;
  }

  .info-content {
    flex-direction: column;
    gap: 12px;
  }

  .info-content p {
    font-size: 18px;
  }

  .info-icon {
    font-size: 20px;
  }


.contact-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    background-image: url('img/contact-bg.png'),
}

.contact-section h2 {
  font-size: 42px;
  font-weight: 900;
  margin: 0;
}

.contact-subtitle {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 18px;
    color: #ffffff;
}

.contact-form {
    display: inline-grid;
    flex-direction: column;
    gap: 16px;
}

.contact-form input {
    max-width: 304px;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border: 1px solid #41B7B7;
    border-radius: 8px;
    background: transparent;
    padding: 16px 20px;
}

.contact-form button {
    padding: 14px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #41b7b7;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    align-self: center;
}

.contact-form button:hover {
  background-color: #0056b3;
}

.form-note {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}


.footer {
  background-color: rgba(11, 11, 15, 0.125); /* #0B0B0F20 в rgba */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* для Safari */
  padding: 40px 0;
  color: #a8c8c7;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 140px;
  flex: 1;
}

/* Логотип */
.footer-logo img {
  width: 140px;
}

/* Соцсети */
.footer-socials {
  flex-direction: row;
  gap: 12px;
}

.footer-socials a img {
  width: 28px;
  height: 28px;
}

/* Контактные элементы */
.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}

.footer-item img {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

/* Политика и копирайт */
.footer-policy {
  color: #a8c8c7;
  text-decoration: underline;
}

.footer-copy {
  font-size: 13px;
  opacity: 0.7;
}



/* Адаптивность */
@media (min-width: 768px) {

.site-header {display: none;}

  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-block {
    align-items: center;
  }

  .footer-socials {
    justify-content: center;
  }
}
 

@media (max-width: 769px){ .mobile-header{display:none} 

.hero {
    background-color: #012E2B;
    padding: 80px 0;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    width: 180px;
    height: 180px;
    right: -45px;
    top: -17px;
    position: absolute;
    transform: translateY(-20%) translateX(0%);
}

.about-tags {
    display: flex
;
    gap: 40px;
    overflow-x: auto;
    margin-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
}

  .info-block {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    display: flex
;
    gap: 16px;
    align-items: flex-start;
    padding: 0;
    z-index: 1;
    position: relative;
}

.info-text-selection h2 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #012E2B;
    text-align: center;
}

.info-text h2 {
    font-size: 20px;
    margin-bottom: 24px;
    color: white;
    order: 0;
}

.info-text-selection p {
    font-size: 14px;
    line-height: 1.6;
    color: #484848;
    text-align: center;
    padding: 0px 24px;
}

.info-left h2 {
    font-size: 20px;
    margin: 40px 0px 24px;
}

.card-content {
    font-size: 14px;
}

.info-right-2 h2 {
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 80px;
}

.two-columns-2 {
    display: flex
;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: column-reverse;
}

.offer-card {
    background-color: #01211F;
    padding: 5px;
    border-radius: 12px;
    outline: 2px #029A8F solid;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #EFF3F4;
    transition: background 0.3s ease;
    width: 100%;
    height: 272px;
}

.offer-card h3 {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 12px;
	height: 30px;
}

.hero-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    width: 1900px;
    pointer-events: none;
    z-index: 0;
    display: none;
}

.offer-card p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 12px;
}

.icon-row p {
font-size: 14px;
}

.icon-row h3 {
font-size: 14px;
}

.footer-contact {
  margin: 8px 0px;
}

.service-icon {
    height: 68px;
    margin-bottom: 8px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.two-columns-1 h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 900;
}

.card-content span {
    font-weight: 700;
    margin-right: 4px;
    font-size: 14px;
}

.info-text p {
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
    order: 1;
}

.info-row {
    display: flex;
    flex-direction: column; /* базово — колонка */
  }

  .info-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
  }

  .service-card {
    flex: 0 0 260px;
    scroll-snap-align: start;
  }

  /* скрыть скроллбар (по желанию) */
  .services-grid::-webkit-scrollbar {
    display: none;
  }

  .services-grid {
    scrollbar-width: none; /* Firefox */
  }


.about-tag {
    flex: 0 0 auto;
    padding-top: 8px;
    border-top: 1px solid #29ACA9;
    color: white;
    font-size: 16px;
    line-height: 1.4;
    width: 100px;
}

.team-card {
    flex: 0 0 auto;
    width: 130px;
    text-align: center;
    overflow: hidden;
    display: flex
;
    flex-direction: column;
}

.about-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 32px;
}

.section-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 24px;
    text-align: left;
}

.input-wrapper input {
    flex: 1;
    padding: 16px 20px;
    font-size: 16px;
    background: transparent;
    color: white;
    border: 1px solid #41B7B7;
    border-radius: 6px;
    transition: background 0.3s, border-color 0.3s;
    display: block;
    margin-bottom: 16px;
    width: 100%;
}

.input-wrapper {
    display: block;
    align-items: center;
    gap: 16px;
}

.hero-text h1 {
    width: 70%;
    color: white;
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: 900;
    line-height: 120%;
    word-wrap: break-word;
    text-align: left;
}

.hero-text p {
    width: 80%;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 30px;
    text-align: left;
}



/* НАЧАЛО МОБИЛКИ */

/* Мобильное меню - перенесено в правильное место в файле */
@media (max-width: 768px) {
  .site-header {
    display: none;
  }
  
  .mobile-header {
    display: block;
    position: relative;
    z-index: 1000;
    background: #012E2B;
    padding: 14px 20px;
  }
}

@media (min-width: 769px) {
  .mobile-header {
    display: none;
  }
}

@media (max-width: 768px) {
  .services-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }

  .service-card h3 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 12px;
}
  .service-card {
    flex: 0 0 260px;
    scroll-snap-align: start;
    padding: 16px;
  }

  /* скрыть скроллбар (по желанию) */
  .services-grid::-webkit-scrollbar {
    display: none;
  }

  .services-grid {
    scrollbar-width: none; /* Firefox */
  }

  .info-image img {
    width: 60px;
    height: auto;
    display: block;
    border-radius: 12px;
}

.grid-2x2 {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.item-content {
    background-color: white;
    color: #012E2B;
    padding: 0px 48px;
    border-radius: 8px;
    outline: 2px #029A8F solid;
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    height: 72px;
    align-content: center;
    margin: 8px 0;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.offer-card li {
    padding: 0px 0px 0px 8px;
    font-size: 14px;
}

}

.mobile-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-logo img {
  width: 120px;
  height: auto;
}

/* Бургер меню */
.burger {
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2000;
}

.burger span {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #fff !important;
  transition: .3s;
}

/* Анимация бургера */
.burger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* Мобильное меню */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(1, 46, 43, .96);
  transform: translateY(-100%);
  transition: transform .3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  z-index: 1;
}

.mobile-menu.active {
  transform: translateY(0);
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-nav li {
  margin: 18px 0;
}

.mobile-nav a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.mobile-actions {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.no-scroll {
  overflow: hidden;
}