/*
Theme Name: Consilium Medical
Description: Медицинская тема для центра "Консилиум"
Version: 1.0
*/
.title-140 {
    font-size: 40px;
    padding: 15px;
        line-height: 1;
            font-weight: 600;
}
@media (max-width: 768px) {
    .title-140 {
    font-size: 28px;
}

}
/* Основные стили будут в assets/css/main.css */



.img-140-correct .vc_column-inner {
    min-height: 450px;
    position: relative;
}

.img-140-correct .wpb_single_image {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 !important;
}

.img-140-correct .vc_single_image-wrapper {
    display: block !important;
}




.bth-140-hover {
    position: relative;
    overflow: hidden; /* чтобы эффект не выходил за кнопку */
}

.bth-140-hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    transition: all 0.8s ease;
    pointer-events: none; /* фикс курсора */
}


.bth-140-hover:hover::after {
    left: 140%;
}





.title-cont-123 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.desc-cont-123 {
    text-align: center;
}
.desc-cont-123 a.tel-corect-123 {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 4px;
    transition: 0.25s ease;
}

.desc-cont-123 a.tel-corect-123:hover {
    background: rgba(0, 102, 204, 0.12);
}







.social-icons {
    justify-content: center;
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f3f3;
    color: #444;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 18px; /* размер не меняем */
}

/* Ховер: лёгкая тень + изменение фона */
.social-icons a:hover {
    background: #00008b;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 119, 255, 0.35);
}
.content-div-125 {
    font-size: 18px;
}

.title-corect-fon-111 {
    color: #00008B; /* основной цвет текста */
    font-size: 32px; /* размер заголовка */
    font-weight: 700; /* жирность */
    font-family: 'Roboto', sans-serif; /* шрифт, можно поменять */
    line-height: 1.2; /* межстрочный интервал */
    text-transform: uppercase; /* заглавные буквы для эффекта */
    letter-spacing: 1px; /* расстояние между буквами */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2); /* лёгкая тень для объёма */
    margin-bottom: 20px; /* отступ снизу */
}


.title-144 {
    font-size: 18px;
}
@media (max-width: 768px) {
 .title-144 {
    font-size: 16px;
}   
}




.tt {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.tt td {
    border: 1px solid #dcdcdc;
    padding: 12px 16px;
}

.tt tr:nth-child(even) {
    background: #f7f7f7;
}

.tt tr:hover {
    background: #eef4ff;
    transition: 0.2s;
}

/* Адаптивность */
@media (max-width: 600px) {
    .tt {
        font-size: 16px;
    }

    .tt td {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .tt tr {
        margin-bottom: 10px;
        display: block;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        background: #fff !important;
    }

    .tt td:first-child {
        background: #f0f4ff;
        font-weight: 600;
    }
}


/* Сбрасываем нумерацию внутри nice-list, чтобы не было дублей */
.nice-list ol {
    list-style: none;
    padding-left: 0;
    counter-reset: niceCounter;
}

.nice-list ol li {
    counter-increment: niceCounter;
    margin-bottom: 12px;
    position: relative;
    padding-left: 32px; /* отступ под цифру */
    font-size: inherit; /* не увеличиваем текст */
}

/* Стиль цифр */
.nice-list ol li::before {
    content: counter(niceCounter) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #0000cd; /* оставляем цвет */
    font-weight: bold;
    font-size: 20px; /* если хочешь — можно убрать */
    line-height: 1;
}










.list-mark {
    padding-left: 0; /* чтобы списки не имели лишнего отступа */
}

.list-mark li {
    list-style: none;
    position: relative;
    padding-left: 32px;        /* Отступ под иконку */
    margin-bottom: 14px;       /* Расстояние между пунктами */
}

/* Кружок с галочкой */
.list-mark li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #00008B;       /* Тот синий, который ты просил ранее */
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}




.important-note {
    background-color: #f2f2fc;
    color: #0000cd;
    padding: 10px 15px;
    border-left: 4px solid #0000cd; /* для акцента слева */
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: normal; /* оставляем основной шрифт сайта */
    font-size: inherit; /* наследуем размер текста от родителя */
}
