.site-footer{
    background-color: var(--content-primary);
    padding: 125px 0 0;
    margin-top: -2px;
}
.site-footer *:not(.btn){
    color: var(--white);
}
.site-footer p,
.site-footer .ft-bottom .menu a{
    font-size: 14px;
}
.site-footer .ft-title{
    font-weight: 600;
    font-family: 'Roboto';
    margin-bottom: 20px;
}
body.human .site-footer .ft-title{
    font-family: 'Noto Serif' !important;
}
.site-footer .ft-col-1{
    width: 30%;
}
.site-footer .ft-col-2{
    width: 18%;
}
.site-footer .ft-col-3{
    width: 21%;
}
.site-footer .ft-col-4{
    width: 16%;
}
.site-footer .ft-col-5{
    width: 15%;
}
.site-footer .contect-info {
    justify-content: end;
}
.site-footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .menu li:not(:last-child){
    margin-bottom: 8px;
}
.site-footer a:hover,
.site-footer .menu li.current-menu-item a{
    text-decoration: underline;
}
.site-footer .ft-bottom {
    margin-top: 80px;
    padding-top: 24px;
}
.site-footer .ft-bottom .menu li{
    display: inline-block;
}
.site-footer .ft-bottom .menu{
    text-align: right;
}
.site-footer .ft-bottom .menu li:not(:last-child){
    margin-right: 40px;
}
.site-footer .ft-logo img {
    opacity: 0.2;
    width: 100%;
}
.ft-col-5.d-flex.flex-wrap.contect-info > a{
    margin-bottom:20px;

}
@media only screen and (max-width: 1199px) {    
    .site-footer .ft-col-1 {
        width: 100%;
        order: 5;
    }
    .site-footer .ft-col-2,
    .site-footer .ft-col-3,
    .site-footer .ft-col-4,
    .site-footer .ft-col-5 {
        width: 25%;
    }
    .site-footer{
        padding: 80px 0 0;
    }
    .site-footer .ft-bottom{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 991px) { 
    .site-footer{
        padding: 60px 0 0;
    }
}
@media only screen and (max-width: 767px) { 
    .site-footer{
        padding: 40px 0 0;
    }
    .site-footer .ft-col-2,
    .site-footer .ft-col-3,
    .site-footer .ft-col-4,
    .site-footer .ft-col-5 {
        width: 100%;
    }
    .site-footer .contect-info{
        justify-content: center;
        flex-direction: column;
    }
    .site-footer,
    .site-footer .ft-bottom .menu{
        text-align: center;
    }
    .site-footer .ft-bottom .menu li {
        margin: 0 10px 5px;
    }
    .site-footer .ft-col-2, .site-footer .ft-col-3,.site-footer .ft-col-4, .site-footer .ft-col-5{
        width: calc(50% - 15px);
    }
}




.footer-before-sec .object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.footer-before-sec .w-140 {
    width: 160px;
}
.footer-before-sec .h-140 {
    height: 14rem;
}
.footer-before-sec .-mt-20 {
    margin-top: -2rem;
}
.footer-before-sec .-ml-20 {
    margin-left: -2rem;
}
.footer-before-sec img, .footer-before-sec video {
    max-width: 100%;
    height: auto;
}

.footer-before-sec .inline-flex {
    display: inline-flex
;
}

.border-line-footer > div{
        --tw-bg-opacity: 1;
        background-color: rgb(216 216 216 / var(--tw-bg-opacity));
        height: 1px;
}

.border-line-footer{
    padding: 0px 40px 80px 40px;
}

.footer-before-sec {
    padding: 40px 40px 0px 40px;
    display: flex;
    justify-content: space-between !important;
    width: 100% !important;
}

.footer-before-sec > div {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
      @media (min-width: 650px) {
    
        .footer-before-sec .s\:w-\[56\.2rem\] {
        width: 511px;
    }
        .footer-before-sec .s\:h-\[15\.9rem\] {
        height: 15.9rem;
    }

        .footer-before-sec .s\:inline-block {
        display: inline-block;
    }

}


 @media (max-width: 650px) {
.footer-before-sec > div
 {
     flex-direction: column;
}
 .footer-before-sec {
 padding: 100px 20px 20px 20px;
 }
    
        .footer-before-sec .s\:w-\[56\.2rem\] {
        width: 250px;
    }

    .footer-before-sec .-ml-20 {
    margin-left: 0;
}

.footer-before-sec .h-140 {
    height: 10rem;
}
        .footer-before-sec .w-140 {
    width: 5rem;
}
        .footer-before-sec .s\:inline-block {
        display: inline-block;
    }

}