footer {
    background-color: #F7F7F7;
    padding-top: 52px;
}

footer a:hover {
    color: #a51511 !important;
}



footer .footer_row .container .footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile footer .footer_row .container .footer_wrap {
    display: block;
}

.mobile footer .footer_row.last_row .container .footer_wrap {
    display: flex;
}


.mobile footer .footer_row {
    padding: 0 10px;
}

footer .footer_row:first-child {
    padding-bottom: 45px;
    border-bottom: 1px solid #dadada;
}


.mobile footer .footer_row:first-child {
    padding: 0 10px 40px;
}

footer .footer_row .logo_wrap {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-right: 80px;
    width: 590px;
    flex-shrink: 0;
}

.mobile footer .footer_row .logo_wrap {
    flex-direction: column;
    align-items: start;
    row-gap: 25px;
    width: 100%;
    margin-bottom: 25px;
}


footer .footer_row .logo_wrap .btn_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    background: #a51511;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 163%;
    color: #fff;
    border-radius: 10px;
    height: 50px;
    width: 310px;
}

.mobile footer .footer_row .logo_wrap .btn_link {
    width: 70%;
    min-width: unset;
    padding: 0 16px;
}

footer .footer_row .info_wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.mobile footer .footer_row .info_wrap {
    align-items: end;
}

footer .footer_row .info_wrap .informations {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.mobile footer .footer_row .info_wrap .informations {
    flex-direction: column;
    align-items: start;
}

footer .footer_row .info_wrap .informations a {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #555;
    margin-right: 50px;
    cursor: pointer;
}

.mobile footer .footer_row .info_wrap .informations a {
    margin-right: 0;
}

.mobile footer .footer_row .info_wrap .informations a:not(:last-child) {
    margin-bottom: 20px;
}

footer .footer_row .info_wrap .contact__socials {
    display: flex;
    gap: 10px;
    align-items: center;
    list-style-type: none;
}

footer .footer_row .info_wrap .contact__socials a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #393939;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

footer .footer_row .info_wrap .contact__socials a:hover {
    background-color: #a51511;
}

footer .footer_row .info_wrap .contact__socials a img {
    width: 12px;
}


footer .footer_row:nth-child(2) {
    padding: 25px 0;
}

.mobile footer .footer_row:nth-child(2) {
    padding: 20px 10px 50px;
}

footer .footer_row .contact_wrap {
    display: flex;
    align-items: center;
    gap: 44px;
}

.mobile footer .footer_row .contact_wrap {
    flex-direction: column;
    align-items: start;
    row-gap: 25px;
    margin-bottom: 30px;
}

footer .footer_row .contact_wrap a,
footer .footer_row .contact_wrap address {
    display: flex;
    align-items: center;
    gap: 15px;
    
}

footer .footer_row .contact_wrap a svg,
footer .footer_row .contact_wrap address svg {
    flex-shrink: 0;
}

footer .footer_row .contact_wrap a,
footer .footer_row .contact_wrap address span {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
    text-decoration: none;
    font-style: normal;
}

footer .footer_row .contact_wrap .email a {
    text-decoration: underline;
}

footer .footer_row .privicy {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #acacac;
}

.mobile footer .footer_row .privicy {
    padding-left: 37px;
}

footer .footer_row.last_row {
    padding: 15px 0;
    background: #0d0e0c;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #a2a2a2;
}

.mobile footer .footer_row.last_row {
    padding: 15px 10px;
}

footer .footer_row.last_row a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #a2a2a2;
}
/* 
@media (max-width: 1522px) {
    footer .footer_row .info_wrap .informations {
        justify-content: space-between;
    }
    footer .footer_row .info_wrap .informations a {
    }
}
*/
@media (max-width: 1423px) {
    footer .footer_row .logo_wrap {
        margin-right: 40px;
    }

    footer .footer_row .info_wrap .informations a {
        margin-right: 30px;
    }
} 