svg:active {
    outline: none;
}

footer {
    padding: 43px 0 44px 0;
    background-color: #262626;
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF; }
footer .row div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
footer .row div:nth-child(3) {
    display: block; }
footer .row div p {
    margin-top: 11px; }
footer .row div p:first-child {
    margin-top: 0; }
footer .footer_location p {
    padding-left: 10px;

}

footer .row div a {
    color: white;
    text-decoration: none;
}

footer .row div a:hover {
    text-decoration: underline;
}

footer .footer_location {
    position: relative; }


footer .footer_location p:before {
    content: url("../images/catalog/location_icon.png");
    position: absolute;
    left: 9px; }


@media (max-width: 2000px) {
    footer .row div {
        margin-top: 20px;
    }
}
@media (max-width: 1200px) {
    footer .row div:last-child {
       width: 180px;
    }
}