@media only screen and (max-width: 767px) {
    body { padding-top: 64px; }
    #standardWeMaintain,
    #speech,
    #clients,
    #products,
    #bottomSection {
        background: none;
        height: auto;
    }
    #topBanner .bannerText { margin-top: 140px; }
    #topBanner .bannerText ._secondaryText { width: 100%; }
    .__divTitle {
        font-size: 24px;
    }
    .navbar, .navbar-inverse {
        position: absolute;
        height: 64px;
        background-color: #222222;
    }
    .navbar-brand,
    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus,
    .navbar-inverse .navbar-brand:active {
        padding-top: 0px;
        padding-bottom: 0px;
		/*margin-top:-30px;*/
    }
    .navbar-brand img { height: 62px; }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: calc(100% - 80px);
        border-top: 1px solid #222222;
    }
    .navbar-nav {
         margin: 0 -15px;
        background-color: #222222;
    }
    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:active,
    .navbar-nav>li>a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #navDropdown { top: 0; position: relative; margin: 0 15px; }
    #navDropdown > ._dropdownBody { border-bottom: none; }
    /*._box { display: none; }*/
    ._sidemenu { display: none; }
    ._sidemenu .navDropSideMenuImg { display: none; float: none; }
    ._productDiv {
        display: block;
        padding: 16px;
        margin: 0;
        /*width: 100%;*/
        height: auto;
    }
    ._productDiv > .__divTitle { display: block; width: fit-content; margin-bottom: 20px;}
    #productSlider img {
        height: 320px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 2px;
    }
    #productSlider { float: none; }
    #fireTruck, #fireMan { display: none; }
    .navT {
        margin-top: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #standardWeMaintain,
    #speech,
    #clients,
    #products,
    #bottomSection {
        background: none;
        height: auto;
    }

    #topBanner .bannerText ._secondaryText { width: 80%; }
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:active,
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-nav>li.active>a,
    .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navDropImgBox .caption {
        font-size: 11px;
    }
    ._productDiv {
        margin-left: 32px;
    }
}
@media (min-width: 992px) and (max-width: 1191px) {
    #standardWeMaintain {
        background: url(../img/01.png) no-repeat center 64px;
        height: calc(398px + 64px);
        padding-top: 48px;
        /*height: 398px;*/
    }

    #standardWeMaintain,
    #speech,
    #clients,
    #products {
        background-size: 994px;
    }
    #speech { height: 277px; padding-top: 32px; }
    #clients { height: 346px; }
    #products { height: 382px; }
    #bottomSection {
        background-size: 1322px;
        height: 293px;
    }
    .__divTitle {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    #standardWeMaintain p {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 16px;
    }
    .__carousel {
        height: 64px;
        width: 100%;
        margin-bottom: 16px;
        background-color: rgba(255,255,255,0.1);
        padding: 12px;
    }
    ._productDiv {
        /*width: 2000px;*/
        background-color: var(--darkRed);
        padding: 24px;
        margin-left: 160px;
        /*float: left;*/
        border-radius: 8px;
        height: 260px;
    }
    ._productDiv > .__divTitle > span {
        display: block;
        font-size: 14px;
        margin-top: 16px;
        line-height: 20px;
        font-weight: 500;
        text-transform: none;
        margin-bottom: 24px;
    }
    #productSlider img {
        height: 180px;
        width: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    #productSlider .owl-dots, .owl-theme .owl-nav {
        text-align: left;
        -webkit-tap-highlight-color: transparent;
    }
    #productSlider .owl-nav.disabled+.owl-dots {
        margin-top: 16px;
    }
    #productSlider .owl-dots .owl-dot span {
        width: 12px;
        height: 4px;
        margin: 4px 4px;
        background-color: var(--lightRed);
        transition: 0.3s all;
        border-radius: 0;
    }
    #productSlider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        width: 12px;
        height: 4px;
        margin: 4px 4px;
        background-color: #fff;
    }
}