﻿.header {
    background-color: #0072bc;
    padding: 0 10%;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto";
}

.web-logo-img {
    border: none;
}
.header .search {
    margin-right: 5px;
}

.phone {
    font-size: 16px;
    line-height: 48px;
    font-family: "Font Awesome";
    margin-left: 25px;
}

.phone span {
    margin-left: 5px;
}

.lang {
    font-size: 15px;
    line-height: 48px;
    font-family: "Roboto";
    position: absolute;
    right: 0;
    padding: inherit;
    z-index: 2;
}

.lang a {
    text-decoration: none;
    color: #ffffff;
}

.lang a:hover {
    color: #84c8f5;
}

.lang img {
    margin-right: 5px;
}

.lang-seprate {
    margin: 0 5px;
}

.web-logo-img {
    width: 90px;
    height: auto;
}

.web-logo-text {
    font-size: 29px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    -webkit-text-size-adjust: 100%;
}

.nav-temp {
    height: 20px;
    background-color: red;
}

@media screen and (max-width: 1367px) {
    .web-logo-text {
        font-size: 28px;
    }
}

@media screen and (max-width: 1025px) {
    .web-logo-text {
        font-size: 24px;
    }
}

@media screen and (max-width: 824px) {
    .web-logo-text {
        font-size: 20px;
    }

    .header {
        padding: 0 5%;
    }
}

@media screen and (max-width: 813px) {
    .web-logo-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 769px) {
    .header {
        padding: 0 5%;
    }

    .web-logo-text {
        font-size: 19px;
    }

    .lang img {
        width: 30px;
    }

    .lang {
        font-size: 14px;
    }
}

@media screen and (max-width: 737px) {
    .web-logo-text {
        font-size: 17px;
    }
}

@media screen and (max-width: 668px) {
    .web-logo-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 641px) {
    .phone {
        margin-left: 5px;
    }

    .lang img {
        width: 24px;
    }

    .web-logo-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 541px) {
    .web-logo-text {
        font-size: 24px;
    }

    .lang img {
        width: 28px;
    }

    .lang {
        font-size: 16px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 426px) {
    .web-logo-text {
        font-size: 19px;
    }

    .lang img {
        width: 24px;
    }

    .lang {
        font-size: 14px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 376px) {
    .web-logo-text {
        font-size: 17px;
    }

    .lang img {
        width: 20px;
    }

    .lang {
        font-size: 14px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 320px) {
    .web-logo-img {
        width: 70px;
    }

    .web-logo-text {
        font-size: 15px;
        line-height: 20px;
    }

    .lang img {
        width: 14px;
    }

    .lang {
        font-size: 11px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 280px) {
    .web-logo-text {
        font-size: 13px;
        line-height: 15px;
    }

    .lang img {
        width: 12px;
    }

    .lang {
        font-size: 9px;
    }
}
/*@media screen and (max-width: 280px) {
    .web-logo-img {
        width: 70px;
        height: auto;
        margin: 0px;
    }
    .web-logo-text {
        font-size: 13px;
    }
    .lang {
        font-size: 8px;
    }
    .lang a img {
        width: 14px;
    }
}

@media screen and (max-width: 360px) and (min-width: 285px) {
    .web-logo-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 543px) and (min-width: 365px) {
    .header {
        padding: 15px;
    }

    .web-logo-text {
        font-size: 18px;
    }

    .lang {
        font-size: 13px;
    }

    .lang a img {
        width: 20px;
        height: auto;
    }
}

@media screen and (max-width: 655px) and (min-width: 545px) {
    .web-logo-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 780px) and (min-width: 660px) {
    .web-logo-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 781px) {
    .web-logo-text {
        font-size: 24px;
    }
}*/
