

/* Start:/about/new_design.css?17522382086621*/
body { margin: 0;color: #333; background: #f5f7fa; }
    .section { padding: 60px 20px; }
    .container_ { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; font-size: 20px; }
    .card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 4px 4px 0px rgba(0,0,0,0.05);
      padding: 30px;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .card:hover {
      transform: translateY(0px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
h1 {    margin: auto;
    display: block !important;
    text-transform: uppercase;
    font-size: 33px !important;
    font-weight: bold !important;padding-bottom: 10px;
      color: #005B96;}
    h2 {
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
      color: #005B96;
    }
    h2::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50%;
      height: 3px;
      background: #005B96;
      border-radius: 2px;
    }
    .container_ ul { list-style: none; padding: 0; }
    .container_ ul li { margin: 10px 0; padding-left: 30px; position: relative; }
    .container_ ul li::before {
      content: '✔';
      position: absolute;
      left: 0;
      color: #005B96;
      font-weight: bold;
    }
    .badge-container { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }
    .badge {
      background: #005B96;
      color: #fff;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
    }
    .cta {
      background: #005B96;
      color: #fff;
      text-align: center;
      padding: 40px 20px;
      border-radius: 12px;
    }
    .cta a {
      display: inline-block;
      margin-top: 10px;
      background: #fff;
      color: #005B96;
      padding: 10px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s, color 0.3s;
    }
    .cta a:hover {
      background: #e6ecf2;
      color: #003f6b;
    }
    .container_ video {
      width: 100%;
      border-radius: 12px;
      margin-top: 20px;
    }
@media (max-width: 768px) {
      .container_ {
        grid-template-columns: 1fr;
	font-size: 14px;
      }
      .card {
        padding: 10px;     grid-column: span 1 !important;
      }
      h2::after {
        width: 80%;
      }
    }

.section {
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.size-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 4px 4px 0px rgba(0,0,0,0.05);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.size-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

h2, h3 {
  color: #005B96;
}

h2 {
  margin-bottom: 20px;
}

.size-list {
  list-style: none;
  padding: 0;
}

.size-list li {
  margin: 8px 0;
  padding-left: 25px;
  position: relative;
}

.size-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #005B96;
  font-weight: bold;
}

.note {
  background: #e6ecf2;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .size-card {
    padding: 20px;
  }
}
.middle-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(730px, 1fr));
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .middle-rowcard {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.container_ .size-list li {
  padding-left: 0;
}

.size-list li::before {
  display: none;
}

/* Контакты: общие стили */
.bg-gradient-to-r {
  background: linear-gradient(to right, #012a4a, #014f86);
}

.bg-gradient-to-br {
  background: linear-gradient(to bottom right, #f5f7fa, #fff, #e9ecef);
}

.bg-navy {
  background-color: #014f86;
}

.bg-card {
  background-color: #ffffff;
}

.text-navy {
  color: #014f86;
}

.text-burgundy {
  color: #b11226;
}

.text-muted-foreground {
  color: #6b7280;
}

.text-primary {
  color: #005B96;
}

.text-primary-foreground {
  color: #ffffff;
}

.shadow-elegant {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.rounded-xl {
  border-radius: 16px;
}

.backdrop-blur-sm {
  backdrop-filter: blur(10px);
}

.badge {
  display: inline-block;
  font-weight: 500;
  border-radius: 9999px;
  background-color: #f0f4f8;
  color: #014f86;
}

.badge-light {
  background-color: #ffffff;
  color: #014f86;
}

.badge-outline {
  border: 1px solid #014f86;
  background: transparent;
  color: #014f86;
}

.transition {
  transition: all 0.3s ease;
}

.hover\\:text-primary-light:hover {
  color: #0077c8;
}

.block {
  display: block;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-5xl {
  font-size: 3rem;
}

.opacity-90 {
  opacity: 0.9;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-center {
  justify-content: center;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.grid {
  display: grid;
}

.md\\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.md\\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lg\\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-base {
  font-size: 1rem;
}
.from-navy {
      padding-bottom: 60px;
    margin-bottom: 60px;
}
@media (min-width: 980px) {
  .lg_grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
  }
  .lg_grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
  }
}
/* End */
/* /about/new_design.css?17522382086621 */
