@media (max-width: 1200px){
    .header-content{
        flex-direction: column-reverse;
    }
    .header-text{
        text-align: center;
    }
    .btn-icon-w{
        justify-content: center;
    }
    .header-main-text{
        height: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .border-end{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .header-box{
        padding-left: 0;
    }
    .header-line{
        flex-direction: column;
    }
    .card-contact-content{
        flex-direction: column;
    }
    .single-logo {
        height: 167px;
    }

    .single-logo img {
        height: 120px;
    }
}
@media (max-width: 990px){
    .navbar-light{
        box-shadow: 0 8px 30px 4px rgba(0, 0, 0, 0.25);
        background: rgb(255, 255, 255);
    }
    .navbar-collapse{
        background: rgb(11, 24, 56);
    }
    .nav-bar-brend{
        width: 100%;
        flex-direction: column;
        margin-top: 30px;
    }
    .nav-link{
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        letter-spacing: 0;
    }
    .nav-link span {
        padding: .6rem 1rem;
    }
    .mobile{
        margin-right: 0;
    }
    .about-img-cont{
        flex-direction: column;
    }
    .about-img{
        text-align: center;
    }
    .logo{
        flex-direction: column;
    }
    .about-client-logo{
        text-align: center;
    }
    .product-map-city{
        flex-direction: column-reverse;
    }
    .product-city-block-left{
        margin-right: 0;
    }
    .product-map-text{
        margin-top: 30px;
    }
    .card-container{
        flex-direction: column;
    }
    .contact-map{
        width: 100%;
    }
    .cargo_img, .cargo_block {
        width: 70%;
    }
    .single-logo {
        height: 252px;
    }

    .single-logo img {
        height: 200px;
    }
}
@media (max-width: 770px){
    .contact-icon-site{
        flex-direction: column;
        text-align: center;
    }
    .social-contact{
        margin-bottom: 20px;
    }
    .footer-menu{
        width: 100%;
    }
    .cargo_img, .cargo_block {
        width: 100%;
    }
    .single-logo {
        height: 190px;
    }

    .single-logo img {
        height: 150px;
    }
}
@media (max-width: 490px){
    .footer-menu{
        flex-direction: column;
    }
    .footer-item{
        margin-bottom: 30px;
    }
    .card-t-mob{
        font-size: 18px;
        font-weight: 800;
        line-height: 22px;
    }
    .card{
        padding: 20px;
    }
    h1{
        font-size: 36px;
        font-weight: 800;
        line-height: 44px;
    }
    h2{
        font-size: 18px;
        font-weight: 800;
        line-height: 22px;
     }
    h3{
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
    }
    .card-product{
         padding-left: 10px;
         padding-right: 10px;
    }
    .button-contact{
        width: 100%;
        padding: 20px 40px 20px 40px;
    }
    .single-logo {
        height: auto;
    }

    .single-logo img {
        height: 100px;
        margin: 20px;
    }
}
@media (max-width: 350px){
    .product-city-block{
        margin-right: 0;
    }
}