.header{
    background: #f2f6fc;
}
.header-content .logo .title{
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
}
.header-content .logo .text{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    color: #445e9b;
}
.header-content .logo .text2{
    letter-spacing: 0.32em!important;
}
.header-content .logo{
    width: 100%;
    max-width: 243px;
    height: 100%;
    justify-content: center;
}
.header-other-ul li a span{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #2b2a2a;
}
.header-info .phone{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    color: #1f4c99;
}
.head-row-nav{
    background:#004da5!important;
}
.head-box-catalog, .head-box-catalog button{
    background: #358ed8!important;
}
.head-lk-enter-red{
    border-radius: 12px;
    padding: 16px;
    width: 346px;
    height: 55px;
    background: #c80c1c;
    
    font-family: "Golos Text", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    color: #fff!important;
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}