.footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.footer__wrapper {
    padding-top: 100px;
    background-image: url('../assets/img/footer-bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.footer__widget {
    margin: 0 auto;
    border-style: solid;
    border-width: 0 0 0 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0 80px 0;
    background: #fff;
    border-radius: 5px;
}
.footer-top-area {
    padding: 100px 0 80px 0; }

.footer-widget .footer-logo-heading {
    margin-bottom: 25px; }

.footer-widget-title {
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 25px;
    font-weight: 600; }
.footer-widget-title:before {
    background: linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px; }

.social-bookmark {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
.social-bookmark li {
    margin: 0 30px 0 0; }
.social-bookmark a {
    font-size: 20px; }
.social-bookmark a .la-facebook {
    color: #3b5998; }
.social-bookmark a .la-twitter {
    color: #1da1f2; }
.social-bookmark a .la-google-plus {
    color: #dd4b39; }
.social-bookmark a .la-pinterest {
    color: #bd081c; }
.social-bookmark a .la-instagram {
    color: #e1306c; }
.social-bookmark a .la-dribbble {
    color: #ea4c89; }

.footer-dark .footer-widget-title {
    color: #fff; }

.footer-dark .footer-widget-content p {
    color: #eee;
    margin-bottom: 0.5rem;
    font-size: 14px; }

.footer-dark .footer-widget-content .quick-link a {
    color: #eee;
    font-size: 14px;
    transition: all .2s; }
.footer-dark .footer-widget-content .quick-link a:hover {
    color: #eee; }

.footer-bottom-area {
    padding: 25px 0; }
.footer-dark .footer-bottom-area {
    border-top: 1px solid #5A49F8; }

.copy-right-info p {
    color: #fafafa;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-align: center; }
.footer-widget {
    position: relative;
}
@media screen and (max-width: 576px) {
    .madeInUkraine {
        position: absolute;
        top: 0;
        right: 0;
        width: 110px !important; } }
