/* Планшеты и средние экраны */
@media (max-width: 1024px) {
    .third-container {
        padding: 0 15px;
    }

    .third-hero-title {
        font-size: 36px;
    }

    .third-hero-subtitle {
        font-size: 20px;
    }

    .third-section-title {
        font-size: 30px;
    }

    .third-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
    }

    .third-product-image {
        height: 150px;
    }

    .third-product-info {
        padding: 16px;
    }

    .third-product-title {
        font-size: 18px;
    }

    .third-product-description {
        font-size: 12px;
    }

    .third-product-price {
        font-size: 20px;
    }

    .third-tech-content {
        grid-template-columns: 1fr;
    }

    .third-application-content {
        grid-template-columns: 1fr;
    }
}

/* Планшеты */
@media (max-width: 768px) {
    .third-hero {
        padding: 80px 0 60px;
    }

    .third-hero-title {
        font-size: 28px;
    }

    .third-hero-subtitle {
        font-size: 18px;
    }

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

    .third-btn {
        width: 100%;
        max-width: 300px;
    }

    .third-advantages {
        padding: 60px 0;
    }

    .third-advantages-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .third-section-title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .third-products {
        padding: 60px 0;
    }

    .third-products-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .third-reviews {
        padding: 60px 0;
    }

    .third-reviews-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .third-contact {
        padding: 60px 0;
    }

    .third-contact-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }

    .third-contact-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .third-contact-card {
        padding: 30px 25px;
    }

    .third-contact-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .third-contact-card-title {
        font-size: 18px;
    }

    .third-contact-link {
        font-size: 16px;
    }

    .third-contact-content {
        max-width: 100%;
    }

    .third-contact-info {
        transform: translateY(0);
    }

    .third-about {
        padding: 60px 0;
    }

    .third-tech {
        padding: 60px 0;
    }

    .third-application {
        padding: 60px 0;
    }

    .third-guarantee {
        padding: 60px 0;
    }

    .third-installation {
        padding: 60px 0;
    }
}

/* Мобильные устройства */
@media (max-width: 480px) {
    .third-container {
        padding: 0 10px;
    }

    .third-logo-text {
        font-size: 20px;
    }

    .third-phone-link {
        font-size: 16px;
    }

    .third-hero {
        padding: 100px 0 60px;
    }

    .third-hero-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .third-hero-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .third-btn {
        padding: 12px 25px;
        font-size: 14px;
    }

    .third-advantages {
        padding: 40px 0;
    }

    .third-advantage-item {
        padding: 20px;
    }


    .third-advantage-title {
        font-size: 18px;
    }

    .third-advantage-text {
        font-size: 14px;
    }

    .third-section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .third-products {
        padding: 40px 0;
    }

    .third-product-image {
        height: 140px;
    }

    .third-product-info {
        padding: 15px;
    }

    .third-product-title {
        font-size: 17px;
    }

    .third-product-description {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .third-product-price {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .third-product-btn {
        padding: 10px 18px;
        font-size: 13px;
    }

    .third-product-title {
        font-size: 18px;
    }

    .third-product-description {
        font-size: 13px;
    }

    .third-product-price {
        font-size: 20px;
    }

    .third-reviews {
        padding: 40px 0;
    }

    .third-review-card {
        padding: 20px;
    }

    .third-review-text {
        font-size: 14px;
    }

    .third-contact {
        padding: 40px 0;
    }

    .third-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .third-contact-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .third-contact-card {
        padding: 25px 20px;
    }

    .third-contact-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .third-contact-card-title {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .third-contact-link {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .third-contact-card-note {
        font-size: 13px;
    }

    .third-contact-info {
        padding: 25px;
    }

    .third-contact-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .third-about {
        padding: 40px 0;
    }

    .third-about-text {
        font-size: 14px;
    }

    .third-tech {
        padding: 40px 0;
    }

    .third-tech-item {
        padding: 20px;
    }

    .third-tech-text {
        font-size: 13px;
    }

    .third-application {
        padding: 40px 0;
    }

    .third-application-item {
        padding: 20px;
    }

    .third-application-text {
        font-size: 13px;
    }

    .third-guarantee {
        padding: 40px 0;
    }

    .third-guarantee-text {
        font-size: 14px;
    }

    .third-installation {
        padding: 40px 0;
    }

    .third-installation-text {
        font-size: 14px;
    }

    .third-tech-content,
    .third-application-content {
        grid-template-columns: 1fr;
    }
}

/* Очень маленькие экраны */
@media (max-width: 320px) {
    .third-hero-title {
        font-size: 20px;
    }

    .third-hero-subtitle {
        font-size: 14px;
    }

    .third-section-title {
        font-size: 20px;
    }

    .third-product-price {
        font-size: 18px;
    }
}

/* Ландшафтная ориентация на мобильных */
@media (max-width: 768px) and (orientation: landscape) {
    .third-hero {
        padding: 80px 0 60px;
    }

    .third-hero-title {
        font-size: 24px;
    }

    .third-hero-subtitle {
        font-size: 16px;
    }
}

/* Высокие экраны */
@media (min-height: 900px) {
    .third-hero {
        padding: 200px 0 120px;
    }
}