@media only screen and (min-device-width : 1200px) and (max-device-width : 1600px){

.header .inner{
    width:calc(1200px - 40px);}
    
.container .inner{
    width:calc(1200px - 40px);}
    
.container .inner .page .client .name{
    width:698px;}
    
.container .inner .page .form .box217{
    width:197px}
    
.container .inner .page .form .box454{
    width:414px;}
    
.container .inner .page .form .box928{
    width:848px}       
    
.footer .inner{
    width:calc(1200px - 40px);}

}