body {
  margin: 0;
  font-family: 'Inter', 'Arial', sans-serif;
  background: #F8F9FA;
  color: #15254D;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 8px rgba(21,37,77,0.07);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.header__logo-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__logo {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: none;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__brand {
  color: #173a83;
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  transform: translate(-5px, 5px);
}
.header__nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.header__nav a {
  color: #15254D;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s;
  padding: 6px 0;
}
.header__nav a:hover {
  color: #E74C3C;
}
.header__btn {
  border-radius: 999px;
  padding: 12px 36px !important;
  border: 2px solid #15254D;
  background: transparent;
  color: #15254D;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.header__btn--outline:hover {
  background: #15254D;
  color: #fff;
  border-color: #15254D;
}
.hero {
  background: #fff;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 8px 32px rgba(21,37,77,0.07);
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0 48px 0;
  gap: 32px;
}
.hero__content {
  flex: 1 1 60%;
  text-align: center;
  animation: fadeIn 1s ease-in-out;
}
.hero__title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #15254D;
  margin-bottom: 18px;
  font-family: 'Playfair Display', serif;
}
.hero__title .gradient-text {
  background: linear-gradient(90deg, #15254D 0%, #2C3E50 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__subtitle {
  font-size: 1.2rem;
  color: #2C3E50;
  margin-bottom: 28px;
}
.btn {
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn--accent {
  background: #E74C3C;
  color: #fff;
}
.btn--accent:hover {
  background: #15254D;
  color: #fff;
  border: 2px solid #fff;
}
.hero__logo-circle {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__logo-img {
  width: 50%;
  height: 50%;
  background: #fff;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.about {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(21,37,77,0.06);
  margin-bottom: 32px;
  padding: 40px 0;
}
.about__container {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: space-between;
}
.about__main {
  flex: 1 1 50%;
}
.section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #15254D;
  margin-bottom: 18px;
  font-family: 'Playfair Display', serif;
}
.about__desc {
  font-size: 1.1rem;
  color: #2C3E50;
}
.about__features {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.feature__icon {
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  border-radius: 8px;
  background: #F8F9FA;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15254D;
  box-shadow: 0 2px 8px rgba(21,37,77,0.07);
}
.feature__icon--customs::before {
  content: '\2630';
  font-size: 2rem;
}
.feature__icon--logistics::before {
  content: '\1F310';
  font-size: 2rem;
}
.feature__icon--cert::before {
  content: '\1F91D';
  font-size: 2rem;
}
.feature__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #15254D;
}
.feature__desc {
  font-size: 1rem;
  color: #2C3E50;
}
.cta {
  background: #15254D;
  border-radius: 24px;
  color: #fff;
  margin-bottom: 0;
  box-shadow: 0 4px 24px rgba(21,37,77,0.08);
}
.cta__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 32px;
}
.cta__text h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  font-family: 'Playfair Display', serif;
}
.footer {
  background: transparent;
  padding: 32px 0 0 0;
}
.footer__palette {
  display: flex;
  gap: 0;
  margin: 0 auto;
  max-width: 220px;
  height: 18px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(21,37,77,0.07);
}
.palette {
  display: inline-block;
  height: 18px;
  width: 33.33%;
}
.palette--blue { background: #15254D; }
.palette--gold { background: #E8C47A; }
.palette--dark { background: #2C3E50; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {
  .hero__container, .about__container, .cta__container {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }
  .about__container {
    align-items: center;
  }
  .hero__logo-img {
    width: 25%;
    height: 25%;
    border-width: 3px;
  }
  .header__logo {
    width: 40px;
    height: 40px;
  }
  .feature__icon {
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
  }
  .cta__container {
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 12px 0;
  }
}
@media (max-width: 600px) {
  .header {
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    padding: 0;
  }
  .header__container {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }
  .hero, .about, .cta {
    border-radius: 0;
    margin: 0;
    box-shadow: none;
  }
  .container {
    padding: 0 6px;
  }
  .hero__container {
    flex-direction: column;
    gap: 18px;
    padding: 24px 0 12px 0;
  }
  .hero__logo-img {
    width: 25%;
    height: 25%;
    border-width: 3px;
  }
  .footer__palette {
    max-width: 120px;
    height: 12px;
  }
  .grid-3, .grid-2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .service-card, .contacts-info-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 1rem;
    margin: 0 auto;
  }
  .services-section, .tariffs-section, .contacts-section {
    padding: 32px 0;
  }
  .cta__container {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 8px 0;
  }
  .btn, .btn--accent, .btn--accent:hover {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 12px 0;
  }
  .contacts-form-row {
    flex-direction: column;
    gap: 1rem;
  }
  .contacts-form, .contacts-info-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
  .form-group input, .form-group textarea {
    font-size: 0.95rem;
    padding: 10px 12px;
  }
  .section-title {
    font-size: 1.2rem;
  }
  .service-icon {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }
  .service-icon-img {
    width: 24px;
    height: 24px;
  }
}

/* Секции услуг, тарифов, контактов по kot */
.services-section, .tariffs-section, .contacts-section {
  background: #fff;
  padding: 80px 0;
  margin-bottom: 0;
}
.text-center { text-align: center; }
.mb-16 { margin-bottom: 4rem; }
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
}
.bg-primary-10 { background: rgba(21,37,77,0.1); }
.text-primary { color: #15254D; }
.rounded-full { border-radius: 999px; }
.rounded-xl { border-radius: 24px; }
.shadow-soft { box-shadow: 0 10px 30px -15px rgba(0,0,0,0.1); }
.shadow-hard { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06); }
.border { border: 1px solid #e5e7eb; }
.border-gray-100 { border-color: #f3f4f6; }
.border-primary-20 { border-color: rgba(21,37,77,0.2); }
.transition-all { transition: all 0.2s; }
.w-16 { width: 64px; }
.h-16 { height: 64px; }
.p-8 { padding: 2rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mt-2 { margin-top: 0.5rem; }
.gap-8 { gap: 2rem; }
.services-list { margin-bottom: 0; }
.service-card__icon { font-size: 2rem; }
.service-card__title { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; }
.service-card__desc { color: #2C3E50; margin-bottom: 1rem; }
.service-card__link { color: #15254D; text-decoration: none; font-weight: 500; }
.service-card__link svg { margin-left: 6px; }
.contacts-form-row { margin-top: 2rem; }
.contacts-info-card { min-width: 220px; max-width: 340px; }
.contacts-item { margin-bottom: 1.2rem; color: #2C3E50; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 500; }
.form-group input, .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1rem;
  background: #F8F9FA;
  color: #15254D;
  transition: border 0.2s;
}
.form-group input:focus, .form-group textarea:focus {
  border-color: #15254D;
  outline: none;
}
.form-success {
  color: #198754;
  background: #d1e7dd;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.form-error {
  color: #842029;
  background: #f8d7da;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 1rem;
  font-size: 1rem;
} 
.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(21,37,77,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #15254D;
  margin: 0 auto 1.5rem auto;
}
.service-icon-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 50%;
  display: block;
} 
.contacts-icon {
  display: inline-block;
  font-size: 1.3em;
  margin-right: 10px;
  vertical-align: middle;
  color: #15254D;
} 
.burger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}
.burger-btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: #15254D;
  margin: 4px 0;
  border-radius: 2px;
  transition: 0.3s;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0; right: 0;
  background: #fff;
  box-shadow: 0 4px 24px rgba(21,37,77,0.12);
  padding: 80px 24px 32px 24px;
  z-index: 1001;
  gap: 18px;
  align-items: center;
  animation: fadeIn 0.3s;
}
.mobile-menu a {
  color: #15254D;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu a:hover {
  background: #E8C47A;
  color: #15254D;
}
@media (max-width: 900px) {
  .header__nav {
    display: none;
  }
  .burger-btn {
    display: flex;
  }
  .mobile-menu {
    display: none;
  }
  .mobile-menu.open {
    display: flex;
  }
  .header__brand { transform: none; }
} 
@media (min-width: 901px) {
  .mobile-menu, .burger-btn { display: none !important; }
  .header__nav { transform: translateY(5px); }
} 

/* Стили для блока благотворительности */
.charity-section {
  background: #fff;
  padding: 80px 0;
  margin-bottom: 0;
}

.charity-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.charity-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 24px;
  box-shadow: 0 10px 30px -15px rgba(0,0,0,0.1);
  border: 1px solid #e5e7eb;
  transition: all 0.2s;
}

.charity-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  border-color: rgba(21,37,77,0.2);
}

.charity-image-container {
  margin-bottom: 1rem;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.charity-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.charity-card:hover .charity-image {
  transform: scale(1.05);
}

.charity-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #15254D;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
}

.charity-desc {
  color: #2C3E50;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .charity-gallery {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .charity-card {
    padding: 1rem;
  }
  
  .charity-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 600px) {
  .charity-section {
    padding: 32px 0;
  }
  
  .charity-gallery {
    gap: 1rem;
  }
  
  .charity-card {
    padding: 0.75rem;
  }
  
  .charity-title {
    font-size: 1rem;
  }
  
  .charity-desc {
    font-size: 0.9rem;
  }
} 

/* Стили для модальных окон благотворительности */
.charity-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease;
}

.charity-modal-content {
  position: relative;
  background-color: #fff;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 24px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.charity-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: #aaa;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 2001;
}

.charity-modal-close:hover {
  color: #15254D;
}

.charity-modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #15254D;
  margin-bottom: 1.5rem;
  font-family: 'Playfair Display', serif;
  text-align: center;
}

.charity-modal-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.charity-modal-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s;
}

.charity-modal-image:hover {
  transform: scale(1.05);
}

.charity-modal-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.charity-modal-prev,
.charity-modal-next {
  background: #15254D;
  color: #fff;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background 0.2s;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.charity-modal-prev:hover,
.charity-modal-next:hover {
  background: #E74C3C;
}

@media (max-width: 900px) {
  .charity-modal-content {
    margin: 10% auto;
    padding: 1.5rem;
    width: 95%;
  }
  
  .charity-modal-gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
  }
  
  .charity-modal-image {
    height: 150px;
  }
  
  .charity-modal-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  .charity-modal-content {
    margin: 5% auto;
    padding: 1rem;
    width: 98%;
  }
  
  .charity-modal-gallery {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  
  .charity-modal-image {
    height: 200px;
  }
  
  .charity-modal-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .charity-modal-close {
    top: 0.5rem;
    right: 1rem;
    font-size: 1.5rem;
  }
} 