/*!
Theme Name: Minqon
Theme URI: https://minqon.com/
Author: webdeveloper.com.ua
Author URI: https://t.me/webdeveloper_com_ua
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
LicenFse: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tobeplus
Tags:.widget.woocommerce.widget_shopping_cart------------------------- */


/* Отсюда начинаются новые стили  */
.fkcart-item-meta-content .fkcart-select-options {
    display: none;
}

/* Для всех элементов с этим классом (например, p или div) */
.hero-title, .product_hero-title { font-weight: 600; font-size: 80px; line-height: 90px; letter-spacing: 0px; text-align: center;}
/* Конкретно для h1, если на нем висит этот класс */
h1.hero-title, h1.product_hero-title {font-weight: 600; font-size: 80px; line-height: 80px; letter-spacing: 0px; text-align: center;}
.home-hero-subtitle-nodisplay { display: none; }
.footer-fixed-text .hero-title { font-weight: 500; font-size: 50px; line-height: 80px; text-align: center;}
.home-hero-title { font-weight: 600; font-size: 80px; line-height: 80px; letter-spacing: 0px; text-align: center; }
.home-hero-subtitle { font-weight: 400; font-size: 15px; line-height: 25px; letter-spacing: 2px; text-align: center; text-transform: uppercase; }	
.hero-subtitle,.product_hero-subtitle   { font-weight: 400; font-size: 15px; line-height: 25px; letter-spacing: 2px; text-transform: uppercase; text-align: center;}
.product_hero .product_main_text { text-align: center; font-weight: 600; font-size: 35px; line-height: 31px; letter-spacing: -0.5px; }
.product_main_text { text-align: left; font-weight: 300; font-size: 18px; line-height: 24px; vertical-align: middle;}
.fw { flex-shrink: 0; /* Чтобы иконка не сплющивалась */ display: block; /* Убирает лишние зазоры строчного элемента */}
.small_text_11 { font-size: 11px; line-height: 100%; text-align: center;}

/*  Home Page
---------------------------------------- */
.product-hero { height: 100vh; width: 100%; position: relative; /* Обязательно для абсолютных детей */ background-color: #fff; display: block; }
.yellow-container { max-width: 1440px; height: 100vh; margin: 0 auto; display: flex; flex-direction: column; align-items: center;  justify-content: center;  text-align: center; padding: 20px; box-sizing: border-box; }
/* 1. Блок текста слева (вертикальный центр, прижат к левому краю) */
.content-left { z-index: 10; pointer-events: none; display: flex; flex-direction: column; }
.brand-subtext { font-weight: 400; font-size: 15px; line-height: 66px; letter-spacing: 2px; text-transform: uppercase; }
.main-title { font-weight: 800; font-size: 97px; line-height: 61px; vertical-align: middle; }
.image-wrapper-yel { position: relative; z-index: 5; display: flex; justify-content: center; width: 100%; margin: 20px 0;}
.image-wrapper-yel img { width: auto; height: auto; display: block; margin-left: 200px; padding-top: 20px; padding-bottom: 50px;}
.img-mobile-yel {  display: none !important; } 
.img-desktop-yel { display: block; }
.bottom-caption { position: absolute; bottom: 110px; left: 50%; transform: translateX(-50%); z-index: 10; font-weight: 200; font-size: 32px; line-height: 66px; }	
.minqon-mobile { display: none; }
.ashlar-wrap { position: relative; }
.ashlar-wall-container .scene-caption-container { max-width: 1440px !important; height: max-content; display: flex; flex-direction: column; align-content: center; align-items: center; gap: 50px; }	
/* ===== WALL ===== */
.ashlar-wall { list-style: none; margin: 0; padding: 0; }
.scene { position: relative; margin-block-start: -100vh; }
.scene:first-child { margin-block-start: 0; }
.scene-inner { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; justify-content: center; font-size: 48px; font-weight: bold; }
/* heights */
.scene-red { height: 100vh; }
.scene-yellow { height: 300vh; }
.scene-black { height: 200vh; }
.scene-blue { height: 200vh; }
.scene-green { height: 100vh; }
/* colors */
.red-bg { background:black; color:#fff; height: calc(100vh - 48px); }
.yellow-bg { background:#fff; color:#000; }
.black-bg { background:black; color:#fff; }
.blue-bg { background:blue; color:#fff; }
.green-bg { background:black; color:#fff; }
.ashlar-wall-container { position: relative; background: #212121; }	
.video-scene { overflow: hidden; }
.scene-video, .video-preview { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; pointer-events: none; }
.video-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* текст над видео */
.scene-caption { position: relative; z-index: 1; color: white; font-size: 48px; font-weight: bold; text-align: center; }
.scene-text-container { max-width: 1000px;}	
.pagination-wrapper { position: absolute; height: 100%; top: 0; pointer-events: none; z-index: 10; right: 3%; }
.pagination-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; pointer-events: none; }
.pagination-dots { display: flex; flex-direction: column; gap: 16px; pointer-events: auto; /* только доты кликабельны */  }
/* стили дотов оставляем как есть */
.dot { width: 3px; height: 16px; background: rgb(255 255 255 / 51%); border: none; cursor: pointer; transition: all 0.35s ease; }
.dot.active { height: 48px; background: #fff; }
.dot.dark { background: rgba(0, 0, 0, 0.4); }
.dot.dark.active { background: #000; }
.glass-button { display: inline-flex; align-items: center; justify-content: center;  padding: 0 20px; height: 45px; border-radius: 45.5px; background-color: rgba(255, 255, 255, 0.2);  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); text-decoration: none; transition: all 0.3s ease; border: 0px; }
.glass-button:hover { opacity: 1; background: rgb(36 36 36 / 82%); }
.glass-button .btn-text { font-weight: 400; font-size: 16px; line-height: 140%; letter-spacing: -0.01em; color: white; }	
.glass-button:hover .btn-text { color: white; }
.glass-button svg path { stroke: white; }	
.glass-button:hover svg path { stroke: white; }
.glass-button .fw { flex-shrink: 0; }	
.scene-image-container { position: absolute; top: 0; right: 0; height: 100%; width: 80%; display: flex; align-items: center; justify-content: flex-end; pointer-events: none; }
.scene-image { height: 100%; width: auto; object-fit: contain; }	
.yellow-caption {  position: relative; font-size: 70px; text-align: center; width:100%; height: 100vh; }
.noglass-button { display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; height: 45px; border-radius: 45.5px; background-color: rgba(246, 246, 246, 1); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); text-decoration: none; transition: all 0.3s ease; border: 0px; }
.noglass-button:hover { opacity: 1; background: rgb(36 36 36 / 82%); }
.noglass-button .btn-text { font-weight: 400; font-size: 16px; line-height: 140%; letter-spacing: -0.01em; color: black; }		
.noglass-button:hover .btn-text { color: white; }
.noglass-button svg path { stroke: black; }	
.noglass-button:hover svg path { stroke: white; }
.noglass-button .fw { flex-shrink: 0; }	

@media (max-width: 768px) {
.minqon-mobile { width: 100%; padding: 24px 0; display: block; }
.hero-title, .hero-title-other, h1.hero-title, h1.product_hero-title  { font-weight: 600; font-size: 36px; line-height: 41px; text-align: center; vertical-align: middle;  #max-width: 350px; }
.hero-subtitle { font-weight: 400; font-size: 10px; line-height: 10px; letter-spacing: 2px; vertical-align: middle; text-transform: uppercase; text-align: center; }
.scene-title-block { position: absolute;  top: 30%; text-align: left; }	
.scene-text-container { max-width: 325px;}	
.scene-yellow .hero-title {	 margin-bottom: 0; }
.scene-subtitle-tag { font-size: 20px; font-weight: 200; color: white; }
.scene-subtitle-block { position: absolute; bottom: 5%; display: flex; align-items: center; width: 100%; flex-direction: column-reverse; }	
.scene-subtitle { font-weight: 200;font-size: 28px; line-height: 36px; }
.scene-image-container { height: 100%; width: 100%; }  
.scene-image { height: 100%; width: auto; object-fit: contain; MARGIN-TOP: 100px; }
.hero-title, .hero-title-other, .product_hero-title  { font-weight: 400; font-size: 36px; line-height: 41px; text-align: center; vertical-align: middle;  max-width: 350px; }
.product_hero-title  { max-width: 100%; }
.hero-subtitle { font-weight: 400; font-size: 10px; line-height: 10px; letter-spacing: 2px; vertical-align: middle; text-transform: uppercase; text-align: center; }
.product_hero-subtitle  { font-weight: 400; font-size: 10px; line-height: 20px; letter-spacing: 2px; vertical-align: middle; text-transform: uppercase; text-align: center; }		
.ashlar-wall-container .scene-caption-container { gap: 30px; }
.home-hero-title { font-weight: 600; font-size: 34px; line-height: 40px; letter-spacing: 0px; text-align: center; }
.home-hero-subtitle { font-weight: 400; font-size: 10px; line-height: 20px; letter-spacing: 2px;  }
.footer-fixed-text .hero-title {  font-weight: 500; font-size: 36px; line-height: 41px; text-align: center; vertical-align: middle;}
.footer-fixed-text { gap: 25px;}
.img-desktop-yel {  display: none !important;  }
.img-mobile-yel {  display: block !important; margin: 0 auto; }
.image-wrapper-yel img { margin: 0 auto; padding-top: 0px; padding-bottom: 0;}
.small_text_11 { font-size: 10px; line-height: 20px;}
}


/* Single Product  */

/* первая секция */
.single-product main#primary { background-color: #ffffff !important;}	
.sticky-wrapper { position: relative; z-index: 1; /* Теперь всё, что внутри, живет в своем слое */ background: #fff; /* Фон обертки, чтобы не просвечивали нижние секции сайта */}	
/* Ikinci blok */
.product_container { max-width: 1260px !important; width: 100%; margin: 0 auto; padding: 0 0px;}	
.product_second { display: flex; flex-direction: column; justify-content: center; padding: 0; position: sticky; top: 0; height: 100vh; background-color: white;}	
.product_second_txt { display: flex; gap: 40px; flex-direction: column; max-width: 800px; margin: 0 auto; }	
.img-text { background: linear-gradient(90deg, #0166D3 0%, #03306B 100%); background-size: 100% 100%; background-position: center; -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; font-weight: 600; font-size: 50px; line-height: 60px; text-align: center; }	
.product_second .product_hero-subtitle { background: linear-gradient(90deg, #0166D3 0%, #03306B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }	
.family-carousel-section .product_hero-subtitle { background: linear-gradient(90deg, #726402 0%, #3f474a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-top: 10px; }
.product_hero { position: relative; height: 200vh; /* Уменьшил до 250 для более динамичного скролла */ background: #000; margin-block-start: -48px; padding: 0px; overflow: clip; z-index: 10; margin-bottom: -100vh; }
.product_hero__sticky { position: sticky; top: 0; height: 100vh; width: 100%; overflow: hidden; }
.product_hero__background { position: absolute; inset: 0; z-index: 1; }
.product_hero__poster { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; display: block; transition: opacity 0.8s ease; }
.product_hero__poster img,
.product_hero__poster source { width: 100%; height: 100%; display: block; }
/* Постер скрывается, когда видео готово */
.product_hero__poster.is-hidden { opacity: 0; pointer-events: none; }
.product_hero__video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 1; }
.product_hero__overlay { position: absolute; inset: 0; /* Вместо background: black используем прозрачный черный */ background: rgba(0, 0, 0, 0.6);  opacity: 0; /* Оставляем 0, скрипт будет его менять */ z-index: 3; will-change: opacity, backdrop-filter; }
.product_hero__container { position: relative; z-index: 4; /* Поверх всего фона */ height: 100%; display: flex;justify-content: center; align-items: center; }
.product_hero__layer { position: absolute; width: 100%; color: white; will-change: transform, opacity; display: flex; flex-direction: column; align-items: center; }
.block-1 { text-align: center; }
.block-2 {  opacity: 0;  text-align: left;  transform: translateY(100vh);  width: 100%; }
.product_hero-subtitle-block { display: flex; flex-direction: column; gap: 5px; }
.product_hero-title-block { margin-bottom: 15px; }		
.hero_bottom_txt { position: absolute; bottom: 0; position: absolute; display: flex; width: 100%; flex-direction: column; gap: 40px; }	

/* MOBILE */
@media (max-width: 768px) {
.product_hero-subtitle-block { width: 230px; }		
.img-text { font-size: 30px; line-height: 36px; letter-spacing: 0px;}	
.block-2 {  opacity: 0;  text-align: left;  transform: translateY(0vh);  width: 100%; display: flex; justify-content: center; }
.hero_bottom_txt { bottom: 0; position: absolute; display: flex; flex-direction: column; gap: 20px; max-width: 350px; }	
.product_container { padding: 0 30px; }		
.product_hero-title-block { margin-bottom: 50px; }		
.product_hero .product_main_text { text-align: center; font-weight: 600; font-size: 20px; line-height: 31px; letter-spacing: 0px; }
}	


/* вариация цен секция */
@keyframes pulse {
  0% {
    transform: translateY(0); /* Исходное положение */
  }
  50% {
    transform: translateY(10px); /* Движение вниз на 10px */
  }
  100% {
    transform: translateY(0); /* Возвращение в исходное положение */
  }
}	
#product-pricing { scroll-margin-top: 80px; z-index: 15; position: relative; margin-top: 100vh; background: white; }
.price-arrow { display: flex; justify-content: center; margin-top: 20px; margin-bottom: 0px; animation: pulse 2.5s infinite; }
.variation-cards { display: grid; gap: 1.2rem; margin-top: 40px; margin-bottom: 10px; width: 100%; }
.variation-card { border: 1px solid #ddd; padding: 1rem; cursor: pointer; display: block; transition: 0.2s; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); position:relative; padding-top: 20px; padding-bottom: 20px; background-color: white; }
.variation-card input { display: none; }
.variation-card .variation-label { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: white;  color: #fff; font-size: 11px; font-weight: 300; border-radius: 25px 25px 25px 25px; padding: 5px 20px 4px 20px; white-space: nowrap; text-align: center; }	

.variation-card:nth-of-type(1):not(.active) .variation-label,
.variation-card:nth-of-type(2):not(.active) .variation-label,
.variation-card:nth-of-type(3):not(.active) .variation-label  {  color: #808080; border: solid 1px; }
.variation-card.active .variation-label { background: linear-gradient(90deg, #0B3F28 0%, #186E47 100%);  color: #fff; }
.card-content { display: flex; align-items: flex-start; gap: 10px; }
.variation-card.active .card-content  { display: flex; align-items: flex-start; gap: 10px; margin-top: 15px; }
.title-price { display: flex; justify-content: space-between; align-items: center; flex: 1; }
.subtitle-price { display: flex; justify-content: space-between; align-items: center; flex: 1; margin-bottom: 10px; }	
.variation-title { font-weight: 300; font-size: 19px; color: #6E6E73; }
.price-val { font-weight: 300; font-size: 19px; color: #6E6E73; }
/* активная вариация: делаем название и цену черными и полужирными */
.variation-card.active .variation-title, .variation-card.active .price-val { color: #000; font-weight: 500; }	
.variation-desc { margin-left: 30px; margin-top: 5px; font-size: 15px; color: #000000; font-weight: 400;  border-top: 0.3px solid #d1c4c4; }
.variation-benefits { display: flex; flex-direction: column; gap: 0px; color: #1c1c1c;  font-size: 15px; line-height: 16px; } 	
.variation-benefits .variation-subtitle  { font-size: 10px; line-height: 15px; color: #656565; }
.variation-benefit-item { display: flex; align-items: center; gap: 6px; } 	
.variation-benefit-icon { width: 30px; height: 30px; flex-shrink: 0; object-fit: contain; display: block; }
.variation-benefits .checklist  { list-style: none; padding: 0; margin: 0; font-size: 15px; color: #1c1c1c; }
.variation-benefits .checklist li { position: relative; padding-left: 20px; list-style: none; font-size: 12px; line-height: 16px; color: black; }	
.variation-benefits .checklist li::before { content: '✔'; font-weight: 400; color: #000; position: absolute; left: 0; top: 0; font-size: 15px; }
.radio-dot { width: 20px; height: 20px; border: 1px solid #6E6E7354; /* прозрачный серый */ border-radius: 50%; position: relative; flex-shrink: 0; background: #fff; /* фон белый по умолчанию */ transition: 0.2s ease; }

/* галочка — острая */
.radio-dot::after { content: ''; position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M2 6L5 9L10 3' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'/></svg>") no-repeat center center; background-size: contain; transform: translate(-50%, -50%) scale(0); transition: 0.2s ease; }
/* активное состояние */
.variation-card.active .radio-dot { background: #248A3D;   /* зелёный фон */ border-color: #248A3D; /* убираем серую обводку */ }
.variation-card.active .radio-dot::after { transform: translate(-50%, -50%) scale(1); /* показываем галочку */ }
/* активная карточка */
.variation-card.active { border-color: #000000; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.variation-card.active .radio-dot::after { transform: translate(-50%, -50%) scale(1); }
/* кнопка */
.go-to-cart { display: block; font-size: 16px; background: linear-gradient(90deg, #0B3E27 0%, #197048 100%); color: #fff; border: none; cursor: pointer; transition: 0.2s ease; margin: 20px auto 0 !important; padding: 0 20px; height: 45px; border-radius: 45.5px; font-weight: 400; }
.go-to-cart:hover { opacity: 0.9; }	
.variation-content { width: 100%; }		
.variation-wrapper { gap: 10px; }
.price-info-container { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.price-info-section	h2, .minqon-product_section_fourth	h2, .grinization-section h2, .product_info-carousel h2, .minqon-product_section_third h2, .faq-section h2, .intake-section h2, .product-last-section h2, .family-carousel-section h2, .product-last-section-bottom-content h2, .family-archive-header h2, .product_third_after_content h2 {   
	font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.28px;
    margin-bottom: 0px;
}
.minqon-product_section_fourth h2 { font-weight: 600; }
.price-info-block p  { font-size: 18px;  font-weight: 400; line-height: 26px; letter-spacing: -0.374px; text-align: left; color:#6E6E73; margin-bottom:0px; }
/* ====== ДЕСКТОП ====== */
@media (min-width: 992px) {
.variation-cards { display: grid; gap: 1.2rem; margin: 50px auto; margin-bottom: 10px; width: 50%; }
#product-pricing { scroll-margin-top: 80px; z-index: 15; position: relative; margin-top: 100vh; background: white; min-height: 75vh; display: flex; flex-direction: column; justify-content: center; padding-bottom: 30px; }
}

@media (max-width: 767px) {	 .price-container { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.price-info-section { display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; scroll-margin-top: 80px; z-index: 15; position: relative; margin-top: 100vh; background: white; min-height: 595px; bottom: -1px; }
/* фон */
.price-info-section::before { content: ""; position: absolute; inset: 0; opacity: 70%; z-index: 0; background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url(/wp-content/uploads/image-707.webp); background-size: 100% 0%, 100% 0%, cover; background-position: top, bottom, center; background-repeat: no-repeat; top: -1px; bottom: -1px; }
.price-info-section > * { position: relative; z-index: 1; }
.price-info-section	h2, .minqon-product_section_fourth h2, .grinization-section h2, .product_info-carousel h2, .minqon-product_section_third h2, .faq-section h2, .intake-section h2, .product-last-section h2, .family-carousel-section h2, .product-last-section-bottom-content h2, .family-archive-header h2, .product_third_after_content h2 { font-size: 34px; font-weight: 600; line-height: 40px; margin-bottom: 0;}	
.minqon-product_section_fourth h2 { font-weight: 600; font-size: 30; line-height: 36px; }
.price-info-section	.price-section-button { display: flex; justify-content: center; margin-bottom: 40px; margin-top: 30px; }	
.price-info-container { display: flex; flex-direction: column; width: 100%; gap: 40px; }
.price-info-block p, .price-info-block ul li  { font-size: 20px; font-weight: 400; line-height: 23px; letter-spacing: -0.374px; text-align: left; color:black; margin-bottom:0px; list-style-position: inside; }
.price-info-block b { color:#1D1D1B;}
.price-info-block  { width:100%; padding: 0; }
}	
.minqon-product_section_third { width: 100%; background-color: #ffffff; text-align: center; overflow: hidden; /* Чтобы ничего не вылетало за границы */ }
.main-img-mobile { display: none; }
.main-img-desktop { display: block; width: auto; }
.title_color { font-size: 54px; margin: 0; background: linear-gradient(90deg, #4a6a8a 0%, #a0c4d6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; text-align: center; }	
.image-box-product { position: relative; width: 100%;  display: flex; justify-content: center; }
.small_text_10 { font-size: 15px; margin-bottom: 15px; font-weight: 300; line-height: 18px; font-style: italic; }
.arrow-icon { margin-left: 10px; width: 6px; height: 6px; border-top: 2px solid #000; border-right: 2px solid #000; transform: rotate(45deg); }
.content-bottom { display: flex; flex-direction: column;  gap: 10px; }	
.green_link { display: flex; justify-content: center; color: #127749; font-size: 17px; font-weight: 400; padding-top: 10px; }		
.product_third_after_content { padding-top: 60px;  padding-bottom: 60px; position: sticky; text-align: center; height: 100vh; display: flex; align-content: center; flex-direction: column; justify-content: center; top: 0; }	

@media (max-width: 767px) {	
.minqon-product_section_third  { width: 100%; background-color: #ffffff; text-align: center; overflow: hidden; position: relative; min-height: 561px; top: -1px; display: flex; flex-direction: column; justify-content: space-around; z-index: 15; margin-bottom: -100vh; }
.minqon-product_section_third::before { content: "";  position: absolute; inset: 0;  opacity: 70%; /* ← прозрачность только фона */ z-index: 0; background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url("/wp-content/uploads/image-701.webp"); background-size: 100% 0%, 100% 25%, cover; background-position: top, bottom, center; background-repeat: no-repeat; top: -1px; bottom: -1px; }
.product_section_third_content { z-index: 1; position: relative; height: 100%; display: flex; flex-direction: column; gap: 20px; }
.title_color { font-size: 34px; }
/* Блок с изображением */
.image-box-product { position: relative; width: 100%; margin-top: 0px; /* Немного задвигаем под текст для эффекта слияния */ display: flex; justify-content: center; }
/* РАДИЕНТ: накладываем его сверху на картинку */
.gradient-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 160px; /* Градиент занимает верхнюю часть картинки */ background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); z-index: 1; top: -1px; bottom: -1px; }
.main-img-mobile { #width: 278px; display: block; height: auto; }
.main-img-desktop { display: none; }
.small_text_10 { font-size: 10px; margin-bottom: 15px; font-weight: 300; line-height: 16px; } 
}

.faq-section { padding: 30px 0; background: #fff; position: relative; z-index: 10; margin-bottom: -100vh; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.faq-accordion-container { max-width: 800px; margin: 20px auto; background: linear-gradient(360deg, #FFFFFF 0%, #F5F5F5 100%); padding: 70px 5px 30px 50px; }
.faq-accordion-header { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 10px; background: none; border: none; border-top: 1px solid #e0e6ed; cursor: pointer; text-align: left; display: flex; align-items: center; }
.faq-header-title { font-size: 21px; font-weight: 500; color: #000; line-height: 1.2; /* Важно для выравнивания */ flex-grow: 1; font-family:'Roboto'; }
.faq-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-content-inner { padding: 0 10px 20px 10px; font-size: 15px; font-weight: 300; }
.faq-plus-icon { width: 1em;  height: 1em;  display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; flex-shrink: 0; /* Чтобы иконка не сжималась, если текст длинный */ }
.faq-accordion-header.active .faq-plus-icon { transform: none; }
.faq-accordion-header.active .faq-plus-icon svg path:first-child { opacity: 0; transition: opacity 0.3s ease; }
.faq-plus-icon svg { width: 100%; height: 100%; display: block; }
.faq-plus-icon svg path { stroke: #000; }

@media (max-width:767px) { .faq-accordion-container { max-width: 800px; margin: 20px auto; background: linear-gradient(360deg, #FFFFFF 0%, #F5F5F5 100%); padding: 50px 15px 25px 25px; } 
}

.intake-section-content { display: flex; flex-direction: row; justify-content: space-evenly; margin-top: 30px; }
.intake-am, .intake-pm { display: flex; flex-direction: column; gap: 10px; margin-left: 10px; }
.text_18 { font-size: 18px; font-weight: 300; line-height: 24px; }
.intake-inner { min-height: 380px;  display: flex; flex-direction: column; justify-content: center; background-repeat: no-repeat; background-size: cover;}
.product-last-section-bottom-content { position: relative; z-index: 9; height: 100vh;  margin-top: 100vh; background-color: white; display: flex; align-content: center; align-items: center; justify-content: center; box-shadow: 0 -10px 30px rgb(0 0 0 / 3%); }
.bottom-content-button { margin-top: 20px; display: flex; flex-direction: column; align-items: center; }
.bottom-content-button .glass-button { background: linear-gradient(90deg, #0B3E27 0%, #197048 100%); color: white; font-weight: 400; }
.intake-section { height: 100vh; width: 100%; position: sticky; top: 0; display: flex; flex-direction: column; justify-content: center; z-index: 1; background: white; }
.intake-small-text { margin-top: 30px; margin-left: 120px;}
@media (max-width: 768px) { 
.intake-inner { min-height: 380px;  display: flex; flex-direction: column; justify-content: center; }
.intake-section h2, .product-last-section h2 { text-align: left; }
.intake-section-content { display: flex; flex-direction: column; gap: 25px; margin-top: 20px; }
.intake-small-text { margin-top: 20px; margin-left: 0;}
}	
	
/* Десктопная версия (экран шире 768px или 1024px) */
.wrapblock_section_fourth { flex-direction: row; /* Выстраиваем в ряд */ align-items: flex-start; /* Чтобы колонки не растягивались по высоте если контент разный */ gap: 40px; /* Расстояние между колонками */ width: 100%; max-width: 1260px !important; /* Ограничиваем ширину на десктопе */ margin: 0 auto; padding-top: 15px; #position: relative; display: flex; }	
.minqon-product_section_fourth { background: white; position: relative; z-index: 10; margin-top: 100vh;  padding-top: 50px; }	
/* Стили для каждой колонки (картинка + аккордеон) */
.product-column { flex: 1; /* Колонки будут равной ширины */     display: flex; flex-direction: column; }
/* Фикс для картинки, чтобы она не вылезала */
.section_fourth-image-container { width: 100%; overflow: hidden; }
.product-bottle { width: 100%; display: block; object-fit: cover; }	
/* Верхняя часть */
.section_fourth-image-container { position: relative; background: #fff; display: flex; justify-content: center; }
.product-bottle { width: 100%; height: auto; max-width: 450px; }	
/* Стили Аккордеона */
.accordion-item { border-top: 1px solid #e0e6ed; }
.accordion-header { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 5px 0; background: none; border: none; cursor: pointer; outline: none; }	
.plus-icon { transition: transform 0.3s ease; }
/* Анимация плюсика при раскрытии */
.accordion-header.active .plus-icon { transform: none;  }
/* Скрываем вертикальную линию (первый path), оставляя только горизонтальную (минус) */
.accordion-header.active .plus-icon svg path:first-child { opacity: 0; transition: opacity 0.3s ease; }
/* Контент аккордеона */
.first-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); background: #fff; }
.content-inner { padding: 20px 20px 20px 20px; background: aliceblue; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; /* Две колонки как на скриншоте */ gap: 30px 30px; }
.accordion-header-title { font-size: 22px; font-weight: 600; line-height: 28px; color: #212121; }
.info-item h4 { margin: 0 0 5px 0; font-size: 15px; font-weight: 600; }
.info-item p { margin: 0; font-size: 16px; line-height: 21px; color: #000000; font-weight: 300; letter-spacing: 0.22px; }
.info-grid-link { display: grid; justify-content: center; padding-top: 20px;}
.link_button { color: #1557FF; font-weight: 300; font-size: 15px; line-height: 25px; letter-spacing: 0px; vertical-align: middle; text-decoration: underline; text-decoration-skip-ink: auto; }
	
@media (max-width: 767px) 	{		
/* Основной контейнер для двух колонок */
.wrapblock_section_fourth { display: flex; flex-direction: column; /* По умолчанию для мобилок */ gap: 20px; margin-top: 20px; }
.info-grid { gap: 30px 20px; }
.content-inner { background: white; }		
.info-item h4 { margin: 0 0 5px 0; font-size: 15px; font-weight: 600; }
.info-item p { margin: 0; font-size: 15px; }
.product-bottle { width: 100%; height: auto; max-width: 330px; } 
}

/* Лайтбокс для модального окна */
.minqon-lightbox {  display: none;  position: fixed;  z-index: 10000;  left: 0;  top: 0;  width: 100%;  height: 100%;  background-color: rgba(0, 0, 0, 0.8);  overflow-y: auto;  -webkit-overflow-scrolling: touch;  padding: 20px;  box-sizing: border-box; opacity: 0;  transition: opacity 0.3s ease-in-out;  justify-content: center;  align-items: flex-start;  }
.minqon-lightbox.fade-in { opacity: 1; }
/* Контейнер-карточка */
.lightbox-content {  position: relative; margin: 40px auto;  max-width: 1230px;  width: 100%;  background: #fff;  border-radius: 24px;  /* ВНИМАНИЕ: overflow: hidden убран, чтобы работал sticky */ box-shadow: 0 20px 50px rgba(0,0,0,0.5); transform: scale(0.95) translateY(20px);  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);  display: flex; flex-direction: column; }
.minqon-lightbox.fade-in .lightbox-content { transform: scale(1) translateY(0); }
/* Картинка: добавляем скругления здесь, т.к. у родителя нет overflow: hidden */
.lightbox-img {  width: 100%;  height: auto;  display: block;  border-radius: 24px; }
/* Липкая кнопка закрытия */
.lightbox-close { position: -webkit-sticky; position: sticky;  top: 15px;       z-index: 100; align-self: flex-end;  margin-right: 15px;    margin-top: 15px;      width: 32px;  height: 32px;  background: #212121;  color: #fff;  border-radius: 50%; display: flex;  align-items: center;  justify-content: center; font-size: 18px; cursor: pointer; transition: background 0.2s, transform 0.2s;  user-select: none; }
.lightbox-close:hover { background: #000; transform: scale(1.1); }
/* Убираем скролл у сайта */
body.modal-open { overflow: hidden; }
@media (max-width: 767px) {
  .minqon-lightbox { padding: 10px; }
  .lightbox-content { border-radius: 16px; margin-top: 10px; }
  .lightbox-img { border-radius: 16px; }
  .lightbox-close { top: 10px;  right: 10px;  margin-right: 10px; margin-top: 10px; margin-bottom: -42px; /* 32 + 10 */ } 
}

 /* Блок нижнего липкого бара с ценой и кнопкой */
.custom-sticky-bar { position: fixed; bottom: 10px; left: 0; width: 100%; color: #000000; display: flex; align-items: center; justify-content: center; z-index: 9999; transition: all 0.4s ease;
 /* Начальное состояние — скрыто */
 opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.4s ease; }
/* Класс, который будет принудительно показывать плашку */
.custom-sticky-bar.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
.sticky-bar-content { display: flex; gap: 5px; align-items: center; font-size: 17px; font-weight: 400; background-color: rgba(255, 255, 255, 0.2); max-width: 450px; border-radius: 50px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); margin: 0 15px; padding: 10px 15px; width: 100%; justify-content: center; box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1); }
.sticky-bar-btn { color: #fff; padding: 5px 12px; text-decoration: none; border-radius: 35px; font-size: 15px; line-height: 15px; font-weight: 400; background: linear-gradient(90deg, #0B3E27 0%, #197048 100%); }	


 /* PRODUCT INFO CAROUSEL */
.product_info-carousel { position: relative; z-index: 20; background: white; padding-top: 60px;}	
.info-carousel { display: flex; gap: 16px; overflow-x: auto; padding: 20px; scroll-snap-type: x mandatory; 
  /* Скрываем полосу прокрутки */
scrollbar-width: none; /* Для Firefox */ -ms-overflow-style: none;  /* Для Internet Explorer и старого Edge */ }
/* Скрываем полосу прокрутки для Chrome, Safari и новых Edge */
.info-carousel::-webkit-scrollbar { display: none; width: 0; height: 0; }
.info-carousel-item { flex: 0 0 260px; /* Фиксированная ширина на мобильных */ display: flex; flex-direction: column; padding: 24px 18px; border-radius: 4px; /* По макету */ scroll-snap-align: start; min-height: 450px; /* Можно убрать, если контента много */ position: relative; }
.info-item-title { font-size: 20px; font-weight: 700; line-height: 25px; margin-bottom: 15px; color: #1a1a1a; }
.info-item-subtitle { font-size: 15px; font-weight: 400; line-height: 18px; letter-spacing: -0.22px; margin-bottom: 25px; color: #333; }
/* Названия секций (What was studied и т.д.) */
.info-item-label { display: block; font-size: 12px; font-weight: 500; line-height: 17px; margin-bottom: 4px; color: #000; }
/* Убираем стандартные маркеры и настраиваем свои */
.info-item-desc { list-style: none; /* Отключаем дефолтные точки */ padding: 0; margin: 0; font-size: 12px; font-weight: 300; line-height: 17px; color: #000; }
.info-item-desc li { position: relative; padding-left: 12px; /* Место под точку */ margin-bottom: 8px;}
/* Кастомный маркер-точка */
.info-item-desc li::before { content: "•"; position: absolute; left: 0; top: 0; font-weight: 700; /* Чтобы точка была заметнее */ color: #000; }
/* Группировка для ACF: если секция пустая, она не должна занимать место
*/
.info-group { margin-bottom: 15px; }
.info-group:last-child .item-desc { margin-bottom: 0; }
/* Контейнер для контента, который растягивается */
.info-item-body { flex-grow: 1; }
/* Ссылка внизу */
.info-item-link { font-size: 10px; font-weight: 300; color: #4A90E2; text-decoration: underline; margin-top: 10px; position: absolute; bottom: 20px; }
.info-group-bottom-desc .info-item-link { position: relative; font-style: italic; }	
.product_info-carousel .small_text_10 { font-size: 10px; font-weight: 300; font-style: italic; }
	
	
/* Одинаковая высота на десктопах */
@media (min-width: 1024px) { .info-carousel { overflow: visible;  flex-wrap: nowrap; justify-content: center; }
.info-carousel-item { flex: 1; /* Растягиваются равномерно */  max-width: 300px; height: auto; /* Высота подстраивается под самый высокий элемент */ position: relative; }
}

/* Цвета фонов */
.color-blue  { background-color: #EEF7FF; }
.color-beige { background-color: #F5F5F5; }
.color-green { background-color: #EEF7FF; }
.color-gray  { background-color: #f5f5f5; }

/* Стилизация текста */
.info-carousel-item h3 { margin-bottom: 10px; color: #333; }
.info-carousel-item .subtitle { font-size: 0.9rem; color: #666; margin-bottom: 20px; }
.info-carousel-item .content { flex-grow: 1; font-size: 0.85rem; line-height: 1.5; }
.info-carousel-item .footer-link { margin-top: 30px; font-size: 0.8rem; color: #6a89cc; text-decoration: underline; }


/* FAMILY CAROUSEL */
/* Секция карусели */
.family-carousel-section { padding: 50px 0; background: #fff; overflow: hidden; position: relative; z-index: 16;}
.family-carousel-section .family-info-section__container  {max-width: 1600px; width: 100%; margin: 0 auto;}
.carousel-title { font-size: 48px; font-weight: 700; margin-bottom: 20px; color: #000; }

/* Слайдер и контейнер */
.family-swiper { position: relative; overflow: visible !important; /* Чтобы стрелки могли выходить за край */}
/* Карточка */
.family-card { text-decoration: none; display: block; border: 0.625rem solid white; box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 9px -3px;}
.family-card__image-container { aspect-ratio: 2 / 3; overflow: hidden; position: relative;}
.family-card__image-container img {  width: 100%; height: 100%; object-fit: cover; display: block; will-change: transform;  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.family-card:hover .family-card__image-container img { transform: scale(1.08);  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);}
.family-card__name { font-size: 24px; font-weight: 400; bottom: 15px; position: absolute; left: 15px; color: white; }
.family-swiper { opacity: 0; transition: opacity 0.3s ease;}
.family-swiper.swiper-initialized { opacity: 1;}	
/* СТРЕЛКИ НАВИГАЦИИ */
.family-swiper .swiper-button-next,
.family-swiper .swiper-button-prev { background: #4a4a4ab8; width: 36px; height: 36px; border-radius: 50%; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.3s ease; top: 50%; backdrop-filter: blur(5px);}
.family-swiper .swiper-button-next::after,
.family-swiper .swiper-button-prev::after { font-weight: bold; font-size: 16px !important; color: white;}
/* Скрытие стрелок по краям (как у Rolex) */
.family-swiper .swiper-button-disabled { opacity: 0 !important; visibility: hidden; pointer-events: none;}
/* Позиционирование стрелок */
.family-swiper .swiper-button-prev { left: -15px; }
.family-swiper .swiper-button-next { right: -15px; }
@media (max-width: 1300px) {
    .family-swiper .swiper-button-prev { left: 10px; }
    .family-swiper .swiper-button-next { right: 10px; }
}

@media (max-width: 768px) {
    .carousel-title { font-size: 32px; }
    .family-info-section__container { padding: 0 15px; }
    .family-swiper .swiper-button-next,
    .family-swiper .swiper-button-prev { display: none; } /* На мобилках лучше свайпать пальцем */
}

 /* ТУТ НАЧИНАЮТСЯ СТИЛИ ДЛЯ ШАБЛОНА RESEARCH LIBRARY */
/* RD PAGE */
.rd-container {  max-width: 1560px !important; }
.rd { position: relative; width: 100%; height: calc(100vh - 48px); background-image: var(--rd-bg-desk); background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; justify-content: center; color: white; background-color: black; }

/* VIDEO */
.rd-video-wrapper{ position:absolute; inset:0; z-index:0; overflow:hidden; }
.rd-video{ width:100%; height:100%; object-fit:cover; }
.rd-video-mobile{ display:none; }
/* overlay */
.rd-overlay { position:absolute; inset:0; background:#00000066; z-index:1; }
.rd-center-content {  position:relative; z-index:2; text-align:center; }
.rd-bottom-box { display:none; }
.rd-desktop { display:flex; flex-direction:column; gap:20px; }
.rd-bottom-box-desktop { display:flex; position:absolute; bottom:50px; z-index:2; }
.rd-bottom-box-desktop p,
.archive_bottom_text p { font-weight:300;  font-size:15px; line-height:20px; font-style:italic; }
.rd .hero-subtitle, .minqon-sp-section .hero-subtitle { font-weight:400; font-size:20px; line-height:28px; letter-spacing:2.5px; text-align:center; text-transform:uppercase; }
/* MOBILE */
@media (max-width:768px){
.rd-desktop, .rd-bottom-box-desktop { display:none; }
.rd { height:calc(100svh - 48px); background-image:var(--rd-bg-mob); background-color: black; }
.rd-video-desktop { display:none;  }
.rd-video-mobile { display:block; }
.rd-mobile-header { display:flex; flex-direction:column; gap:10px; }
.rd .hero-subtitle, .minqon-sp-section .hero-subtitle { font-size:10px; line-height:17px; letter-spacing:1.5px; }
.rd-bottom-box { display:flex; position:absolute; bottom:15px; left:15px; right:15px; z-index:3; box-sizing:border-box; }
.rd-bottom-box p { font-weight: 300; font-style: Italic; font-size: 8px; line-height: 10px; letter-spacing: 0%; }
		}

@media (min-width:769px){
.rd-mobile-header{ display:none; }
}



/* --- СЕКЦИЯ 2 --- */
.two-section-block { min-height: calc(100vh - 48px); background: white; display: flex; flex-direction: column; justify-content: center; }
.page-rd .title_color, .page-id-160 .title_color, .page-wk .title_color, .page-philosophy .title_color { font-size: 50px; line-height: 60px; margin: 0; background: linear-gradient(90.01deg, #1C6870 12.54%, #605F67 64.42%); -webkit-background-clip: text;  -webkit-text-fill-color: transparent; font-weight: 600; text-align: left; display: inline; }
.verifiable p {  font-weight: 400; font-size: 30px; line-height: 40.02px; }	
.page-id-160 .verifiable p { font-weight: 300; font-size: 20px; line-height: 24px; padding-left: 15px; }
.page-philosophy .sp-bottom-subtitle { max-width: 680px; }
.page-wk .sp-bottom-subtitle { max-width: 900px; }

@media (max-width: 768px) {	
.page-rd .title_color, .page-id-160 .title_color, .page-wk .title_color, .page-philosophy .title_color { font-weight: 600; font-size: 34px; line-height: 40px; letter-spacing: 0%; vertical-align: middle;  } 
.verifiable p { font-weight: 300; font-size: 20px; line-height: 27px; }
.page-id-160 .verifiable p { font-weight: 300; font-size: 17px; line-height: 22px; margin-top: 30px; padding: 0px;}	}
	

/* --- Секция 3 --- */
.rd-features  { padding-top: 0px; }
.rd-features, .verifiable { background: #fff; }
.rd-features-slider { display: grid; grid-template-columns: repeat(4, 1fr);  gap: 20px; }
.rd-feature-image-wrapper { position: relative;}		
.rd-feature-item {position: relative; display: flex; flex-direction: column; }
.rd-feature-item img { width: 100%; object-fit: cover;}
.rd-feature-image-subtitle { position: absolute; bottom: 5px; padding: 10px 10px 10px 10px; background: rgba(0, 0, 0, 0.2); width: 100%; }
.rd-feature-item h3 { font-weight: 700; font-size: 15px; line-height: 22px; letter-spacing: 1.5px; text-transform: uppercase; }
.rd-feature-item p { font-weight: 600; font-size: 18px; line-height: 22px; color: white; }
.rd-features .info-item-desc li { position: relative; padding-left: 15px; margin-bottom: 0px; line-height: 22px; margin-left: 5px; font-size: 15px; font-weight: 300; max-width: 266px;}
.rd-features .info-item-desc  { font-size: 15px; font-weight: 300; line-height: 22px; }
.rd-feature-content { margin-top: 10px; display: flex; flex-direction: column; gap: 10px; }
.pdf-btn {position:absolute; top: 100%; font-size: 12px; font-weight: 300; color: #0134FF; }

@media (max-width: 1024px) {
.rd-features-slider { display: flex;  overflow-x: auto; scroll-snap-type: x mandatory;  -webkit-overflow-scrolling: touch; padding-bottom: 20px; padding-left: 15px; /* ВКЛЮЧАЕМ ПЛАВНОСТЬ */ scroll-behavior: smooth;  /* УБИРАЕМ ТОРМОЖЕНИЕ (для iOS) */ -webkit-overflow-scrolling: touch; }
.rd-features-slider::-webkit-scrollbar { display: none;  }
.rd-feature-item { flex: 0 0 290px; margin-right: 15px; scroll-snap-align: start;/* Чтобы слайд не дергался при остановке */ scroll-snap-stop: always; }
.rd-feature-item h3 { font-size: 10px; line-height: 17px; }
.rd-feature-item p { font-size: 18px; }
.rd-features .info-item-desc li { position: relative; padding-left: 12px; margin-bottom: 0px; line-height: 18px; margin-left: 5px; font-size: 12px; font-weight: 300;  }
.rd-features .info-item-desc { font-size: 12px; font-weight: 300; line-height: 18px; }
.rd-feature-item:last-child { margin-right: 15px;  }
}


.rd-info-block { position: relative; width: 100%; height: 795px;  background-image: var(--ib-bg-desk); background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; color: white; overflow: hidden; padding: 10px 0; }
.info-block__container {    z-index: 2; height: 100%; position: relative; display: flex; align-items: flex-end; }
.info-block__wrapper { position: relative; height: 50%;    }		
.info-block__content { display: flex; flex-direction: column;  gap: 30px; }
.rd-info-block h2 { font-weight: 600; font-size: 50px; line-height: 60px; letter-spacing: 0%; }
.rd-info-block p { font-weight: 300; font-size: 28px; line-height: 40.02px; letter-spacing: 0%; }
.info-block__label { position: absolute; bottom: 10px; font-weight: 300; font-size: 15px; line-height: 22px; letter-spacing: 0%; font-style: italic;}

@media (max-width: 768px) {
.rd-info-block { height: 610px; /* Фикс высота мобайл */ background-image: var(--ib-bg-mob); /* Если на мобилке нужно другое кадрирование, меняй тут: */ background-position: center;  padding: 10px 0; }
.rd-info-block h2 { font-size: 34px; line-height: 34px; font-weight: 600; }
.rd-info-block p { font-size: 20px; line-height: 26px; }
.info-block__label, .archive_bottom_text p { bottom: 10px; font-size: 12px; }
.info-block__content { max-width: 320px; } }

.archive-section-wrapper { width: 100%; background-color: #ffffff; padding: 80px 0;}
.archive-grid { display: grid; grid-template-columns: 1fr 1fr; /* Ровно две колонки */ gap: 0 55px; /* Отступ между колонками */ align-items: flex-start; }
.archive-category { margin-bottom: 60px; }
.archive-col { display: flex; flex-direction: column;  justify-content: space-between; height: 100%; }  
.archive-title { font-weight: 700; font-size: 23px; line-height: 28px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 25px;}
.archive-list { list-style: none; padding: 0; margin: 0; }
.archive-item { border-bottom: 1px solid #EAEAEA; /* Линия под каждым пунктом */ padding: 10px 0; }
.archive-item:first-child { border-top: 1px solid #EAEAEA; /* Линия над первым пунктом */ }
.archive-item-content { display: flex; justify-content: space-between; align-items: center; gap: 5px; }
.list-text { display: flex; flex-direction: column; padding-left: 10px; }
.text-main { font-size: 20px; line-height: 30px; font-weight: 500; } 
.text-details { font-weight: 300; font-size: 18px; line-height: 30px;  }
.text-details-mini { font-weight: 300; font-style: Italic; font-size: 10px; line-height: 30px; letter-spacing: 0%; vertical-align: middle; color: #B3B3B3; display: inline;
  }
.open-link-icon { flex-shrink: 0;     padding-right: 0px; }
.open-link-icon img { width: 25px; height: 30px; display: block; }
.text-link-replacement { font-weight: 300; color: #0134FF; text-decoration: underline; }


@media (max-width: 1024px) {
.archive-section-wrapper { padding: 50px 0; }
.archive-grid { grid-template-columns: 1fr; }
.archive-category { margin-bottom: 40px; }
.archive-title { font-weight: 700; font-size: 20px; line-height: 24px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 25px;}
.text-main { font-size: 16px; line-height: 18px; } 
.text-details { font-weight: 300; font-size: 12px; line-height: 18px;  }
.archive-item { padding: 12px 0; /* Чуть меньше отступы на мобилке */ }
.open-link-icon img { width: 25px; height: 30px; }
.text-details-mini { line-height: 10px; font-size: 5px; }
.open-link-icon { flex-shrink: 0;     padding-right: 10px; 
}
}
	
	
/* --- Стили секции Standards & Production --- */
.minqon-sp-section {  position: relative; width: 100%; height: calc(100svh - 48px); display: flex; align-items: center; justify-content: center; overflow: hidden; background-color: black; color: white; }
.sp-bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 1; background-image: var(--bg-desktop); }
.sp-container { z-index: 3; width: 100%; height: 100%; display: flex; flex-direction: column;}
.sp-content { margin: auto; text-align: center; color: #fff; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.sp-btn-wrapper { display: flex; flex-direction: column; align-items: center; gap: 30px;  margin-bottom: 7%; }
.sp-primary-btn { display: inline-flex; align-items: center; justify-content: center; height: 45px; padding: 0 20px;  border-radius: 46px;  background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(8px);  -webkit-backdrop-filter: blur(8px);  border: 1px solid rgba(255, 255, 255, 0.1);  color: #fff; text-decoration: none; font-size: 16px; font-weight: 400; transition: background 0.3s, transform 0.3s; }
.sp-primary-btn:hover {  background: rgba(255, 255, 255, 0.3);  transform: translateY(-2px); }
.sp-secondary-link { display: inline-block; font-size: 12px; color: #2839F5; text-decoration: underline; border-bottom: 1px solid transparent; transition: 0.3s; }
.sp-secondary-link:hover { color: #fff; border-bottom-color: #fff; }
@media (max-width: 768px) {
.sp-bg-image {
 background-image: var(--bg-mobile) !important; background-position: center center;  }
.sp-content p:nth-of-type(2) {  max-width: 250px;      } 
.sp-content { gap: 10px; }
}	
	
.page-id-160 .rd-feature-item p { color: black; font-weight: 300; font-size: 15px; line-height: 22px; letter-spacing: 0%; }
.page-philosophy .rd-feature-item p { color: black; font-weight: 400; font-size: 16px; }

.sp_rd-feature-item h3 { font-weight: 600; font-size: 20px; line-height: 30px; letter-spacing: 0%; text-transform: none; }
@media (max-width: 768px) {
.sp_rd-feature-item h3 { font-size: 21px; font-weight:500; line-height: 24px; margin-top: 5px; }
.page-id-160 .rd-feature-item p { color: black; font-weight: 300; font-size: 14px; line-height: 20px; letter-spacing: 0%;}
.page-philosophy .rd-feature-item p { color: black; font-weight: 300; font-size: 14px;  line-height: 22px;}
}	
	
.sp_sections { position: relative; z-index: 50; }
.sp_section-item { position: relative; overflow: hidden; color: #fff; height: 795px; padding: 0; }
.sp_section-overlay { position: absolute; inset: 0; background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 79.81%); z-index: 2; }
.sp_repeat_container { position: relative; z-index: 3; height: 100%; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; }
.sp_section-content { #transform: translateY(-50%); max-width: 736px; display: flex;  flex-direction: column; gap: 20px; #position: absolute; #top: 50%; }
.sp_section-bg { position: absolute; inset: 0; z-index: 1; pointer-events: none; /* Мышь "пролетает" сквозь фон */ user-select: none; }
.sp_section-bg img,
.sp_bg-video { width: 100%; height: 100%; object-fit: cover; }		
.sp_small-label { position: absolute; bottom: 60px; /* Отступ от самого низа секции */ font-weight: 300; font-size: 16px; line-height: 22px; letter-spacing: 0%; }
.sp_section-content h2 { font-weight: 600; font-size: 50px; line-height: 60px; letter-spacing: 0%; }
.sp_desc p { font-weight: 300; font-size: 28px; line-height: 40.02px; letter-spacing: 0%; vertical-align: middle; }

@media (max-width: 768px) {
.sp_section-item { height: 661px;  }	
.sp_section-content { top: auto; bottom: 30px; transform: none; position: static; max-width: 225px; }
.sp_section-content h2 {  font-weight: 600; font-size: 30px; line-height: 36px; letter-spacing: 0%; }
.sp_desc p { font-size: 20px; line-height: 26px; font-weight: 300; }
.sp_small-label { font-size: 8px; line-height: 17px; font-style: italic; bottom: 30px; }	
}

/* WHAT TO KNOW PAGE TEMPLATES STYLES */
.page-wk .sp-primary-btn, .page-other .sp-primary-btn { border: none; background: linear-gradient(90deg, #0B3F28 0%, #196F47 100%); }
.wk_info-grid-section { background: #fff; /* Или подбери нужный фон */ padding: 0px 0px 60px; }
.wk_info-grid { display: grid; grid-template-columns: repeat(3, 1fr); /* 3 колонки на десктопе */  gap: 60px 40px; /* Отступы: 60px между рядами, 40px между колонками */ margin-bottom: 60px; align-items: start; }
.wk_info-item {  display: grid; gap: 20px; }		
.wk_info-item h3 { font-weight: 600; font-size: 20px; line-height: 22px; letter-spacing: 1.5px; text-transform: uppercase; }
.wk_info-item h3 a:hover { color: #2839F5;}	
.wk_info-text { font-weight: 300; font-size: 16px; line-height: 22px; letter-spacing: 0px;}
.wk_info-footer-links { text-align: center;  padding-top: 40px; font-size: 14px; }
.wk_info-footer-links a { color: #2839F5; font-weight: 400; font-size: 20px; line-height: 28px; letter-spacing: 0%; text-decoration: underline; margin: 0 5px; }
.wk_info-footer-links span { color: #2839F5; }

@media (max-width: 992px) {
 .wk_info-grid { grid-template-columns: repeat(2, 1fr); /* 2 колонки на планшетах */ }
}
@media (max-width: 768px) {
.wk_info-grid-section { padding: 0px 0px 60px; }    
.wk_info-grid { grid-template-columns: 1fr; /* 1 колонка на мобилках */  gap: 40px; } 
.wk_info-item { display: grid; gap: 5px; }  
.wk_info-item h3 { font-weight: 600; font-size: 15px; line-height: 21px; letter-spacing: 1.5px; text-transform: uppercase; }
.wk_info-text { font-weight: 300; font-size: 15px; line-height: 21px; letter-spacing: 0px; text-transform: capitalize;}
.wk_info-footer-links a { font-size: 12px;}
.page-wk .sp-content p:nth-of-type(2) { max-width: 350px; }
.page-wk .sp-primary-btn, .page-other .sp-primary-btn {    background: rgba(255, 255, 255, 0.2); }
}


/* PHILOSOPHY AND ORIGYN PAGE TEMPLATES STYLES */
.page-philosophy .rd-features-slider { display: grid;  grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ms-section { position: relative; height: 795px; /* Строго по задаче */ overflow: hidden; color: #fff; display: flex; align-items: center; padding: 0;}
.ms-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.ms-bg img, .ms-bg video { width: 100%; height: 100%; object-fit: cover; }
.ms-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.45); /* Затемнение для читаемости */ }
.ms-container { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; /* Центровка основного блока */ }
.ms-content-center { display: flex; flex-direction: column; gap: 80px; /* Одинаковый отступ между info, data и nav */ }
.ms-title { font-weight: 600; font-size: 50px; line-height: 60px; letter-spacing: 0%;}
.ms-desc p { font-weight: 300; font-size: 28px; line-height: 40.02px; letter-spacing: 0%;}
.ms-data-block ul { list-style: none; padding: 0; margin: 0;}
.ms-data-block li { font-weight: 300; font-size: 24px; line-height: 34px; letter-spacing: 0%;}
.ms-nav-block { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; justify-content: center;}
.ms-nav-block a { font-weight: 400; color: #2839F5; font-size: 20px; line-height: 28px; letter-spacing: 0%; text-decoration: underline;  margin: 0 5px;}
.ms-nav-block span { color: #2839F5;}
.ms-bottom-label { position: absolute; bottom: 40px; font-size: 15px; font-weight: 300; font-style: italic; line-height:17px; }

@media (max-width: 768px) {
    .ms-section { height: 698px; }
    .ms-content-center { gap: 30px; }
    .ms-title { font-size: 31px; line-height: 34px; }
	.ms-desc p { font-weight: 300; font-size: 20px; line-height: 26px;} 
	.ms-data-block li { font-weight: 300; font-size: 18px; line-height: 22px; padding-bottom: 15px;}
    .ms-nav-block a { font-weight: 400; font-size: 10px; line-height: 28px;  margin: 0 5px;} 
	.ms-nav-block { gap: 0 5px; align-items: center; justify-content: center; padding-top: 50px; }
	.ms-bottom-label {font-size: 8px;}
	.page-philosophy .rd-features-slider {  display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 20px;  padding-left: 15px; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
}

/* JOURNAL AND OTHER JOURNAL PAGES STYLES */
.page-other .product_hero-title { letter-spacing: -2%;}
.two-section-other { min-height: 100vh; background: white; display: flex; flex-direction: column; justify-content: center; gap: 100px; position: relative; z-index: 100; padding: 60px 0;}
.verifiable-other { padding: 0px; }
.verifiable-other h2 { font-weight: 700; font-size: 50px; line-height: 60px; letter-spacing: 0%; text-align: left; }
.verifiable-other p { font-weight: 400; font-size: 27px; line-height: 40.02px; letter-spacing: 0%; }
.page-id-4663 .verifiable-other p { font-weight: 300; font-size: 30px; line-height: 40.02px; letter-spacing: 0%;}
.page-id-4663 .verifiable-other strong  { font-weight: 700;	}
.content-block-spacing { margin-bottom: 80px;  }
.verifiable-other .ms-nav-block { justify-content: flex-start; padding-top: 10px; }
.page-other .wk_info-text { font-weight: 300; font-size: 20px; line-height: 26px; letter-spacing: 0px; text-transform: none;}
.page-other .wk_info-grid {  padding: 0px 25px 0px 25px;  margin-bottom: 0;}
.page-other .wk_info-grid-section { padding: 0px; }	
.page-id-4644 .wk_info-grid { gap: 60px 170px; } 
.page-id-4618 .wk_info-grid { gap: 60px 120px; } 
.page-id-4653 .wk_info-grid { gap: 60px 100px; } 	
.verifiable-other h2.title_color_4670 { background: linear-gradient(90deg, #485567 52.88%, #937F68 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline; }
.txt_other_color  { background: linear-gradient(90deg, #485567 53.85%, #937F68 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 15px;}
.brand-text-wrapper { display: flex; flex-direction: column; gap: 70px;}
.brand-list-first .brand-list { list-style: none; padding: 0; margin: 15px 0 0 15px; max-width: 890px; }
.brand-list-first .brand-list li { position: relative; padding-left: 20px;  font-weight: 400; font-size: 28px; line-height: 40px;}
.brand-list li::before { content: "•"; position: absolute; left: 0; }
.brand-list-all .brand-list { list-style: none; padding: 0; margin: 15px 0 0 15px; }
.brand-list-all .brand-list li { position: relative; padding-left: 20px;  font-weight: 400; font-size: 30px; line-height: 40px;}
.brand-list li::before { content: "•"; position: absolute; left: 0; }
.verifiable-other .brand-small { font-weight: 300; font-size: 15px; line-height: 30px; letter-spacing: -1%; padding-top: 30px; }
	
@media only screen and (max-width: 768px) {
.two-section-other { gap: 45px;}
.page-other .wk_info-text { font-size: 15px; line-height: 21px;}
.verifiable-other h2 { font-size: 31px; line-height: 34px; margin-bottom: 10px; }
.verifiable-other p { font-weight: 300; font-size: 20px; line-height: 26px; }
.page-id-4663 .verifiable-other p { font-weight: 300; font-size: 20px; line-height: 26px;}
.content-block-spacing { margin-bottom: 45px;  }
.verifiable-other .ms-nav-block { display: block; padding-top: 0px;}
.verifiable-other .ms-nav-block a { font-weight: 300; font-size: 20px; line-height: 28px; margin: 0 5px; }
.verifiable-other .ms-nav-block span { display: none; }
.brand-text-wrapper { gap: 40px;}
.brand-list-first .brand-list li { font-size: 20px; line-height: 26px; }
.brand-list-all .brand-list li { font-size: 20px; line-height: 26px; }
.verifiable-other .brand-small {  font-size: 11px; line-height: 15px; padding-top: 15px; }
}

/* FAQ PAGES STYLES */
.container-title { height: 180px; display: flex; align-items: center; justify-content: center; }
.faq-page-title { font-weight: 400; font-size: 60px; letter-spacing: 0px; vertical-align: middle; text-align: center;}
.faq-page { min-height: 100vh; background-color: white;}
.custom-faq { max-width: 900px; margin: 0 auto;}
.custom-faq__group { margin-bottom: 30px;}
.custom-faq__title { font-weight: 700; font-size: 25px; line-height: 25px; color: #127749; margin-bottom: 15px;}
.custom-faq__item { border-top: 1px solid #e5e5e5; margin-left: 50px;}
.custom-faq__header { position: relative; padding: 16px 40px 16px 0; cursor: pointer;font-weight: 700; font-size: 21px; line-height: 25.2px;}
.custom-faq__header::after { content: '+'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; transition: 0.3s;}
.custom-faq__header.active::after { content: '−';}
.custom-faq__content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease;}
.custom-faq__inner p { padding: 10px 0 20px; font-weight: 300; font-size: 21px; line-height: 25.2px; color: #127749;}
.custom-faq__inner a { color: #0033FF; text-decoration: underline; }
/* ===== 📱 МОБИЛКА ===== */
@media (max-width: 767px) {
.container-title { height: 80px; }
.faq-page-title { font-weight: 400; font-size: 36px; line-height: 46px; text-align: center;}
.custom-faq__title { font-weight: 600; font-size: 24px; line-height: 31px;}
.custom-faq__item { margin-left: 25px;}
.custom-faq__header { font-size: 21px; line-height: 25.2px; }
.custom-faq__inner p { font-size: 19px; line-height: 24px; }
}