/* Сброс стилей и базовые настройки */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #2d3748;
    background-color: #ffffff;
    font-size: 16px;
}

/* Контейнер */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Типографика */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    color: #1a202c;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

/* Кнопки */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    min-height: 44px;
}

.btn-primary {
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 153, 225, 0.4);
}

.btn-outline {
    background: transparent;
    color: #4299e1;
    border: 2px solid #4299e1;
}

.btn-outline:hover {
    background: #4299e1;
    color: white;
}

/* Cookie уведомление */
.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a202c;
    color: white;
    padding: 16px;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cookie-notice.show {
    transform: translateY(0);
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
}

.cookie-content a {
    color: #4299e1;
    text-decoration: underline;
}

.cookie-accept {
    background: #4299e1;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

/* Шапка сайта */
.header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar {
    padding: 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: #4a5568;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #4299e1;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #4299e1;
    border-radius: 1px;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    gap: 4px;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background: #4a5568;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Уведомление о разработке */
.dev-notice {
    background: linear-gradient(135deg, #fed7d7 0%, #feb2b2 100%);
    color: #742a2a;
    padding: 12px 0;
    margin-top: 70px;
    border-bottom: 1px solid #fc8181;
}

.dev-notice .container {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    text-align: center;
}

.dev-notice i {
    font-size: 18px;
    color: #e53e3e;
}

.dev-notice p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

/* Основной контент */
.main-content {
    min-height: calc(100vh - 70px);
}

/* Главный баннер */
.hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%234299e1" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23pattern)"/></svg>');
    pointer-events: none;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a202c;
}

.hero-description {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(66, 153, 225, 0.3);
}

.hero-icon {
    font-size: 120px;
    color: white;
    opacity: 0.9;
}

/* Секции */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a202c;
}

.section-subtitle {
    font-size: 18px;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
}

/* Обзор услуг */
.services-overview {
    padding: 80px 0;
    background: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.service-card {
    background: white;
    padding: 40px 32px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #4299e1;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
    color: white;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.service-card p {
    color: #4a5568;
    line-height: 1.6;
}

/* Преимущества */
.advantages-section {
    padding: 80px 0;
    background: #f7fafc;
}

.advantages-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.advantages-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a202c;
}

.advantage-item {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}

.advantage-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    flex-shrink: 0;
}

.advantage-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a202c;
}

.advantage-text p {
    color: #4a5568;
    line-height: 1.6;
}

.advantages-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-element {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: white;
    box-shadow: 0 20px 40px rgba(66, 153, 225, 0.3);
}

/* Ресурсы */
.resources-section {
    padding: 80px 0;
    background: white;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.resource-card {
    background: #f7fafc;
    padding: 32px;
    border-radius: 16px;
    border-left: 4px solid #4299e1;
    transition: all 0.3s ease;
}

.resource-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.resource-icon {
    width: 60px;
    height: 60px;
    background: #4299e1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}

.resource-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a202c;
}

.resource-card p {
    color: #4a5568;
    line-height: 1.6;
}

/* Подписка */
.newsletter-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: white;
}

.newsletter-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: white;
}

.newsletter-text p {
    font-size: 18px;
    color: #a0aec0;
    margin-bottom: 32px;
    line-height: 1.6;
}

.newsletter-form {
    margin-bottom: 16px;
}

.form-group {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.form-input {
    flex: 1;
    padding: 14px 16px;
    border: 2px solid #4a5568;
    border-radius: 8px;
    background: #2d3748;
    color: white;
    font-size: 16px;
}

.form-input::placeholder {
    color: #a0aec0;
}

.form-input:focus {
    outline: none;
    border-color: #4299e1;
}

.form-note {
    font-size: 14px;
    color: #a0aec0;
    margin: 0;
}

.newsletter-message {
    padding: 12px;
    border-radius: 8px;
    margin-top: 16px;
    font-weight: 500;
}

.newsletter-message.success {
    background: #9ae6b4;
    color: #1a365d;
}

.newsletter-message.error {
    background: #fed7d7;
    color: #742a2a;
}

/* Подвал */
.footer {
    background: #1a202c;
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-description {
    color: #a0aec0;
    margin-bottom: 24px;
    line-height: 1.6;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    color: #a0aec0;
    font-size: 14px;
}

.footer-contact i {
    color: #4299e1;
    width: 16px;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #a0aec0;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #4299e1;
}

.footer-bottom {
    border-top: 1px solid #2d3748;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    color: #a0aec0;
    font-size: 14px;
    margin: 0;
}

/* Заголовок страницы */
.page-header {
    padding: 60px 0;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    text-align: center;
    margin-top: 70px;
}

.header-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.header-content p {
    font-size: 20px;
    color: #4a5568;
}

/* Секция миссии */
.mission-section {
    padding: 80px 0;
    background: white;
}

.mission-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
}

.mission-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #1a202c;
}

.mission-quote {
    position: relative;
    background: #f7fafc;
    padding: 32px;
    border-radius: 16px;
    border-left: 4px solid #4299e1;
    margin-bottom: 24px;
}

.quote-icon {
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 32px;
    color: #4299e1;
    background: white;
    padding: 8px;
}

.mission-quote p {
    font-size: 18px;
    font-style: italic;
    color: #2d3748;
    margin: 0;
    padding-left: 20px;
}

.mission-description {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.visual-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-icon {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    color: white;
    box-shadow: 0 15px 30px rgba(66, 153, 225, 0.3);
}

/* Секция ценностей */
.values-section {
    padding: 80px 0;
    background: #f7fafc;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.value-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #4299e1;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
    color: white;
}

.value-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.value-card p {
    color: #4a5568;
    line-height: 1.6;
}

/* Секция подхода */
.approach-section {
    padding: 80px 0;
    background: white;
}

.approach-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
}

.approach-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.approach-icon {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: white;
    box-shadow: 0 20px 40px rgba(66, 153, 225, 0.3);
}

.approach-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #1a202c;
}

.approach-item {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.item-number {
    width: 50px;
    height: 50px;
    background: #4299e1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.item-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a202c;
}

.item-content p {
    color: #4a5568;
    line-height: 1.6;
}

/* Секция экспертизы */
.expertise-section {
    padding: 80px 0;
    background: #f7fafc;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.expertise-item {
    background: white;
    padding: 32px;
    border-radius: 16px;
    border-left: 4px solid #4299e1;
    transition: all 0.3s ease;
}

.expertise-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.expertise-icon {
    width: 60px;
    height: 60px;
    background: #4299e1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}

.expertise-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a202c;
}

.expertise-item p {
    color: #4a5568;
    line-height: 1.6;
}

/* Секция истории */
.history-section {
    padding: 80px 0;
    background: white;
}

.history-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.history-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a202c;
}

.history-intro {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 40px;
}

.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #4299e1;
}

.timeline-item {
    position: relative;
    margin-bottom: 32px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -47px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #4299e1;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #4299e1;
}

.timeline-year {
    font-size: 16px;
    font-weight: 700;
    color: #4299e1;
    margin-bottom: 8px;
}

.timeline-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a202c;
}

.timeline-content p {
    color: #4a5568;
    line-height: 1.6;
}

/* Детальные услуги */
.main-services {
    padding: 80px 0;
    background: white;
}

.service-detailed {
    margin-bottom: 80px;
}

.service-detailed:last-child {
    margin-bottom: 0;
}

.service-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.service-detailed.reverse .service-content {
    grid-template-columns: 1fr 2fr;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.service-icon-large {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    flex-shrink: 0;
}

.service-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.service-intro {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 32px;
}

.service-features h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.service-features ul {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
}

.service-features ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #4a5568;
}

.service-features ul li i {
    color: #4299e1;
    font-size: 16px;
}

.service-case {
    background: #f7fafc;
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid #4299e1;
}

.service-case h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-case h4 i {
    color: #4299e1;
}

.service-case p {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.visual-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.visual-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: white;
}

.visual-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a202c;
}

.visual-card p {
    color: #4a5568;
    line-height: 1.6;
}

/* Дополнительные услуги */
.additional-services {
    padding: 80px 0;
    background: #f7fafc;
}

.additional-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.additional-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.additional-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #4299e1;
}

.additional-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}

.additional-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a202c;
}

.additional-card p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.card-features span {
    background: #edf2f7;
    color: #4a5568;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

/* Информация о ресурсах */
.resources-info {
    padding: 80px 0;
    background: white;
}

.resources-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
}

.resources-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a202c;
}

.resources-intro {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 32px;
}

.method-item {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.method-icon {
    width: 50px;
    height: 50px;
    background: #4299e1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    flex-shrink: 0;
}

.method-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a202c;
}

.method-text p {
    color: #4a5568;
    line-height: 1.6;
}

.info-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.stat-item {
    text-align: center;
    background: white;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #4299e1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
}

/* Призыв к действию */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: white;
}

.cta-content p {
    font-size: 18px;
    color: #a0aec0;
    margin-bottom: 32px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.cta-note {
    font-size: 14px;
    color: #a0aec0;
    font-style: italic;
}

/* Контактная страница */
.contact-section {
    padding: 80px 0;
    background: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.contact-form-container {
    background: #f7fafc;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.contact-form-container h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a202c;
}

.form-description {
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4299e1;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-notice {
    background: #edf2f7;
    padding: 16px;
    border-radius: 8px;
    border-left: 4px solid #4299e1;
}

.form-notice p {
    margin: 0;
    font-size: 14px;
    color: #4a5568;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.form-notice i {
    color: #4299e1;
    margin-top: 2px;
}

.form-notice a {
    color: #4299e1;
    text-decoration: underline;
}

.submit-btn {
    align-self: flex-start;
}

.contact-info {
    padding: 0;
}

.contact-info h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a202c;
}

.contact-intro {
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.6;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    flex-shrink: 0;
}

.contact-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a202c;
}

.contact-text p {
    color: #4a5568;
    margin-bottom: 4px;
    line-height: 1.6;
}

.contact-text a {
    color: #4299e1;
    text-decoration: none;
}

.contact-text a:hover {
    text-decoration: underline;
}

.contact-note {
    font-size: 12px;
    color: #718096;
    font-style: italic;
}

.office-image {
    margin-top: 40px;
}

.image-placeholder {
    background: #edf2f7;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    border: 2px dashed #cbd5e0;
}

.image-placeholder i {
    font-size: 48px;
    color: #a0aec0;
    margin-bottom: 16px;
}

.image-placeholder p {
    color: #4a5568;
    font-weight: 500;
    margin: 0;
}

/* FAQ секция */
.faq-section {
    padding: 80px 0;
    background: #f7fafc;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.faq-item {
    background: white;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #4299e1;
}

.faq-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a202c;
}

.faq-item p {
    color: #4a5568;
    line-height: 1.6;
}

/* Локация секция */
.location-section {
    padding: 80px 0;
    background: white;
}

.location-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.location-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a202c;
}

.location-text p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 32px;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.detail-item i {
    width: 40px;
    height: 40px;
    background: #4299e1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
}

.detail-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #1a202c;
}

.detail-item p {
    color: #4a5568;
    font-size: 14px;
    margin: 0;
}

.map-placeholder {
    background: #edf2f7;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    border: 2px dashed #cbd5e0;
}

.map-placeholder i {
    font-size: 64px;
    color: #4299e1;
    margin-bottom: 20px;
}

.map-placeholder h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a202c;
}

.map-placeholder p {
    color: #4a5568;
    margin-bottom: 20px;
}

/* Политики */
.policies-content {
    padding: 80px 0;
    background: white;
}

.policies-nav {
    background: #f7fafc;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 60px;
    text-align: center;
}

.policies-nav h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a202c;
}

.policies-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.policies-nav ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    color: #4a5568;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.policies-nav ul li a:hover {
    border-color: #4299e1;
    color: #4299e1;
}

.policies-nav ul li a i {
    color: #4299e1;
}

.policy-section {
    margin-bottom: 60px;
}

.policy-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a202c;
}

.last-updated {
    color: #718096;
    font-style: italic;
    margin-bottom: 32px;
}

.policy-intro {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 32px;
    background: #f7fafc;
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid #4299e1;
}

.policy-section h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 32px 0 16px 0;
    color: #1a202c;
}

.policy-section h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 24px 0 12px 0;
    color: #2d3748;
}

.policy-section p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 16px;
}

.policy-section ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

.policy-section ul li {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 8px;
}

.policy-section a {
    color: #4299e1;
    text-decoration: underline;
}

.policy-divider {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    margin: 60px 0;
}

/* Страница благодарности */
.thank-you-section {
    padding: 80px 0;
    background: white;
}

.thank-you-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.success-icon {
    margin-bottom: 32px;
}

.success-icon i {
    font-size: 80px;
    color: #48bb78;
}

.thank-you-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a202c;
}

.main-message {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 48px;
}

.next-steps {
    margin-bottom: 48px;
}

.next-steps h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #1a202c;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-bottom: 48px;
}

.step-item {
    text-align: center;
    padding: 32px 24px;
    background: #f7fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4299e1 0%, #2b6cb0 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: white;
}

.step-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a202c;
}

.step-item p {
    color: #4a5568;
    line-height: 1.6;
}

.response-time {
    background: #edf2f7;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 48px;
}

.time-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}

.time-info i {
    font-size: 32px;
    color: #4299e1;
    margin-top: 4px;
}

.time-info h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a202c;
}

.time-info p {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.additional-info {
    margin-bottom: 48px;
}

.additional-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #1a202c;
}

.explore-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.explore-card {
    background: white;
    padding: 32px 24px;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.explore-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #4299e1;
}

.explore-card i {
    font-size: 40px;
    color: #4299e1;
    margin-bottom: 16px;
}

.explore-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a202c;
}

.explore-card p {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.contact-backup {
    background: #1a202c;
    color: white;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
}

.contact-backup h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: white;
}

.contact-backup > p {
    color: #a0aec0;
    margin-bottom: 32px;
}

.backup-contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}

.contact-method i {
    width: 40px;
    height: 40px;
    background: #4299e1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-method h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: white;
}

.contact-method p {
    margin-bottom: 4px;
}

.contact-method a {
    color: #4299e1;
    text-decoration: none;
}

.contact-method a:hover {
    text-decoration: underline;
}

.contact-method span {
    font-size: 12px;
    color: #a0aec0;
}

.newsletter-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: white;
    text-align: center;
}

.newsletter-cta .newsletter-text h2 {
    color: white;
}

.newsletter-cta .newsletter-text p {
    color: #a0aec0;
}

/* Адаптивность для новых элементов */
@media (max-width: 968px) {
    .mission-content,
    .approach-content,
    .history-content,
    .resources-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .service-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .service-detailed.reverse .service-content {
        grid-template-columns: 1fr;
    }
    
    .service-header {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .values-grid,
    .expertise-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 40px 0;
    }
    
    .header-content h1 {
        font-size: 32px;
    }
    
    .header-content p {
        font-size: 16px;
    }
    
    .mission-text h2,
    .approach-text h2,
    .history-text h2,
    .resources-text h2,
    .service-header h2 {
        font-size: 28px;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .timeline {
        padding-left: 30px;
    }
    
    .timeline-item::before {
        left: -37px;
    }
    
    .approach-item,
    .method-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .additional-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 968px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .advantages-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        gap: 16px;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    .mobile-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    
    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .cookie-content {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .form-group {
        flex-direction: column;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .advantage-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .services-grid,
    .resources-grid {
        grid-template-columns: 1fr;
    }
    
    .service-card,
    .resource-card {
        padding: 24px;
    }
}

/* Адаптивность для новых элементов */
@media (max-width: 968px) {
    .mission-content,
    .approach-content,
    .history-content,
    .resources-content,
    .contact-grid,
    .location-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .service-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .service-detailed.reverse .service-content {
        grid-template-columns: 1fr;
    }
    
    .service-header {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .values-grid,
    .expertise-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    .backup-contact {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .contact-method {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 40px 0;
    }
    
    .header-content h1 {
        font-size: 32px;
    }
    
    .header-content p {
        font-size: 16px;
    }
    
    .mission-text h2,
    .approach-text h2,
    .history-text h2,
    .resources-text h2,
    .service-header h2,
    .location-text h2 {
        font-size: 28px;
    }
    
    .cta-content h2,
    .thank-you-content h1 {
        font-size: 28px;
    }
    
    .timeline {
        padding-left: 30px;
    }
    
    .timeline-item::before {
        left: -37px;
    }
    
    .approach-item,
    .method-item,
    .time-info {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .additional-grid,
    .steps-grid,
    .explore-links {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .contact-form-container {
        padding: 24px;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .policies-nav ul {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    
    .policies-nav ul li a {
        width: 200px;
        justify-content: center;
    }
    
    .policy-section h2 {
        font-size: 28px;
    }
    
    .policy-section h3 {
        font-size: 20px;
    }
    
    .thank-you-content h1 {
        font-size: 36px;
    }
    
    .main-message {
        font-size: 18px;
    }
    
    .next-steps h2 {
        font-size: 24px;
    }
    
    .additional-info h3 {
        font-size: 20px;
    }
    
    .contact-backup {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .services-grid,
    .resources-grid {
        grid-template-columns: 1fr;
    }
    
    .service-card,
    .resource-card,
    .contact-form-container {
        padding: 24px;
    }
    
    .success-icon i {
        font-size: 60px;
    }
    
    .thank-you-content h1 {
        font-size: 28px;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .contact-backup {
        padding: 20px;
    }
    
    .policies-nav {
        padding: 20px;
    }
    
    .policy-intro {
        padding: 16px;
    }
}

/* Фокус для доступности */
*:focus {
    outline: 2px solid #4299e1;
    outline-offset: 2px;
}

button:focus,
input:focus,
a:focus {
    outline: 2px solid #4299e1;
    outline-offset: 2px;
}

/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card,
.resource-card,
.advantage-item {
    animation: fadeInUp 0.6s ease forwards;
}

/* Прелоадер для плавной загрузки */
.loading {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.loaded {
    opacity: 1;
}