.profile-content {
    margin-top: 30px;
    display: flex;
}

.profile-content-right {
    width: calc(100% - 331px);
}

.left-panel-wrap {
    min-width: 305px;
}

.profile-link {
    padding: 12px 14px;
    border-bottom: 1px solid #E4E4E9;
    color: #0A0A0A;
    font-size: 18px;
    transition: 0.4s all;
    -webkit-ransition: 0.4s all;
    -moz-transition: 0.4s all;
    font-family: "Lato-Regular";
    font-weight: 400;
    font-style: normal;
    position: relative;
    fill: #AEAEBB;
}

.profile-link > span, .profile-link > span > span {
    font-family: "Lato-Regular";
    font-weight: 400;
    font-style: normal;
    color: #0A0A0A;
}

.profile-link.active {
    color: #F86A04;
    font-weight: 700;
    fill: #F86A04;
}

.profile-link.active > span {
    color: #F86A04;
}

.profile-link:before {
    content: "";
    display: block;
    width: 3px;
    height: 54px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.profile-link:hover:before {
    background-color: #F86A04;
}

.profile-link.active:before {
    content: "";
    display: block;
    width: 3px;
    height: 54px;
    background-color: #F86A04;
    position: absolute;
    top: 0;
    left: 0;
}

.profile-link:first-child {
    border-top: 1px solid #E4E4E9;
}

.profile-link:hover {
    color: #F86A04;
    fill: #F86A04;
}

.profile-link:hover span {
    color: #F86A04;
}

.profile-link-icon {
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.fundraiser-menu {
    width: 100%;
    margin-left: 40px;
    flex-direction: column;
    display: none;
}

.fundraiser-menu.active {
    display: flex;
}

.fundraiser-menu > a {
    color: #0A0A0A;
    font-size: 18px;
    transition: 0.4s all;
    -webkit-ransition: 0.4s all;
    -moz-transition: 0.4s all;
    font-family: "Lato-Regular";
    font-weight: 400;
    font-style: normal;
}

.profile-fundraiser-link {
    user-select: none;
}

.profile-fundraiser-link:hover {
    cursor: pointer;
}

.profile-fundraiser-link.active > span > span > span {
    color: #F86A04;
}

.fundraiser-arrow {
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
}

.profile-fundraiser-link.active > span > .fundraiser-arrow {
    transform: rotate(180deg);
}

.fundraiser-menu > a {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.fundraiser-menu > a:hover {
    color: #F86A04;
}

.left-panel-profile {
    background-color: #fff;
}

.profile-detail-modal-wrap > .left-panel-profile > .profile-link:first-child {
    border-top: none;
}

.close-profile-detail-modal-wrap {
    background-color: #fff;
    padding: 35px 20px 8px 0;
    display: flex;
    justify-content: flex-end;
}

.close-profile-detail-modal-click {
    width: 21px;
    height: 21px;
}

.close-profile-detail-modal-click > svg {
    width: 100%;
    height: 100%;
}

.profile-content-right {
    margin-left: 35px;
    display: flex;
    flex-direction: column;
}

.profile-right-block {
    background-color: #fff;
    border-radius: 18px;
    padding: 30px;
    -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);
    margin-top: 30px;
}

.profile-content-right-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-title {
    /*width: max-content;*/
    font-size: 24px;
    text-align: left;
    margin: 0;
}

.profile-content-right-top > .button-orange {
    background-color: #fff;
    color: #F86A04;
    border: 1px solid #F86A04;
    white-space: nowrap;
    font-family: "Lato-Bold";
    font-weight: 700;
    font-style: normal;
}

.choose-a-gift-content {
    display: none;
}
.profile-content-right .step-pages-construction .steps-breadcrumb-wrap{
    justify-content: left!important;
}

@media (max-width: 1559px) {
    .profile-title {
        font-size: 22px;
    }


}

@media (max-width: 1024px) {
    .profile-content {
        margin-top: 20px;
    }

    .left-panel-wrap {
        min-width: 220px;
    }

    .profile-link {
        font-size: 16px;
        padding: 12px;
    }

    .fundraiser-menu > a {
        font-size: 16px;
    }

    .profile-content-right {
        width: 100%;
        margin-left: 0;
    }

    .profile-content-right-top > .button-orange {
        padding: 10px 30px;
    }
}

@media (max-width: 768px) {
    .profile-content {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .profile-link {
        padding: 8px;
    }

    .profile-link:before {
        height: 47px;
    }

    .profile-content-right-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-content-right-top > .button-orange {
        margin-top: 16px;
    }

    .profile-right-block {
        margin-top: 22px;
    }
}
