@media all and (max-width: 1199px){
    header{height: 73px}
    .logo{width: 66px;}
    .sch{position: absolute; top: calc(100% + 1.5rem); width: calc(100% - 1.5rem); max-width: 576px; height: 40px; opacity: 0; pointer-events: none;}
    .sch input[type='text']{width: calc(100% - 32px); height: 32px; font-size: 14px;}
    .sch input[type='submit']{height: 32px;}
    .sch .f-btn{width: 32px;}
    .sch-2{top: calc(100% + 1rem); opacity: 1; pointer-events: auto;}
}