        .headertt {
           background: linear-gradient(135deg, #0299ab, #2c3e50);
            color:#fff;
            padding: 30px 0;
            text-align: center;
            margin-bottom: 30px;
            border-radius: 5px;
                   }      
        
 .cta-button22 {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }
  
  .cta-button22:hover {
      color: white;
    background: #01bbd2;;
    border-color: white;
    transform: translateY(-3px);
  }
            
        .highlight-block {
            background-color: #fff;
            border-radius: 5px;
            padding: 25px;
            margin: 25px 0;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .awards {
            background-color: #f0f0f0;
            padding: 20px;
            border-radius: 5px;
            margin: 20px 0;
        }
        
        .coverage {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 20px 0;
        }
        
        .coverage-item {
            flex: 1 1 300px;
            background: white;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .numbers {
            font-size: 1.5rem;
            font-weight: bold;
            color: #e74c3c;
        }
        
        @media (max-width: 768px) {
            .coverage {
                flex-direction: column;
            }     
            .cta-button22 {
      padding: 15px 30px;
    }
          
        }


.image-container {
    margin: 30px 0;
    width: 100%;
    position: relative;
}

.responsive-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.responsive-image:hover {
    transform: scale(1.01);
}

.image-caption {
    display: block;
    text-align: center;
    font-style: italic;
    color: #555;
    margin-top: 10px;
    font-size: 0.9em;
    padding: 0 15px;
}

.image-bordered {
    border: 1px solid #e0e0e0;
    padding: 5px;
    background: white;
}

.image-intext {
    max-width: 50%;
    float: right;
    margin: 0 0 20px 20px;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .image-container {
        margin: 20px 0;
    }
    
    .responsive-image {
        border-radius: 6px;
    }
    
    .image-caption {
        font-size: 0.8em;
    }
}

@media (max-width: 600px) {
    .image-intext {
        max-width: 100%;
        float: none;
        margin: 20px 0;
    }
}
