/* ------------------------ */
/* Общие стили для шапки и баннеров */
/* ------------------------ */

/* Универсальный блок для скрытых элементов, активируем их только на мобильных устройствах */
@media (max-width: 767px) {
    .home-page .html-module,
    .uni-banner,
    #uni-notification-1 {
        display: block !important; /* Принудительно показываем на мобильных */
    }

    /* Стили для баннеров */
    .menu__banner > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 15px;
        text-align: center;
        background: radial-gradient(circle, rgba(0, 137, 168, .5) 0%, #0089a8 100%);
        border-radius: 4px;
    }

    /* Баннер изображение */
    .menu__banner div img {
        margin: 15px 0;
        padding: 15px;
        max-width: 100%; /* Адаптивная ширина */
        height: auto;
    }

    /* Текст баннера */
    .menu__banner span {
        font-size: 1.5em;
        font-weight: 500;
    }

    .menu__banner span:last-of-type {
        font-size: 1.3em;
    }
}

/* Общее оформление заголовков */
.article_description h3.heading {
    font-weight: 700; /* Выделяем заголовки жирным */
}

/* ------------------------ */
/* Анимация логотипа */
/* ------------------------ */

/* Анимация вращения */
@keyframes rotateLogo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Логотип и текст */
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px; /* Отступ между логотипом и текстом */
}

.header-logo__img {
    animation: rotateLogo 3s linear infinite; /* Вращение логотипа */
    max-width: 60px;
    height: auto;
}

/* Текст логотипа */
.logo-text {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .logo-text {
        font-size: 14px;
    }
}

/* ------------------------ */
/* Стили телефона и иконок */
/* ------------------------ */

/* Блок телефона и иконок */
.phone-and-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Иконки социальных сетей */
.header-social-icons {
    display: flex;
    gap: 8px;
padding-right: 5px;
flex-wrap: wrap;
    justify-content: center;
}

.social-icon {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease; /* Анимация при наведении */
}

.social-icon:hover {
    transform: scale(1.2);
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .phone-and-icons {
        flex-direction: column; /* Вертикальное расположение */
        align-items: flex-start;
    }

    .header-social-icons {
        margin-top: 5px;
    }
}

/* ------------------------ */
/* Стили для блоков */
/* ------------------------ */

/* Заголовки */
.home-page h1 {
    color: #fff !important; /* Принудительно белый цвет */
}

/* Полная ширина для контейнера */
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* ------------------------ */
/* Оптимизация */

/* Основной стиль для десктопов */
.hero-title {
    font-size: 64px;
    font-weight: bold;
    color: #111;
   line-height: 80%;
    letter-spacing: -3px;
}

.hero-subtitle {
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.5;
margin-bottom:0;
    color: #111;
}

.hero-description {
    font-size: 24px;
    margin-top: 0;
    line-height: 1.6;
    color: #111;
font-weight:600;
}

.hero-button {
  display: inline-block;
    background-color: #fe6263;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-transform: uppercase;
}

.hero-button:hover {
    background-color: #fe6261; /* Темнее фон при наведении */
    color: #fff; /* Цвет текста остается неизменным */
    text-decoration: none; /* Убираем подчеркивание */
}

.hero-image {
    width: 100%;
     max-width: 673px;
    margin-bottom: 0;
margin-top: -42px;
    margin-right: -5px;
object-fit: cover;
}

.avito-button {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #01a8f3;
    color: white;
    text-decoration: none;
    font-size: 2.25rem;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.avito-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
letter-spacing: 0;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-button {
        font-size: 1rem;
        padding: 10px 20px;
    }

    .hero-image {
        width: 100%;
        max-width: 300px;
    }

    .avito-button {
        font-size: 1rem;
        padding: 10px 20px;
    }

    .avito-icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
}

/* Адаптация доставка и оплата для мобильных устройств */
@media (max-width: 768px) {

    .img-fluid {
        width: 100%;
        max-width: 400px;
    }

}

.breadcrumb-h1  {
        padding-top: 1%;
    }

/* Десктоп: два столбца */
@media (min-width: 768px) {
    .responsive-container {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Два равных столбца */
        align-items: center;
    }

    .text-column, .image-column {
        flex: 1; /* Убираем блочное поведение */
    }
}

.header-phones__callback-block {
    text-align: left;
}
.header-phones__callback-btn {
    display: inline-block;
    background: #0ed759; /* Зеленый */
    color: #fff;
    padding: 7px 22px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: none;
}
.header-phones__callback-btn:hover {
    background: #219150; /* Темнее при наведении */
}
@media (max-width: 767px) {
    .header-phones__callback-block { text-align: center; }
    .header-phones__callback-btn { width: 100%; font-size: 16px; padding: 12px 0; border-radius: 24px; }
    .mobile-hide {
        display: none !important;
    }
}
.read-more-btn {
    cursor: pointer;
    display: inline-flex;
    color: #019be0;
    border-bottom: dashed;
    border-bottom-width: 1px;}