<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**/
.header-left{
    display: inline-flex;
    align-items: center;
}
.c-header-phone__desc{
    display: block;
    font-size: 12px;
    color: #727272;
}
.c-header-phone__mail{
    color: #727272;
    font-size: 12px;
    display: block;
}
.c-header-phone__numb{
    display: block;
    font-weight: 900;
    color: #007bac;
}
.c-header-phone{
    margin-left: 25px;
}
.btn-callback{
    display: inline-flex;
    align-items: center;
}
.btn-callback__ico{
    flex-shrink: 0;
    margin-right: 10px;
}

@media(max-width:1170px){
    .c-header-phone{
        text-align: left;
    }
    #header-logo{
        margin-top: 15px;
        margin-bottom: 15px;
        display: block;
    }
}

@media(max-width:530px){
    .c-header-phone{
        text-align: center;
    }
    .btn-callback{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .c-header-phone{
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
    }
    .header-left{
        flex-wrap: wrap;
    }
}</pre></body></html>