* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --premium-red: #e60012;
    --premium-dark: #0a0a0a;
    --premium-gray: #1a1a1a;
    --premium-silver: #c0c0c0;
    --premium-gold: #d4af37;
}
body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #fff;
    line-height: 1.7;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

main {
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    z-index: 1000;
    border-bottom: 1px solid rgba(230, 0, 18, 0.3);
    padding: 0;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 1rem;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

nav a:hover {
    color: #ff0000;
}
/* Стили для навигации */
.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    position: absolute;
    top: 1rem;
    right: 2rem;
    z-index: 1001;
}

.bar {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 3rem;
}

.nav-link {
    color: var(--premium-silver);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 1rem 0;
}

.nav-link:hover {
    color: var(--premium-red);
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--premium-red);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}
section {
    padding: 3rem 0;
}
#home {
    height: 100vh;
    padding: 0;
}
#about .content-container {
    max-width: 1200px;
}
.logo-fullscreen {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo-fullscreen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.logo-fullscreen img {
    max-width: 600px;
    width: 60%;
    position: relative;
    z-index: 2;
    filter: brightness(0.9);
}

h2 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--premium-red), transparent);
}

.sticker {
    background: linear-gradient(135deg, var(--premium-red) 0%, #ff3333 100%);
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 30px;
    font-size: 0.9rem;
    margin-left: 1rem;
    vertical-align: middle;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(230, 0, 18, 0.3);
}
/* НОВЫЕ СТИЛИ ДЛЯ УСЛУГ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-item {
    text-align: center;
    padding: 2rem 1rem;
}

.service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.service-item:hover .service-image {
    transform: scale(1.02);
}

.service-item h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 20px;
}
.service-item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--premium-gold), transparent);
}
.service-item p {
    color: #ccc;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.service-price {
    color: var(--premium-gold);
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}


section {
    padding: 5rem 0;
    position: relative;
}

.content-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Центрирование текста в разделе О нас */
.text-card {
    text-indent: 1em;
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}
/* Ограничение ширины для текстового контента */
.text-container {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Центрирование и ограничение галереи */
.gallery-container {
    position: relative;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    max-height: 600px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.gallery-grid.expanded {
    max-height: none; /* Убираем ограничение при раскрытии */
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px; /* Увеличиваем высоту для более плавного градиента */
    background: linear-gradient(
        to bottom, 
        transparent 0%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        rgba(0, 0, 0, 0.8) 80%,
        rgba(0, 0, 0, 0.9) 100%
    );
    backdrop-filter: blur(0px); /* Начинаем с нулевого размытия */
    -webkit-backdrop-filter: blur(0px);
    mask: linear-gradient(
        to bottom,
        transparent 0%,
        black 20%,
        black 80%,
        black 100%
    );
    -webkit-mask: linear-gradient(
        to bottom,
        transparent 0%,
        black 20%,
        black 80%,
        black 100%
    );
    pointer-events: none;
    opacity: 1;
    transition: all 0.5s ease;
}


.gallery-grid.expanded ~ .gallery-overlay {
    opacity: 0;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}

/* Плавное появление/исчезновение кнопки свернуть */
.gallery-expanded .gallery-toggle {
    display: inline-block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.show-more-btn{
    background: #ff0000;
    color: #000;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    margin: 1rem auto;
    display: block;
    transition: background 0.3s ease;
}

.show-more-btn:hover, .gallery-toggle:hover {
    background: #cc0000;
}

.gallery-toggle {
    background: #ff0000;
    color: #000;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 1rem;
    font-size: 0.8rem;
    display: none; /* Скрываем по умолчанию */
}

.gallery-grid.expanded ~ .gallery-toggle {
    display: inline-block; /* Показываем когда галерея раскрыта */
}
/* Обертка для галереи с позиционированием */
.gallery-wrapper {
    position: relative;
}
.photo-placeholder {
    aspect-ratio: 4/3;
    background: #1a1a1a;
    border: 2px solid #333;
}
.photo-container {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.photo-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(230, 0, 18, 0) 0%, rgba(230, 0, 18, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; 
}
.photo-container:hover::before {
    opacity: 1;
}

.photo-container:hover {
     border-color: #ff0000;
    transform: translateY(5px); /* Подъем вместо опускания */
    box-shadow: 0 15px 30px rgba(255, 0, 0, 0.3);
}

.photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo-container:hover img {
    transform: scale(1.05);
}
/* Премиум кнопки */
.show-more-btn, .show-more-reviews, .route-button {
    background: linear-gradient(135deg, var(--premium-red) 0%, #cc0000 100%);
    color: #fff;
    border: none;
    padding: 1.2rem 2.5rem;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    margin: 2rem auto;
    display: block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.show-more-btn::before, .show-more-reviews::before, .route-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.show-more-btn:hover::before, .show-more-reviews:hover::before, .route-button:hover::before {
    left: 100%;
}

.show-more-btn:hover, .show-more-reviews:hover, .route-button:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 10px 25px rgba(230, 0, 18, 0.4),
        0 0 0 1px rgba(230, 0, 18, 0.2);
}

/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    position: relative;
    margin: auto;
    width: 90%;
    height: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}

.modal-image-container {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

#modal-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 3001;
    transition: color 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close:hover {
    color: #ff0000;
    background: rgba(0, 0, 0, 0.7);
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 30px;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 3001;
}

.nav-button:hover {
    background: rgba(255, 0, 0, 0.7);
    transform: translateY(-50%) scale(1.1);
}

.prev-button {
    left: 20px;
}

.next-button {
    right: 20px;
}

.image-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}
/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.modal-image-container {
    animation: zoomIn 0.3s ease;
}

/* СТИЛИ ОТЗЫВОВ */
.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.review-card {
    background: #1a1a1a;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #333;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.review-card:hover {
    border-color: #ff0000;
    transform: translateY(5px);
    box-shadow: 0 10px 25px rgba(255, 0, 0, 0.1);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.review-author-info {
    flex: 1;
}

.review-author {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.review-date {
    color: #888;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.review-rating {
    color: #ffcc00;
    font-size: 1.3rem;
    white-space: nowrap;
}

.review-text {
    color: #ccc;
    line-height: 1.7;
    flex: 1;
}

.review-text p {
    margin: 0;
    transition: all 0.3s ease;
}

/* Стили для свернутого текста (только для длинных отзывов) */
.review-text p.collapsed {
    max-height: 10em; /* Примерно 6 строк */
    overflow: hidden;
    position: relative;
}

.review-text p.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background: linear-gradient(transparent, #1a1a1a 90%);
    pointer-events: none;
}

/* Стили для развернутого текста */
.review-text p.expanded {
    max-height: none;
}

.review-text p.expanded::after {
    display: none;
}

/* Кнопка "Читать полностью" */
.read-more-btn {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0.5rem 0;
    cursor: pointer;
    margin-top: 0.5rem;
    align-self: flex-start;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.read-more-btn:hover {
    color: #ff0000;
}

.read-more-text {
    text-decoration: underline;
    transition: color 0.3s ease;
}

.read-more-arrow {
    font-size: 0.8rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.read-more-btn:hover .read-more-arrow {
    transform: translateY(2px);
}

/* Для коротких отзывов кнопка скрыта */
.read-more-btn[style*="display: none"] {
    display: none !important;
}

/* Стили для скрытия лишних отзывов */
.reviews-container.collapsed {
    max-height: 900px;
    overflow: hidden;
    position: relative;
}

.reviews-container.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(
        to bottom, 
        transparent 0%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        rgba(0, 0, 0, 0.8) 80%,
        rgba(0, 0, 0, 0.95) 100%
    );
    pointer-events: none;
}

.reviews-container.expanded {
    max-height: none;
}

.reviews-container.expanded::after {
    display: none;
}

/* Кнопка для отзывов */
.show-more-reviews {
    background: linear-gradient(45deg, #ff0000, #cc0000);
    color: #000;
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    margin: 2rem auto;
    display: block;
    transition: all 0.3s ease;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.show-more-reviews:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
}
.source-badge {
    background: #333;
    color: #ccc;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-size: 0.7rem;
    margin-left: 0.5rem;
}

.source-yandex {
    background: #ff0000;
    color: #000;
}

.source-2gis {
    background: #2a9dfd;
    color: #fff;
}
.contact-info {
    text-align: center;
    font-size: 1.2rem;
}
/* Стили для раздела контактов */
.contacts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.contact-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contact-details {
    margin-bottom: 2rem;
}

.contact-details h3 {
    color: #ff0000;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.contact-details p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.route-button {
    display: inline-block;
    background: linear-gradient(45deg, #ff0000, #cc0000);
    color: #000;
    padding: 1rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
    width: fit-content;
}

.route-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
    color: #000;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 2px solid #333;
}

.map-container iframe {
    border: none;
    display: block;
}



/* Подвал */
footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 4rem 0 1rem;
    margin-top: 4rem;
    border-top: 1px solid rgba(230, 0, 18, 0.3);
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--premium-red), transparent);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-section h3 {
    color: var(--premium-red);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.footer-section h4 {
    color: var(--premium-gold); /* Золотой цвет вместо серебряного */
    margin-bottom: 1rem; /* Уменьшим отступ снизу */
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--premium-gold);
}

.footer-section p {
    margin-bottom: 0.5rem;
}

/* Обновленные стили подвала */
.footer-nav {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.footer-nav-column {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.footer-nav-column a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
    white-space: nowrap;
}

.footer-nav-column a:hover {
    color: #ff0000;
}

/* Стили для иконок соцсетей */
.social-links {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #333;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid transparent;
    color: white;
}

.social-link:hover {
    transform: translateY(-3px);
    border-color: #ff0000;
    color: white;
}
.social-icon {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

/* Цвета для конкретных соцсетей */
.social-link.telegram:hover {
    background: #0088cc;
    border-color: #0088cc;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: #dc2743;
}

.social-link.whatsapp:hover {
    background: #25D366;
    border-color: #25D366;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 2rem;
    padding-top: 1rem;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

.telegram {
    background-image: url('telegram-icon.png');
}

.instagram {
    background-image: url('instagram-icon.png');
}

@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        align-items: center;
    }
    
    nav a {
        margin: 0.5rem 0;
    }
    /* Мобильная навигация */
    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.98);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        transition: right 0.3s ease;
        z-index: 1000;
        backdrop-filter: blur(20px);
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-link {
        margin: 2.5rem 3; 
        padding: 1rem 2rem; 
        font-size: 1.7rem;
        width: 85%;
        text-align: center;
        border-radius: 12px;
        transition: all 0.3s ease;
    }

    .nav-link:hover {
        background: rgba(255, 0, 0, 0.2);
        transform: translateY(-8px);
    }

    /* Простой крестик без анимации полосок */
    .nav-toggle.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
    }

    /* Улучшаем внешний вид бургер-иконки */
    .nav-toggle {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        padding: 12px;
        right: 1rem;
        top: 1rem;
    }

    .nav-toggle .bar {
        background: #ff0000; /* Красный цвет для иконки */
        height: 3px;
        margin: 4px 0;
        transition: all 0.3s ease;
    }
    section {
        padding: 3rem 1rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    .reviews-container {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 1rem;
    }
    
    .review-card {
        padding: 1.5rem;
    }
    
    .review-header {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .review-text p {
        /* На мобильных показываем больше текста */
        max-height: 14em; /* Примерно 8 строк */
        
    }
     .contacts-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .route-button {
        align-self: center;
    }
     .footer-nav {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-nav-column {
        gap: 0.5rem;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .social-link {
        width: 50px;
        height: 50px;
    }
    
    .social-icon {
        width: 24px;
        height: 24px;
    }
    .sticker {
        padding: 0.4rem 1rem;
        font-size: 0.7rem;
        margin-left: 0.5rem;
    }
    
    .text-card {
        text-indent: 1em;
        text-align: justify; 
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .review-card {
        padding: 1rem;
    }
    
    .review-author {
        font-size: 1.1rem;
    }
    
    .review-text p {
        max-height: 17.5em; /* Примерно 10 строк */
        
    }
    .nav-link {
        margin: 1.2rem 0;
        padding: 1.2rem 2rem;
        font-size: 1.3rem;
        width: 85%;
    }
    
    .nav-toggle {
        padding: 10px;
    }
    
    .nav-toggle .bar {
        width: 22px;
    }
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    
    .footer-nav {
        flex-direction: row;
        justify-content: space-around;
    }
    
    .footer-nav-column {
        align-items: center;
    }
    
    .social-link {
        width: 55px;
        height: 55px;
    }
    
    .social-icon {
        width: 26px;
        height: 26px;
    }
    .sticker {
        padding: 0.3rem 0.8rem;
        font-size: 0.6rem;
        margin-left: 0.3rem;
    }
}
