header{
    background: rgba(196, 156, 126, 0.1);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    padding: 1rem;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 3;
}
header #logo{
    margin: 0;
}
header #logo svg {
    width: 100%;
    height: 100%;
    max-width: 13rem;
    float: left;
}
header #logo svg path{
    fill:#C49C7E;
}
nav a{
    color: #2D160E;
    font-family: 'Montserrat-Medium';
    margin: 0 0 0 1.6rem;
    font-size: 1.143rem;
    line-height: 1.143rem;
    text-decoration: none;
}
nav a svg{
    width: 1.6rem;
    vertical-align: middle;
}
nav a svg path{
    fill:#2D160E;
}
#menuicon, #mobilepopupmenu{
    display: none;
}
#cart, #notify{
    position: relative;
}
#busketcircle, #notifycircle {
    width: .7rem;
    height: .7rem;
    background: #C49C7E;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: -1;
    display: none;
}
#notifycircle{
    right: 0;
}
nav a:hover #busketcircle, header.fixed nav a:hover #busketcircle, header.fixed nav a:hover #notifycircle{
    background: #2D160E;
}
#cart.notempty #busketcircle, #notify.notempty #notifycircle{
    display: inline-block;
}
article{
    min-height: 150vh;
}
footer{
    background: #F6EDE8;
}
footer #map {
    width: 58%;
    height: auto;
}
footer #contacts{
    width: 42%;
    padding: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
footer #contacts a{
    margin: 0;
}
footer #contacts p{
    line-height: 1rem;
}
footer #contacts .chat, footer #contacts .emailphones, footer #contacts .chat p, footer #contacts .politica{
    width: 100%;
}
footer #contacts .emailphones{
    margin: 2rem 0;
}
footer #contacts .chat a{
    margin: 0.5rem 2rem 0.5rem 0;
}
footer #contacts .chat a svg{
    width: 2rem;
    width: 2rem;
}
footer #contacts .politica {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin-top: 2rem;
}
footer #contacts .politica svg{
    max-height: 1rem;
    width: 100%;
    max-width: 10rem;
}