.section-anchor {
    position:relative;
}

#about, #contacts, #service {
    position:absolute;
    top:-100px;
}

/* Принудительно включаем стили видимости шапки на внутренних страницах */
header.header.j-header {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
/* Жесткий сброс для шапки на странице услуг, чтобы не зависеть от скролла */
body header.header.j-header {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important; /* Убирает сдвиги от скрипта анимации */
    background-color: rgba(17, 24, 39, 0.95) !important; /* Возвращает темный/полупрозрачный фон шапке сразу */
}

/* Принудительно показываем логотип и элементы внутри */
body header.header.j-header .header_row,
body header.header.j-header .header__left_logo {
    opacity: 1 !important;
    visibility: visible !important;
}


/* ==========================================
   СТИЛИ ДЛЯ СТРАНИЦ ДЕТАЛЬНЫХ УСЛУГ (КЛИНЭКСПЕРТ)
   ========================================== */

/* Основной контейнер страницы */
.cleaning-page {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #333333;
	line-height: 1.6;
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
}

/* Современная сетка для первого экрана */
.content-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	margin-bottom: 50px;
}

.content-text {
	flex: 1;
	min-width: 300px;
}

.content-image-box {
	flex: 1;
	min-width: 300px;
}

/* Красивое оформление картинки */
.content-image-box img {
	max-width: 100%;
	height: auto !important;
	border-radius: 12px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
	display: block;
}

/* Стилизация главных акцентов */
.lead-text {
	font-size: 20px;
	color: #2c3e50;
	font-weight: 600;
	line-height: 1.5;
	border-left: 4px solid #3498db;
	padding-left: 20px;
	margin: 0;
}

.section-title {
	font-size: 26px;
	color: #2c3e50;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 2px solid #e2e8f0;
	padding-bottom: 10px;
}

/* Блок коммерческих характеристик */
.features-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}

.feature-card {
	flex: 1;
	min-width: 250px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 25px;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.feature-card__val {
	font-size: 24px;
	font-weight: 700;
	color: #3498db;
	margin-bottom: 10px;
}

.feature-card__title {
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 5px;
}

.feature-card__desc {
	font-size: 14px;
	color: #64748b;
}

.outro-text {
	font-size: 16px;
	background: #f1f5f9;
	border-radius: 12px;
	padding: 30px;
	margin-top: 50px;
	border-left: 5px solid #2ecc71;
	font-weight: 500;
}

/* Плашка жесткого предупреждения об изменении цен */
.price-warning-box {
	background: #fff5f5;
	border: 1px solid #feb2b2;
	border-left: 5px solid #e53e3e;
	border-radius: 8px;
	padding: 20px;
	margin-top: -20px;
	margin-bottom: 40px;
	font-size: 14px;
	color: #9b2c2c;
	line-height: 1.5;
}

/* Стилизация списков sample06 */
.sample06 ul, .sample06 ol {
	list-style: none;
	font-size: 15px;
	line-height: 1.6;
	margin-left: 25px;
	padding-left: 0;
}
.sample06 li {
	margin-top: 1.2em; 
	position: relative;
	padding: 2px 3px;
}
.sample06 li:first-child {
	margin-top: 0;
}
.sample06 li::after,
.sample06 li::before {
	display: block;
	content: '';
	position: absolute;
}
.sample06 li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}

/* Таблица цен */
.price-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 40px;
}
.price-table th {
	background: #2c3e50;
	color: #ffffff;
	font-weight: 600;
	padding: 12px;
	text-align: left;
}
.price-table td {
	padding: 12px;
	border-bottom: 1px solid #e2e8f0;
}
.price-table tr:nth-child(even) {
	background: #f8fafc;
}

/* Контейнер CRM-формы */
.crm-form-container {
	margin-top: 40px;
	padding: 20px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

#cl_cookie_bar {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 1160px;
    margin: 0 auto;
    background: rgba(17, 24, 39, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    z-index: 9999999;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

#cl_cookie_bar .cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#cl_cookie_bar span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

#cl_cookie_ok_btn {
    background: #0088cc;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.2s;
}

#cl_cookie_ok_btn:hover {
    background: #006699;
}

@media screen and (max-width: 768px) {
    #cl_cookie_bar { bottom: 10px; left: 10px; right: 10px; padding: 12px; }
    #cl_cookie_bar .cookie-content { flex-direction: column; text-align: center; gap: 12px; }
    #cl_cookie_ok_btn { width: 100%; }
}
