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

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
    margin-left: 50px;

}

.single-footer {}

.single-footer h3 {
    font-size: 16px;
    line-height: 1.62;
    color: #755BE2;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-weight: 500;

}

.single-footer ul {}

.single-footer ul li {
    list-style: none;
}

.single-footer ul li a {
    font-size: 14px;
    line-height: 2.1;
    color: #2e2e2e;
    text-decoration: none;

}

.footer-left {}

.footer-left p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.51;
    color: #2e2e2e;
    margin-bottom: 35px;
    margin-top: 30px;

}
/* .footer-left h6 { */
.copyright span{
    font-size: 11px;
    font-weight: normal;
    line-height: 1.67;
    color: #2e2e2e;

}
span.copyright{
    display: inline-block;

}
@media (min-width: 1350px){
    span.copyright {
        margin-left: 50px;
    }
}
ul[id^="menu-footer-terms-line"],
#menu-footer-terms-line {
    list-style: none;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 22px;
}
#footer-bottom {
    margin-top: 40px;
}
#footer-badges-holder {
    display: flex;
    gap: 25px;
    align-items: baseline;
    justify-content: flex-end;
}
.footer-badge {
    /* height: 70px; */
}

.footer-badge img {
    width: auto;
}
.footer-vrm{
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 0;
    padding: 10px 30px;
    line-height: 1em;
}
.footer-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 27px;
}

.footer-btm-left a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.67;
    color: #2e2e2e !important;
}

.social-icon {
    display: flex;
    justify-content: start;
    gap: 15px;
}
.social-icon a {
    width: 20px;
    height: 20px;
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -1000px;
}

.footer-btm .social-icon {
    display: none;
}

.footer-btm .social-icon a {
    width: 25px;
    height: 25px;
}

#footer-social-fb:hover path,
#footer-social-li:hover path,
#footer-social-ig:hover path{
    fill: #755be2;
}

#footer-info {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

@media (min-width: 1200px) {
    .lg-none {
        display: none;
    }
}

@media (max-width: 1199px) {
    .footer-area .lg-none{
        display: inline-block;
    }
    #langDropdownF span{
        display: inline-block;
    }
    #langDropdownF img{
        margin-right: 5px;
    }
    #langDropdownF{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .footer-nav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-nav li{
        list-style: none;
    }
    .footer-lang a {
        font-weight: 400;
        font-size: 13px;
        line-height: 13px;
        color: #1A1B20;
    }

    .md-none {
        display: none;
    }

    .footer-btm {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .footer-lang {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .social-icon {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .footer-lang,
    .social-icon {
        width: 165px;
    }

    .footer-btm-left {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
    }
    .footer-btm{
        margin-top: 56px;
        padding-top: 8px;
    }
    .footer-btm-left{
        margin-top: 35px;
    }

    ul[id^="menu-footer-terms-line"],
    #menu-footer-terms-line {
        gap: 16px;
    }

    .footer-menu {
        margin-left: 0;
    }

    .footer-btm-left {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .social-icon {
        order: 1;
        margin-bottom: 30px;
    }
    span.copyright {
        order: 2;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .social-icon a {
        margin-left: 0;
    }
    ul[id^="menu-footer-terms-line"],
    #menu-footer-terms-line {
        order: 3;
        margin-bottom: 10px;

    }
    #footer-badges-holder {
        display: flex;
        flex-wrap: wrap;
        align-self: end;
        justify-content: space-between;
    }
    .footer-badge {
        width: 40%;
    }
    #footer-bottom {
        align-items: end;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .footer-btm .social-icon {
        display:flex;
    }

    .footer-left .social-icon {
        display: none;
    }
}


@media (max-width: 767px) {
    .footer-nav .nav-link{
        padding-left: 0;
    }
    .footer-area {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 0;

    }


    .lg-none {
        display: block;
    }

    .footer-left p {
        margin: 30px 0;
    }

    .single-footer ul li {
        margin-top: 8px;
    }

    .single-footer h3 {
        line-height: 2.1;
        margin-bottom: 0;
        margin-bottom: 11px;
    }

    .single-footer {
        margin-bottom: 28px;
    }

    .footer-btm {
        padding-top: 36px;
        margin-top: 0;
    }
    #footer-bottom {
        margin-top: 0;
    }


    .social-icon {
        margin-bottom: 35px;
    }

    .footer-btm-left {
        margin-bottom: 20px;
    }

    .footer-nav {}

    .footer-nav .nav-link {
        font-size: 13px;
        font-weight: normal;
        line-height: 1.5;
        color: var(--shark-1-a-1-b-20);
        margin-right: 40px;
    }

    .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }

    .footer-nav.navbar-nav {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
            -ms-flex-direction: unset;
                flex-direction: unset;
        margin-bottom: 25px;

    }

    .footer-lang {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .social-icon {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .footer-btm-left {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .footer-lang, .social-icon{
        width: 100%;
    }
    .copyright{
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    span.copyright{
        order: 2;
    }
    .social-icon a{
        padding-left: 0;
        margin-left: 0;
        margin-right: 10px;
    }
    .footer-btm-left a:first-child{
        margin-left: 0;
    }
    .footer-btm-left a{
        font-size: 12px;
        margin-left: 10px;
        margin-right: 0;
    }
    .footer-left p{
        font-size: 14px;
        line-height: 27px;
    }
    .copyright span {
        font-size: 12px;
    }

    ul[id^="menu-footer-terms-line"],
    #menu-footer-terms-line {
        gap: 14px;
        flex-wrap: wrap;
        order: 1;
    }
    #footer-info {
        order: 2;
    }

    #footer-badges {
        order: 1;
        width: 100%;
        margin-top: 36px;
        padding-top: 36px;
        border-top: 1px solid var(--light-silver-d-9-d-9-d-9, #D9D9D9);
    }
    #footer-bottom > .col-7 {
        order: 2;
        width: 100%;
    }
    .footer-badge {
        width: 100%;
    }
    #menu-footer-terms-line {
        display: grid;
        justify-content: space-between;
        justify-items: start;
        align-items: center;
        grid-template-columns: auto auto auto;
    }

    #menu-footer-terms-line span.copyright {
        margin-top: 0;
        margin-bottom: 0;
    }
    #menu-footer-terms-line li {
        width: auto;
    }

    #footer-badges-holder {
        display: grid;
        justify-content: space-between;
        align-items: center;
        grid-template-columns: auto auto auto;
        justify-items: stretch;
    }
}