footer {
    position: relative;
    margin-top: 100px;
    padding: 40px 50px;
    background-color: #F9F9F9;
} .footer_contant {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
} .footer_contant_top {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000002f;
} .footer_contant_logo_text, .footer_link_nav, .footer_link_contacts, .footer_link_chart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
} .footer_contant_logo_text img {
    margin-bottom: 15px;
    width: 200px;
} .footer_contant_logo_name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #3FACE2;
} .footer_contant_logo_subtext {
    width: 80%;
    font-size: 16px;
    line-height: 20px;
    color: #000;
} .footer_link_contact_social {
    display: flex;
    margin-top: 25px;
    align-items: center;
} .footer_link_contact_social span {
    margin-right: 20px;
} .footer_contant_subtext {
    margin-top: 20px;
    color: #707070;
    font-size: 14px;
    line-height: 18px;
} .footer_link_nav a {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #3FACE2;
} .footer_link_contacts_img {
    margin-top: 15px;
} .footer_link_contacts_img a {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #3FACE2;
} .footer_link_contacts_img_block {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
} .footer_link_contacts_img_whatsapp a {
    text-decoration: underline;
} .footer_link_contacts_img img {
    margin-right: 5px;
} .footer_link_contact {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}.footer_link_contact a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}  .footer_link_contact a:last-child {
    margin-top: 10px;
} .footer_link_chart h3 {
    font-size: 20px!important;
    line-height: 24px!important;
    font-weight: 500!important;
    margin-bottom: 15px!important;
} .footer_link_chart span {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
} .footer_link_chart span img {
    margin-right: 10px;
} .footer_link_chart button {
    width: 100%;
    background-color: #fff;
    color: #3FACE2;
} .footer_contant_bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
} .hidden {
    display: none;
}