@charset "UTF-8"; 
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
display:block;
width:100%;
color:black;
font-size:1.1rem
}

/* Общие стили (сохранены из вашего примера) */
#mtr_body_4 p {
    line-height: 1.5rem;
    font-weight: normal;
}
.fwb {
    font-weight: bold;
    color: black;
}
#mtr_body_4 .fwb strong {
    color:red;
}
#mtr_body_4 h3 {
    color: yellow;
    text-shadow: 1px 1px 5px black;
    font-weight:600;
    font-size:1.2rem;
    letter-spacing:1px;
    text-transform:uppercase;
    margin: 20px 0 5px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    background-color: #f2effe;
    background: linear-gradient(to top, rgb(28 54 128 / 70%), rgb(255 255 255 / 20%));
    padding: 8px;
    border-radius: 10px;
}

.cf00 {
    color: #f00;
}

.mt5 {
    margin-top: 5px;
}

.px5 {
    height: 5px;
}

.px10 {
    height: 10px;
}

.px10b {
    height: 10px;
}

.px0b {
    height: 0;
}

.cl_oc_all {
    display: flex;
    gap: 15px;
    margin: 10px 0;
}

.cl_close_all, .cl_open_all {
    cursor: pointer;
    color: #0066cc;
    text-decoration: underline;
    margin: 0;
}

/* Основные стили блочной верстки */
.color-section {
    /* margin-bottom: 20px; */
    /* border: 1px solid #e0e0e0; */
    border-radius: 6px;
    overflow: hidden;
}

.section-title {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
    color: #ffffff!important;
    margin: 0;
    padding: 12px 16px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
}

/* Группа колонок (вместо divt1, divt2, divt3) */
.color-columns {
    display: flex;
    gap: 20px;
    padding: 0;
    /* background-color: #fff; */
    flex-wrap: wrap;
}

.color-card {
    flex: 1;
    min-width: 200px;
    /* background: #fff; */
}

/* Сама сетка цветов */
.color-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.color-item {

}

.color-item:hover {
    background-color: #f0f0f0;
}

.color-code {
    font-weight: 400;
    width: 60px;
    font-family: monospace;
    color: black;
}

.color-name {
    flex: 1;
    margin-left: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.color-swatch {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.color-price {
    font-weight: 500;
    white-space: nowrap;
    margin-left: 12px;
    color: #2c3e66;
    display: none;
}

#tm-section-2 .tm-header-text h2, #tm-section-3 .tm-header-text h2, #tm-section-4 .tm-header-text h2, #tm-section-5 .tm-header-text h2, #tm-section-6 .tm-header-text h2  {
    color: #ffffff;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 8px!important;
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
    text-shadow: 1px 2px black;
}
#tm-section-6 .tm-header-text h2 {
    margin: 0 0 20px;
}
#tm-section-2 .tm-header-text h3 {
    color: black;
    font-weight: 400;
    border: none;
    display: none;
}

/* Адаптивность */
@media (max-width: 768px) {
    .color-columns {
        flex-direction: column;
        gap: 16px;
    }

    .color-card {
        width: 100%;
        max-width: 100%!important;
    }

    .color-item {
        flex-wrap: wrap;
        gap: 8px;
    }

    .color-price {
        margin-left: auto;
    }
}

/* Дополнительные стили для предупреждений */
.warning-block {
    background-color: rgb(255 255 255 / 15%);
    padding: 12px 16px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}
#tm-section-2 .warning-block h3 {
    margin:0;
    padding:0;
}
#tm-section-2 h2 span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-weight: 900;
    
    /* Градиент из 12 ярких цветов палитры RAL K7 Classic */
    background-image: linear-gradient(
        to right,
        #F3E03B,  
        #F7BA0B,  
        #E75B12, 
        #C1121C,  
        #B42041,  
        #992572,  
        #b2b2d0,  
        #6db2e3,  
        #6ce6ef,  
        #4cdeaa,  
        #48A43F,  
        #EAF044    
    );
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* Эффект "текст из градиента" */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
    /* Улучшение читаемости на светлом фоне */
    -webkit-text-stroke: 1px transparent;
    text-shadow: none;
}
.warning-block .color-name {
    width: 100%;
    height: 60px;
    /* max-width: 300px; */
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: flex-start;
}
.warning-block .color-name p {
    margin: 0;
    padding:0;
    max-width".warning-block CORNER-SHAPE: SUPERELLIPSE(0.5)";
    line-height: normal;
    width: 100%;
    max-width: 300px;
    text-align: left;
}

#mtr_body_1 strong {
    color: red;
}

#mtr_body_1 .fwb {
    font-size: 0.9rem;
    font-weight: 600!important;
    color: #000000;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
    padding:6px;
    border:5px outset white;
    text-align: left;
}

.note-text {
    color: #555;
    font-size: 0.95em;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ddd;
}

.flok-select {
    width:100%;
    display:flex;
}
.flok-select {
    color:black
}
.flok-select li {
    list-style:none;
    padding:0 4px;
    font-size:0.9rem;
    margin:0 0 0 5px;
}
.flok-select span {
    font-weight:bold;
}
.flok-select-left-img , .flok-select-right-img {
    position: relative;
    overflow: hidden;
    border: 2px white solid;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #f5f5f5;
    
}
.flok-select img {
    height:150px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.flok-select-left {
    width:50%;
    display:flex;
}
 .flok-select-right {
    width:50%;
    display:flex;
}
.advantages h3 {
    width:100%;
    /* background-color:white; */
    padding:8px;
    text-align:center;
    font-weight: normal!important;
    margin: 5px 0 0;
    border-top: 1px solid #ccc;
}
.item-advantages {
    color:black;
    font-weight:400;
    width:100%;
    padding: 0 15px 10px 0;
    display:flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
.advantages-item-img-1,
.advantages-item-img-2,
.advantages-item-img-3 {
    width:30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.advantages-item-img-1 img,
.advantages-item-img-2 img,
.advantages-item-img-3 img {
    width: 70px;
}
.advantages-item-img-text-1,
.advantages-item-img-text-2,
.advantages-item-img-text-3 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Основной контейнер */
.floor-info-container {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1000px;
    margin: 30px auto;
    padding: 10px;
}

/* Блок предупреждения */
.floor-alert-box {
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    /* border-left: 6px solid #004d9e; */
    flex-direction: column;
    gap: 10px;
}
.floor-alert-box img {
    width:60px;
    margin:5px;
}
.text-columns  {
    background-color:white!important;
    padding:8px;
}
.alert-content {
    margin:0 auto;
    display:flex;
}
.alert-content p {
    padding: 15px;
    text-align: center;
}
.text-columns p {
    border-left:5px solid #2563ee;
    padding-left:10px;
    font-style:italic;
    line-height:1.7em;
}

.alert-icon {
    font-size: 40px;
    font-weight: bold;
    color: #da00ff;
    margin-right: 25px;
    line-height: 1;
}

.alert-primary {
    font-size: 1.15em;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.alert-secondary {
    margin: 0;
    font-size: 0.95em;
    color: #665;
}

.phone-link {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    padding: 4px;
    display: block;
    text-align: center;
    color:white;
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
    /* width: 35%; */
    margin: 0 auto;
}

/* Область применения */
.usage-badge {
    background: #f1f5f9;
    padding: 15px 25px;
    border-radius: 50px;
    display: inline-block;
    font-size: 0.9em;
    color: #475569;
    margin-bottom: 30px;
    border: 1px solid #e2e8f0;
}

/* Заголовок и колонки */
.floor-main-content h2 {
    font-size: 2em;
    color: #1e293b;
    margin-bottom: 20px;
}

.text-columns {
    column-count: 1;
    gap: 40px;
    margin-bottom: 40px;
}
.text-columns p {
    color:black;
}

@media (min-width: 768px) {
    .text-columns { column-count: 2; }
}
.ral-intro {
    padding:10px 4px!important;
}
.ral-toggle-btn {
    padding:4px!important;
    margin:0!important
}

/* Сетка преимуществ */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.benefit-item {
    background: #ffffff;
    border: 1px solid #edf2f7;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.benefit-item.highlight {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.benefit-title {
    display: block;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

.benefit-item p {
    margin: 0;
    font-size: 0.95em;
    color: #4a5568;
}

/* Футер блока */
.floor-footer-note {
    text-align: center;
    font-style: italic;
    color: #718096;
    padding: 20px;
    border-top: 1px solid #eee;
}

/* Адаптивность для мобильных */
@media (max-width: 600px) {
    .floor-alert-box { flex-direction: column; text-align: center; }
    .alert-icon { margin-right: 0; margin-bottom: 15px; }
    .usage-badge { border-radius: 15px; }
}

/* Стили галереи */
.flock-gallery {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #f1f5f9;
}

.flock-gallery h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #1e293b;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.gallery-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.3s ease;
}

.gallery-item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.color-preview {
    height: 140px;
    width: 100%;
}

/* Имитация текстур флоков (замените на свои изображения) */
.color-mono {
    /*background: radial-gradient(circle, #333 10%, transparent 11%), 
                radial-gradient(circle, #ccc 10%, transparent 11%), #eee;
    background-size: 15px 15px;
    background-position: 0 0, 7px 7px;*/
    background:url(/img/mono.webp)center/cover;
}

.color-pastel {
    /*background: radial-gradient(circle, #d2b48c 15%, transparent 16%), 
                radial-gradient(circle, #f5f5dc 15%, transparent 16%), #e3d5ca;
    background-size: 12px 12px;
    background-position: 0 0, 6px 6px;*/
    background:url(/img/sandy.webp)center/cover;
}

.color-ocean {
    /*background: radial-gradient(circle, #3498db 10%, transparent 11%), 
                radial-gradient(circle, #fff 10%, transparent 11%), #85c1e9;
    background-size: 20px 20px;*/
     background:url(/img/bathroom.webp)center/cover;
}

.color-glitter {
   /* background: #1a1a1a linear-gradient(45deg, transparent 45%, #fff 50%, transparent 55%);
    background-size: 5px 5px;*/
        background:url(/img/bar.webp)center/cover;
}

.color-info {
    padding: 15px;
}

.color-name {
    display: block;
    font-weight: 700;
    color: #334155;
    margin-bottom: 5px;
}

.color-info p {
    font-size: 0.85em;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}