.popup-window .popup-window-buttons {
    padding: 0;
}
#header .logo,
#footer .logo{
    width: 106px;
    height: 78px;
    background: url("/local/templates/stalker.3.0/images/logo_base.svg") no-repeat;
    background-size: 100%;
}
#header .logo{
    top: 18px;
    left: 60px;
}
.logo-block{
    position: relative;
}
#footer .logo{
    width: 99px;
    height: 74px;
    margin: 0 0 15px;
}
@media screen and (max-width: 1330px){
    #header .logo{
        left: 15px;
    }
}
@media screen and (max-width: 890px){
    #footer .social-list{
        top: 30px;
    }
}
@media screen and (max-width: 767px){
    #header .logo{
        width: 91px;
        height: 43px;
    }
    #footer .logo{
        height: 47px;
    }
}