/* =====================================================
   adaptive_v1.css
   Адаптив v1 (ПК не трогаем)
   ===================================================== */

img {
    height: auto;
}

body {
    overflow-x: hidden;
}
.pogruzchik-komatsu1 img {
        height: calc(100vh / 5);
    }



/* ---------- <= 992px ---------- */
@media (max-width: 992px) {
    [id^="ngg-gallery"]{
		flex-wrap: wrap;
	}
    img{
        max-width: 100%;
    }
.mob-table-pogryzchik,
    .mob-table-pogryzchik tr {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .header {
        height: auto;
        background-position: center top;
        background-size: cover;
        min-height: unset;
        padding-bottom: 10px;
    }

    .header1 {
        padding: 0;
        padding-bottom: 15px !important;
    }
    .pogruzchik-komatsu1 img {
        height: 120px;
    }

    .header1 {
        position: relative;
        height: auto;
        background-size: cover;
    }
    .headeradr{
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        text-align: center;
        font-size: 14px;
        color:#000;
        line-height: 1.4;
        white-space: normal;
        word-break: break-word;
        margin-top:-10px;
    }

    .header1,
    .cont,
    .content {
        width: 100%;
    }

    .slog4{
        display: none;
    }

    .logos {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }
    .logo1,
    .logo2 {
        max-width: calc(100vw - 50px);
    }

    .logo {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .menuToggle {
        display: block;
        margin: 0 auto;
        padding: 10px 15px;
        background: transparent;
        color: #000;
        font-size: 18px;
        text-align: center;
        width: fit-content;
        cursor: pointer;
    }

    .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f2f2f2;
        z-index: 9999;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 15);
        margin: 0;
        padding: 0;
    }
    .menu.open{
        display: block;
    }

    .menu li {
        display: block;
        border-bottom: 1px solid #ccc;
        text-align: center;
        padding: 10px 0;
    }
}

/* ---------- <= 576px ---------- */
@media (max-width: 576px) {

[id^="ngg-gallery"]{
		flex-wrap: wrap;
	}


    #highslide11{
    display: flex;
    flex-wrap: wrap;
}

    .mob-table-pogryzchik,
    .mob-table-pogryzchik tr {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .header {
        height: auto;
        background-position: center top;
        background-size: cover;
        min-height: unset;
        padding-bottom: 10px;
    }

    .header1 {
        padding: 0;
        padding-bottom: 15px !important;
    }

    .cont,
    .content {
        padding: 0;
    }

    .logos {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    .logo1,
    .logo2 {
        max-width: calc(100vw - 30px);
    }

    .logo2 {
        margin-top: -30px;
    }

    .pogruzchik-komatsu1 img {
        height: 80px;
    }

    .pogruzchik-komatsu1 {
        top: auto;
        bottom: 10px;
    }

    .headeradr {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
        white-space: normal;
        word-break: break-word;
    }

    table,
    tbody,
    tr,
    td {
        margin: 0;
        padding: 0;
        border: 0;
        text-align: center;
    }

    .footer_logos {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .slog4 {
        display: none;
    }

    h1 { font-size: 20px; }
    h2 { font-size: 18px; }

    body {
        font-size: 14px;
    }
}

/* ---------- <= 360px ---------- */
@media (max-width: 360px) {

    .logo1,
    .logo2 {
        max-width: calc(100vw - 20px);
    }

    .pogruzchik-komatsu1 img {
        height: 60px;
    }

    .menuToggle {
        font-size: 16px;
        padding: 8px 12px;
    }

    h1 {
        font-size: 18px;
    }
}
