.fixed-wrapper {
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .05);
    background-color: #eee;
    z-index: 90;
}

.fixed {
    width: 950px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fx-left {
    display: flex;
    align-items: center;
    gap: 15rem;
}

.fx-app {
    width: 56px;
}

.fx-left h5 {
    color: var(--main-color);
    font-size: 22rem;
    display: flex;
    align-items: center;
    gap: 5rem;
}

.fx-left h5 img {
    height: 20rem;
}

.fx-left h5 .fixed26 {
    margin-right: -3px;
}

.fx-right {
    display: flex;
    align-items: center;
    gap: 10rem;
}

.fx-right img {
    width: 180rem;
    margin-bottom: -4px;
}


/*==================================================*/
@media (max-width: 1050px) {
    .fixed-wrapper {
        display: none !important;
    }
}