.footer_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.footer_logo img {
    max-width: 150px;
}

.fixed_footer_column {
    display: none
}

footer {
    background-color: #5c3dca;
    overflow: inherit;
    margin: auto;
    padding: 60px 90px;
    color: #fff
}

footer .col_7 {
    flex: 0 0 auto;
    width: 60%;
}

.our_links {
    width: 40%;
}

.our_links ul {
    column-count: 3;
    padding: 0;
}

.our_links ul li {
    list-style-type: none;
}

.our_links ul li a {
    color: #d6d6d8;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.our_links ul li a:hover {
    color: #fff;
}

.text-bl {
    font-size: 14px;
}

.our_links ul li a,
.text-bl,
body {
    font-family: Arial, sans-serif;
}

footer .block_8 {
    margin: 20px 0;
}

footer .block_10 {
    margin-bottom: 50px;
}

.image_resize img {
    width: auto;
    height: auto;
}

footer .block_10 a {
    margin-right: 10px;
    transition: .3s;
    display: inline-block;
}

footer .block_10 a:hover {
    transform: scale(.8);
}

@media (max-width: 1199px) {
    footer {
        padding: 60px 20px;
    }

    footer .col_7 {
        width: 40%;
    }

    .our_links {
        width: 60%;
    }
}

@media (max-width: 767px) {
    footer .col_6 {
        flex: 0 0 auto;
    }
}

@media(max-width:660px) {
    footer {
        padding: 20px 15px
    }

    footer .col_6,
    footer .col_7 {
        width: 100%
    }

    .our_links ul {
        column-count: 2;
        margin-top: 0;
        padding: 0
    }
    .text-bl.copyright {
        margin-top: 20px;
    }
}

@media (max-width:479px) {
    footer {
        padding-top: 27px;
        padding-bottom: 140px
    }
    .fixed_footer_column {
        position: fixed;
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
        display: flex;
        z-index: 999;
        height: 73px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #5c3dca;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fixed_footer_column .w-button {
        padding: 11px 15px;
        border: 0;
        line-height: inherit;
        font-weight: 500;
        border-radius: 4px;
        margin: 0;
        background-color: #fff;
        font-size: 14px;
        color: #333;
        font-family: Arial, sans-serif;
        text-decoration: none;
    }

    .text-block-13 {
        margin-top: 5px;
        color: #dbdbdb;
    }
}