/* header */


header{
    height: 80px;
    width: 100%;
    display: flex;
    position: fixed;
    z-index: 10;
    top: 0px;
}

.header{
    width: 100%;
    background:transparent;
}

.header-fixed{
    display: none;
}

.header_phone{
    display: flex;
    width: 400px;
}

.header_phone img{
    display: none;
    height: 80px;
    width: 80px;
}


.phone_mobile_short{
    display: block;
}

.phone_mobile{
    display: none;
}

.header_phone p a{
    font-size: 14px;
    margin-top: 20px;
    margin-left: 15px;
    color: black;
    text-decoration: none;
}

.logo{
    width: 100%;
    padding-top: 20px;
}

.logo img{
    height: 40px;
    width: 140px;
}

.switcher{
    display: flex;
    align-items: center;
}

.switcher__name{
    display:none;
    text-transform: uppercase;
}

.switcher_flag{
    transform: scale(0.6);
}

.header_phone p .phone_mobile_short {
    margin-top: 0;
}
.header_phone p .header--email {
    font-size: 15px;
    margin-top: 3px;
    display: block;
}

@media (max-width: 567px) {
    .header_phone p .phone_mobile_short {
        margin-top: 7px;
    }
    .header_phone p .header--email {
        font-size: 12px;
        margin-top: 7px;
    }
}