
.head{
    background-color: #ffc6f9;
    width: 100%;
    height: 41px;
    margin: 0 auto;
}

.head .advertis_descr{
    padding: 12px 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000;
}

.head .advertis_descr a{
    color: #000;
    text-decoration: none;
}
.head .advertis_descr a:hover{
    color:#000;
    text-decoration: underline;
}
.head_img .image{
    object-position: 0 -41px;
    float: right;
    margin-right: 36px; 
    object-fit: contain;
    position: relative;
}
.head_img span{
    padding: 5px 32px;
    color:#fff; 
    font-style: italic;
    letter-spacing: 0.2px;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    position: absolute;
    right: 32px;
  
} 


.manu {
    background-color: #fff;
    width: 100%;
    height: 52px;
    margin: 0 auto;
}

.manu_a {
    padding: 18px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color:#000;
    font-family: Roboto;
    text-align: center;   
}

.manu_a a{
    text-decoration: none;
    color:#000;
    margin-left: 40px;

}

.manu_a a:hover{
    text-decoration: underline;
} 

@media screen and (max-width: 767px) {
    .manu {
        display: none;
    }

    .manu_a {
        font-size: 10px;
    }
    
    .manu_a a{
        margin-left: 20px;
    } 
    .head_img .image{
        object-position: 0 -41px;
        float: right;
        margin-right: 14px; 
        object-fit: contain;
        position: relative;  
    }
    .head_img span{
        padding: 5px 32px;
        color:#fff; 
        font-style: italic;
        letter-spacing: 0.2px;
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        position: absolute;
        right: 14px; 
    }
} 
