﻿.headerM{
    height: 150px;
    background-color: #fff;
}
.headerLogo{
    height: 100%;
    width: 15%;
}
.headerAC{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.headerSC{
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.headerC{
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.headerContent{
    width: 85%;
}
.headerTop{
    height: 90px;
    padding: 10px;
    display: flex;
}
.headerSearch{
    width: 40%
}
.headerActions{
    width: 60%
}
.headerSubM{
    height: 59px;
    border-top-left-radius: 38px;
    background-color: var(--primary2);
    padding: 0px 20px;
    color: #fff;
    font-size: 16px;
}
@media(max-width:380px){
    .headerLogo{width: 35%}
    .headerSearch{width: 65%}
}
@media(min-width:381px) and (max-width:600px){
    .headerLogo{width: 25%}
    .headerSearch{width: 75%}
}
@media(max-width:780px){
.headerM{height: 88px;background: linear-gradient(0.25turn,var(--headerMobilePrimary1), var(--headerMobilePrimary2), var(--headerMobilePrimary3));}
.headerSubM{display: none;}
.headerTop{height: 77px;}
.headerSearch{width: 80%}
.headerActions{width: 20%}
}

@media(min-width:2200px){
.headerLogo{width: 10%}
.headerContent{width: 90%}
}

