@media (max-width: 1024px){
  .pi-section-w.header.rk-mobile-contact-ready .contact_info,
  .pi-section-w.header.rk-mobile-contact-ready .phone_block{
    display:none !important;
  }

  .pi-section-w.header .rk-mobile-contact-compact{
    display:block;
    width:100%;
    margin:6px 0 8px 0;
    color:#4a5872;
    font-family:Roboto, Arial, sans-serif;
  }

  .pi-section-w.header .rk-mobile-contact-line{
    display:block;
    width:100%;
    margin:0;
  }

  .pi-section-w.header .rk-mobile-contact-line--address{
    font-size:12px;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip;
    margin-bottom:4px;
  }

  .pi-section-w.header .rk-mobile-contact-line--contacts{
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:nowrap;
    white-space:nowrap;
    overflow:hidden;
    font-size:12px;
    line-height:1.2;
  }

  .pi-section-w.header .rk-mobile-contact-line--contacts a{
    color:#4a5872 !important;
    text-decoration:none !important;
    flex:0 0 auto;
  }

  .pi-section-w.header .rk-mobile-contact-line--contacts .rk-mobile-email{
    overflow:hidden;
    text-overflow:ellipsis;
    min-width:0;
    flex:1 1 auto;
  }
}


@media (max-width: 1024px){
  .pi-section-w.header{
    height: 112px !important;
    min-height: 110px !important;
    background-position: center top !important;
  }
}