@charset 'UTF-8';
/*  Add Custom CSS here.  */

.header__main::before{
    display: none;
}

.header__responsive{
    max-width: 1116px;
    margin: 0 auto;
    position: relative;
}

.header__responsive::before{
    content: "";
    width: 552px;
    height: 25px;
    position: absolute;
    bottom: -24px;
    left: 0;
    background: url(../img/common/header/bg_header.svg) no-repeat top left;
    background-size: 100% 100%;
    z-index: 9;
}
@media only screen and (max-width: 767px){
    .header{
        padding: 0 15px 0 18px;
    }
    .header__logo{
        width: 116px;
        height: 26px;
    }
    .header__logo img{
        width: 116px;
        height: 26px;
    }
    .header__main{
        height: 67px;
    }
    .header__responsive::before{
        width: 160px;
        height: 7px;
        background-size: 160px 7px;
        bottom: -6px;
        left: 10px;
    }
    .header__contact{
        width: 138px;
        height: 38px;
        font-size: 14px;
        letter-spacing: 0.06em;
        line-height: 38px;
        padding-left: 0;
        padding-right: 13px;
        text-align: center;
        margin-top: 14px;
        background-position: center right 10px;
    }
}