/*
Template
Theme Name: Visas
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 сент. 2025 г., 20:13:51
    Author     : egiscore
*/

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.screen-reader-text {
    display: none;
}

.pagination {
    margin: 15px 0 60px 0;
    background: transparent;
    font-size: 12px;
}

.pagination .current {
    background-color: var(--primary-red);
    color: #fff;
}

.page-numbers {
    padding: 8px 15px 8px 15px;
    background: #ddd;
    color: #000;
    margin: 2px;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 2px;
}

.page-numbers:hover {
    background-color: var(--primary-red);
    color: #fff;
}

h3 {
    font-size: 123%
}

h2 {
    font-size: 145%
}

h1 {
    font-size: 200%
}

.mobile-navbar {
    overflow-y: scroll !important;
}

.mobile-navbar .navbar-collapse {
    overflow-y: scroll !important;
}

.mobile-navbar ul {
    padding-left: 0;
    margin-left: 0;
}

.mobile-navbar ul li {
    line-height: 36px !important;
}

.mobile-navbar ul li a {
    font-size: 14px;
    border-bottom: dotted 1px #bbb;
}

.navbar-pc {
    font-size: 15px;
}

.country-line {
    font-size: 12px;
    color: #999
}

.country-line img {
    height: 16px;
    margin-right: 5px;
    opacity: 0.5
}

blockquote {
    background-color: #fcfcfc;
    padding: 40px 40px 23px 40px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border: solid 1px #eee;
    margin: 40px 0 40px 0;
    opacity: 1;
    font-size: 15px;
    line-height: 30px;
    color: #294670;
    position: relative;
}

blockquote:after {
    content: "";
    position: absolute;
    font-size: 36px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    background: #fa5d63;
    opacity: 0.7
}

.feedback {
    background-color: #f4f8fb;
    padding: 40px 40px 10px 40px;
    border-radius: 30px;
}

.sidebar-menu li {
    line-height: 17px !important;
}

.sidebar-menu a {
    font-size: 13px;
    color: #666;
    position: relative;
    top: 3px;
}

.hotline,
q {
    quotes: none;
}

.hotline {
    background: #def9e5;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF));
    background: -webkit-linear-gradient(left, #def9e5 0, #effbce 100%);
    background: -o-linear-gradient(left, #FFF 0, #FFF 100%);
    background: linear-gradient(to right, #FFF 0, #FFF 100%);
    padding: 30px;
    margin: 35px 0 45px 0;
    width: 100%;
    color: #000;
    line-height: 22px;
    border: solid 1px #40b3e9;
    border-radius: 40px;
}

.hotline ul li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}

.hotline ul li:before {
    position: absolute;
    top: .5em;
    left: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #4d3bfe!important;
    border-radius: 50%;
}

.hotline ol li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}

.hotline ol {
    counter-reset: section;
    padding-left: 40px;
}

.hotline ol.contents li:before {
    display: none
}

.hotline ol.contents li {
    list-style: upper-roman;
    margin-left: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.hotline ol li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 70px;
    font-weight: 700;
    color: #4d3bfe!important;
}

.hotline h3 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.section-content h2 {
    margin-top: 70px;
    margin-bottom: 50px;
}

.section-content h2 {
    display: flex;
    align-items: baseline;
    /* Выравниваем элементы по базовой линии текста */
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    white-space: wrap;
    /* Запрещаем перенос, чтобы структура не ломалась */

    /* Синяя сплошная линия строго по ширине текста */
    text-decoration: underline;
    text-decoration-color: #00447c;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    /* Сдвигаем линию вниз от текста */
}

/* Серая пунктирная линия на всю оставшуюся ширину */
.section-content h2::after {
    content: "";
    flex-grow: 1;
    /* Заставляет псевдоэлемент занять всё свободное место справа */
    border-bottom: 1px dotted #b3b3b3;
    position: relative;
    top: 9px;
    /* Опускаем пунктир на уровень синей линии (совпадает с text-underline-offset) */
}

/*.section-content h2 {color: #000; padding:0 0 0 27px;  position: relative; width: 100%;}
.section-content h2:after {content: ""; position: absolute; font-size: 36px;*/
/*border-top-right-radius: 4px; border-bottom-right-radius: 4px;*/
/* width: 15px; height: 100%; left: 0; top: 0; background: #eee;}
*/

.section-content h3 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.content-body a {
    color: #00447c;
    border-bottom: dotted 1px #40b3e9;
}

.content-body a:hover {
    color: #00447c;
    border-bottom: dotted 1px transparent;
}

a:hover {
    color: var(--dark-blue);
}

.section-content ul,
.section-content ol {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 100%;
    margin-top: 1.5em;
    margin-bottom: 2em;
}

.section-content ul li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}

.section-content ul li:before {
    position: absolute;
    top: .55em;
    left: 0.6em;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 4px solid #c0152e !important;
    border-radius: 2px;
}

.section-content ol li ul li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}

.section-content ol li ul li:before {
    position: absolute;
    top: .5em;
    left: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #c0152e;
    border-radius: 0;
}

.section-content ol li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}

.section-content ol {
    counter-reset: section;
    padding-left: 0;
}

.section-content ol li:before {
    display: none
}

.section-content ol li {
    list-style: upper-roman;
    margin-left: 40px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.section-content ol li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #c0152e;
}

.section-content ol li ul li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}

.section-content ol li ul li:before {
    position: absolute;
    top: .5em;
    left: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #c0152e;
    border-radius: 0;
}

.section-content ol li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}

.section-content ol {
    counter-reset: section;
    padding-left: 0;
}

.section-content ol li:before {
    display: none
}

.section-content ol li {
    list-style: upper-roman;
    margin-left: 40px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.section-content ol li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #c0152e;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}


/* Общие стили */
:root {
    --primary-red: #bc002d;
    --dark-red: #8b0020;
    --blue: #2c5282;
    --dark-blue: #1a2e50;
    --green: #28a745;
    --dark-green: #218838;
    --dark-gray: #1a1a1a;
    --medium-gray: #4a4a4a;
    --light-gray: #f5f5f0;
    --border-gray: #e0ddd5;
    --accent-gold: #c5a55a;
    --text-primary: #1a1a1a;
    --text-secondary: #4a4a4a;
}

.nav-link {
    color: #294670 !important;
    font-size: 0.9em !important;
    font-weight: 500 !important;
}

.blue-dark {
    color: #294670;
}

.grey-light {
    color: #dfe0e4;
}

.red-light {
    color: #fa5d63;
}

body {
    color: var(--dark-gray);
    line-height: 1.6;
    background-color: white;
    font-family: Montserrat;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.btn {
    display: inline-block;
    background-color: var(--primary-red);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--dark-red);
    color: #FFF;
}

.btn-blue {
    background-color: var(--blue);
}

.btn-blue:hover {
    background-color: var(--dark-blue);
    color: #FFF;
}

.btn-green {
    background-color: var(--green);
}

.btn-green:hover {
    background-color: var(--dark-green);
}

/* Шапка */
header {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-gray);
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.header-right {
    display: flex;
    align-items: center;
}

.language-selector {
    margin-right: 20px;
}

.language-selector select {
    padding: 8px 15px;
    border: 1px solid var(--border-gray);
    border-radius: 4px;
    background-color: white;
}

.login-btn {
    background-color: var(--blue);
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 600;
}

/* Навигация */
nav {
    background-color: var(--light-gray);
}

.nav-container {
    display: flex;
    justify-content: space-between;
}

.main-nav ul {
    display: flex;
}

.main-nav li {
    position: relative;
}

.main-nav a {
    display: block;
    color: #294670;
    padding: 15px 20px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.main-nav a:hover {
    background-color: transparent;
    color: var(--primary-red);
    border-bottom: 3px solid var(--primary-red);
}

.utility-nav {
    display: flex;
}

.utility-nav a {
    display: flex;
    align-items: center;
    color: white;
    padding: 15px 15px;
    font-weight: 500;
}

.utility-nav i {
    margin-right: 5px;
}

/* Главный баннер */
.hero {
    background: #fff;
    color: var(--dark-blue);
    text-align: center;
    padding: 50px 0 45px;
    border-top: 3px solid var(--primary-red);
    position: relative;
}

.hero::before {
    content: '';
    width: 50px;
    height: 50px;
    background: var(--primary-red);
    border-radius: 50%;
    opacity: 0.08;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.hero h1 {
    font-size: 1.9rem;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--dark-blue);
}

.hero .hero-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 8px;
    font-weight: 400;
}

.hero .hero-jp {
    font-size: 1rem;
    color: var(--primary-red);
    margin-bottom: 28px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.hero p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 30px;
}

.hero-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-btns .btn {
    padding: 12px 28px;
    font-size: 0.95rem;
    border-radius: 2px;
    font-weight: 500;
}

.hero-btns .btn-outline {
    background: transparent;
    color: var(--dark-blue);
    border: 2px solid var(--dark-blue);
}

.hero-btns .btn-outline:hover {
    background: var(--dark-blue);
    color: #fff;
}

/* Секции */
section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--dark-blue);
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    position: relative;
    padding-bottom: 18px;
}

.section-title::after {
    content: '';
    width: 40px;
    height: 3px;
    background: var(--primary-red);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Карточки услуг */
.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background-color: white;
    border-radius: 2px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s, border-left-color 0.3s;
    border-left: 3px solid var(--dark-blue);
    border-top: none;
}

.service-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-left-color: var(--primary-red);
}

.service-icon {
    font-size: 36px;
    color: var(--dark-blue);
    margin-bottom: 20px;
}

.service-card h3 {
    margin-bottom: 15px;
    font-size: 1.15rem;
    color: var(--dark-blue);
    font-weight: 600;
}

.service-card p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.service-card .btn {
    margin-top: 15px;
    font-size: 0.9rem;
}

/* Новости и уведомления */
.notices {
    background-color: var(--light-gray);
}

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

.notice-list-category {
    display: inline-block;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.notice-item {
    background-color: white;
    padding: 20px 20px 20px 0;
    margin: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

.notice-date {
    background-color: var(--dark-blue);
    color: white;
    padding: 10px 15px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-right: 20px;
    text-align: center;
    min-width: 80px;
}

.notice-date .day {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
}

.notice-date .month {
    font-size: 0.9rem;
    display: block;
}

.notice-content {
    padding-left: 30px;
}

.notice-content h3 {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    margin-bottom: 5px;
    font-size: 1rem;
    white-space: wrap;
}

.notice-content p {
    text-align: left;
}

/* Быстрые ссылки */
.quick-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.quick-link-card {
    background-color: white;
    border-radius: 2px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s, border-left-color 0.3s;
    border: 1px solid var(--border-gray);
    border-left: 3px solid transparent;
}

.quick-link-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-left-color: var(--primary-red);
}

.quick-link-icon {
    font-size: 32px;
    color: var(--dark-blue);
    margin-bottom: 15px;
}

.quick-link-card h3 {
    margin-bottom: 10px;
    font-size: 1.05rem;
    color: var(--dark-blue);
    font-weight: 600;
}

.quick-link-card p {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

/* Контактная информация */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.contact-item {
    text-align: center;
    background-color: white;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-icon {
    font-size: 30px;
    color: var(--primary-red);
    margin-bottom: 15px;
}

.contact-item h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

/* Подвал */
footer {
    background-color: var(--dark-blue);
    color: white;
    padding: 50px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-column h3 {
    margin-bottom: 20px;
    color: var(--accent-gold);
    font-size: 1.1rem;
    font-weight: 600;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #ddd;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: white;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #444;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.social-links a:hover {
    background-color: var(--primary-red);
}

.copyright {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 0.7rem;
    color: #aaa;
}
.copyright p {
    padding: 2px 0 2px 0;
    margin-bottom: 0.3rem;
}

/* Официальная панель уведомлений */
.official-banner {
    background-color: var(--dark-blue);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 9px 0;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 400;
}

.official-banner i {
    margin-right: 6px;
    opacity: 0.7;
}

/* Этапы оформления */
.process-section {
    background: var(--light-gray);
    padding: 60px 0;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
    position: relative;
}

.process-steps .step {
    position: relative;
    padding: 0 10px;
}

.process-steps .step::after {
    content: '';
    position: absolute;
    top: 24px;
    right: -12px;
    width: 24px;
    height: 2px;
    background: var(--border-gray);
}

.process-steps .step:last-child::after {
    display: none;
}

.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--dark-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-weight: 600;
    font-size: 1.1rem;
}

.process-steps .step h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 8px;
}

.process-steps .step p {
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* Важные уведомления */
.announcements-section {
    padding: 60px 0;
    background: #fff;
}

.important-notices {
    border-left: 4px solid var(--accent-gold);
    background: #fefcf7;
    padding: 24px 30px;
    border-radius: 0 2px 2px 0;
}

.notice-row {
    display: flex;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-gray);
    font-size: 0.9rem;
    align-items: baseline;
}

.notice-row:last-child {
    border-bottom: none;
}

.notice-date-text {
    color: var(--text-secondary);
    min-width: 90px;
    font-weight: 500;
    font-size: 0.82rem;
}

.notice-text {
    color: var(--text-primary);
}

.notice-text a {
    color: var(--dark-blue);
    border-bottom: 1px dotted var(--blue);
}

/* Разделитель секций (мотив Хиномару) */
.section-divider {
    border: none;
    border-top: 1px solid var(--border-gray);
    position: relative;
    margin: 0;
}

.section-divider::before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primary-red);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

/* Контактные карточки (обновление) */
.contact-item {
    border-radius: 2px;
    border-top: 2px solid var(--dark-blue);
}

.contact-icon {
    color: var(--dark-blue);
}

/* Социальные сети (приглушенные) */
.social-links a {
    background-color: rgba(255, 255, 255, 0.1);
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
}

.social-links a:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.5);
}

/* Адаптивность */
@media (max-width: 992px) {
    .nav-container {
        flex-direction: column;
    }

    .utility-nav {
        justify-content: center;
        background-color: var(--dark-red);
    }
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        text-align: center;
    }

    .logo-container {
        margin-bottom: 15px;
        justify-content: center;
    }

    .main-nav ul {
        flex-direction: column;
    }

    .hero {
        padding: 50px 20px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-btns {
        flex-direction: column;
        align-items: center;
    }

    .notice-item {
        flex-direction: column;
        text-align: center;
    }

    .notice-date {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-steps .step::after {
        display: none;
    }

    .notice-row {
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .process-steps {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 1.4rem;
    }
}
/* Мобильная шапка: длинное название не должно вылезать за экран */
@media (max-width: 768px) {
    .site-brand {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        row-gap: 2px;
    }

    .site-brand a {
        white-space: normal !important;
        text-align: center;
        font-size: 1rem !important;
        line-height: 1.3;
    }

    .site-brand .jp-text {
        font-size: 0.72rem !important;
    }
}

@media (max-width: 480px) {
    .site-brand .brand-divider,
    .site-brand .jp-text {
        display: none;
    }
}

/* Мобильная адаптивность 2026-07-20: сетки не шире экрана, картинки в поток.
   Причина: minmax(400px) у .notice-list заставлял телефоны отзумливать
   главную до 400px layout-вьюпорта (эффект «мелкого шрифта»). */
img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .notice-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .services,
    .contact-info,
    .notice-list-category {
        grid-template-columns: 1fr;
    }

    .content-body table,
    .section-content table {
        display: block;
        overflow-x: auto;
    }
}
