.footer {
    background: #001937
}

.footer .footer_top {
    padding-top: 4.11%;
    padding-bottom: 6%;
    align-items: flex-start
}

.footer .footer_top .item>.logo {
    width: auto;
    height: 50px;
    padding: 0
}

.footer .footer_top .item .desc {
    margin-top: 26px;
    font-weight: 400;
    color: #e5e5e5;
    line-height: 25px;
    /* max-height: 125px; */
    overflow: auto
}

.footer .footer_top .item:first-child,
.footer .footer_top .item.contactus {
    width: 19%
}
@media (max-width:1366px) {
    .footer .footer_top .item.contactus{
        margin-right: 95px;
    }
}
.footer .footer_top .item.active .tit {
    padding-bottom: 14px;
    margin-bottom: 10px
}

.footer .footer_top .item.active .tit::before {
    display: block
}

.footer .footer_top .item .tit {
    position: relative;
    text-transform: uppercase
}

.footer .footer_top .item .tit::before {
    content: "";
    display: none;
    width: 45px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.footer .footer_top .item .tit .tit_ {
    font-family: DIN;
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    line-height: 1.3
}

.footer .footer_top .item .tit span {
    transform: rotate(90deg);
    transition: all .3s ease
}

.footer .footer_top .item .call div,
.footer .footer_top .item .call a {
    color: #fff;
    line-height: 2.2
}

.footer .footer_top .item>ul li {
    position: relative;
    padding-left: 18px
}

.footer .footer_top .item>ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #b0b0b0;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0
}

.footer .footer_top .item>ul li a {
    color: #fff;
    line-height: 36px;
    font-weight: 400
}

.footer .footer_top .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 168px;
    align-self: center
}

.footer .footer_top .links span {
    display: none
}

.footer .footer_top .links a {
    display: block;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    margin-top: 20px
}

.footer .footer_top .links a:first-child {
    background: #fff;
    border-radius: 50%;
    padding: 5px
}

.footer .footer_top .links a:nth-child(3n + 1) {
    margin-left: 0
}

.footer .footer_top .links a:nth-child(-n + 3) {
    margin-top: 0
}

.footer .footer_top .links a img:hover {
    transform: rotateY(360deg)
}

.footer .footer_bot {
    clip-path: polygon(0 0, 98% 0, 100% 50%, 100% 100%, 0 100%);
    background: #ffffff;
    padding: 1.97% var(--all-pd) 1.45%
}

.footer .footer_bot div,
.footer .footer_bot a {
    font-weight: 400;
    color: #333333;
    line-height: 26px
}

.img_calls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3%;
}

.img_calls .img {
    width: calc(50% - 8px);
    padding-bottom: 47%;
}

@media screen and (max-width:1660px) {
    /* .img_calls .img {
        width: 100%;
    } */
}

@media screen and (max-width:950px) {
    .footer {
        background: rgba(0, 25, 55, 0.9)
    }

    .footer .footer_top {
        padding-top: 33px;
        flex-direction: column
    }

    .footer .footer_top .item {
        width: 100% !important;
        border-radius: 5px
    }

    .footer .footer_top .item:not(:first-child) {
        background: rgba(255, 255, 255, 0.1);
        padding: 19px 9px;
        margin-top: 11px
    }

    .footer .footer_top .item:nth-child(2) {
        margin-top: 29px
    }

    .footer .footer_top .item.active .tit::before {
        width: 100%
    }

    .footer .footer_top .item.active .tit span {
        transform: rotate(0deg)
    }

    .footer .footer_top .item .tit .tit_ {
        font-size: 20px
    }

    .footer .footer_top .item .tit span {
        display: none;
        width: 14px;
        height: 8px;
        display: block;
        background: url(../images/footer/icon5.png) no-repeat center;
        background-size: cover
    }

    .footer .footer_top .item>.logo {
        height: 40px
    }

    .footer .footer_top .item .desc {
        margin-top: 24px
    }

    .footer .footer_top .item>ul li {
        padding-left: 0
    }

    .footer .footer_top .item>ul li::before {
        content: unset
    }

    .footer .footer_top .links {
        width: 100%;
        padding-top: 66px;
        position: relative;
        padding-bottom: 34px;
        border-bottom: 1px solid #fff
    }

    .footer .footer_top .links span {
        display: block;
        position: absolute;
        top: 28px;
        left: 0;
        font-weight: bold;
        color: #fefefe;
        line-height: 24px
    }

    .footer .footer_top .links a {
        margin: 0 0 0 25px !important
    }

    .footer .footer_top .links a:first-child {
        margin-left: 0 !important
    }

    .footer .footer_bot {
        background: transparent;
        color: #fff;
        flex-direction: column;
        text-align: center;
        line-height: 1.6
    }

    .footer .footer_bot a,
    .footer .footer_bot div {
        color: #fff
    }
}