.new-footer{
    border-top: 1px solid #CDCDCD;
    font-size: 14px;
}
.new-footer .new-footer-flex{
    display: flex;
    justify-content: space-between;
}
.new-footer .new-footer-flex > div:first-child{
    width: calc(100% - 450px);
}
.new-footer .new-footer-flex > div:last-child{
    width: 450px;
    position: relative;
}
.new-footer .soc-btn{
    margin: 10px 0 10px 0;
}
.new-footer .soc-btn a{
    display: inline-block;
    margin-right: 10px;
}
.new-footer .links{
    margin: 0;
}
.new-footer .links ul{
    float: none;
}
.new-footer .links ul li{
    float: left;
    margin: 8px 16px 8px 0;
}
.new-footer .links ul li a{
    color: #8E8E8E;
}
.new-footer .new-footer-right{
    text-align: right;
}
.new-footer .payments-ps{
    margin-top: 0;
    width: 55%;
    display: inline-block;
    text-align: right;
}
.new-footer .payments-ps img{
    margin: 1px 0;
    max-width: 60px;
}

@media (max-width: 1180px) {
    .new-footer .payments-ps img{
        max-width: 50px;
    }
}

.new-footer .new-footer-company-info{
    text-align: center;
    padding: 20px;
    border-top: 1px solid #CDCDCD;
    margin-top: 20px;
}
.new-footer .new-footer-left .cab-link{
   display: none;
}

.new-footer-stars-and-ps #site-rating{
    display: inline-block;
    width: 44%;
}
footer{
    padding: 20px 0 0 0;
}

@media (max-width: 1000px) {
    .new-footer .new-footer-flex > div:first-child{
        width: calc(100% - 300px);
    }
    .new-footer .new-footer-flex > div:last-child{
        width: 300px;
    }
}

@media (max-width: 950px) {

    .new-footer-stars-and-ps #site-rating{
        display: block;
        width: 100%;
    }

    .new-footer .payments-ps{
        display: block;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 725px) {
    .new-footer .new-footer-flex {
         display: block;
        justify-content: normal;
    }

    .new-footer .new-footer-right{
        text-align: left;
    }

    .new-footer .new-footer-flex > div:first-child{
        width: 100%;
    }
    .new-footer .new-footer-flex > div:last-child{
        width: 100%;
    }

    .new-footer .new-footer-right .payments-ps{
        text-align: center;
    }

    .new-footer .new-footer-right .payments-ps img{
        margin: 5px;
    }

    .new-footer .new-footer-right .cab-link{
        display: none;
    }

    .new-footer .new-footer-left .cab-link{
        display: block;
        margin: 20px 0;
    }

    .new-footer .payments-ps{
        text-align: center;
    }
}

