/* michael added this */
.profile .grid-row .gutentor-single-column:nth-child(2) h2 {
    display: none;
}

.mob-show {
    display: none;
}

@media (max-width: 768px) {
    .profile .grid-row {
        flex-direction: column-reverse;
    }

    .profile .grid-row .gutentor-single-column:nth-child(2) h2 {
        display: block;
    }

    .profile .grid-row .gutentor-single-column:nth-child(1) h2 {
        display: none;
    }

    .h1-mob-hide h1 {
        display: none;
    }

    .mob-show {
        display: block;
    }
    #gm1022fe2 {
        padding-top:0px !important;
    }
}

a[href^="tel:"] {
    color: inherit !important;
    /* Наследует цвет родителя */
    text-decoration: none !important;
    /* Убирает подчеркивание (если нужно) */
}


a[href^="tel:"]:hover {
    color: inherit !important;
    /* Без изменений при наведении */
    text-decoration: none !important;
}

.custom-logo[src*=".svg"] {
    width: 180px !important;
    height: auto !important;
}

/* Основной контейнер */
.header-logo-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 230px;
    gap: 10px;
    margin: 0 auto;

}

/* Колонки */
.header-logo-left-column {
    width: 180px;
}

.header-logo-right-column {
    width: 40px;
    display: flex;
    align-items: center;
}

/* Ссылка Telegram */
.header-logo-telegram-link {
    font-size: 40px;
    color: #0088cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-logo-telegram-link:hover {
    color: #005580;
}

#navbar .container {
    display: flex;
}

.page-id-779 {
    background: #94c6d2;
}

.services .gutentor-tabs .gutentor-tabs-list {
    border: 0;
    background: #efefef;
}

.services .gutentor-tabs .gutentor-tab-active {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #ffffff;
}

.navbar-toggle .fa-bars {
    display: inline-block;
}

.navbar-toggle.active .fa-bars {
    display: none;
}

.navbar-toggle .fa-close {
    display: none;
}

.navbar-toggle.active .fa-close {
    display: inline-block;
}
#primary-menu a:hover{
    color:#188ea0;
}

#primary-menu > li.current-menu-item > a,
#primary-menu > li.current_page_item > a {
    color: #188ea0 !important;
    font-weight: bold;
    position: relative;
}

#primary-menu > li.current-menu-item > a:after,
#primary-menu > li.current_page_item > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #188ea0;
    position: absolute;
    bottom: -5px;
    left: -5px;
}

/* Активная ссылка в подменю (например, "Наша команда") */
#primary-menu .sub-menu .current-menu-item > a,
#primary-menu .sub-menu .current_page_item > a {
    color: #188ea0; /* Красный цвет текста */
    font-weight: bold;
    background-color: #f8f8f8; /* Светлый фон */
    border-left: 3px solid #188ea0; /* Красная полоса слева */
}

/* Родительский элемент активного подпункта (например, "IONVET Хорошево−Мневники") */
#primary-menu .current-menu-ancestor > a,
#primary-menu .current-menu-parent > a {
    color: #188ea0 !important; /* Красный цвет */
    font-weight: bold;
    position: relative;
}

/* Можно добавить иконку или подчеркивание */
#primary-menu .current-menu-ancestor > a:after,
#primary-menu .current-menu-parent > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #188ea0;
    position: absolute;
    bottom: -5px;
    left: -5px;
}

/* Стили для мобильной версии */
@media (max-width: 768px) {
    #primary-menu .current-menu-ancestor > a:after,
    #primary-menu .current-menu-parent > a:after {
        content: "";
        display: none;
    }
    #primary-menu > li.current-menu-item > a:after,
    #primary-menu > li.current_page_item > a:after {
        bottom:-2px;
    }
    #navbar .navbar-header {
        display:flex;
        align-items: center;
    }
    
    #navbar .navbar-collapse {
        top: 60px !important;
    }

    .navbar-nav .sub-menu {
        position: static;
        display: none;
    }

    .navbar-nav .menu-item-has-children>a:after {
        content: "+";
        margin-left: 5px;
    }

    .navbar-nav .menu-item-has-children.active>a:after {
        content: "-";
    }

    .navbar-nav .sub-menu.active {
        display: block;
    }
}

.wpcf7-acceptance label{
    display:flex !important;
}
.wpcf7-acceptance  label input[type="checkbox"]{
    width:15px  !important;
    height:15px !important;
}
.wpcf7-acceptance  label .wpcf7-list-item-label{
    width:95%;

}
.wpcf7-acceptance  label a{
    color: blue !important;
}