
.header__favorites a {
    color: #13243e;
    font-size: 5px;
}

.header__callback {
    font-size: 12px;
}

.phohe_header {
    margin-top: -12px !important;
}


@media screen and (max-width: 996px) {

    .unisteam_wrapper_header {
       background: #21304a !important;
    }

    .header_unisteam {
        padding-bottom: 15px;
    }

    .header__callback {
        display: inline-block;
        margin-top: 4px;
    }

    .phohe_header {
        margin-top: -5px !important;
    }
}

@media screen and (max-width: 576px) {

    .phohe_header {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0 !important;
    }

    .phohe_header a:nth-child(1) {
        margin-right: 20px;
    }

    .header__callback {
        flex: 0 0 100%;
        margin-left: 10px;
        text-align: center;
    }
}