.tab-list.custom-mode {
    margin-left: -16px;
    margin-right: -16px;
}

.tab-list.custom-mode li {
    padding-left: 16px;
    padding-right: 16px;
}

.btn-form-payment {
    padding-left: 48px;
    padding-right: 48px;
}

.custom-hint-link {
    color: #616161 !important;
}

.c-step-list {
    counter-reset: item;
}

.c-step-list li {
    position: relative;
    padding-left: 24px;
    min-height: 72px;
    margin-bottom: 8px;
    overflow: hidden;
}


.c-step-list li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    padding-top: 1px;

    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000000;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 655;
    text-align: center;
    z-index: 5;
}

.c-step-list li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #B6B6B6;
    top: 20px;
    left: 8px;
}

.c-step-list li:last-child {
    margin-bottom: 0;
}

.c-step-list li:last-child:after {
    display: none;
}

.c-ul-list li {
    margin-bottom: 2px;
}

.c-ul-list li:last-child {
    margin-bottom: 0;
}

.c-ol-list {

}

.c-ol-list li {
    font-weight: 500;
    margin-bottom: 2px;
}

.c-ol-list li::before {
    font-weight: 500;
}

.c-ol-list li:last-child {
    margin-bottom: 0;
}

ul li .custom-link-color-black {
    color: #000 !important;
}

@media screen and (max-width: 767.98px) {
    .tab-list.custom-mode {
        position: relative;
    }

    .tab-list.custom-mode:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    }

    .custom-mode-input .form-control {
        height: 58px;
        padding: 31px 20px 6px 20px !important;

    }

    .input-prefix-label.custom-mode-input label {
        font-size: 16px !important;
        line-height: 20px !important;
        top: 20px !important;
        left: 20px !important;
    }

    .input-prefix-label.input-focus.custom-mode-input .form-control,
    .input-prefix-label.focused.custom-mode-input .form-control {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .input-prefix-label.input-focus.custom-mode-input label,
    .input-prefix-label.focused.custom-mode-input label {
        font-size: 14px !important;
        top: 9px !important;
    }
}

@media screen and (min-width: 992px) {
    .tab-list.custom-mode .tab-list-link {
        font-size: 24px;
        line-height: 24px;
    }

    .btn-form-submit {
        padding-left: 32px;
        padding-right: 32px;
    }

    .tooltip.custom-mode .tooltip-inner {
        max-width: 250px;
    }

    .c-step-list li {
        min-height: 1px;
        margin-bottom: 0px;
        margin-right: 16px;
        min-width: 256px;
        padding: 18px 0 0;
    }

    .c-step-list li:after {
        width: 100%;
        height: 1px;
        top: 8px;
        left: 24px;
    }
}