footer {
    background-color: #0F1116;
}

.footer {
    color: white;

    max-width: 1400px;
    margin: auto;
    padding: 50px;
    padding-bottom: 80px;
    display: flex;
    gap: 120px;
}

.footer_left {
    display: flex;
    gap: 80px;
}




.footer_left_1 .footer_text {

    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    line-height: 1.5;
    max-width: 380px;
    margin: 30px 0;
}

.footer_left_2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_left_2 a {
    color: white;
    text-decoration: none;
}

.footer_right_1 a {
    color: white;
    text-decoration: none;
}

.footer_right {
    display: flex;
    gap: 120px;
}

.footer_right_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_images {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.footer_images img {
    width: 32px;
    height: 23px;
}



.footer_images_2 {
    display: flex;
    flex-direction: column;
}

.footer_images_2 img {
    width: 100px;
    height: 25px;
}

@media (max-width:1000px) {
    .footer {
        flex-direction: column;
    }
}

@media (max-width:500px) {
    .footer {
        padding: 20px;
    }
}