.container_top_footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container_top_footer .footer-menu {
    width: 20%;
    padding: 0 10px;
}

.container_top_footer .footer-logo {
    width: 25%;
    padding-right: 30px;
}

.container_top_footer .footer-follow {
    width: 30%;
    padding-left: 30px;
}

.container_top_footer .wd-title {
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    /* height: 48px; */
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.container_top_footer .footer-logo .wd-title {
    margin-bottom: 15px;
    height: auto;
}

.container_top_footer p {
    margin-bottom: 10px;
}

.container_top_footer .btn {
    width: 100%;
}

.container_top_footer .footer-phone,
.container_top_footer .address-footer {
    color: #fff !important;
    display: block;
    font-size: 15px;
}


.container_top_footer p {
    color: #fff;
}

.container_top_footer .item-other-links {
    padding-left: 0;
}

.container_top_footer .item-other-links li a {
    color: #9b9da0 !important;
    line-height: 36px;
}

footer .footer-socials {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 0;
}

.footer-socials li a {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.footer-certificates {
    display: flex;
    /*justify-content: space-between;*/
    margin-top: 15px;
    margin-bottom: 30px;
}

.peyment-icon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.peyment-icon img {
    width: auto;
    height: 45px;
}

@media screen and (max-width: 1199px) {
    .container_top_footer {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .container_top_footer .footer-follow,
    .container_top_footer .footer-menu,
    .container_top_footer .footer-logo {
        width: calc((100% - 40px) / 2);
        padding-left: 0;
    }

    .container_top_footer .footer-menu {
        order: 1;
        margin-bottom: 30px;
    }

    .container_top_footer .footer-logo {
        order: 3;
    }

    .container_top_footer .footer-follow {
        order: 4;
    }
}

@media screen and (max-width: 767px) {
    .container_top_footer {
        gap: 15px;
        justify-content: center;
    }

    .container_top_footer .footer-menu {
        width: calc(50% - 10px);
        padding-right: 0;
        padding-left: 0;
        text-align: left;
        margin-top: 0;
    }

    .container_top_footer .footer-follow,
    .container_top_footer .footer-logo {
        width: 100%;
        max-width: 350px;
        padding-right: 0;
    }

    .container_top_footer .footer-logo {
        text-align: left;
    }

    .container_top_footer .footer-logo .btn {
        display: block;
    }

    .container_top_footer .footer-logo img {
        max-width: 250px;
        display: block;
        margin: auto;
    }

    .container_top_footer .wd-title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    .container_top_footer .wd-title {
        margin-bottom: 15px;
        /* height: 72px; */
    }
}