:root {
    --primary-color: #FFB800;
    --secondary-color: #000000;
    --background-color: #FFFFFF;
    --warning-stripe: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        #FFB800 10px,
        #FFB800 20px
    );
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #333;
    background: var(--background-color);
}

header {
    background: var(--primary-color);
    padding: 1.5rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3)
}

.contact-phone a:hover {
    color: var(--secondary-color);
}

nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.logo {
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-phone a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
}

.contact-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

@media (max-width: 768px) {
    nav {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                url('path-to-your-background-image.jpg');
    color: var(--primary-color);
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.hero-content {
    color: white;
    max-width: 800px;
    padding: 0 2rem;
}

.hero h1 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero .subtitle {
    color: white;
    font-size: 1.2rem;
    opacity: 0.9;
}

.services {
    padding: 4rem 2rem;
    background: var(--background-color);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.service-card {
    background: var(--primary-color);
    border: 2px solid #000;
    border-radius: 10px;
    padding: 25px;
    text-align: left;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card i {
    font-size: 2rem;
    color: #000;
    margin-bottom: 15px;
}

.price {
    display: block;
    font-size: 1.25rem;
    color: var(--accent-color);
    font-weight: bold;
    margin-top: 1rem;
}

.contacts {
    padding: 4rem 2rem;
    background: var(--background-color);
    color: white;
    margin-top: 0;
}

.contacts::before {
    display: none;
}

.contacts h2 {
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 2rem;
}

.contacts-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    background: var(--primary-color);
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.contact-info a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: var(--secondary-color);
}

.contact-info h3,
.work-hours h3,
.social h3 {
    color: var(--secondary-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.social a {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: background 0.3s ease;
}

.social a:hover {
    background: rgba(255, 255, 255, 0.2);
}

footer {
    background: var(--secondary-color);
    color: var(--primary-color);
    text-align: center;
    padding: 1rem;
    margin-top: 0;
    border-top: 3px solid var(--primary-color);
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .contacts-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Стили для формы обратной связи */
.callback {
    padding: 4rem 2rem;
    background: var(--background-color);
}

.callback-form {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--secondary-color);
    border-radius: 5px;
    font-size: 1rem;
    background: var(--background-color);
}

/* Специальные стили для поля адреса */
#address {
    padding-right: 40px; /* Место для иконки */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23666"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
}

#address:focus {
    border-color: var(--primary-color);
    outline: none;
}

.submit-btn {
    width: 100%;
    padding: 1rem;
    background: #4c4c4c;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #5e5e5e;
}

/* Стили для секции отзывов */
.reviews {
    padding: 1rem 1rem;
    text-align: center;
    background: var(--background-color);
}

.reviews-container {
    max-width: 800px;
    margin: 2rem auto;
}

.yandex-reviews {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: white;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.yandex-reviews:hover {
    transform: translateY(-5px);
}

.review-link {
    text-decoration: none;
    color: #333;
}

.yandex-reviews i.fa-star {
    color: #fc0;
}

.yandex-reviews i.fa-external-link-alt {
    font-size: 0.8rem;
    color: var(--primary-color);
}

/* Медиа-запросы */
@media (max-width: 768px) {
    .callback-form {
        padding: 1rem;
    }
    
    .yandex-reviews {
        padding: 0.8rem 1.5rem;
    }
}

/* Стили для плавающей кнопки */
.floating-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 75px;
    height: 75px;
    background-color: #25D366;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.6);
    z-index: 999;
    animation: pulseGreen 2s infinite;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.floating-button i {
    font-size: 32px;
    color: #FFFFFF;
}

@keyframes pulseGreen {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.6);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 25px rgba(37, 211, 102, 0.8);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.6);
    }
}

.floating-button:hover {
    background-color: #128C7E;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .floating-button {
        width: 75px;
        height: 75px;
        bottom: 30px;
        right: 30px;
    }

    .floating-button i {
        font-size: 32px;
    }
}

/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    position: relative;
    background-color: var(--background-color);
    max-width: 400px;
    margin: 15% auto;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    animation: slideIn 0.3s ease;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 35px;
    cursor: pointer;
    color: #666;
}

.close-button:hover {
    color: #333;
}

.modal h3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-align: center;
    color: var(--secondary-color);
}

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Медиа-запросы */
@media (max-width: 768px) {
    .floating-button {
        bottom: 30px;
        right: 30px;
        width: 75px;
        height: 75px;
    }

    .floating-button i {
        font-size: 32px;
    }

    .modal-content {
        margin: 30% auto;
        width: 90%;
    }
}

/* Добавляем стили для баннера с опытом */
.experience-banner {
    border-radius: 5px;
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: var(--primary-color);
    color: white;
    border-radius: 10px;
}

.experience-banner h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Обновляем стили для карточек услуг */
.service-card {
    background: var(--primary-color);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: left;
}

.service-card h3 {
    margin: 1rem 0;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: bold;
}

.service-card p {
    color: #f7f2f2;
    line-height: 1.8;
}

.service-card i {
    font-size: 2rem;
    color: var(--secondary-color);
}

/* Обновляем сетку услуг */
.services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

@media (max-width: 768px) {
    .service-card {
        padding: 1.5rem;
    }
    
    .experience-banner {
        margin: 2rem 1rem;
    }
}

/* Стили для header */
.top-bar {
    background: var(--secondary-color);
    padding: 8px 0;
    font-size: 0.9rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.work-hours, .address {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-links a {
    color: white;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #2ecc71;
}

.main-nav {
    background: var(--primary-color);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo i {
    font-size: 2.5rem;
    color: var(--secondary-color);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.company-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.company-desc {
    font-size: 0.9rem;
    color: #666;
}

.contact-phones {
    display: flex;
    gap: 2rem;
}

.phone-group {
    display: flex;
    gap: 1.5rem;
}

.phone-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-item i {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.phone-info {
    display: flex;
    flex-direction: column;
}

.phone-info .label {
    font-size: 0.8rem;
    color: #666;
}

.phone-info a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.phone-info a:hover {
    color: var(--primary-color);
}

.emergency .phone-info .label {
    color: #e74c3c;
}

.callback-btn {
    background: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    font-weight: bold;
    text-transform: uppercase;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
}

.callback-btn:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

/* Медиа-запросы для адаптивности */
@media (max-width: 1024px) {
    .phone-group {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .top-info {
        flex-direction: column;
        gap: 8px;
    }
    
    .nav-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .contact-phones {
        flex-direction: column;
        align-items: center;
    }
    
    .callback-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Стили для секции с опытом */
.experience {
    border-radius: 5px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    padding: 3rem 1rem;
    color: white;
    text-align: center;
}

.experience-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(5px);
}

.experience h2 {
    
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.experience p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Медиа-запросы */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero {
        height: 50vh;
        margin-top: 120px;
    }
    
    nav {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .experience h2 {
        font-size: 1.5rem;
    }
    
    .experience p {
        font-size: 1rem;
    }
}

/* Стили для уведомлений */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    color: white;
    z-index: 1000;
    animation: slideIn 0.3s ease;
}

.notification.success {
    background-color: #2ecc71;
}

.notification.error {
    background-color: #e74c3c;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Стили для кнопки во время загрузки */
button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.fa-spinner {
    margin-right: 8px;
}

/* Добавляем декоративную полосу */
.warning-stripe {
    height: 20px;
    background: var(--warning-stripe);
}

/* Добавляем навигационное меню */
.nav-menu {
    background: var(--primary-color);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid var(--secondary-color);
}

.nav-menu ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.nav-menu a {
    color: var(--secondary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.nav-menu a:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 4px;
}

/* Разделная полоса между секциями */
.section-divider {
    height: 20px;
    background: var(--warning-stripe);
    margin: 3rem 0;
}

/* Обновляем секции */
.services, .contacts, .reviews, .callback {
    background: var(--background-color);
    padding: 1rem 1rem;
}

/* Мобильное меню */
@media (max-width: 768px) {
    .nav-menu ul {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }
    
    .nav-menu.active {
        height: auto;
    }
    
    .menu-toggle {
        display: block;
    }
}

/* Добавляем дополнительную анимацию при загрузке страницы */
@keyframes initialAttention {
    0% { transform: scale(1); }
    10% { transform: scale(1.2); }
    20% { transform: scale(1); }
    30% { transform: scale(1.2); }
    40% { transform: scale(1); }
    100% { transform: scale(1); }
}

.floating-button {
    animation: initialAttention 2s ease-out, pulseGreen 2s infinite 2s;
}

/* Секция с опытом работы */
.experience-section {
    background: var(--primary-color); /* Желтый фон */
    padding: 3rem 0;
    position: relative;
}

.experience-section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    background: var(--warning-stripe); /* Желто-черная полоса сверху */
}

.experience-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background: var(--warning-stripe); /* Желто-черная полоса снизу */
}

.experience-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
}

.experience-title {
    color: var(--secondary-color); /* Черный текст */
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.experience-description {
    color: var(--secondary-color); /* Черный текст */
    font-size: 1.5rem;
    font-weight: 500;
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 768px) {
    .experience-title {
        font-size: 2rem;
    }
    
    .experience-description {
        font-size: 1.2rem;
    }
}

/* Стили для логотипа */
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-image {
    width: 70px;  
    height: 70px;
    padding: 8px;
    background: var(--primary-color); /* Оранжевый фон как у header */
    border: 2px solid #000; /* Черная обводка */
    border-radius: 10px;
}

.logo-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(0%) contrast(100%); /* Черный цвет логотипа */
}

.logo-text .company-name {
    font-size: 1.3em; /* Уменьшенный размер */
    font-weight: 800;
    font-style: italic;
    color: #000;
}

.logo-text .company-desc {
    font-size: 1em; /* Уменьшенный размер */
    font-weight: 600;
    font-style: italic;
    color: #000;
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 768px) {
    .logo-container {
        gap: 12px;
    }
    
    .logo-image {
        width: 55px;
        height: 55px;
    }
    
    .logo-text .company-name {
        font-size: 1.1em;
    }
    
    .logo-text .company-desc {
        font-size: 0.9em;
    }
}

/* Общие стили для карточек */
.service-card {
    background: var(--primary-color);
    border: 2px solid #000;
    border-radius: 10px;
    padding: 25px;
    text-align: left;
    transition: transform 0.3s ease;
}

/* Стили для заголовков карточек */
.service-card h3 {
    color: #000;
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Стили для списков в карточках */
.service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card ul li {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 12px;
    font-size: 1.1em;
    font-weight: 400;
}

/* Стили для иконок */
.service-card i {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 20px;
    display: block;
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 768px) {
    .service-card h3 {
        font-size: 1.2em;
    }
    
    .service-card ul li {
        font-size: 1em;
    }
}

/* Общие стили для текста в карточках */
.service-card ul li {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 12px;
    font-size: 1.1em;
    font-weight: 400;
}

/* Убираем двойные тире */
.service-card ul li::before {
    content: "- ";
    color: rgba(0, 0, 0, 0.6);
    margin-right: 4px;
}

/* Убираем маркеры списка и отступы */
.service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Стили для текста при наведении */
.service-card ul li:hover {
    color: rgba(0, 0, 0, 0.8);
    transition: color 0.3s ease;
}

/* Общие медиа-запросы для мобильных устройств */
@media screen and (max-width: 768px) {
    /* Шапка сайта */

    .logo-image img {
        max-width: 120px;
    }

    .logo-text {
        margin-top: 10px;
    }

    .company-name {
        font-size: 18px;
    }

    .company-desc {
        font-size: 16px;
    }

    /* Сетка услуг */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 10px;
    }

    .service-card {
        padding: 15px;
    }

    .service-card h3 {
        font-size: 18px;
    }

    .service-card p {
        font-size: 14px;
    }

    /* Контакты */
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }

    /* Модальное окно */
    .modal-content {
        width: 90%;
        margin: 20% auto;
        padding: 15px;
    }

    /* Заголовки */
    h1 {
        font-size: 24px;
        padding: 0 15px;
    }

    h2 {
        font-size: 22px;
    }

    /* Плавающая кнопка */
    .floating-button {
        width: 75px;
        height: 75px;
        right: 30px;
        bottom: 30px;
    }
}

/* Дополнительные настройки для очень маленьких экранов */
@media screen and (max-width: 480px) {
    .contact-phone {
        font-size: 14px;
    }

    .hero-content {
        padding: 20px 10px;
    }

    .subtitle {
        font-size: 16px;
    }
}

/* Обновляем стили для карточек услуг на мобильных устройствах */
@media screen and (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }

    .service-card {
        padding: 20px;
        margin: 0 10px;
        background: var(--primary-color);
        border: 2px solid #000;
    }

    .service-card h3 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #000;
        font-weight: 700;
    }

    .service-card p {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        margin: 0;
    }

    .service-card i {
        font-size: 28px;
        margin-bottom: 15px;
        color: #000;
    }

    /* Улучшаем читаемость текста в hero секции */
    .hero {
        min-height: auto;
        padding: 40px 20px;
        margin-top: 100px;
    }

    .hero h1 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .hero .subtitle {
        font-size: 18px;
        line-height: 1.4;
        padding: 0 10px;
    }

    /* Улучшаем отображение контактной информации */
    .contact-phone {
        font-size: 16px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 5px 0;
    }

    .contact-phone a {
        font-size: 16px;
        font-weight: 600;
    }
}

/* Дополнительные стили для очень маленьких экранов */
@media screen and (max-width: 480px) {
    .service-card {
        padding: 15px;
    }

    .service-card h3 {
        font-size: 16px;
    }

    .service-card p {
        font-size: 14px;
    }

    .hero h1 {
        font-size: 22px;
    }

    .hero .subtitle {
        font-size: 16px;
    }

    .floating-button {
        width: 65px;
        height: 65px;
        bottom: 25px;
        right: 25px;
    }

    .floating-button i {
        font-size: 28px;
    }
}

/* Обновляем стили для уведомления на мобильных устройствах */
@media (max-width: 768px) {
    .toast-notification {
        font-size: 18px;
        padding: 20px 25px;
        width: 90%;
        line-height: 1.4;
    }

    .toast-notification i {
        font-size: 24px;
        margin-right: 10px;
    }
}

.hero-section {
    background-color: #333333;
    color: white;
    text-align: center;
    padding: 40px 20px;
    margin-top: 80px; /* Добавляем отступ сверху для десктопа */
}

@media (max-width: 768px) {
    .hero-section {
        margin-top: 60px; /* Уменьшаем отступ для мобильных устройств */
        padding: 30px 15px;
    }

    .hero-section h1 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .hero-section p {
        font-size: 16px;
        line-height: 1.4;
    }
}

/* Обеспечиваем, чтобы header был поверх других элементов */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFA500;
}

/* Добавляем отступ для всего основного контента */
.main-content {
    padding-top: 80px; /* Высота header */
}

@media (max-width: 768px) {
    .main-content {
        padding-top: 60px; /* Меньшая высота header для мобильных */
    }
}
