.left_block {
    display: none !important;
}
.container .right_block.narrow_Y {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.company-title-h2 {
	color: #e1b987;
    font-size: 24px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0;
    margin-bottom: 25px;
}
.logo-company {
    text-align: center;
}
.logo-company img {
    min-height: 40px;
}

  .logos-container {
    display: flex;
    align-items: center;
	margin-bottom: 20px;
  }
  .logo {
    margin-right: 20px;
  }
  .logo:last-child {
    margin-right: 0;
  }

.services-section {
    color: var(--white_text_black);
    line-height: 1.5;
}
.section-header {
    margin-bottom: 30px;
}
.section-title {
    font-size: 18px;
    font-weight: bold;
}
.uikit-container {
    background: var(--card_bg_black);
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    border: 1px solid #333;
}
.uikit-badge {
    background: #A12B2A;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}
.uikit-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    color: var(--white_text_black);
}
.uikit-button {
    background: #A12B2A;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}
.uikit-button:hover {
    background: #8a2424;
}
.uikit-stats {
    display: flex;
    gap: 30px;
    justify-content: space-around;
    margin: 25px 0;
}
.uikit-stat-item {
    text-align: center;
}
.uikit-stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #A12B2A;
    margin-bottom: 5px;
}
.uikit-stat-label {
    font-size: 14px;
    color: var(--white_text_black);
    opacity: 0.8;
}
.block-header {
    display: flex;
    gap: 40px;
}
.header-left {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
}
.header-marker {
	color: #A12B2A;
    font-weight: bold;
}

.header-right {
    flex: 1;
    font-size: 14px;
    display: flex;
    gap: 15px;
}

.services-grid {
    margin-bottom: 40px;
    border-bottom: 2px solid #94352f;
}

.service-item {
    display: flex;
    gap: 40px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.service-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-image {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-title {
    font-weight: bold;
    font-size: 16px;
}

.service-right {
    flex: 1;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.service-marker {
    color: #A12B2A;
    font-weight: bold;
    min-width: 30px;
    flex-shrink: 0;
}

.service-text {
    flex: 1;
}

.facts-section {
    margin: 30px 0;
}

.fact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: flex-start;
}

.fact-marker {
    color: #A12B2A;
    font-weight: bold;
    min-width: 20px;
    flex-shrink: 0;
}

.research-section {
    display: flex;
    gap: 40px;
    margin: 30px 0;
    align-items: flex-start;
}

.research-year {
    font-weight: bold;
    min-width: 60px;
    flex: 0 0 60px;
    color: #e1b987
}

.research-text {
    flex: 1;
}

.stats-section {
    margin-top: 30px;
}

.stats-header {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.stats-item {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: flex-start;
}

.stats-marker {
    color: #A12B2A;
    font-weight: bold;
    min-width: 30px;
    flex-shrink: 0;
}

/* Адаптив */
@media (max-width: 1024px) {
    .block-header,
    .service-item {
        gap: 30px;
    }
    
    .service-left {
        gap: 12px;
    }
    
    .service-image {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 768px) {
    .block-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .service-item {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .service-left {
        flex: none;
    }
    
    .service-right {
        flex: none;
        margin-left: 55px;
    }
    
    .research-section {
        flex-direction: column;
        gap: 15px;
    }
    
    .research-year {
        flex: none;
        min-width: auto;
    }
    
    .uikit-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .service-image {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .service-right {
        margin-left: 0;
    }
    
    .service-image {
        width: 35px;
        height: 35px;
    }
    
    .service-title {
        font-size: 15px;
    }
    
    .service-marker,
    .stats-marker {
        min-width: 25px;
    }
    
    .research-year {
        font-size: 14px;
    }
    
    .uikit-container {
        padding: 20px 15px;
    }
    
    .uikit-stat-number {
        font-size: 28px;
    }
	.logo-company img {
		min-height: 20px;
	}
}