.top {
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 15px 0;
}

.inner1 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 50px;
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.05);
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.lang-switcher {
  display: flex;
  gap: 10px;
}

.lang-switcher a {
  font-size: 14px;
  color: #425274;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.lang-switcher a.active {
  background-color: #425274;
  color: white;
}

.phone-block {
  text-align: right;
  font-size: 14px; font-size: 16px;
  color: #333;
}

.phone-primary {
  font-weight: 600;
  color: #425274;
}

.phone-secondary {
  color: #555;
}

.email {
  color: #555;
  font-size: 12px;font-size: 14px;
}

/* Меню */
.nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.nav a {
  color: #425274;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px; font-size: 19px;
  transition: color 0.3s ease;
  position: relative;      font-weight: bold;
}

.nav a:hover {
  color: #2c3e50;
}

.nav .dropdown {
  position: relative;
}

.nav .dropdown:hover > .submenu {
  display: block;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width1: 200px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 4px;
  z-index: 1000;
}

.submenu li {
  list-style: none;
  margin: 0;
}

.submenu a {
  display: block;
  padding: 12px 20px;
  color: #425274;
  text-decoration: none;
  transition: background 0.3s ease;  text-align: left;
}

.submenu a:hover {
  background-color: #f1f1f1;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .inner1 {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  .contact-info {
    margin-top: 15px;
    width: 100%;
    text-align: left;
  }

  .lang-switcher {
    gap: 5px;
  }

  .nav {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }

  .nav a {
    font-size: 14px;
  }
}

.growth {
  background1: url('/images/growth-bg.jpg') no-repeat center center;        background-color: #425274;
  background-size: cover;
  color: white;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.growth::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: white;
}

.title span {
  color: #e74c3c; color: #ffb001;/* Акцентный цвет */
}

.highlight {
  color: #425274; /* Ваш корпоративный цвет */
  font-weight: 800;
}
  input#con {
    display: inline-block;
    padding: 12px 30px;
    /* background-color: #e74c3c; */
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgb(231 76 54 / 30%);
}
input[type="text"] {
    display: inline-block;
    padding: 12px 30px;
    /* background-color: #e74c3c; */
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgb(231 76 54 / 30%);
}
.subtitle {
  font-size: 1.2rem;
  color: #f8f9fa;
  margin-bottom: 30px;
  max-width: 600px;
  line-height: 1.5;
}

.btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background-color: #425274;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(66, 82, 116, 0.3);
}

.btn-primary:hover {
  background-color: #2c3e50;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(66, 82, 116, 0.4);
}

.offer-note {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
}

.offer-note .icon {
  font-size: 1.2em;
}

/* Адаптивность */
@media (max-width: 768px) {
  .title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .btn-primary {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.advantages-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  color: #425274;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.advantage-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border: 1px solid #e9ecef;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.icon-wrapper {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f3f5;
  border-radius: 50%;
}

.advantage-card h3 {
  font-size: 1.3rem;
  color: #425274;
  margin-bottom: 10px;
  font-weight: 600;
}

.advantage-card p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}

.cta-block {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #425274;
  color: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(66, 82, 116, 0.3);
}

.cta-text {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 500;  color: #fff !important;
}

.cta-text strong {
  color: #e74c3c; color:#e7b23c; color: #ffb001;
}

.btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e74c3c; color: #e7b23c;  background-color: #ffb001;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(231, 76, 54, 0.3);
}

.btn-primary:hover {
  background-color: #c0392b;  background-color: #ff6b01;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(231, 76, 54, 0.4);
}

/* Адаптивность */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .advantage-card {
    padding: 20px;
  }

  .cta-block {
    padding: 15px;
  }

  .btn-primary {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.stats-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  color: #425274;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-item {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  border: 1px solid #e9ecef;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #425274;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.stat-label {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.4;
}

/* Адаптивность */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 1.8rem;
  }
}
.why-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  color: #425274;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.col {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #e9ecef;
}

.col-title {
  font-size: 1.5rem;
  color: #425274;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

.items-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

.item:last-child {
  border-bottom: none;
}

.icon-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  flex-shrink: 0;
}

.item p {
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.item strong {
  color: #425274;
  font-weight: 600;
}

/* Активная колонка (Jaguar Design) */
.col.active {
  border-color: #425274;
  box-shadow: 0 6px 20px rgba(66, 82, 116, 0.2);
}

/* Адаптивность */
@media (max-width: 768px) {
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .col {
    padding: 20px;
  }

  .col-title {
    font-size: 1.3rem;
  }
}

.portfolio-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.section-title {
  font-size: 2.2rem;
  color: #425274;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 8px 16px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #666;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #425274;
  color: white;
  border-color: #425274;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  border: 1px solid #e9ecef;
}

.portfolio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.portfolio-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-item:hover img {
  transform: scale(1.05);
}

.portfolio-info {
  padding: 15px;
  background: white;
  text-align: center;
}

.portfolio-info h3 {
  font-size: 1.2rem;
  color: #425274;
  margin: 0 0 10px;
  font-weight: 600;
}

.portfolio-info p {
  font-size: 1rem;
  color: #666;
  margin: 0 0 15px;
  line-height: 1.4;
}

.btn-link {
  display: inline-block;
  padding: 6px 12px;
  background-color: #425274;
  color: white;
  text-decoration: none;
  font-size: 12px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-link:hover {
  background-color: #2c3e50;
}

/* Большие карточки */
.portfolio-item.big {
  grid-column: span 2;
}

/* Адаптивность */
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .portfolio-item.big {
    grid-column: 1;
  }

  .filters {
    flex-direction: column;
    align-items: center;
  }

  .filter-btn {
    width: 100%;
    max-width: 200px;
  }
}

:root{
  --c-bg: #f3f5f9;
  --c-card: #ffffff;
  --c-primary: #1f2636;   /* тёмно-синий из лендинга */
  --c-accent: #ffbe3b;   /* золотой акцент */
  --c-text: #2a2f3a;
  --c-muted: #7f889a;
  --radius: 14px;
  --shadow: 0 8px 32px rgba(31,38,54,0.08);
}

.reviews{
  background: var(--c-bg);
  padding: 56px 0;
}

.container{
  width: min(1200px, 92%);
  margin: 0 auto;
}

.section-title{
  text-align: center;
  margin-bottom: 28px;
}
.section-title .eyebrow{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e9edf5;
  color: var(--c-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.section-title h2{
  margin: 10px 0 0;
  font-size: 28px;
  color: var(--c-primary);
}

/* сетка карточек */
.comments-main{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 880px){
  .comments-main{ grid-template-columns: 1fr; }
}

/* карточка отзыва */
.comments-main > div{
  position: relative;
  background: var(--c-card);
  border-radius: var(--radius);
  padding: 22px 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(31,38,54,.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.comments-main > div:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 44px rgba(31,38,54,0.12);
}

/* тонкая акцентная полоска сверху */
.comments-main > div::before{
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--c-accent), #ffd86a);
}

/* декоративная кавычка */
.comments-main1 > div::after{
  content: "“";
  position: absolute;
  top: 6px; right: 16px;
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
  color: rgba(255,190,59,.25);
  pointer-events: none;
}

/* шапка карточки: аватар + имя */
.comments-main > div > div:first-child{
  display: flex;
  align-items: center;
  gap: 14px;
}

.ava img{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(34,49,72,.2);
}

.name p{
  margin: 0 0 4px 0;
  font-weight: 700;
  color: var(--c-primary);
  font-size: 16px;
}
.name span{
  display: block;
  font-size: 13.5px;
  color: var(--c-muted);
}

/* текст отзыва */
.comments-main > div > p{
  margin: 0;
  color: var(--c-text);
  line-height: 1.6;
}

/* кнопки */
.reviews-cta{
  margin-top: 24px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn-dark{
  background: var(--c-primary);
  color: #fff;
  box-shadow: 0 6px 18px rgba(31,38,54,.18);
}
.btn-dark:hover{ box-shadow: 0 8px 24px rgba(31,38,54,.24); }
.btn-accent{
  background: var(--c-accent);
  color: #1b2231;
  box-shadow: 0 6px 18px rgba(255,190,59,.25);
}
.btn-accent:hover{ filter: brightness(1.03); }




.article  .main {	background-color: unset; background-color: unset !important;}

.article {
    background-color: #f5f5f5; /* Светло-серый фон контента */
    padding: 2rem 0;
}

.inner1 {
    max-width: 1200px; /* Соответствует ширине сайта */
    margin: 0 auto;
    padding: 0 1rem;
}

/* Секции */
section {
    margin-bottom: 3rem;
}

/* Заголовки */
.title6 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0b2b5b; /* Темно-синий (совпадает с шапкой сайта) */
    margin-bottom: 1rem;
    line-height: 1.3;
}

.title7 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 2rem 0 1rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0b2b5b;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0b2b5b;
    margin: 1.5rem 0 0.5rem;
}

/* Параграфы */
p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Списки */
ul.advantages {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

ul.advantages li {
    margin-bottom: 0.5rem;
    color: #555;
}

/* Карточки услуг */
.service-item {
    background-color: #fff; /* Белая карточка */
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.service-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1rem 0;
}

.service-subitem {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.service-subitem:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}