@media (min-width:781px) and (max-width:1380px){
    
    .container{
		width:auto;
        margin:0 50px;
	}
    
    #home .content{
        z-index: 3;
        left: 50px;
        margin-left: 0;
    }
}


@media (max-width:1080px){
    
    #content.page{
        margin-top:96px;
        min-height: calc(100svh - 400px);
    }
        
    #home{
        height: auto;
        display: block;
        margin-top: 96px;
        min-height: inherit;
    }
    
    #home img{
        height: auto;
    }
    
    #home .content{
        position: static;
        left: inherit;
        text-align: center;
        margin-left: 0;
        width: 100%;
        transform: inherit;
        padding: 40px 20px;
    }
    
    #home .content p{
        max-width: 100%;
    }
    
    .container{
		width:auto;
        margin:0 20px;
	}
    
    #home .content h1{
        font-size: 70px;
        line-height: 75px;
    }
    
    h2{
        font-size: 50px;
        line-height: 55px;
    }
    
    #header #menu-rwd{
        display: block;
    }
    
    #header #menu a{
        overflow: hidden;
        display: table;
        margin: auto;
        margin-bottom: 35px
    }
    
    #header #menu{
        padding-top: 30px;
        overflow: hidden;
    }

    #header .logo img{
        width: 100px;
    }
    
    #header .right{
        float:none;
        clear: both;
        display: none;
    }
    
    #home .content .btn{
        width: 100%;
        display: block;
    }
    
    #home .content .btn.orange{
        margin: 0;
        margin-top: 10px;
    }
    
    #header #menu a:last-child{
        margin: auto;
    }
    
    .icons {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    
    #specyfikacja1 .row-4 .counters{
        display: block;
    }
    
    #specyfikacja1 .row-4 .counter:not(:last-child)::after{
        display: none;
    }
    
    #specyfikacja1 .row-2{
        display: grid;
    }
    
    #specyfikacja1 .row-2 .col-50{
        width: 100%;
        float: none;
    }
    
    #specyfikacja1 .row-2 .col-50.col-1{
        order: 2;
    }
    
    #specyfikacja1 .row-2 .col-50.col-2{
        margin-top: 30px;
        order: 1;
    }
    
    #galeria .videos, .images, .services {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    
    .images img{
        margin-left: 0 !important;
    }
    
    #galeria .videos video{
        height: 350px;
    }
    
    #zastosowanie, #specyfikacja1 .row-4{
        clip-path:inherit;
        padding: 90px 0;
    }
    
    #zapytanie{
        padding: 90px 0;
    }
    
    #zapytanie .col-50{
        width: 100%;
        float: none;
    }
    
    #zapytanie .col-50.col-2{
        margin-top: 60px;
    }
    
    .leasing-boxes{
        grid-template-columns:1fr;
    }

    .leasing-box.active{
        transform:none;
    }
    
    #finansowanie{
        padding-bottom: 30px;
        padding-top: 60px;
    }
    
    #finansowanie .leasing-footer .col-50{
        width:100%;
        padding:0;
        margin-bottom:50px;
    }
    
    .tabs-leasing .tabs-menu .tab a{
        font-size: 30px;
        line-height: 35px;
    }
    
    #serwis{
        padding: 90px 0;
        clip-path: none;
    }
    
    .services .service{
        margin-bottom: 30px;
    }
}

@media (max-width:768px){
    
    #zastosowanie {
        background: url(../img/zastosowanie-rwd.webp) no-repeat center;
        padding: 90px 0;
    }
    
    .banner-price small{
        display: block;
    }
}