/* footer */
.am-footer {
    background-color: #141924;
    font-size: 14px;
    color: #686868;
    min-height: 50px;
    display: flex;
    align-items: center;
}

p {
    display: inline;
}

.am-footer.s0 {
    background-color: #0c141f;
    font-size: 14px;
    color: #686868;
    min-height: 50px;
    padding: 59px 0 24px 0;
}

#promo-rightbox-mini-ub {
    display: none !important;
}

.am-footer a {
    color: #686868;
}

.am-footer>p {
    display: inline-block !important;
}

.am-footer a:hover {
    text-decoration: underline;
}

.am-footer-wrap:after {
    content: '';
    display: block;
    justify-content: space-between;
}

.am-footer .bd-separator {
    height: 1px;
    background: #151d28;
    margin-bottom: 24px;
}

.am-footer .btn-box>a.blue-btn {
    color: #fff;
}

.am-footer .btn-box>a.border-btn {
    background-blend-mode: normal,
        normal;
    color: #8994a2;
    border-color: rgba(171, 188, 212, 0.15);
}

.am-footer .df {
    align-items: baseline;
}

.am-footer .df-im {
    margin-bottom: 55px;
    flex-basis: 241px;
}

.footer-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:1200px) {
    .footer-wrap {
        padding: 0 30px;
    }

}

.am-footer .ft-list dt {
    color: #b3b3b3;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #737478;
    margin-bottom: 15px;
}

.am-footer .ft-list dd:not(:last-child) {
    margin-bottom: 13px;
}

.am-footer .btn-box>a.border-btn {
    background-color: #fff;
    color: #abbcd4;
}

.am-footer .btn-box>a.border-btn:hover {
    background-color: #237fff;
    color: #fff;
}

.am-footer .btn-box {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

.am-footer .btn-box>a {
    text-align: justify;
}

.am-footer .ft-rt dt {
    margin-bottom: 50px;
}

.am-footer .df-im.ft-rt {
    flex-basis: 216px;
}

.df,
.ft-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@media all and (max-width:800px) {
    .am-footer .df {
        flex-flow: row wrap;
    }

    .am-footer .df .df-im {
        flex-basis: calc(50% - 10px);
    }

    .am-footer .df .df-im.ft-rt {
        flex-basis: 220px;
        align-self: flex-end;
    }
}

@media all and (max-width: 767px) {

    .am-footer .fr,
    .am-footer .fl {
        float: none;
    }

    .am-footer .fl {
        padding-bottom: 10px;
    }

    .footer-wrap>p {
        text-align: center;
    }
}

input::-ms-reveal {
    display: none;
}

.btn.btn-car2::before {
    width: 25px;
    top: 13px;
    left: 25px;
}

.ub {
    display: none !important;
}

.promo-rightbox-mini-ub en ub {
    display: none;
}