/*new footer*/
.container-fluid-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-section {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.common-wrapper-footer {
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

img.logo-footer-img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-left: 1px;
}

.make-flex-f {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.w33-f {
    width: 33.33%;
}

.for-f-sec {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer-blocks {
    color: #fff;
}

ul.footer-items {
    list-style: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-family: quiche-sans, sans-serif;
    font-style: normal;
    padding: 0;
}

ul.footer-items {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

ul.footer-items li a {
    color: #fff;
    text-decoration: none;
}

ul.footer-items li:first-child {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.constact-us-button {
    color: #171717;
    background-color: #fff;
    border-color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #171717;
    padding: 12px 18px;
    font-weight: 400;
    line-height: 170%;
    transition: opacity .2s;
    text-decoration: none;
    width:auto;
}

.f3-block {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
}

.footer-down {
    background-color: #101010;
    /* margin-top: 30px; */
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    font-family: quiche-sans, sans-serif;
    font-size: 14px;
}
.text-center{
    text-align: center;
}
ul.footer-items+p {
    font-weight: normal;
    font-size: 13px;
}
@media(max-width:991px) {
    ul.footer-items+p {
    font-weight: normal;
    font-size: 13px;
    }
}
@media(max-width:767px) {
    .made-flex-footer .w33-f {
        width: 100%;
    }
    img.logo-footer-img {
        display: block;
        margin: 0 auto;
    }
    .f3-block {
        align-items: center;
        justify-content: center;
    }
    .footer-logo-img {
        margin-bottom: 20px;
    }
    footer .made-flex-footer .w33-f:nth-child(1) {
        width: 50%;
        order: 1;
    }
    footer .made-flex-footer .w33-f:nth-child(2) {
        width: 100%;
        order: 3;
        margin-top: 20px;
    }
    footer .made-flex-footer .w33-f:nth-child(3) {
        width: 50%;
        order: 2;
        display: flex;
        justify-content: flex-end;
    }
    ul.footer-items+p {
    font-weight: normal;
    font-size: 13px;
}
}

@media(max-width:450px){
    ul.footer-items{
        display:block;
        text-align: center;
    }
    ul.footer-items li {
        display: inline;
    }
    ul.footer-items li:first-child{
        padding-right:13px;
    }
    ul.footer-items li:last-child{
        padding-left:13px;
    }
    .footer-blocks p{
        margin-top:8px;
    }
}