.header{
    width: 100%;
    padding: 5px 0 0;
}
.header > .container{
    position: relative;
}
.header > .container:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    right: -19px;
    top: -9px;
    background: url(/assets/img/bg_header.jpg) right top;
    background-repeat: no-repeat;
}
@media (max-width: 1009px){
    .header > .container:after{
        right: 0;
    }
}
.header_minicart{
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 100;
}
.header_minicart > div{
    background: #7e2e2e;
    color: #fff;
    padding: 10px 16px;
    width: 120px;
    text-align: center;
}

.header_minicart a, .header_minicart a:hover
{
    color: #fff;
}
.minicart_link>span{
    position: relative;
    margin-right: -20px;
}
.minicart_link>span:before{
    content: '';
    position: absolute;
    left: -25px;
    top: -1px;
    width: 19px;
    height: 20px;
    background: url(/assets/redesign/img/minicart_ico.png);
}
.header .ms2_total_count{
    position: absolute;
    left: -11px;
    bottom: -11px;
    padding: 1px 6px 1px;
    text-align: center;
    line-height: 19px;
    border: 2px solid #7e2e2e;
    border-radius: 100%;
    background: #fff;
    color: #7e2e2e;
    font-size: 14px;
}
.header_slogan{
    position: relative;
    width: 100%;
}
.header_slogan>span{ 
    font-size: 14px;
    text-transform: uppercase;
    color: #7e2e2e;
    text-shadow: 1px 0px 35px rgba(0,0,0, 0.4);
    letter-spacing: 1.5px;
}
@media (max-width: 992px){
    .header_slogan>span
    {
        width: 61%;
        display: block;
    }
}
.header_elements{
    padding: 38px 0 27px;
}
.header_logo{
    padding: 0 0 0 10px;
}
.header_logo a{}
.header_logo a span{
    font-size: 11px;
    color: #7e2e2e;
    display: block;
    text-align: center;
    width: 188px;
    margin-top: 4px;
    text-transform: lowercase;
}
.header_phone{
    padding: 21px 0 0;
}
@media (max-width: 768px){
    .header_phone{
        padding-left: 40px;
    }
}
.header_phone a{
    position: relative;
    font-size: 23px;
    font-weight: bold;
     color: #7e2e2e;
    text-decoration: none;
}
.header_phone a:before{
    content: '';
    position: absolute;
    left: -24px;
    top: 7px;
    width: 18px;
    height: 18px;
    background: url(/assets/redesign/img/header_phone_ico.png);
}
.header_phone a>span{
    display: block;
    margin-top: -4px;
    font-size: 12px;
    font-weight: 400;
    text-transform: lowercase;
}
.header_contacts{}

@media (max-width: 992px){
    .header_contacts{
        padding-left: 20px;
        margin-top: 25px;
    }
}
@media (max-width: 768px){
    .header_contacts{
        padding-left: 20px;
        margin-top: 25px;
    }
}
.header_contacts__item{
    font-size: 16px;
    font-weight: bold;
}
.header_contacts__item + .header_contacts__item{
    margin-top: 20px;
}
.header_contacts__metro{
    position: relative;
     font-size: 14px;
    font-weight: normal;
    padding-left: 21px;
}
.header_contacts__metro:before{
    content: 'M';
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 15px;
    height: 15px;
    width: 15px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    background: #e0c130;
    border-radius: 100%;
}
.header_contacts__phone{
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.header_contacts__metro-spb:before{
    background: #3189d4; 
}
