.footer-bottom{
    align-items: center;
    border-top: 1px solid #3c6eb9;
    display: flex;
    height: 72px;
    justify-content: space-between;
}
.footer-bottom span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.footer-bottom span, .footer-bottom span a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.footer {
    background: #0b4aa8;
    margin-top: auto;
    padding-top: 40px;
}
.footer-main {
    display: flex;
    padding-bottom: 80px;
}
.footer-left {
    width: 555px;
}
.footer-logo {
    margin-bottom: 43px;
}
.footer-logo a {
    align-items: flex-end;
    display: flex;
}
.footer-logo a img {
    height: 61px;
    margin-right: 11px;
}
.footer-logo a span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    transform: translateY(3px);
}
.footer-left p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}
.footer-social {
    display: flex;
    flex-direction: column;
}
.footer-mid {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.footer-mid-item:first-child {
    margin-right: 120px;
}
.footer-mid-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}
.footer-mid-item ul li {
    margin-bottom: 16px;
}
.footer-mid-item ul li a {
    color: #9db7dc;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: all .2s ease-in-out;
}
h1, h2, h3, h4, h5, h6, li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-mid-item:last-child small, .footer-mid-item:last-child span {
    color: #9db7dc;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.footer-mid-item ul li a:hover {
    color: #fff;
}
.footer-social ul {
    align-items: center;
    display: flex;
    margin-top: 10px;
}
.footer-social ul li {
    display: flex;
    margin-right: 20px;
}
.footer-social ul li a {
    color: #fff;
}

[class*=" icon-"], [class^=icon-] {
    speak: never;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.footer-social span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.footer-right {
    display: flex;
    flex: 0 0 284px;
    flex-direction: column;
    max-width: 284px;
}
.footer-right form {
    margin-bottom: 40px;
}
.footer-right input {
    background-color: transparent;
    border: 1px solid #9db7dc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    height: 48px;
    margin-bottom: 28px;
    outline: none;
    padding-left: 12px;
    width: 100%;
}
.footer-right button, .footer-right span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.footer-right button {
    background: #5297ff;
    border: none;
    border-radius: 4px;
    height: 48px;
    width: 100%;
}