.logo-flex .img {
    max-width: 55px;
}

.logo-flex {
    gap: 5px;
}

.absolute-footer {
    padding: 10px 0;
    font-size: 13px;
    color: #fff;
    background-color: #1c1c1c;
    border-top: 1px solid rgba(171, 172, 173, 0.2);
}

.form-flex form {
    margin: 0 0 19px;
    display: flex;
    align-items: center;
}

.form-flex form button {
    position: absolute;
    right: 4px;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    margin: auto;
    bottom: 0;
    padding: 0;
    text-align: center;
}

.form-flex form input {
    width: 100%;
    height: 48px;
    margin: 0;
    border: 1px solid #fff;
    background: transparent;
    font-size: 13px;
}

.footer-title * {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.footer-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding: 13px 0;
}

.footer-title:after {
    content: '';
    background-color: #abacad;
    height: 3px;
    width: 67px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .4;
}

.footer-desc,
.footer-desc * {
    font-size: 14px;
}

.footer-desc ul {
    margin-bottom: 0;
    line-height: 1.71429em;
}

.footer-desc li {
    list-style: none;
    margin: 4px 0 0 !important;
}

.footer-desc strong {
    color: var(--fs-color-secondary);
    line-height: 1.5;
}

footer .col {
    padding-bottom: 20px;
}