.site-footer{
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    opacity: 0;
    font-family: 'Open Sans';
    width: 100%;
    word-wrap: break-word;
    line-height: 25px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    margin: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
}

.site-footer .authorWindow a{
    color: white;
    text-decoration: none;
}

.site-footer p strong {
    color: rgba(255, 255, 255, 0.9);
}




.sponser_logos img{
    width:  100%;
    max-height: 115px;
    max-width: 100%;
    padding: 0px;
}
.sponser_logos .sponser-image{
    max-width: 140px;
}
.clearfix {
    width: 100%;
    clear: both;
    display: block;
    height: 1px;
}
.sponser_logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 1350px;
    margin: 0px -80px;
    padding: 0px 0px;
}
.footers_cols{
    margin: 80px 0 !important;
    color:#FFFFFF;
}
.foot-col {
    width: 20% !important;
    color: #FFFFFF;
}
.col-head{
    color:#FFFFFF;
    font-size:14px;
    font-weight: 700;
    text-transform: uppercase;
}
.orderlist-footer{
    list-style: none !important;
    padding-left: 2px !important;
    padding-top: 15px !important;
}
.footerlist-text {
    font-size: 12px;
    font-weight: 400;
}
.site-footer{
    color:#fff;
}

.site-footer{
    background: #121212;
    padding: 20px 0;
}

.site-footer a{
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
}
.site-footer a:hover{
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
}
.orderlist-footer li{
    margin-top: 12px;
}
.foot-col .social{
    margin-top: 33px;
}
.social-link{
    padding-left: 25px;
}
.footer_credit{
    margin-top: 10px !important;
}
.payment_image{
    width: 100%;
    height: auto;
}



@media screen and (max-width: 768px) {
    .authorWindow{
        width: 210px;
    }
    .authorWindowWrapper{
        bottom: -170px;
        margin-bottom: 20px;
    }
 
}



@media screen and (max-width: 1023px){
    .foot-col {
        width: 33.33% !important;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 766px){
 
    .sponser_logos{
        flex-wrap: wrap;
    }
    .sponser_logos .sponser-image{
        width: calc(33.33% - 20px);
        max-width: 100%;
    }
    .sponser_logos .clearfix{
        display:none;
    }
    .sponser_logos img{
        flex-grow: 1;
        flex-basis: 0;
        object-fit: contain;
        max-width: 100px;
    }

    .br-back {
        height: calc(100% - 439px);
    }
    .foot-col {
        width: 50% !important;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 480px){
    .foot-col {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .payment_image{
        width:100% !important;
        margin-top: 20px;
    }
    .sponser_logos {
        margin: 0 auto;
    }
}


@media screen and (min-width: 800px){
    .sponser_logos {
        margin: 0 auto;
    }

}
