.steps-breadcrumb-wrap {
    width: 100%;

}

.steps-breadcrumb {
    margin-top: 20px;
    max-width: 972px;
    width: 100%;
}

.step-white-block > .row {
    margin-left: 0;
}

.circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #AEAEBB;
}

.circle-wrap {
    position: relative;
}

.circle-number {
    font-size: 16px;
    font-family: "Lato-Regular";
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.circle-bottom-text {
    font-size: 18px;
    /*color: #F86A04;*/
    color: #AEAEBB;
    font-family: "Lato-Regular";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    margin-top: 10px;
    position: absolute;
    bottom: -28px;
    white-space: nowrap;
}

.active-step > .circle {
    background-color: #F86A04;
}

.active-step > .circle-bottom-text {
    color: #F86A04;
}

.steps-band {
    width: 100%;
    height: 10px;
    background-color: #F2F2F2;
}

.step-white-block {
    width: 100%;
    max-width: 1088px;
    margin-top: 65px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.step-group-names {
    font-family: "Lato-Bold";
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
}
.step-group-names>svg {
    margin-left: 12px;
}
.select-group {
    height: 51px;
    margin-top: 16px;
}

.step-group {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.information {
    margin-left: 10px;
}

.step-group > label > input {
    margin-right: 10px;
}

.step-group-right > label:last-child {
    /*margin-left: 26%;*/
}

.white-group-main {
    margin-bottom: 30px;
}

.white-group-main:last-child {
    margin-bottom: 0;
}

.white-group-main > .textarea {
    height: 94px;
}
.step-button {
    width: max-content;
    border: 1px solid #F36C21;
    border-radius: 50px;
    color: #F36C21;
    font-family: "Lato-Bold";
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    padding: 14px 46px;
    margin-top: 16px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    cursor: pointer;
}
.other-amount-input{
    position: relative;
}
.other-amount-input>.input-default{
    color: #F36C21;
    border: 1px solid #F36C21;
}

/*.other_input_block{*/
/*    position: relative;*/
/*    max-width: 394px;*/
/*    width: 100%;*/
/*    display: none;*/
/*}*/
/*.other_input_block_display{*/
/*    display: block;*/
/*}*/
/*.other_btn_display{*/
/*    display: none;*/
/*}*/
/*.other_input_area{*/
/*    outline: none;*/
/*    width: 100%;*/
/*    height: 48px;*/
/*    border: 1px solid #F36C21;*/
/*    border-radius: 50px;*/
/*    color: #F36C21;*/
/*    font-family: "Lato-Bold";*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-size: 18px;*/
/*    padding: 14px 15px;*/
/*    cursor: pointer;*/
/*}*/

.other_input_cross{
    cursor: pointer;
    top: 19px;
    right: 20px;
    position: absolute;
    color: #F36C21;
    width: 28px;
    height: 28px;
}
.other_input_cross>svg{
    width: 100%;
    height: inherit;
}
.form-check-label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.step-button-selected {
    background-color: #F36C21;
    color: #fff;
}

.button-orange {
    padding: 12px 41px;
}

.custom-radio {
    width: 48%;
}

.active-step-name {
    font-size: 16px;
    color: #F86A04;
}

.past-step > .circle {
    background-color: #fff;
    border: 1px solid #F86A04;
}

.past-step > .circle > .circle-number {
    color: #F86A04;
}

.past-step > .circle-bottom-text {
    color: #F86A04;
}

.past-step-band {
    background-color: #F86A04;
    margin-right: -1px;
}

.step2-description {
    margin-top: 20px;
    max-height: 355px;
    overflow-y: auto;
    padding-right: 10px;
}

.step2-description::-webkit-scrollbar {
    width: 9px;
    border-radius: 32px;
}

.step2-description::-webkit-scrollbar-thumb {
    background-color: #D8D8D8;
    border-radius: 50px;
}

.step2-description::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    /*border-radius: 50px;*/
}

.step-2-next-btn {
    margin-top: 24px;
}

.step-2-checkbox {
    margin-top: 20px;
}

.select-country {
    margin-bottom: 16px;
}

.col-left {
    padding-left: 0;
}

.col-right {
    padding-right: 0;
}

.step-white-block-donate {
    max-width: 640px;
}

.donate-step-buttons > div > .step-button {
    width: 100%;
    max-width: 211px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset !important;
    margin-top: 0 !important;
}

.markup-text {
    font-size: 16px;
    color: #0A0A0A;
}

.donate-counter {
    max-width: 225px;
    margin-top: 16px;
    height: 47px;
    border-radius: 50px;
    border: 1px solid #E4E4E9;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 0 50px;
}

.counter-btn, .counter-input {
    outline: none;
    border: none;
}

.counter-btn {
    width: 14px;
}

.counter-input {
    width: 84px;
    text-align: center;
    font-size: 18px;
    font-family: "Lato-Regular";
    font-weight: 400;
    font-style: normal;
    color: #0A0A0A;
}

.counter-btn {
    background-color: #fff;
}

.total {
    font-family: "Lato-Bold";
    font-weight: 700;
    font-style: normal;
    color: #F86A04;
    font-size: 18px;
}

.secret-santa-white {
    max-width: 640px;
}

.select-hint {
    font-size: 16px;
    color: #AEAEBB;
    margin-top: 10px;
    display: block;
}

.circle-wrap:first-child {
    margin-right: -4px;
}

.circle-wrap:nth-child(2) {
    margin-left: -4px;
    margin-right: -4px;
}

.circle-wrap:last-child {
    margin-left: -4px;
}

@media (max-width: 1559px) {
    .step-button {
        padding: 10px 34px;
        font-size: 16px;
    }

    .step-group-names {
        font-size: 21px;
    }

    .custom-radio {
        font-size: 17px;
    }
}

@media (max-width: 1299px) {
    .step-button {
        padding: 8px 28px;
    }
}

@media (max-width: 1024px) {
    .step-group-names {
        font-size: 17px;
    }

    .custom-radio {
        font-size: 16px;
    }

    .step2-description {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .step-button {
        padding: 11px 34px;
        margin-top: 12px;
    }

    .col-right {
        margin-top: 30px;
    }

    .billing-info-col-right {
        margin-top: 20px;
    }

    .col-left {
        padding-right: 0;
    }

    .col-right {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .step-button {
        margin-top: 15px;
    }

    .step-white-block {
        padding: 20px 16px;
    }

    .step-group-names {
        font-size: 18px;
    }

    .white-group-main {
        margin-bottom: 20px;
    }

    .circle {
        width: 24px;
        height: 24px;
    }

    .steps-band {
        height: 5px;
    }

    .circle-number {
        font-size: 14px;
    }

    .step2-description {
        margin-top: 14px;
        height: 215px;
    }

    .step-white-block > .row > .col-12 {
        padding: 0 !important;
    }

    .select-group {
        height: 48px;
    }

    .billing-info-col-right {
        margin-top: 16px;
    }
}

@media (max-width: 374px) {
    .step-group-names {
        font-size: 16px;
    }

    .custom-radio {
        font-size: 15px;
    }
}
