.footer{background: url(../images/foter-bg.webp) center bottom no-repeat; background-size: cover;    padding-bottom: 5rem;}
.copyright {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.copyright span{color: #929292;}

.footer-container {
    display: flex;
    justify-content: center;
    padding: 6rem 0;
    margin: auto;
    max-width: 108rem;
}

.footer-column {
    width: 22%;
}

.footer-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #fff;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #ccc;
}
.footer-list li a:hover{color:#9250F2;}
.base-box:hover .base-text img {
    transform: translate(10px, -10px);
}



.footericons {
    display: none;
    position: fixed;
    bottom: 0px;
    background: #000;
    padding: 6px 5px;
    z-index: 999;
    width: 100%;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    align-items: center;height: 75px;
    justify-content: space-around;
}
.footericons p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
}

.footericons span {
    display: block;
    color: #5CB650;
    text-decoration: underline;
    font-size: 1.4rem;
}










@media (max-width: 1199px) {
}

@media (max-width: 991px) {
.footericons {display: flex;}
.footer{padding-bottom: 8rem;}

}
@media (max-width: 767px) {
    .footer-container {
        flex-direction: column;padding: 2rem 0;
    }

    .footer-column {
        width: 100%;
        border-bottom: 1px solid #33333373;
        padding: 1.3rem 0;
    }
    .footer-list li a {
    font-size: 1.3rem;
}

    .footer-list {
        display: none;margin-top: 2rem;
    }

.footer-title{margin: 0;}
    .footer-title::after {
        content: "+";
        float: right;
    }

    .footer-title.active::after {
        content: "-";
    }

.footer-title {
    font-size: 1.6rem;}


.copyright {
flex-wrap: wrap;
justify-content: center;text-align: center;
}
.copyright span {
    display: block;
    width: 100%;
}

}

@media (max-width: 575px) {

}

.form-row div {
    width: 100%;
}
