
.custom-header-buttons .top-progress {
    position: relative;
    padding: 1.875rem 0 0;
}

.custom-header-buttons ul.progress-bar {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
}

.custom-header-buttons ul.progress-bar {
    padding-top: 1.875rem;
}
.custom-header-buttons .progress-bar .progress {
    width: 13px;
    height: 13px;
    position: relative;
    margin-left: 6rem;
    border-radius: 100%;
    background: #d8d8d8;
    font-size: 0;
}

.custom-header-buttons .progress-bar .progress:first-child {
    margin-left: 0;
}

.custom-header-buttons ul.progress-bar .active-progres.progress {
    background: #ff5e3d;
}

.custom-header-buttons .progress-bar .progress:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 96px;
    height: 2px;
    background: #d8d8d8;
    content: "";
}

.custom-header-buttons .progress-bar .progress:first-child:before {
    display: none
}

.custom-header-buttons li.progress.active-progres:before {
    background: #ff5e3d;
}

.custom-header-buttons p.cm-next a {
    margin-right: 1.25rem;
    display: inline-block;
    height: 30px;
    transform: translateY(0);
    border: none;
    border-radius: 2px;
    background: #ff5e3d;
    color: #fff !important;
    font-family: Brandon Grotesque Web,sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .05rem;
    line-height: 1.875rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    animation-duration: .3s;
    transition: all .3s ease-in-out;
    height: 45px;
    padding: 0.6875rem 2.875rem;
    font-size: .875rem;
    line-height: 1.625rem;
}

.custom-header-buttons p.cm-next a:hover {
    transform: translateY(-1px);
    opacity: 1;
    background: #e53c20;
    color: #fff !important;
    animation-fill-mode: none;
}

.custom-header-buttons a.linkPrevious {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: transparent;
    color: #ff5e3d !important;
    font-family: Brandon Grotesque Web,sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .03125rem;
    line-height: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s ease 0s;
    display: none;
}

.custom-header-buttons a.linkPrevious {
    position: absolute;
    top: 20px;
    left: 15px;
}

.custom-header-buttons a.linkPrevious svg {
    width: 14px;
    height: 11px;
    transition: ease all 0.4s 0s;
}