.superheader-zavod-phone {text-align:right; padding-top:35px}
.superheader-zavod-phone > a {font-size:28px}
.superheader-zavod-phone > a > .fa {font-size:32px}
.superheader-zavod-mob {display:none}

.superheader-zavod-calc {text-align:left; padding-top:35px}
.superheader-zavod-calc > a {font-size:28px}
.superheader-zavod-calc > a > .fa {font-size:32px}


@media (max-width: 1200px) { /* <= Lg */ 
    .superheader-zavod-phone {text-align:left; padding-top:10px}
    .superheader-zavod-calc {padding-top:20px}
    .superheader-zavod-phone > .btn-lg {padding:0px;}
    .superheader-zavod-calc > .btn-lg {padding:0px;}
}

@media (max-width: 991px) { /* <= Sm */  
    .superheader-zavod-phone > a {font-size:24px}
    .superheader-zavod-calc > a {font-size:24px}
    .superheader-zavod-phone {text-align:left; padding-top:5px}
    .superheader-zavod-calc {padding-top:25px}
    .superheader-zavod-phone > .btn-lg {padding:0px;}
    .superheader-zavod-calc > .btn-lg {padding:0px;}
    .superheader-zavod-phone > a > .fa {display:none}
    .superheader-zavod-calc > a > .fa {display:none}
}

@media (max-width: 767px) { /* Xs */ 
    .superheader-zavod {display:none}
    body {padding-top:90px;}
    .superheader-zavod-mob {display:block; width:100%; height:80px; padding: 15px 15px 0; z-index:2; position:fixed; top:0; left:0; background:#fff; box-shadow: 0px 5px 5px rgba(0,0,0,.2);}
    .superheader-zavod-mob .logo {height:40px; margin-top:6px;}
}