@media (min-width:781px) and (max-width:1380px){
    
    .container{
		width:auto;
        margin:0 50px;
	}
}


@media (max-width:960px){
    
    
    .container{
		width:auto;
        margin:0 20px;
	}
    
    .menu{
        position: static;
    }
    
    #header a{
        display: block;
    }
    
    img{
        display: table;
        margin: auto;
    }
    
    #home h1{
        display: table;
        margin: auto;
        margin-top: 30px;
    }
    
    #home p{
        display: table;
        margin: 20px auto;
    }
    
    #five-section .btn{
        display: table;
        margin: auto;
        margin-top: 60px;
    }
    
    .btn{
        font-size: 17px;
        padding: 8px 35px;
    }
    
    h1{
        font-size: 30px;
        line-height: 35px;
    }
    
    h2{
        font-size: 25px;
        line-height: 30px;
    }
    
    #menu-rwd{
        display: block;
    }
    
    #header .phone{
        background:url(../img/phone.svg) no-repeat center;
        background-size:24px;
        width:24px;
        height:24px;
        display: inline-block;
        font-size:0;
        color:transparent;
        margin-right: 20px;
    }
    
    #header .mail{
        background:url(../img/mail.svg) no-repeat center;
        background-size:24px;
        width:24px;
        height:24px;
        display: inline-block;
        font-size:0;
        color:transparent;
    }
    
    #content-site{
        background: none;
        margin-top:54px;
    }
    
    #content-site .col-70{
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    
    #content-site .col-30{
        float:none;
        clear: both;
        display: none;
        width:auto;
        margin-top:20px;
    }
    
    #footer .row-3 .col-25.c1, #footer .row-3 .col-25.c4{
        display: none;
    }
    
    .menu ul li{
        max-width: 100%;
        margin-right:0;
    }
    
    #home .btn{
        display: table;
        margin: auto;
    }
    
    #footer .row-1 .up{
        background-size: 25px;
        width: 25px;
        height: 25px;
    }
    
    #footer .row-3 .col-25{
        float: none;
        width: 100%;
    }
    
    #footer .row-3{
        text-align: center;
    }
}
