.header-site-partner,
.header-site-partner .header-index {
    background-color: #666;
}

.profile-page {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.profile-page .left-panel {
    border-right: 1px solid #e9e9e9;
}

.profile-page .avatar .btn-link:active,
.profile-page .avatar .btn-link:focus {
    background: transparent;
}

.profile-page .user-info .avatar {
    height: auto !important;
    text-align: center;
    margin: 0 !important;
    width: 60px !important;
    float: left;
    margin-right: 15px !important;
}

.profile-page .left-panel .user-info {
    text-align: left;
}

.profile-page .user-info .avatar .avatar-colorbox {
    height: 60px !important;
    width: 60px !important;
}

.profile-page .user-info .avatar .avatar-colorbox.letter:before {
    top: 27%;
}

.profile-page .left-panel .user-info .nickname {
    margin-top: 14px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.profile-page .left-panel .user-info .info {
    font-size: 16px;
    line-height: 28px;
}

.profile-page .left-panel .user-info .info .active-city,
.profile-page .left-panel .user-info .info .active-city a {
    color: var(--blue);
}

.color-blue {
    color: var(--blue) !important;
}

.text-underline {
    text-decoration: underline;
}

.rating-user {
    min-height: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}


.rating-user .stars .stars-active,
.rating-user .stars {
    background-size: 20px 16px;
    height: 18px;
}

.rating-user .stars {
    height: 18px;
    width: 96px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid'%20viewBox='0%200%2015%2015'%3E%3Cpath%20class='st0'%20fill='%23d6dbe0'%20d='M7.5%200l2.3%204.9%205.2.8-3.7%203.8.9%205.4-4.6-2.6L2.9%2015l.9-5.4L0%205.7l5.2-.8L7.5%200z'/%3E%3C/svg%3E") repeat-x 0;
}

.rating-user .stars .stars-active {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23ffc107' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") repeat-x 0;
    height: 15px;
    width: 0;
}

.rating-user .stars .stars-active,
.rating-user .stars {
    background-size: 20px 16px;
    height: 18px;
}

.rating-user .stars-count {
    margin-left: 6px;
    font-size: 16px;
    line-height: 1.29;
    color: rgba(0, 26, 52, .6);
}

.mt-5 {
    margin-top: 5rem;
}

.profile-page .left-panel .menus .menu li.active a {
    background: #f5f7fa;
    fill: var(--blue);
    color: var(--blue);
    padding: 8px 10px 12px 7px;
    border-radius: 8px;
    margin-left: -7px;
}

.profile-page .left-panel .menus .menu {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    font-size: 17px;
}

.profile-page .left-panel .menus .menu .title {
    margin-bottom: 1rem;
    font-weight: bold;
}

.profile-page .left-panel .menus .menu ul {}

.profile-page .left-panel .menus .menu li {
    margin-bottom: 22px;
}

.profile-page .left-panel .menus .menu .counter {
    background-color: #f5523a;
    float: right;
    border-radius: 11px;
    padding: 0px 7px;
    margin: 0px;
    margin-top: 3px !important;
    color: #fff;
}

.profile-page .icon-sum {
    height: 70px;
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
}

.profile-page .icon-sum2 {
    height: 120px;
    width: 120px;
    text-align: center;
    color: #0F9D58;
    font-size: 65px;
    font-weight: 900;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
}

.profile-block-counter {
    background-color: #f5523a;
    position: absolute;
    border-radius: 11px;
    padding: 0px 7px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    left: 120px;
    min-width: 24px;
}

.profile-page .discont-sum-icon {
    border-radius: 50% !important;
    background: var(--blue);
}

.profile-page .discont-sum-icon2 {
    border-radius: 24% !important;
}

.profile-page .rating-sum-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23ffc107' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") repeat-x 0;
}

@media(min-width:954px) and (max-width:1328px) {
    .profile-page .icon-sum {
        height: 80px;
        width: 80px;
    }
}

.profile-page .card-notify {
    min-height: 180px;
    background: #f5f7fa;
    font-size: 18px;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

.profile-page .card-notify:hover {
    opacity: 0.9;
    transition: all 0.4s ease 0s;
}

.profile-page .right-panel .card-order {
    font-size: 18px;
}

.profile-page .card-order .card-order-images .card-order-item-image {
    width: 60px;
    border: 2px solid #d6dbe0;
    transition: all .3s ease-in-out;
}

.profile-page .card-order .card-order-images .card-order-item-image:hover {
    width: 60px;
    border: 2px solid var(--blue);
    transition: all .3s ease-in-out;
}

.profile-page .right-panel .card-order .item-wrapper {
    justify-content: space-between;
    gap: 20px;
}

.profile-page .right-panel .card-order img,
.card-body .order-image img {
    border-radius: 18px;
    width: 100px;
    aspect-ratio: 1;
    object-fit: cover;
}

.profile-page .right-panel .card-order .big {
    font-weight: 600;
    font-size: 18px;
    color: var(--blue);
}

.mt-8 {
    margin-top: 4rem;
}

.header-site-partner,
.header-site-partner .header-index {
    background-color: #f5f7fa !important;
}

.header-site-partner .search-line {
    display: none;
}

.header-site-partner {}

.header-site-partner .nav-page li a {
    color: #000;
    font-size: 14px;
}

.header-site-partner .header-icon svg {
    display: block;
    margin-bottom: 5px;
    margin-top: 2px;
    text-align: center;
    color: #000;
}

.header-icon-service svg {
    fill: #000 !important;
}

.header-site-partner .header-icon a:hover,
.header-site-partner .header-icon a:hover svg {
    color: var(--blue) !important;
    fill: #fff;
}

@media (max-width: 1200px) {
    .profile-page .info {
        display: flex;
        flex-wrap: wrap;
    }

    .profile-page .info>div:not(.rating-user) {
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        white-space: nowrap;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        float: left;
        padding-right: 5px;
        align-content: stretch;
        align-items: center;
    }

    .profile-page .rating-user {
        margin: 0px !important;
        padding-right: 5px;
    }

    .profile-page .user-info {
        /* margin-top: 15px; */
        margin-top: 0;
        margin-bottom: 0;
        /* max-width: 420px; */
    }

    .profile-page:has(#pm_window) .user-info {
        /*можно и отображать но нужно будет делать перерасчет высоты блока чата (а именно отнять 100px)*/
        display: none !important;
    }

    .profile-page .user-info .avatar {
        margin-right: 15px !important;
    }

    .profile-page .user-info .avatar .avatar-colorbox {
        height: auto !important;
        width: auto !important;
        max-height: 80px;
        margin-right: 15px;
    }

    .profile-page .left-panel {
        background: #f1f1f1;
        /* margin-bottom: 20px; */
        margin-bottom: 0;
    }

    .profile-page.partner-page .left-panel {
        margin-top: 0;
        background: #f1f1f1;
        margin-bottom: 20px;
    }

    .profile-page .user-info .avatar .btn {
        float: right;
    }

    .profile-page .left-panel .user-info .info {
        font-size: 16px;
        line-height: 24px;
    }

}

@media (max-width: 450px) {
    .profile-page .left-panel .user-info .info {
        font-size: 14px;
        line-height: 24px;
    }

    .profile-page .user-info .avatar .avatar-colorbox {
        height: 40px !important;
        width: 40px !important;
    }
}