.messenger__chat-item-photo {
    padding: .5rem;
    -webkit-border-radius: 0.5rem;
       -moz-border-radius: 0.5rem;
            border-radius: 0.5rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.messenger__chat-item-photo .messenger__chat-item-naming::before {
    display: none;
}

.messenger__chat-item__wrap {
    width: 2.5625rem;
    position: relative;
    height: 1.875rem;
    margin-right: .75rem;
}

.messenger__chat-item__wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
}

.mg-verify__files .messenger__chat-item-naming{
    color: var(--LIGHT-BLACK, #424242);
}

.mg-verify__files {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .94rem;
}

.mg-verify__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .94rem .95fr;
    grid-template-columns: 1fr .95fr;
    gap: .94rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.25rem;
}

.mg-verify__grid .verify__upload {
    margin-top: 0;
}

.mg-verify__grid .messenger__chat-item-naming {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mg-verify__grid .messenger__chat-item-file {
    max-width: 100%;
    padding: .19rem .5rem;
}

.mg-verify__grid .messenger__chat-remove {
    margin-left: 0;
}

.mg-verify__state {
    padding: .94rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    background: rgba(0, 188, 53, 0.06);
    margin: 1.25rem 0;
    color: var(--green, #00BC35);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.mg-verify__state.--red {
    color: var(--red, #F00);
    background: #FFF3F3;
}


.--mg .messenger__grid {
    -ms-grid-columns: 1fr 1.88rem minmax(28.4375rem, 28.4375rem);
    grid-template-columns: 1fr minmax(28.4375rem, 28.4375rem);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.88rem;
}

.--mg  .notifications-center__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: .63rem;
    max-width: 100%;
}

.--mg  .messenger__wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.mg-messenger__wrap {
    margin-top: 1.88rem;
    padding: .94rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    border: 1px solid var(--STROKE, #E3E3E3);
}

.mg-messenger__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.mg-messenger__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem .62rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
}

.mg-messenger__date {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.mg-messenger__time {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
}

.mg-messenger__link {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.mg-messenger__sub {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
}

.mg-messenger__body {
    margin-top: .94rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .62rem;
}

.mg-messenger__header {
    gap: 1.25rem;
}

.mg-messenger__header .client-aapplications__items-heading:first-child{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.5675rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.5675rem;
            flex: 0 1 5.5675rem;
}

.mg-messenger__header .client-aapplications__items-heading:nth-child(2){
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.1875rem;
            flex: 0 1 15.1875rem;
}

.mg-messenger__header .client-aapplications__items-heading:last-child{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.125rem;
            flex: 0 1 11.125rem;
}

.mg-messenger__item .mg-messenger__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.9375rem;
            flex: 0 1 4.9375rem;
}

.mg-messenger__item .mg-messenger__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.1875rem;
            flex: 0 1 15.1875rem;
}

.mg-messenger__item .mg-messenger__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.125rem;
            flex: 0 1 11.125rem;
}

.mg-messenger__item {
    gap: 1.25rem;
}

.messenger__title span {
    color: var(--GREY, #A3A3B5);
}

.--mg .messenger__chat-name{
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.--mg .messenger__chat-date {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.geo__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.geo__wrapper {
    margin-top: 1.88rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    border: 1px solid var(--STROKE, #E3E3E3);
    padding: .94rem;
}

.geo__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 21.125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 21.125rem;
            flex: 0 1 21.125rem;
}

.geo__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.875rem;
            flex: 0 1 11.875rem;
}

.geo__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.5rem;
            flex: 0 1 4.5rem;
    text-align: right;
}

.geo__items {
    margin-top: .94rem;
}

.geo__item {
    padding: 1rem .62rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
}

.geo__item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.geo__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.geo__link {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.geo__edit {
    margin-left: .5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M12.44 0.927991L4.31195 9.05599C4.00151 9.36475 3.7554 9.73203 3.58787 10.1366C3.42034 10.5411 3.33471 10.9748 3.33595 11.4127V12.308C3.33595 12.4848 3.40619 12.6544 3.53121 12.7794C3.65624 12.9044 3.82581 12.9747 4.00262 12.9747H4.89795C5.33579 12.9759 5.76953 12.8903 6.17406 12.7227C6.57858 12.5552 6.94585 12.3091 7.25462 11.9987L15.3826 3.87066C15.7722 3.4801 15.991 2.95097 15.991 2.39932C15.991 1.84767 15.7722 1.31854 15.3826 0.927991C14.9864 0.549253 14.4594 0.337891 13.9113 0.337891C13.3632 0.337891 12.8362 0.549253 12.44 0.927991ZM14.44 2.92799L6.31195 11.056C5.93603 11.4296 5.42795 11.6399 4.89795 11.6413H4.66928V11.4127C4.67067 10.8827 4.881 10.3746 5.25462 9.99866L13.3826 1.87066C13.525 1.73463 13.7144 1.65872 13.9113 1.65872C14.1082 1.65872 14.2976 1.73463 14.44 1.87066C14.5799 2.011 14.6585 2.20112 14.6585 2.39932C14.6585 2.59753 14.5799 2.78765 14.44 2.92799Z" fill="%234048E0"></path><path d="M15.3333 6.29459C15.1565 6.29459 14.987 6.36483 14.8619 6.48986C14.7369 6.61488 14.6667 6.78445 14.6667 6.96126V10.3086H12C11.4696 10.3086 10.9609 10.5193 10.5858 10.8944C10.2107 11.2695 10 11.7782 10 12.3086V14.9753H3.33333C2.8029 14.9753 2.29419 14.7645 1.91912 14.3895C1.54405 14.0144 1.33333 13.5057 1.33333 12.9753V3.64193C1.33333 3.11149 1.54405 2.60279 1.91912 2.22771C2.29419 1.85264 2.8029 1.64193 3.33333 1.64193H9.36133C9.53815 1.64193 9.70771 1.57169 9.83274 1.44667C9.95776 1.32164 10.028 1.15207 10.028 0.97526C10.028 0.798449 9.95776 0.62888 9.83274 0.503856C9.70771 0.378832 9.53815 0.308594 9.36133 0.308594H3.33333C2.4496 0.309652 1.60237 0.661182 0.97748 1.28607C0.352588 1.91097 0.00105857 2.7582 0 3.64193L0 12.9753C0.00105857 13.859 0.352588 14.7062 0.97748 15.3311C1.60237 15.956 2.4496 16.3075 3.33333 16.3086H10.8953C11.3333 16.3098 11.7671 16.2242 12.1718 16.0567C12.5764 15.8892 12.9438 15.6431 13.2527 15.3326L15.0233 13.5606C15.3338 13.2518 15.58 12.8846 15.7477 12.4801C15.9153 12.0756 16.0011 11.6418 16 11.2039V6.96126C16 6.78445 15.9298 6.61488 15.8047 6.48986C15.6797 6.36483 15.5101 6.29459 15.3333 6.29459ZM12.31 14.3899C12.042 14.6573 11.7031 14.8423 11.3333 14.9233V12.3086C11.3333 12.1318 11.4036 11.9622 11.5286 11.8372C11.6536 11.7122 11.8232 11.6419 12 11.6419H14.6167C14.5342 12.0109 14.3493 12.3492 14.0833 12.6179L12.31 14.3899Z" fill="%234048E0"></path></svg>');
}

.geo__delete {
    display: block;
    width: 1rem;
    height: 1rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .63rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_1725_13752)"><path d="M4.24173 4.24264L12.727 12.7279M12.727 4.24264L4.24173 12.7279" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1725_13752"><rect width="16" height="16" fill="white"></rect></clipPath></defs></svg>');
}

.geo__img {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-right: .63rem;
}

.geo__img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}

.geo__upload {
    display: block;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.37305 5.95187C5.05136 3.48115 7.31237 1.66602 9.9987 1.66602C12.685 1.66602 14.946 3.48115 15.6243 5.95187C17.6538 6.42403 19.1654 8.2431 19.1654 10.416C19.1654 12.0059 18.3551 13.4062 17.1289 14.227C16.7465 14.4831 16.2289 14.3805 15.9729 13.9981C15.7168 13.6156 15.8194 13.098 16.2018 12.842C16.9856 12.3174 17.4987 11.4265 17.4987 10.416C17.4987 8.8975 16.3376 7.64921 14.8554 7.51194C14.4778 7.47697 14.1715 7.19151 14.1099 6.81734C13.785 4.84075 12.0672 3.33268 9.9987 3.33268C7.93023 3.33268 6.21239 4.84075 5.88744 6.81734C5.82593 7.19151 5.51957 7.47697 5.142 7.51194C3.65977 7.64921 2.4987 8.8975 2.4987 10.416C2.4987 11.4265 3.01182 12.3174 3.79558 12.842C4.17804 13.098 4.28055 13.6156 4.02454 13.9981C3.76853 14.3805 3.25094 14.4831 2.86848 14.227C1.64226 13.4062 0.832031 12.0059 0.832031 10.416C0.832031 8.2431 2.34361 6.42403 4.37305 5.95187ZM9.16536 12.0112L7.25462 13.9219C6.92918 14.2474 6.40155 14.2474 6.07611 13.9219C5.75067 13.5965 5.75067 13.0689 6.07611 12.7434L9.40944 9.41009C9.73488 9.08466 10.2625 9.08466 10.588 9.41009L13.9213 12.7434C14.2467 13.0689 14.2467 13.5965 13.9213 13.9219C13.5958 14.2474 13.0682 14.2474 12.7428 13.9219L10.832 12.0112V17.4993C10.832 17.9596 10.4589 18.3327 9.9987 18.3327C9.53846 18.3327 9.16536 17.9596 9.16536 17.4993V12.0112Z" fill="%234048E0"></path></svg>');
}

.geo__toggler {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    margin-right: .94rem;
}

.geo__remove {
    width: 1rem;
    display: block;
    height: 1rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_1725_13635)"><path d="M4.24173 4.24264L12.727 12.7279M12.727 4.24264L4.24173 12.7279" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1725_13635"><rect width="16" height="16" fill="white"></rect></clipPath></defs></svg>');
}

.geo__name {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    padding-left: 1.63rem;
}

.geo__name.--icon {
    position: relative;
    font-weight: bold;
}

.geo__subblock:first-child .geo__content, .geo__subblock:nth-child(2) .geo__content {
    flex-direction: column;
    align-items: flex-start;
    gap: .31rem;
}

.geo__name.--icon::before {
    content: '';
    position: absolute;
    left: 0;    
    top: .125rem;
    width: 1rem;
    height: 1rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 5L3 10H13L8 5Z" fill="%234048E0"></path></svg>');
}

.geo__subitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.geo__sublink {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    margin-right: .62rem;
}

.geo__del {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M1.75736 1.75827L10.2426 10.2435M10.2426 1.75827L1.75736 10.2435" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.geo__item-top {
    gap: 1.25rem;
}

.geo__item-top .geo__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 19.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 19.375rem;
            flex: 0 1 19.375rem;
}

.geo__item-top .geo__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.625rem;
            flex: 0 1 12.625rem;
}

.geo__content .object__edit {
    margin-top: 0;
}

.geo__content .object__edit.--hidden {
    display: none;
}

.geo__item-top .geo__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.5rem;
            flex: 0 1 4.5rem;
}

.geo__item-body {
    margin-top: .94rem;
}

.geo__subblock:nth-child(2) .geo__name {
    padding-left: .375rem;
}

.geo__subblock:last-child {
    margin-left: auto;
}

.geo__item-body {
    display: none;
}

.geo__subblock:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20.9rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 20.9rem;
            flex: 0 1 20.9rem;
}

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

.geo__subitem:first-child {
    margin-top: 0;
}

.geo__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .62rem;
}

.geo__item-body.--empty {
    position: relative;
    padding: .62rem 0;
}

.geo__item-body.--empty:before {
    content: '';
    position: absolute;
    left: -.62rem;
    top: 0;
    height: 100%;
    width: -webkit-calc(100% + 1.24rem);
    width: -moz-calc(100% + 1.24rem);
    width: calc(100% + 1.24rem);
    background-color: #FFF;
}

.geo__btn {
    position: relative;
    z-index: 1;
    background-color: transparent;
    border-color: var(--cr-blue);
    color: var(--cr-blue);
}

.geo__btn span {
    position: relative;
    padding-left: 1.37rem;
}

.geo__btn span::before {
    content: '';
    position: absolute;
    left: 0;
    top: .15rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1 7H13M7 1V13" stroke="%234048E0" stroke-width="2" stroke-linecap="round"></path></svg>');
}

.geo__btn:hover span::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1 7H13M7 1V13" stroke="%23FFF" stroke-width="2" stroke-linecap="round"></path></svg>');
}

.geo__item-empty {
    text-align: center;
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    padding-top: .94rem;
}

.geo__item-top .geo__block:nth-child(3) .geo__content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.geo__item-empty {
    display: none;
}

.geo__block:last-child {
    margin-left: auto;
}

.review-popup.subject-popup {
    max-width: 19.8125rem;
    width: 100%;
}

.subject-popup .catalogue-filters__wrap {
    margin-top: .94rem;
}

.subject-popup  .catalogue-filters__wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    right: .94rem;
    top: .675rem;
}

.attr__btns {
    gap: .62rem;
}

.attr__subrow {
    margin-top: 1.87rem;
}

.attr__subrow .messenger__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    gap: .62rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.attr__subrow .catalogue-filters__list-check {
    margin-bottom: 0;
}

.attr__subrow .catalogue-filters__list-check label {
    white-space: nowrap;
    margin-bottom: 0;
}

.attributes-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 20px;
    font-size: 16px;
    color: #a3a3b5;
    font-weight: 400;
    line-height: 140%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (max-width: 991px) {
.attributes-list {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 20px;
}
}

.attribute-number {
-webkit-align-self: start;
    -ms-flex-item-align: start;
            -ms-grid-row-align: start;
        align-self: start;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
white-space: nowrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
   -moz-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
font-variant-numeric: lining-nums proportional-nums;
font-family: Raleway, sans-serif;
}

@media (max-width: 991px) {
.attribute-number {
    white-space: initial;
}
}

.attribute-name {
font-variant-numeric: lining-nums proportional-nums;
font-family: Raleway, sans-serif;
}

.attribute-details {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}

@media (max-width: 991px) {
.attribute-details {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
}

.attribute-name-en {
font-variant-numeric: lining-nums proportional-nums;
font-family: Raleway, sans-serif;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
   -moz-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
}

.attribute-data {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
   -moz-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.data-type {
font-variant-numeric: lining-nums proportional-nums;
font-family: Raleway, sans-serif;
}

.data-values {
font-variant-numeric: lining-nums proportional-nums;
font-family: Raleway, sans-serif;
}

.attribute-disabled {
font-variant-numeric: lining-nums proportional-nums;
font-family: Raleway, sans-serif;
}

.view-from-windows {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: var(--LIGHT-BLUE, #f0f2ff);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    width: 100%;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 13px;
  }

  @media (max-width: 991px) {
    .view-from-windows {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }

  .view-header {
    -webkit-align-self: start;
        -ms-flex-item-align: start;
                -ms-grid-row-align: start;
            align-self: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .view-number {
    color: var(--GREY, #a3a3b5);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway, sans-serif;
    margin: auto 0;
  }

  .view-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    color: var(--BLUE, #4048e0);
  }

  .view-text {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway, sans-serif;
  }

  .icon {
    aspect-ratio: 1;
    -o-object-fit: auto;
       object-fit: auto;
    -o-object-position: center;
       object-position: center;
    width: 16px;
    margin: auto 0;
  }

  .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  @media (max-width: 991px) {
    .view-content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }

  .view-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: var(--BLUE, #4048e0);
    font-weight: 400;
    line-height: 140%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }

  @media (max-width: 991px) {
    .view-details {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }

  .view-info {
    -webkit-align-self: start;
        -ms-flex-item-align: start;
                -ms-grid-row-align: start;
            align-self: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }

  .view-label {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway, sans-serif;
    margin: auto 0;
  }

  .view-toggle {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid rgba(227, 227, 227, 1);
    width: 24px;
    height: 24px;
  }

  .view-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }

  .view-image {
    aspect-ratio: 1;
    -o-object-fit: auto;
       object-fit: auto;
    -o-object-position: center;
       object-position: center;
    width: 24px;
  }
  
  .order-value-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    font-size: 16px;
    color: #a3a3b5;
    font-weight: 400;
    line-height: 140%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media (max-width: 991px) {
    .order-value-container {
      max-width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-right: 20px;
    }
  }
  
  .order-value-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    white-space: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media (max-width: 991px) {
    .order-value-header {
      white-space: initial;
    }
  }
  
  .order-number,
  .order-text {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway, sans-serif;
  }
  
  .order-value-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  
  @media (max-width: 991px) {
    .order-value-content {
      max-width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }
  
  .value-text,
  .value-english-text {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway, sans-serif;
  }
  
  .value-english-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }

  .view-container {
    background-color: var(--LIGHT-BLUE, #f0f2ff);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 140%;
    margin-top: 17px;
    padding: 19px 13px;
    white-space: nowrap;
    width: 100%;
  }

  @media (max-width: 991px) {
    .view-container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 100%;
      white-space: initial;
    }
  }

  .step-counter {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto 0;
  }

  @media (max-width: 991px) {
    .step-counter {
      white-space: initial;
    }
  }

  .step-number {
    color: var(--GREY, #a3a3b5);
    font-family: Raleway, sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
  }

  .current-step {
    color: var(--BLUE, #4048e0);
    font-family: Raleway, sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
  }

  .step-details {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--BLUE, #4048e0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  @media (max-width: 991px) {
    .step-details {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 100%;
      white-space: initial;
    }
  }

  .step-value {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    font-family: Raleway, sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    margin: auto 0;
  }

  .arrow-icon {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    aspect-ratio: 1;
    -o-object-fit: auto;
       object-fit: auto;
    -o-object-position: center;
       object-position: center;
    width: 16px;
  }


.view-body {
    margin-top: .63rem;
}
  
.view-body__title {
    color: var(--LIGHT-BLACK, #424242);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 1.4rem */
}

.view-body__title span {
    color: var(--GREY, #A3A3B5);
}

.view-body__empty {
    margin-top: .63rem;
    text-align: center;
    padding: .63rem;
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
}

.view-body__row {
    gap: 1.25rem;
}

.attr__wrapper {
    margin-top: 1.87rem;
    padding: .94rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    border: 1px solid var(--STROKE, #E3E3E3);
}

.attribute-name-en {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.875rem;
            flex: 0 1 15.875rem;
}

.attribute-disabled {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.4675rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.4675rem;
            flex: 0 1 10.4675rem;
}

.view-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.875rem;
            flex: 0 1 15.875rem;
}

.view-settings {
    width: 1.5rem;
height: 1.5rem;
-webkit-background-size: 100% 100%;
   -moz-background-size: 100%;
     -o-background-size: 100%;
        background-size: 100%;
background-repeat: no-repeat;
background-position: center;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15Z" stroke="%234048E0" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 12.8794V11.1194C2 10.0794 2.85 9.21945 3.9 9.21945C5.71 9.21945 6.45 7.93945 5.54 6.36945C5.02 5.46945 5.33 4.29945 6.24 3.77945L7.97 2.78945C8.76 2.31945 9.78 2.59945 10.25 3.38945L10.36 3.57945C11.26 5.14945 12.74 5.14945 13.65 3.57945L13.76 3.38945C14.23 2.59945 15.25 2.31945 16.04 2.78945L17.77 3.77945C18.68 4.29945 18.99 5.46945 18.47 6.36945C17.56 7.93945 18.3 9.21945 20.11 9.21945C21.15 9.21945 22.01 10.0694 22.01 11.1194V12.8794C22.01 13.9194 21.16 14.7794 20.11 14.7794C18.3 14.7794 17.56 16.0594 18.47 17.6294C18.99 18.5394 18.68 19.6994 17.77 20.2194L16.04 21.2094C15.25 21.6794 14.23 21.3994 13.76 20.6094L13.65 20.4194C12.75 18.8494 11.27 18.8494 10.36 20.4194L10.25 20.6094C9.78 21.3994 8.76 21.6794 7.97 21.2094L6.24 20.2194C5.8041 19.9685 5.48558 19.5548 5.35435 19.0692C5.22311 18.5836 5.28988 18.0658 5.54 17.6294C6.45 16.0594 5.71 14.7794 3.9 14.7794C2.85 14.7794 2 13.9194 2 12.8794Z" stroke="%234048E0" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.attr__btn {
    background-color: transparent;
    color: var(--cr-blue);
    border-color: var(--cr-blue);
}

.attr__btn span {
    position: relative;
    padding-left: 1.37rem;
}

.attr__btn span:before {
    content: '';
    position: absolute;
    left: 0;
    top: .125rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: .75rem;
    height: .75rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path d="M1.5 7H13.5M7.5 1V13" stroke="%234048E0" stroke-width="2" stroke-linecap="round"></path></svg>');
}

.cust__wrapper {
    padding: .94rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    border: 1px solid var(--STROKE, #E3E3E3);
}

.cust__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}

.cust__header .client-aapplications__items-heading:first-child{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.255rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.255rem;
            flex: 0 1 2.255rem;
}



.cust__header .client-aapplications__items-heading:nth-child(2){
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.375rem;
            flex: 0 1 8.375rem;
}

.cust__header .client-aapplications__items-heading:nth-child(3){
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.875rem;
            flex: 0 1 11.875rem;
}

.cust__header .client-aapplications__items-heading:nth-child(4){
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.8735rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.8735rem;
            flex: 0 1 14.8735rem;
}

.cust__header .client-aapplications__items-heading:last-child{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.375rem;
            flex: 0 1 11.375rem;
}   

.cust__body {
    margin-top: .94rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .62rem;
}

.cust__item {
    padding: 1rem .62rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cust__block:last-child {
    margin-left: auto;
}

.cust__block:first-child{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.625rem;
            flex: 0 1 1.625rem;
}

.cust__block:first-child .cust__text {
    color: var(--GREY, #A3A3B5);
}

.cust__block:nth-child(2){
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.375rem;
            flex: 0 1 8.375rem;
}

.cust__block:nth-child(3){
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.875rem;
            flex: 0 1 11.875rem;
}

.cust__block:nth-child(4){
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.8735rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.8735rem;
            flex: 0 1 14.8735rem;
}

.cust__block:nth-child(5){
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.375rem;
            flex: 0 1 11.375rem;
}   

.cust__link {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.cust__remove {
    display: block;
    width: 1rem;
    height: 1rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_1723_12494)"><path d="M4.24173 4.24264L12.727 12.7279M12.727 4.24264L4.24173 12.7279" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1723_12494"><rect width="16" height="16" fill="white"></rect></clipPath></defs></svg>');
}

.cust__wrapper {
    margin-top: 1.88rem;
}

#add-lang .attr__btn {
    margin-top: .94rem;
}

.add-lang__empty {
    margin-top: .94rem;
    text-align: center;
    padding: .62rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
}

#add-lang .review-popup__btn {
    margin-top: .94rem;
}

#add-lang .popup__body-title span {
    color: var(--GREY, #A3A3B5);
}

#edit-name {
    max-width: 23.75rem;
}

#edit-name .review-popup__btns {
    max-width: 100%;
}

.cust__remove span {
    display: none;
}

.category__wrapper {
    margin-top: 1.88rem;
    padding: .94rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    border: 1px solid var(--STROKE, #E3E3E3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .63rem;
}

.category__item {
    padding: .94rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
}

.category__item-top, 
.category__subitem-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.category__item-left, .category__item-right,
.category__subitem-left, .category__subitem-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .63rem;
}

.category__item-toggler, .category__subitem-toggler {
    width: 0.75rem;
    height: 0.75rem;
    cursor: pointer;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M7 1L7 13M13 7L1 7" stroke="%234048E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.category__item-name {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.category__item-plus, .category__item-remove {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.category__item-plus {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M7 1L7 13M13 7L1 7" stroke="%234048E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.category__item-remove {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M1.75736 1.75827L10.2426 10.2435M10.2426 1.75827L1.75736 10.2435" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.category__item-body {
    margin-top: .94rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .63rem;
    padding-left: 1.44rem;
}

.category__subitem-body {
    padding-left: 1.38rem;
    margin-top: .31rem;
}

.category__child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.category__child-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .63rem;
}

.category__item-toggler.active, .category__subitem-toggler.active {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12" fill="none"><path d="M13 6L1 6" stroke="%234048E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.category__item-body, .category__subitem-body {
    display: none;
}

.mg-reviews__wrapper {
    margin-top: 1.88rem;
    padding: .94rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    border: 1px solid var(--STROKE, #E3E3E3);
}

.mg-reviews__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}

.mg-reviews__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7rem;
            flex: 0 1 7rem;
}

.mg-reviews__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.9375rem;
            flex: 0 1 12.9375rem;
}

.mg-reviews__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 16.9375rem;
            flex: 0 1 16.9375rem;
}

.mg-reviews__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.25rem;
            flex: 0 1 8.25rem;
}

.mg-reviews__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.875rem;
            flex: 0 1 11.875rem;
}

.mg-reviews__header .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.5025rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.5025rem;
            flex: 0 1 5.5025rem;
}

.mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7rem;
            flex: 0 1 7rem;
}

.mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.9375rem;
            flex: 0 1 12.9375rem;
}

.mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 16.9375rem;
            flex: 0 1 16.9375rem;
}

.mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.25rem;
            flex: 0 1 8.25rem;
}

.mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.875rem;
            flex: 0 1 11.875rem;
}

.mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.5025rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.5025rem;
            flex: 0 1 5.5025rem;
}

.mg-reviews__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    padding: .94rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
}

.mg-reviews__body {
    margin-top: .94rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .62rem;
}

.mg-reviews__date {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.mg-reviews__time {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
}

.mg-reviews__place {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 1.05rem */
}

.mg-reviews__review, .mg-reviews__link {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */ 
}

.mg-reviews__block:nth-child(6) .mg-reviews__content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mg-reviews__total {
    position: relative;
    padding-left: 1.31rem;
    color: var(--BLACK, #1D1D1D);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
}

.mg-reviews__total::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 0L9.79611 5.52786H15.6085L10.9062 8.94427L12.7023 14.4721L8 11.0557L3.29772 14.4721L5.09383 8.94427L0.391548 5.52786H6.20389L8 0Z" fill="%23FFC700"></path></svg>');
}

.mg-reviews__lock {
    display: block;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M11.3325 5.33489H4.66683V4.66834C4.66633 2.82768 6.15807 1.33509 7.99873 1.33459C9.21152 1.33425 10.3288 1.99274 10.9159 3.05392C11.0946 3.37584 11.5005 3.49195 11.8224 3.31323C12.1443 3.13451 12.2604 2.72863 12.0817 2.40671C10.8335 0.152268 7.99401 -0.663453 5.73954 0.584765C4.25448 1.40699 3.33312 2.97087 3.33368 4.66837V5.61757C2.12055 6.14702 1.33573 7.34415 1.33398 8.66777V12.6672C1.3362 14.5069 2.82707 15.9978 4.66683 16H11.3325C13.1722 15.9978 14.6631 14.5069 14.6653 12.6672V8.66777C14.6631 6.82795 13.1722 5.33708 11.3325 5.33489ZM8.66622 11.334C8.66622 11.7021 8.3678 12.0005 7.99967 12.0005C7.63154 12.0005 7.33311 11.7021 7.33311 11.334V10.0008C7.33311 9.63272 7.63154 9.33429 7.99967 9.33429C8.3678 9.33429 8.66622 9.63272 8.66622 10.0008V11.334Z" fill="%234048E0"></path></svg>');
}

.mg-reviews__lock.--red {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M11.6653 5.616V4.66666C11.6653 2.08934 9.57603 0 6.99869 0C4.42134 0 2.33203 2.08934 2.33203 4.66666V5.616C1.11872 6.14553 0.333781 7.34284 0.332031 8.66666V12.6667C0.334219 14.5067 1.82531 15.9978 3.66534 16H10.332C12.172 15.9978 13.6631 14.5067 13.6653 12.6667V8.66666C13.6636 7.34284 12.8787 6.14553 11.6653 5.616ZM7.66534 11.3333C7.66534 11.7015 7.36688 12 6.99869 12C6.6305 12 6.33203 11.7015 6.33203 11.3333V10C6.33203 9.63181 6.6305 9.33334 6.99869 9.33334C7.36688 9.33334 7.66534 9.63181 7.66534 10V11.3333ZM10.332 5.33334H3.66534V4.66669C3.66534 2.82575 5.15772 1.33334 6.99869 1.33334C8.83966 1.33334 10.332 2.82572 10.332 4.66669V5.33334Z" fill="%23FF0000"></path></svg>');
}

.mg-reviews__lock span {
    display: none;
}

.mg-reviews__link.--red {
    color: var(--red, #F00);
}


.attr__subrow.mg-application__subrow .messenger__search  {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.attr__subrow.mg-application__subrow .messenger__search > *{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15rem;
            flex: 0 1 15rem;
}

.attr__subrow.mg-application__subrow .messenger__search  .--max-width {
    max-width: 100%;
}

.attr__subrow.mg-application__subrow .catalogue-filters__list-check {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.mg-application__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.25rem;
            flex: 0 1 3.25rem;
}

.mg-application__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.4375rem;
            flex: 0 1 7.4375rem;
}

.mg-application__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.4375rem;
            flex: 0 1 7.4375rem;
}

.mg-application__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.4375rem;
            flex: 0 1 9.4375rem;
}

.mg-application__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 9.0625rem;
    -webkit-flex: 9.0625rem;
       -moz-box-flex: 9.0625rem;
        -ms-flex: 9.0625rem;
            flex: 9.0625rem;
}

.mg-application__header .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.8125rem;
            flex: 0 1 5.8125rem;
}

.mg-application__header .client-aapplications__items-heading:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.375rem;
            flex: 0 1 5.375rem;
}

.mg-application__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.31rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.31rem;
            flex: 0 1 12.31rem;
}

.mg-application__body .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.62rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.62rem;
            flex: 0 1 2.62rem;
}

.mg-application__body .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.4375rem;
            flex: 0 1 7.4375rem;
}

.mg-application__body .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.4375rem;
            flex: 0 1 7.4375rem;
}

.mg-application__body .mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.4375rem;
            flex: 0 1 9.4375rem;
}

.mg-application__body .mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 9.0625rem;
    -webkit-flex: 9.0625rem;
       -moz-box-flex: 9.0625rem;
        -ms-flex: 9.0625rem;
            flex: 9.0625rem;
}

.mg-application__body .mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.8125rem;
            flex: 0 1 5.8125rem;
}

.mg-application__body .mg-reviews__block:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.375rem;
            flex: 0 1 5.375rem;
}

.mg-application__body .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.31rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.31rem;
            flex: 0 1 11.31rem;
}

.mg-application__body .mg-reviews__block:last-child .mg-reviews__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mg-application__status {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
    padding: .31rem .88rem;
    -webkit-border-radius: 6.25rem;
       -moz-border-radius: 6.25rem;
            border-radius: 6.25rem;
    background: var(--WHITE, #FFF);
}

.mg-application__status.--red {
    color: var(--red, #F00);
}

.mg-reviews__lock.--green {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M11.3325 5.33489H4.66683V4.66834C4.66633 2.82768 6.15807 1.33509 7.99873 1.33459C9.21152 1.33425 10.3288 1.99274 10.9159 3.05392C11.0946 3.37584 11.5005 3.49195 11.8224 3.31323C12.1443 3.13451 12.2604 2.72863 12.0817 2.40671C10.8335 0.152268 7.99401 -0.663453 5.73954 0.584765C4.25448 1.40699 3.33312 2.97087 3.33368 4.66837V5.61757C2.12055 6.14702 1.33573 7.34415 1.33398 8.66777V12.6672C1.3362 14.5069 2.82707 15.9978 4.66683 16H11.3325C13.1722 15.9978 14.6631 14.5069 14.6653 12.6672V8.66777C14.6631 6.82795 13.1722 5.33708 11.3325 5.33489ZM8.66622 11.334C8.66622 11.7021 8.3678 12.0005 7.99967 12.0005C7.63154 12.0005 7.33311 11.7021 7.33311 11.334V10.0008C7.33311 9.63272 7.63154 9.33429 7.99967 9.33429C8.3678 9.33429 8.66622 9.63272 8.66622 10.0008V11.334Z" fill="%2300BC35"></path></svg>');
}

.attr__subrow.mg-application__subrow.mg-objects__subrow .messenger__search > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12rem;
            flex: 0 1 12rem;
}

.mg-objects__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.9375rem;
            flex: 0 1 10.9375rem;
}

.mg-objects__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.9375rem;
            flex: 0 1 9.9375rem;
}

.mg-objects__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5rem;
            flex: 0 1 5rem;
}

.mg-objects__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.25rem;
            flex: 0 1 6.25rem;
}

.mg-objects__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.25rem;
            flex: 0 1 5.25rem;
}

.mg-objects__header .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.8125rem;
            flex: 0 1 7.8125rem;
}

.mg-objects__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.3725rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 16.3725rem;
            flex: 0 1 16.3725rem;
}

.mg-objects__body .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.3125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.3125rem;
            flex: 0 1 10.3125rem;
}

.mg-objects__body .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.9375rem;
            flex: 0 1 9.9375rem;
}

.mg-objects__body .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5rem;
            flex: 0 1 5rem;
}

.mg-objects__body .mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.25rem;
            flex: 0 1 6.25rem;
}

.mg-objects__body .mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.25rem;
            flex: 0 1 5.25rem;
}

.mg-objects__body .mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.8125rem;
            flex: 0 1 7.8125rem;
}

.mg-objects__body .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.3725rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.3725rem;
            flex: 0 1 15.3725rem;
}

.mg-objects__body .mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.8125rem;
            flex: 0 1 7.8125rem;
}

.mg-objects__body .mg-reviews__block:last-child .mg-reviews__content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mg-objects__link {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.mg-object__status {
    padding: .31rem .88rem;
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
    -webkit-border-radius: 6.25rem;
       -moz-border-radius: 6.25rem;
            border-radius: 6.25rem;
    background: var(--WHITE, #FFF);
  	text-align: center;
}

.mg-object__user {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
}

.mg-object__toggler {
    position: relative;
    display: block;
    padding: 0 1rem;
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    background-color: #FFF;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
    margin-bottom: .31rem;
}

.mg-object__toggler.--blue:after {
    background: #4048E0;
}

.mg-object__toggler:after {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 0.5rem;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
    background: var(--green, #00BC35);
}

.mg-reviews__show {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.mg-object__wrapper {
    margin-top: .94rem;
}

.mg-object__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    margin-bottom: .94rem;
}

.mg-object__top .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 37.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 37.1875rem;
            flex: 0 1 37.1875rem;
}

.mg-object__top .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.44rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.44rem;
            flex: 0 1 15.44rem;
    text-align: right;
    margin-left: -10.5rem;
}

.mg-object__top .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17.37rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.37rem;
            flex: 0 1 17.37rem;
    margin-left: auto;
}

.mg-object__subitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: .63rem;
    padding: .94rem .63rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    border: 1px solid var(--STROKE, #E3E3E3);
}

.mg-object__subitem:last-child {
    margin-bottom: 0;
}

.mg-object__subitem .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22.1225rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 22.1225rem;
            flex: 0 1 22.1225rem;
}

.mg-object__subitem .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 25.875rem;
            flex: 0 1 25.875rem;
}

.mg-object__subitem .mg-reviews__block:nth-child(2) .mg-reviews__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.mg-object__subitem .mg-reviews__block:nth-child(2) .mg-reviews__client {
    max-width: 12.5625rem;
}

.mg-object__subitem .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.37rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 16.37rem;
            flex: 0 1 16.37rem;
}

.mg-objects__icon {
    position: relative;
    width: 1rem;
    height: 1rem;
    display: block;
}

.mg-objects__icon.--rocket {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M2.83385 10H0.999849V9.33333C0.989757 8.39858 1.23731 7.47911 1.71536 6.67578C2.1934 5.87246 2.88347 5.21631 3.70985 4.77933C4.52394 4.37794 5.40561 4.13152 6.30985 4.05267C5.91474 4.54156 5.51852 5.06111 5.12118 5.61133C4.22626 7.00127 3.46061 8.4703 2.83385 10ZM11.3885 11.8753C9.99871 12.7714 8.52967 13.5382 6.99985 14.166V16H7.66652C8.60127 16.0101 9.52074 15.7625 10.3241 15.2845C11.1274 14.8064 11.7835 14.1164 12.2205 13.29C12.6219 12.4759 12.8683 11.5942 12.9472 10.69C12.4605 11.0833 11.941 11.4784 11.3885 11.8753ZM16.9998 1.994C16.9112 4.896 14.8218 7.774 10.6118 10.794C9.46619 11.5367 8.25755 12.1774 6.99985 12.7087V12.3333C6.99687 11.7154 6.75008 11.1236 6.31314 10.6867C5.8762 10.2498 5.28444 10.003 4.66652 10H4.29118C4.82311 8.74231 5.4647 7.53387 6.20852 6.38867C9.22118 2.18533 12.0945 0.096 14.9918 0C16.4358 0 16.9998 0.59 16.9998 1.994ZM12.9998 5.66667C12.9998 5.22464 12.8243 4.80072 12.5117 4.48816C12.1991 4.17559 11.7752 4 11.3332 4C10.8912 4 10.4672 4.17559 10.1547 4.48816C9.84211 4.80072 9.66652 5.22464 9.66652 5.66667C9.66652 6.10869 9.84211 6.53262 10.1547 6.84518C10.4672 7.15774 10.8912 7.33333 11.3332 7.33333C11.7752 7.33333 12.1991 7.15774 12.5117 6.84518C12.8243 6.53262 12.9998 6.10869 12.9998 5.66667ZM1.91585 15.8567C2.66652 15.7233 4.47652 15.3513 5.08118 14.7473C5.26692 14.5616 5.41425 14.3411 5.51476 14.0984C5.61528 13.8558 5.66702 13.5957 5.66702 13.333C5.66702 13.0703 5.61528 12.8102 5.51476 12.5676C5.41425 12.3249 5.26692 12.1044 5.08118 11.9187C4.89545 11.7329 4.67495 11.5856 4.43228 11.4851C4.18961 11.3846 3.92952 11.3328 3.66685 11.3328C3.13637 11.3328 2.62762 11.5436 2.25252 11.9187C1.64852 12.5233 1.27585 14.3333 1.14318 15.084L0.978516 16.0213L1.91585 15.8567Z" fill="%234048E0"></path></svg>');
}

.mg-objects__icon.--rocket.--circle {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.33333 14.6667C9.16504 14.6667 9.9886 14.5029 10.757 14.1846C11.5254 13.8663 12.2236 13.3998 12.8117 12.8117C13.3998 12.2236 13.8663 11.5254 14.1846 10.757C14.5029 9.9886 14.6667 9.16504 14.6667 8.33333C14.6667 7.50163 14.5029 6.67807 14.1846 5.90967C13.8663 5.14128 13.3998 4.44309 12.8117 3.85499C12.2236 3.26689 11.5254 2.80038 10.757 2.4821C9.9886 2.16382 9.16504 2 8.33333 2C6.65363 2 5.04272 2.66726 3.85499 3.85499C2.66726 5.04272 2 6.65363 2 8.33333C2 10.013 2.66726 11.6239 3.85499 12.8117C5.04272 13.9994 6.65363 14.6667 8.33333 14.6667Z" stroke="%234048E0" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.mg-object__top {
    align-items: flex-start;
}

.mg-objects__icon img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.mg-object__wrapper {
    display: none;
}

.mg-object__toggler.--no::after {
    right: unset;
    left: 0;
    background: #4048E0;
}

.mg-objects__attention {
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%23FFC700"></rect><path d="M7.5 10.0021V2.5H8.5V10.0021H7.5ZM7.5 13.5V11.7817H8.5V13.5H7.5Z" fill="white"></path></svg>');
}

.mg-object .mg-reviews__block:nth-child(6) .mg-reviews__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}


.mg-object__popup-attention {
    padding: .94rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    background: #FDF3D8;
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    margin-top: .94rem;
}

.mg-object__popup-attention span {
    position: relative;
    display: block;
    padding-left: 1.81rem;
}

.mg-object__popup-attention span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1rem;
    width: 1rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.3869 10.2193L10.0002 1.71268C9.54689 1.05935 8.79356 0.666016 8.00023 0.666016C7.20689 0.666016 6.45356 1.05268 5.98023 1.73268L0.620227 10.206C-0.0597729 11.1793 -0.18644 12.346 0.286894 13.246C0.75356 14.146 1.73356 14.6593 2.96023 14.6593H13.0402C14.2736 14.6593 15.2469 14.146 15.7136 13.246C16.1802 12.346 16.0536 11.186 15.3869 10.2193ZM7.33356 4.66602C7.33356 4.29935 7.63356 3.99935 8.00023 3.99935C8.36689 3.99935 8.66689 4.29935 8.66689 4.66602V8.66602C8.66689 9.03268 8.36689 9.33268 8.00023 9.33268C7.63356 9.33268 7.33356 9.03268 7.33356 8.66602V4.66602ZM8.00023 12.666C7.44689 12.666 7.00023 12.2193 7.00023 11.666C7.00023 11.1127 7.44689 10.666 8.00023 10.666C8.55356 10.666 9.00023 11.1127 9.00023 11.666C9.00023 12.2193 8.55356 12.666 8.00023 12.666Z" fill="%23424242"></path></svg>');
}

.review-popup.subject-popup.mg-object__popup {
    max-width: 27.3125rem;
    width: 100%;
}

.mg-object__popup .review-popup__btns {
    max-width: 100%;
}

#mg-object-remove .mg-object__popup-attention {
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    color: var(--red, #F00);
    background: #FFF3F3;
}

.mg-object__popup .verify__upload input+label {
    padding-inline: 1.25rem;
} 

#mg-object-remove .mg-object__popup-attention span:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M15.8869 10.7193L10.5002 2.21268C10.0469 1.55935 9.29356 1.16602 8.50023 1.16602C7.70689 1.16602 6.95356 1.55268 6.48023 2.23268L1.12023 10.706C0.440227 11.6793 0.31356 12.846 0.786894 13.746C1.25356 14.646 2.23356 15.1593 3.46023 15.1593H13.5402C14.7736 15.1593 15.7469 14.646 16.2136 13.746C16.6802 12.846 16.5536 11.686 15.8869 10.7193ZM7.83356 5.16602C7.83356 4.79935 8.13356 4.49935 8.50023 4.49935C8.86689 4.49935 9.16689 4.79935 9.16689 5.16602V9.16602C9.16689 9.53268 8.86689 9.83268 8.50023 9.83268C8.13356 9.83268 7.83356 9.53268 7.83356 9.16602V5.16602ZM8.50023 13.166C7.94689 13.166 7.50023 12.7193 7.50023 12.166C7.50023 11.6127 7.94689 11.166 8.50023 11.166C9.05356 11.166 9.50023 11.6127 9.50023 12.166C9.50023 12.7193 9.05356 13.166 8.50023 13.166Z" fill="%23FF0000"></path></svg>');
}

.mg-clients__subrow .--max-width {
    max-width: 100%;
}

.mg-clients__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.38rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.38rem;
            flex: 0 1 3.38rem;
}
.mg-clients__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.75rem;
            flex: 0 1 8.75rem;
}
.mg-clients__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.125rem;
            flex: 0 1 15.125rem;
}
.mg-clients__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex:  0;
    -webkit-flex:  0 1 9.625rem;
       -moz-box-flex:  0;
        -ms-flex:  0 1 9.625rem;
            flex:  0 1 9.625rem;
}
.mg-clients__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.5625rem;
            flex: 0 1 5.5625rem;
}

.mg-clients__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 18.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 18.75rem;
            flex: 0 1 18.75rem;
}

.mg-clients__body .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.75rem;
            flex: 0 1 2.75rem;
}
.mg-clients__body .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.75rem;
            flex: 0 1 8.75rem;
}
.mg-clients__body .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.125rem;
            flex: 0 1 15.125rem;
}
.mg-clients__body .mg-reviews__block:nth-child(4) {
    -webkit-box-flex:  0;
    -webkit-flex:  0 1 9.625rem;
       -moz-box-flex:  0;
        -ms-flex:  0 1 9.625rem;
            flex:  0 1 9.625rem;
}
.mg-clients__body .mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.5625rem;
            flex: 0 1 5.5625rem;
}

.mg-clients__body .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 18.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 18.75rem;
            flex: 0 1 18.75rem;
}

.mg-client__wrap {
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
}

.mg-client__wrap img {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
-webkit-border-radius: 100%;
   -moz-border-radius: 100%;
        border-radius: 100%;
}

.mg-clients__link {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    position: relative;
    padding-left: 2.06rem;
    display: block;
}
 
.mg-clients__link.--phone {
    margin-bottom: .75rem;
}

.mg-clients__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
}

.mg-clients__link.--phone:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" rx="12" fill="white"></rect><path d="M17.4993 11.4997C17.3665 11.4997 17.2391 11.447 17.1452 11.3533C17.0513 11.2595 16.9985 11.1324 16.9985 10.9998C16.9975 9.93948 16.5751 8.9229 15.8241 8.17315C15.0731 7.4234 14.0548 7.00172 12.9927 7.00066C12.8599 7.00066 12.7326 6.94799 12.6387 6.85425C12.5448 6.7605 12.492 6.63335 12.492 6.50077C12.492 6.36819 12.5448 6.24104 12.6387 6.14729C12.7326 6.05355 12.8599 6.00088 12.9927 6.00088C14.3203 6.00234 15.5931 6.52947 16.5318 7.46663C17.4705 8.4038 17.9985 9.67444 18 10.9998C18 11.1324 17.9472 11.2595 17.8533 11.3533C17.7594 11.447 17.6321 11.4997 17.4993 11.4997ZM15.9971 10.9998C15.9971 10.2043 15.6806 9.44142 15.1171 8.87893C14.5537 8.31645 13.7895 8.00044 12.9927 8.00044C12.8599 8.00044 12.7326 8.05311 12.6387 8.14686C12.5448 8.24061 12.492 8.36776 12.492 8.50033C12.492 8.63291 12.5448 8.76006 12.6387 8.85381C12.7326 8.94756 12.8599 9.00023 12.9927 9.00023C13.5239 9.00023 14.0334 9.21089 14.409 9.58588C14.7846 9.96088 14.9956 10.4695 14.9956 10.9998C14.9956 11.1324 15.0484 11.2595 15.1423 11.3533C15.2362 11.447 15.3636 11.4997 15.4964 11.4997C15.6292 11.4997 15.7565 11.447 15.8504 11.3533C15.9443 11.2595 15.9971 11.1324 15.9971 10.9998ZM17.0902 17.0805L17.5458 16.5561C17.8359 16.2656 17.9987 15.8722 17.9987 15.4621C17.9987 15.0519 17.8359 14.6585 17.5458 14.3681C17.5303 14.3526 16.3256 13.4273 16.3256 13.4273C16.0364 13.1525 15.6524 12.9995 15.2532 13C14.854 13.0006 14.4703 13.1547 14.182 13.4303L13.2276 14.2331C12.4485 13.9112 11.7409 13.4388 11.1452 12.8431C10.5495 12.2474 10.0776 11.5401 9.75653 10.7618L10.5577 9.81205C10.8339 9.5242 10.9885 9.14113 10.9891 8.74248C10.9898 8.34383 10.8365 7.96027 10.5612 7.67152C10.5612 7.67152 9.63335 6.47028 9.61782 6.45478C9.33214 6.16772 8.94479 6.00439 8.53947 6.00009C8.13416 5.99578 7.74342 6.15085 7.45168 6.43179L6.87584 6.93168C3.4739 10.8718 10.7995 18.1287 14.8765 17.9983C15.2882 18.0006 15.6961 17.9207 16.0764 17.763C16.4566 17.6054 16.8013 17.3733 17.0902 17.0805Z" fill="%234048E0"></path></svg>');
}

.mg-clients__link.--mail:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" rx="12" fill="white"></rect><path d="M17.977 9.06472L13.768 12.891C13.2987 13.3166 12.6629 13.5555 12 13.5555C11.3371 13.5555 10.7013 13.3166 10.232 12.891L6.023 9.06472C6.016 9.13654 6 9.20153 6 9.2729V14.7273C6.00079 15.3299 6.26444 15.9075 6.73311 16.3336C7.20178 16.7596 7.8372 16.9993 8.5 17H15.5C16.1628 16.9993 16.7982 16.7596 17.2669 16.3336C17.7356 15.9075 17.9992 15.3299 18 14.7273V9.2729C18 9.20153 17.984 9.13654 17.977 9.06472Z" fill="%234048E0"></path><path d="M13.0611 12.2481L17.6281 8.09589C17.4068 7.7624 17.0948 7.48637 16.7221 7.29442C16.3493 7.10246 15.9285 7.00106 15.5001 7H8.50007C8.07168 7.00106 7.65082 7.10246 7.27808 7.29442C6.90535 7.48637 6.59331 7.7624 6.37207 8.09589L10.9391 12.2481C11.2209 12.5032 11.6024 12.6465 12.0001 12.6465C12.3978 12.6465 12.7793 12.5032 13.0611 12.2481Z" fill="%234048E0"></path></svg>');
}

.mg-clients__body .mg-reviews__block:last-child .mg-reviews__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mg-clients__lock span, .mg-clients__remove span {
    display: none;
}

.mg-clients__lock, .mg-clients__remove {
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.mg-clients__lock {
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.46687 10.6606L6.66687 10.6606C6.49006 10.6606 6.32049 10.7309 6.19547 10.8559C6.07044 10.9809 6.00021 11.1505 6.00021 11.3273L6.00021 11.994C6.00021 12.1708 5.92997 12.3403 5.80494 12.4654C5.67992 12.5904 5.51035 12.6606 5.33354 12.6606L4.66687 12.6606C4.49006 12.6606 4.32049 12.7309 4.19547 12.8559C4.07044 12.9809 4.00021 13.1505 4.00021 13.3273L4.00021 15.1173C3.99957 15.2473 3.96152 15.3744 3.89059 15.4834C3.81966 15.5924 3.71885 15.6787 3.60021 15.732C3.10432 15.9571 2.55671 16.0437 2.01554 15.9826C1.45209 15.9064 0.936018 15.6267 0.564733 15.196C0.193448 14.7654 -0.00736274 14.2138 0.000205803 13.6453C0.00025657 12.8431 0.318959 12.0738 0.886206 11.5066L6.15687 6.23462C5.93611 5.38482 5.94716 4.49137 6.18887 3.64729C6.51726 2.48599 7.25459 1.48266 8.26481 0.822422C9.27503 0.162188 10.49 -0.110386 11.6854 0.0549963C12.8808 0.220379 13.9761 0.812557 14.7692 1.72226C15.5622 2.63196 15.9994 3.79779 16.0002 5.00462C16 5.1792 15.9909 5.35365 15.9729 5.52729C15.8647 6.52073 15.4625 7.45927 14.8177 8.22271C14.1729 8.98616 13.3149 9.53976 12.3535 9.81262C11.5098 10.0551 10.6163 10.0659 9.76687 9.84395L9.33354 10.2773C9.10191 10.5077 8.79319 10.6443 8.46687 10.6606ZM13.3335 3.66795C13.3335 3.47017 13.2749 3.27683 13.165 3.11238C13.0551 2.94793 12.8989 2.81976 12.7162 2.74407C12.5335 2.66839 12.3324 2.64858 12.1384 2.68717C11.9445 2.72575 11.7663 2.82099 11.6264 2.96085C11.4866 3.1007 11.3913 3.27888 11.3528 3.47286C11.3142 3.66685 11.334 3.86791 11.4097 4.05064C11.4853 4.23336 11.6135 4.38954 11.778 4.49942C11.9424 4.60931 12.1358 4.66795 12.3335 4.66795C12.5988 4.66795 12.8531 4.5626 13.0406 4.37506C13.2282 4.18752 13.3335 3.93317 13.3335 3.66795Z" fill="%234048E0"></path></svg>');
}

.mg-clients__remove {
    width: 0.75rem;
    height: 0.75rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M1.75736 1.75827L10.2426 10.2435M10.2426 1.75827L1.75736 10.2435" stroke="%23FF0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.mg-clients__subblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mg-clients__chat {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M0 11.64C0 4.9515 5.2395 0 12 0C18.7605 0 24 4.9515 24 11.64C24 18.3285 18.7605 23.28 12 23.28C10.785 23.28 9.621 23.1195 8.526 22.8195C8.31368 22.7604 8.08748 22.7763 7.8855 22.8645L5.5035 23.9175C5.35964 23.981 5.20239 24.0081 5.04558 23.9966C4.88876 23.985 4.73719 23.9351 4.60417 23.8513C4.47115 23.7675 4.36076 23.6522 4.2827 23.5157C4.20464 23.3792 4.16131 23.2257 4.1565 23.0685L4.0905 20.934C4.08594 20.8041 4.055 20.6764 3.99956 20.5589C3.94411 20.4413 3.86533 20.3362 3.768 20.25C1.434 18.162 0 15.138 0 11.64ZM8.319 9.4515L4.794 15.0435C4.4565 15.5805 5.115 16.185 5.6205 15.8025L9.408 12.9285C9.53257 12.8339 9.68457 12.7824 9.841 12.7819C9.99743 12.7813 10.1498 12.8317 10.275 12.9255L13.0785 15.0285C13.2774 15.1777 13.5051 15.284 13.7471 15.3408C13.9892 15.3976 14.2404 15.4037 14.4849 15.3586C14.7294 15.3135 14.9619 15.2182 15.1678 15.0788C15.3736 14.9394 15.5484 14.7588 15.681 14.5485L19.206 8.9565C19.545 8.4195 18.885 7.815 18.3795 8.1975L14.592 11.0715C14.4674 11.1661 14.3154 11.2176 14.159 11.2181C14.0026 11.2187 13.8502 11.1683 13.725 11.0745L10.9215 8.97C10.7226 8.82083 10.4949 8.71449 10.2529 8.65768C10.0108 8.60087 9.75961 8.59482 9.51511 8.63992C9.2706 8.68502 9.03808 8.78028 8.83222 8.9197C8.62636 9.05913 8.45161 9.24119 8.319 9.4515Z" fill="%234048E0"></path></svg>');
}

.mg-clients__subblock  .mg-object__toggler {
    margin-bottom: 0;
}

.mg-clients__subblock:first-child {
    gap: .94rem;
}

.mg-clients__subblock:last-child {
    gap: .63rem;
}

.mg-clients__btn {
    background-color: transparent;
    color: var(--cr-blue);
    border-color: var(--cr-blue);
}

.mg-partners__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.38rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.38rem;
            flex: 0 1 3.38rem;
}
.mg-partners__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.7525rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.7525rem;
            flex: 0 1 8.7525rem;
}
.mg-partners__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.375rem;
            flex: 0 1 9.375rem;
}
.mg-partners__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.625rem;
            flex: 0 1 9.625rem;
}
.mg-partners__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.8125rem;
            flex: 0 1 4.8125rem;
}
.mg-partners__header .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.5025;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.5025;
            flex: 0 1 3.5025;
}
.mg-partners__header .client-aapplications__items-heading:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.245rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.245rem;
            flex: 0 1 9.245rem;
}
.mg-partners__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.5625rem;
            flex: 0 1 11.5625rem;
}

.mg-partners__body .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.75rem;
            flex: 0 1 2.75rem;
}
.mg-partners__body .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.7525rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.7525rem;
            flex: 0 1 8.7525rem;
}
.mg-partners__body .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.375rem;
            flex: 0 1 9.375rem;
}
.mg-partners__body .mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.625rem;
            flex: 0 1 10.625rem;
}
.mg-partners__body .mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.8125rem;
            flex: 0 1 4.8125rem;
}
.mg-partners__body .mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.5025;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.5025;
            flex: 0 1 3.5025;
}
.mg-partners__body .mg-reviews__block:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.245rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.245rem;
            flex: 0 1 9.245rem;
}
.mg-partners__body .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.5625rem;
            flex: 0 1 11.5625rem;
}

.mg-paretns__tag {
    position: relative;
}

.mg-paretns__tag span {
    color: var(--WHITE, #FFF);
    font-variant-numeric: lining-nums proportional-nums;
    text-align: center;
    padding: .22rem 1.25rem;
    -webkit-border-radius: 6.25rem;
       -moz-border-radius: 6.25rem;
            border-radius: 6.25rem;
    background: var(--BLUE, #4048E0);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
}

.mg-paretns__tag.--info span {
    position: relative;
    cursor: pointer;
    padding-left: 1.88rem;
    background: var(--LIGHT-BLACK, #424242);
}

.mg-paretns__tag.--info span::before {
    content: '';
    position: absolute;
    left: .63rem;
    top: .3rem;
    width: 0.75rem;
    height: 0.75rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><g clip-path="url(%23clip0_2452_26565)"><path d="M6 0.375C4.88748 0.375 3.79995 0.704901 2.87492 1.32298C1.94989 1.94107 1.22892 2.81957 0.80318 3.84741C0.377437 4.87524 0.266043 6.00624 0.483085 7.09738C0.700127 8.18853 1.23586 9.19081 2.02253 9.97748C2.8092 10.7641 3.81148 11.2999 4.90262 11.5169C5.99376 11.734 7.12476 11.6226 8.1526 11.1968C9.18043 10.7711 10.0589 10.0501 10.677 9.12508C11.2951 8.20006 11.625 7.11252 11.625 6C11.6233 4.50868 11.0301 3.07891 9.97562 2.02439C8.92109 0.969861 7.49133 0.376687 6 0.375ZM6 10.875C5.03582 10.875 4.09329 10.5891 3.2916 10.0534C2.48991 9.51774 1.86507 8.75637 1.49609 7.86558C1.12711 6.97479 1.03057 5.99459 1.21867 5.04893C1.40678 4.10328 1.87108 3.23464 2.55286 2.55285C3.23464 1.87107 4.10328 1.40677 5.04894 1.21867C5.99459 1.03057 6.97479 1.12711 7.86558 1.49609C8.75637 1.86506 9.51775 2.48991 10.0534 3.29159C10.5891 4.09328 10.875 5.03582 10.875 6C10.8735 7.29247 10.3594 8.53158 9.4455 9.4455C8.53159 10.3594 7.29248 10.8735 6 10.875Z" fill="%23FFC700"></path><path d="M6 9C5.90054 9 5.80516 9.03951 5.73484 9.10983C5.66451 9.18016 5.625 9.27554 5.625 9.375C5.625 9.47446 5.66451 9.56984 5.73484 9.64017C5.80516 9.71049 5.90054 9.75 6 9.75C6.09946 9.75 6.19484 9.71049 6.26517 9.64017C6.33549 9.56984 6.375 9.47446 6.375 9.375C6.375 9.27554 6.33549 9.18016 6.26517 9.10983C6.19484 9.03951 6.09946 9 6 9ZM6 2.25C5.90054 2.25 5.80516 2.28951 5.73484 2.35984C5.66451 2.43016 5.625 2.52554 5.625 2.625V7.875C5.625 7.97446 5.66451 8.06984 5.73484 8.14016C5.80516 8.21049 5.90054 8.25 6 8.25C6.09946 8.25 6.19484 8.21049 6.26517 8.14016C6.33549 8.06984 6.375 7.97446 6.375 7.875V2.625C6.375 2.52554 6.33549 2.43016 6.26517 2.35984C6.19484 2.28951 6.09946 2.25 6 2.25Z" fill="%23FFC700"></path></g><defs><clipPath id="clip0_2452_26565"><rect width="12" height="12" fill="white"></rect></clipPath></defs></svg>');
}

.mg-paretns__tag.--info:hover .paymnet-popup__input-info-text {
    opacity: 1;
    z-index: 1;
}

.mg-paretns__tag.--info .paymnet-popup__input-info-text {
    -webkit-transform: unset;
       -moz-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
    left: -6.75rem;
    top: -5.75rem;
}

.mg-partners__body .mg-reviews__block:last-child .mg-reviews__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mg-clients__info span {
    display: none;
}

.mg-clients__info {
    width: 1rem;
    height: 1rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%23FFC700"></rect><path d="M7.5 10.0021V2.5H8.5V10.0021H7.5ZM7.5 13.5V11.7817H8.5V13.5H7.5Z" fill="white"></path></svg>');
}

.mg-partners__status {
    color: var(--WHITE, #FFF);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    padding: .31rem .72rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    background: var(--green, #00BC35);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mg-partners__date {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
    opacity: 0.92;
}

.mg-partners__user {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    display: block;
    line-height: 140%; /* 1.05rem */
}

.mg-partners__status.--disabled {
    background: var(--STROKE, #E3E3E3);
}

#reason {
    max-width: 30.8125rem;
}

.reasong__text {
    margin-top: .94rem;
}

#reason.mg-object__popup .review-popup__btns {
    max-width: 6.375rem;
} 

#mg-object-remove .mg-verify__grid {
    -ms-grid-columns: 1fr 1.15fr;
    grid-template-columns: 1fr 1.15fr;
}

#mg-object-remove.mg-object__popup .verify__upload input+label {
    padding-inline: 2rem;
}

.adm-balance__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .62rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: .62rem;
    max-width: 46.625rem;
    margin-top: 1.87rem;
}

.adm-balance__btn {
    background-color: transparent;
    color: var(--cr-blue);
    border-color: var(--cr-blue);
}

.adm-balance__btn:hover {
    background-color: var(--cr-blue);
    color: #FFF;
}

.btn.--red {
    border: 1px solid var(--red, #F00);
    color: var(--red, #F00);
    background-color: transparent;
}

.btn.--red:hover {
    color: #FFF;
    background-color: var(--red, #F00);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(255, 0, 0, 0.25);
       -moz-box-shadow: 0px 8px 24px 0px rgba(255, 0, 0, 0.25);
            box-shadow: 0px 8px 24px 0px rgba(255, 0, 0, 0.25);
}

.adm-balance .client-balance__togglers {
    max-width: 22.25rem;
}

.adm-balance .client-balance__row-block {
    max-width: 46.625rem;
}

.client-balance__wrap:first-child .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.38rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.38rem;
            flex: 0 1 2.38rem;
}

.client-balance__wrap:first-child .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.25rem;
            flex: 0 1 3.25rem;
}

.client-balance__wrap:first-child .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.625rem;
            flex: 0 1 8.625rem;
}

.client-balance__wrap:first-child .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.9375rem;
            flex: 0 1 10.9375rem;
}

.client-balance__wrap:first-child .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.375rem;
            flex: 0 1 5.375rem;
}

.client-balance__wrap:first-child .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.0625rem;
            flex: 0 1 7.0625rem;
}

.client-balance__wrap:first-child .client-aapplications__items-heading:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.94rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.94rem;
            flex: 0 1 10.94rem;
}

.client-balance__wrap:first-child .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.94rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.94rem;
            flex: 0 1 10.94rem;
}

.client-balance__wrap:first-child .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.75rem;
            flex: 0 1 1.75rem;
}

.client-balance__wrap:first-child .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.25rem;
            flex: 0 1 3.25rem;
}

.client-balance__wrap:first-child .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.625rem;
            flex: 0 1 8.625rem;
}

.client-balance__wrap:first-child .mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.9375rem;
            flex: 0 1 10.9375rem;
}

.client-balance__wrap:first-child .mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.375rem;
            flex: 0 1 5.375rem;
}

.client-balance__wrap:first-child .mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.0625rem;
            flex: 0 1 7.0625rem;
}

.client-balance__wrap:first-child .mg-reviews__block:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.94rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.94rem;
            flex: 0 1 10.94rem;
}

.client-balance__wrap:first-child .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.94rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.94rem;
            flex: 0 1 10.94rem;
}

.client-balance__wrap .mg-reviews__item {
    padding-inline: .63rem;
}

.adm-balance__link{
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.adm-balance__status {
    padding: .31rem .88rem;
    -webkit-border-radius: 6.25rem;
       -moz-border-radius: 6.25rem;
            border-radius: 6.25rem;
background: var(--WHITE, #FFF);
color: var(--green, #00BC35);
font-variant-numeric: lining-nums proportional-nums;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
max-width: max-content;
line-height: 140%; /* 1.05rem */
}
























.client-balance__wrap:nth-child(2) .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.38rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.38rem;
            flex: 0 1 2.38rem;
}

.client-balance__wrap:nth-child(2) .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.3775rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.3775rem;
            flex: 0 1 9.3775rem;
}

.client-balance__wrap:nth-child(2) .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.0625rem;
            flex: 0 1 6.0625rem;
}

.client-balance__wrap:nth-child(2) .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.625rem;
            flex: 0 1 15.625rem;
}

.client-balance__wrap:nth-child(2) .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.3125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.3125rem;
            flex: 0 1 5.3125rem;
}

.client-balance__wrap:nth-child(2) .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4rem;
            flex: 0 1 4rem;
}



.client-balance__wrap:nth-child(2) .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17.74rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.74rem;
            flex: 0 1 17.74rem;
}

.client-balance__wrap:nth-child(2) .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.75rem;
            flex: 0 1 1.75rem;
}

.client-balance__wrap:nth-child(2) .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.3775rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.3775rem;
            flex: 0 1 9.3775rem;
}

.client-balance__wrap:nth-child(2) .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.0625rem;
            flex: 0 1 6.0625rem;
}

.client-balance__wrap:nth-child(2) .mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.625rem;
            flex: 0 1 15.625rem;
}

.client-balance__wrap:nth-child(2) .mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.3125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.3125rem;
            flex: 0 1 5.3125rem;
}

.client-balance__wrap:nth-child(2) .mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4rem;
            flex: 0 1 4rem;
}


.client-balance__wrap:nth-child(2) .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17.74rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.74rem;
            flex: 0 1 17.74rem;
}

.client-balance__wrap:nth-child(2) .mg-reviews__block:nth-child(4) .mg-clients__link.--phone{
    margin-top: .75rem;
}

.adm-balance__status.--new {
    color: var(--BLUE, #4048E0);
}

.adm-balance__info {
    margin-top: .63rem;
    padding: .87rem .94rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
border: 1px solid var(--STROKE, #E3E3E3);
}

.adm-balance__title {
    color: var(--LIGHT-BLACK, #424242);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 1.4rem */
margin-bottom: .63rem;
}

.adm-balance__block {
    margin-bottom: .94rem;
}

.adm-balance__block:last-child {
    margin-bottom: 0;
}

.adm-balance__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.19rem;
    margin-bottom: .63rem;
}

.adm-balance__row:last-child {
    margin-bottom: 0;
}

.adm-balance__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.1875rem;
            flex: 0 1 12.1875rem;
    color: var(--GREY, #A3A3B5);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.4rem */
}

.adm-balance__text {
    color: var(--LIGHT-BLACK, #424242);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.4rem */
}

.adm-balance__btns {
    gap: .62rem;
}

.adm-balance .client-balance__wrap:last-child .client-balance__row-block {
    max-width: 100%;
}

.client-balance__wrap:last-child .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.38rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.38rem;
            flex: 0 1 7.38rem;
}

.client-balance__wrap:last-child .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.5rem;
            flex: 0 1 9.5rem;
}

.client-balance__wrap:last-child .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.5rem;
            flex: 0 1 9.5rem;
}

.client-balance__wrap:last-child .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.7475rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.7475rem;
            flex: 0 1 5.7475rem;
}

.client-balance__wrap:last-child .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.435rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.435rem;
            flex: 0 1 8.435rem;
}

.client-balance__wrap:last-child .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.75rem;
            flex: 0 1 7.75rem;
}

.client-balance__wrap:last-child .client-aapplications__items-heading:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.0625rem;
            flex: 0 1 5.0625rem;
}

.client-balance__wrap:last-child .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.9375rem;
            flex: 0 1 5.9375rem;
}

.client-balance__wrap:last-child .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.75rem;
            flex: 0 1 6.75rem;
}

.client-balance__wrap:last-child .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.5rem;
            flex: 0 1 9.5rem;
}

.client-balance__wrap:last-child .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.5rem;
            flex: 0 1 9.5rem;
}

.client-balance__wrap:last-child .mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.7475rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.7475rem;
            flex: 0 1 5.7475rem;
}

.client-balance__wrap:last-child .mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.435rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.435rem;
            flex: 0 1 8.435rem;
}

.client-balance__wrap:last-child .mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.75rem;
            flex: 0 1 7.75rem;
}

.client-balance__wrap:last-child .mg-reviews__block:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.0625rem;
            flex: 0 1 5.0625rem;
}

.client-balance__wrap:last-child .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.9375rem;
            flex: 0 1 5.9375rem;
}

.adm-balance__status.--red {
    color: var(--red, #F00);
}

.adm-table .adm-balance__grid{
    max-width: 30.4375rem;
}

.adm-table .adm-balance__btn {
    padding-inline: 1.25rem;
}

.adm-table .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.0575rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.0575rem;
            flex: 0 1 4.0575rem;
}

.adm-table .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23.44063rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 23.44063rem;
            flex: 0 1 23.44063rem;
}

.adm-table .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23.36063rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 23.36063rem;
            flex: 0 1 23.36063rem;
}

.adm-table .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.39063rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.39063rem;
            flex: 0 1 14.39063rem;
}

.adm-table .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.4375rem;
            flex: 0 1 3.4375rem;
}

.adm-table .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23.44063rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 23.44063rem;
            flex: 0 1 23.44063rem;
}

.adm-table .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23.36063rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 23.36063rem;
            flex: 0 1 23.36063rem;
}

.adm-table .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.185rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.185rem;
            flex: 0 1 11.185rem;
}

.adm-table .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1rem;
            flex: 0 1 1rem;
}

.client-cabinet__heading .user-managment__info-additional{
    margin-left: .5rem;
}

.adm-blocks .attr__subrow {
    max-width: 28.4375rem;
}

.adm-blocks .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22.56063rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 22.56063rem;
            flex: 0 1 22.56063rem;
}

.adm-blocks .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.375rem;
            flex: 0 1 14.375rem;
}

.adm-blocks .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 13.175rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 13.175rem;
            flex: 0 1 13.175rem;
}

.adm-blocks .cust__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.75rem;
            flex: 0 1 5.75rem;
}

.adm-blocks .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.19rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.19rem;
            flex: 0 1 8.19rem;
}

.adm-blocks .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.5rem;
            flex: 0 1 2.5rem;
}

.adm-blocks .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 18.185rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 18.185rem;
            flex: 0 1 18.185rem;
}

.adm-blocks .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.485rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.485rem;
            flex: 0 1 14.485rem;
}

.adm-blocks .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.985rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.985rem;
            flex: 0 1 12.985rem;
}

.adm-blocks .cust__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.7525rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.7525rem;
            flex: 0 1 5.7525rem;
}

.adm-blocks .cust__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.0025rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.0025rem;
            flex: 0 1 5.0025rem;
}

.adm-blocks .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1rem;
            flex: 0 1 1rem;
}




.adm-pages .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.13rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.13rem;
            flex: 0 1 3.13rem;
}

.adm-pages .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.005rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.005rem;
            flex: 0 1 14.005rem;
}

.adm-pages .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.375rem;
            flex: 0 1 9.375rem;
}

.adm-pages .cust__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.375rem;
            flex: 0 1 5.375rem;
}

.adm-pages .cust__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.875rem;
            flex: 0 1 5.875rem;
}

.adm-pages .cust__header .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.4375rem;
            flex: 0 1 11.4375rem;
}

.adm-pages .cust__header .client-aapplications__items-heading:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.0625rem;
            flex: 0 1 4.0625rem;
}

.adm-pages .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.7525rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.7525rem;
            flex: 0 1 6.7525rem;
}

.adm-pages .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.5rem;
            flex: 0 1 2.5rem;
}

.adm-pages .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.005rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.005rem;
            flex: 0 1 14.005rem;
}

.adm-pages .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.375rem;
            flex: 0 1 9.375rem;
}

.adm-pages .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.375rem;
            flex: 0 1 5.375rem;
}

.adm-pages .cust__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.875rem;
            flex: 0 1 5.875rem;
}

.adm-pages .cust__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.4375rem;
            flex: 0 1 11.4375rem;
}

.adm-pages .cust__block:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.0625rem;
            flex: 0 1 4.0625rem;
}

.adm-pages .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.8125rem;
            flex: 0 1 5.8125rem;
}

.adm-pages .mg-reviews__link {
    word-break: break-all;
}

#add-partner {
max-width: 30.875rem;
}

#add-partner .user-managment__info-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.6875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.6875rem;
            flex: 0 0 8.6875rem;
}

#add-partner .register__from-item {
    width: 100%;
}

.mg-partner__popup-list {
    margin-top: .94rem;
}

.mg-attr__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.255rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.255rem;
            flex: 0 1 2.255rem;
}

.mg-attr__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 21.565rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 21.565rem;
            flex: 0 1 21.565rem;
}

.mg-attr__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17.185rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.185rem;
            flex: 0 1 17.185rem;
}

.mg-attr__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.4375rem;
            flex: 0 1 5.4375rem;
}

.mg-attr__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.75rem;
            flex: 0 1 5.75rem;
}

.mg-attr__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.3075rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.3075rem;
            flex: 0 1 9.3075rem;
}

.mg-attr__body .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.625rem;
            flex: 0 1 1.625rem;
}

.mg-attr__body .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 21.565rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 21.565rem;
            flex: 0 1 21.565rem;
}

.mg-attr__body .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17.185rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.185rem;
            flex: 0 1 17.185rem;
}

.mg-attr__body .mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.4375rem;
            flex: 0 1 5.4375rem;
}

.mg-attr__body .mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.75rem;
            flex: 0 1 5.75rem;
}

.mg-attr__body .mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.94rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.94rem;
            flex: 0 1 4.94rem;
}

.mg-attr__body .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.4375rem;
            flex: 0 1 3.4375rem;
}

.mg-attr__body .object__edit {
    margin-top: 0;
}

.mg-attr__body .catalogue-filters__list-check input + label {
    margin-bottom: 0;
}

.mg-clients__gear {
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
height: 1.5rem;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15Z" stroke="%234048E0" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 12.8794V11.1194C2 10.0794 2.85 9.21945 3.9 9.21945C5.71 9.21945 6.45 7.93945 5.54 6.36945C5.02 5.46945 5.33 4.29945 6.24 3.77945L7.97 2.78945C8.76 2.31945 9.78 2.59945 10.25 3.38945L10.36 3.57945C11.26 5.14945 12.74 5.14945 13.65 3.57945L13.76 3.38945C14.23 2.59945 15.25 2.31945 16.04 2.78945L17.77 3.77945C18.68 4.29945 18.99 5.46945 18.47 6.36945C17.56 7.93945 18.3 9.21945 20.11 9.21945C21.15 9.21945 22.01 10.0694 22.01 11.1194V12.8794C22.01 13.9194 21.16 14.7794 20.11 14.7794C18.3 14.7794 17.56 16.0594 18.47 17.6294C18.99 18.5394 18.68 19.6994 17.77 20.2194L16.04 21.2094C15.25 21.6794 14.23 21.3994 13.76 20.6094L13.65 20.4194C12.75 18.8494 11.27 18.8494 10.36 20.4194L10.25 20.6094C9.78 21.3994 8.76 21.6794 7.97 21.2094L6.24 20.2194C5.8041 19.9685 5.48558 19.5548 5.35435 19.0692C5.22311 18.5836 5.28988 18.0658 5.54 17.6294C6.45 16.0594 5.71 14.7794 3.9 14.7794C2.85 14.7794 2 13.9194 2 12.8794Z" stroke="%234048E0" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
display: block;
}

.mg-attr__body .mg-reviews__block:last-child .mg-reviews__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .94rem;
}

.mg-attr__subtitle {
    color: var(--LIGHT-BLACK, #424242);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 1.4rem */
}

.mg-attr__subtitle span {
    color: var(--GREY, #A3A3B5);
}

.mg-attr__subitem.--empty {
    color: var(--GREY, #A3A3B5);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.4rem */
padding: .62rem;
-webkit-border-radius: 0.375rem;
   -moz-border-radius: 0.375rem;
        border-radius: 0.375rem;
background: var(--LIGHT-BLUE, #F0F2FF);
text-align: center;
}

.mg-attr__list .mg-object__top .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.255rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.255rem;
            flex: 0 1 2.255rem;
}

.mg-attr__list .mg-object__top .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 21.5575rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 21.5575rem;
            flex: 0 1 21.5575rem;
}

.mg-attr__list .mg-object__top .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17.1825rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.1825rem;
            flex: 0 1 17.1825rem;
}

.mg-attr__list .mg-object__top .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24.2525rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 24.2525rem;
            flex: 0 1 24.2525rem;
}

.mg-attr__list .mg-object__subitem {
border: none;
background: var(--LIGHT-BLUE, #F0F2FF);
}

.mg-attr__body .mg-attr__list  .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.75rem;
            flex: 0 1 1.75rem;
}

.mg-attr__body .mg-attr__list  .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 21.5575rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 21.5575rem;
            flex: 0 1 21.5575rem;
}

.mg-attr__body .mg-attr__list  .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17.1825rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.1825rem;
            flex: 0 1 17.1825rem;
}

.mg-attr__body .mg-attr__list  .mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20.765rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 20.765rem;
            flex: 0 1 20.765rem;
}

.mg-attr__body .mg-attr__list  .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1rem;
            flex: 0 1 1rem;
}

.mg-object__subitem.ng {
    align-items: center;
}

.mg-attr__list .mg-object__subitem {
    gap: 1.25rem;
}

.mg-attr__list .mg-object__top .client-aapplications__items-heading:nth-child(2) {
    margin-left: 0;
    text-align: left;
}

.mg-attr__list .mg-object__subitem .mg-reviews__block:nth-child(2) .mg-reviews__content {
    display: block;
}

.rent-cabinet.mg-cabinet .client-cabinet__request:first-child .client-cabinet__request-total:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M17.897 3.66936C17.8535 3.59451 17.7818 3.5399 17.6978 3.51753C17.6137 3.49516 17.5242 3.50687 17.4488 3.55008L14.2271 5.39741C14.1788 5.42493 14.1383 5.46434 14.1097 5.51185C14.081 5.55937 14.0652 5.61339 14.0636 5.66875L10.023 5.62622C9.74409 5.61935 9.46733 5.67583 9.21378 5.79135C8.96024 5.90688 8.73661 6.0784 8.55997 6.29282L8.06938 6.87127C8.06528 6.86891 8.06093 6.86626 8.05646 6.86406L6.68896 6.18723L6.89305 5.83613C6.93656 5.76128 6.94836 5.67233 6.92583 5.58885C6.90331 5.50537 6.84832 5.43419 6.77296 5.39097L3.55122 3.54365C3.5139 3.52225 3.47271 3.50837 3.42999 3.50278C3.38726 3.4972 3.34385 3.50003 3.30223 3.51111C3.26061 3.52219 3.2216 3.5413 3.18741 3.56736C3.15323 3.59341 3.12455 3.6259 3.103 3.66296L0.0439767 8.9252C0.0224262 8.96227 0.00843775 9.00318 0.00281005 9.04562C-0.00281765 9.08805 2.56451e-05 9.13117 0.0111776 9.17251C0.0223295 9.21385 0.0415717 9.2526 0.0678052 9.28656C0.0940387 9.32052 0.12675 9.34901 0.16407 9.3704L3.38572 11.2177C3.46109 11.2609 3.55065 11.2726 3.63471 11.2502C3.71876 11.2279 3.79043 11.1733 3.83394 11.0984L3.86737 11.0409L4.24906 11.2451C4.04091 11.4888 3.93255 11.8012 3.94546 12.1205C3.95838 12.4398 4.09163 12.7426 4.31879 12.9688C4.49655 13.1461 4.72344 13.2668 4.97053 13.3156C4.88231 13.5093 4.84443 13.7219 4.86035 13.9339C4.87626 14.1459 4.94547 14.3505 5.06162 14.5291C5.17778 14.7076 5.33719 14.8544 5.52524 14.9559C5.71329 15.0575 5.92399 15.1106 6.13804 15.1103C6.2095 15.1102 6.28083 15.1043 6.35132 15.0926C6.36602 15.4195 6.50729 15.7281 6.74563 15.9541C6.98398 16.18 7.30098 16.3058 7.63047 16.3052C7.70194 16.3051 7.77327 16.2991 7.84376 16.2875C7.85552 16.5336 7.93898 16.7711 8.08402 16.9711C8.22906 17.1711 8.42943 17.3249 8.66082 17.414C8.8922 17.503 9.14464 17.5235 9.38749 17.4728C9.63033 17.4221 9.85314 17.3025 10.0289 17.1285L10.3315 16.8279C10.5287 16.939 10.7522 16.9959 10.9789 16.9928C11.2056 16.9897 11.4274 16.9266 11.6214 16.8101C11.8155 16.6935 11.9747 16.5277 12.0828 16.3298C12.1909 16.1318 12.2439 15.9088 12.2364 15.6837C12.5127 15.7264 12.7953 15.6756 13.0391 15.5396C13.4689 15.3074 13.7555 14.8681 13.775 14.4163C13.9657 14.4649 14.1651 14.4692 14.3577 14.4288C14.5503 14.3883 14.7309 14.3043 14.8855 14.1832C15.0401 14.0621 15.1644 13.9072 15.2488 13.7305C15.3333 13.5539 15.3755 13.3603 15.3723 13.1648C15.4723 13.1898 15.5749 13.2025 15.678 13.2027C15.7805 13.2026 15.8826 13.1905 15.9823 13.1665C16.2051 13.1129 16.4094 13.0008 16.5738 12.8421C16.7382 12.6833 16.8567 12.4837 16.9169 12.2639C16.9772 12.0442 16.9769 11.8124 16.9163 11.5928C16.8556 11.3732 16.7367 11.1737 16.572 11.0153L16.9626 10.7558L17.1655 11.1048C17.187 11.1419 17.2157 11.1744 17.2498 11.2004C17.284 11.2265 17.3231 11.2456 17.3647 11.2567C17.4063 11.2678 17.4497 11.2706 17.4925 11.265C17.5352 11.2594 17.5764 11.2455 17.6137 11.224L20.8359 9.37676C20.9113 9.33354 20.9663 9.26236 20.9888 9.17888C21.0113 9.0954 20.9996 9.00645 20.956 8.9316L17.897 3.66936ZM0.776352 8.96887L3.50725 4.27107L6.16056 5.7925L3.42969 10.4903L0.776352 8.96887ZM4.783 11.6302L5.30554 11.1112C5.42242 10.9946 5.58118 10.9288 5.7469 10.9284C5.91262 10.9279 6.07172 10.9929 6.1892 11.109C6.30669 11.2251 6.37293 11.3827 6.37336 11.5473C6.37378 11.7119 6.30836 11.8699 6.19148 11.9866L5.66427 12.5104C5.54674 12.6264 5.38761 12.6914 5.22188 12.6909C5.05616 12.6904 4.89741 12.6246 4.78056 12.5078C4.66372 12.3911 4.59834 12.2331 4.59882 12.0685C4.59931 11.9039 4.6656 11.7462 4.78313 11.6302H4.783ZM5.69634 14.278C5.57931 14.1615 5.51359 14.0037 5.51359 13.8391C5.51359 13.6746 5.57931 13.5167 5.69634 13.4002L6.12627 12.9733L6.13086 12.9689C6.1316 12.9682 6.13221 12.9674 6.13295 12.9666L6.6509 12.4522C6.65172 12.4514 6.65258 12.4508 6.6534 12.4499C6.655 12.4484 6.65643 12.4467 6.65799 12.4451L7.08751 12.0183C7.2047 11.9019 7.36365 11.8365 7.5294 11.8365C7.69514 11.8365 7.85409 11.9019 7.97129 12.0183C8.08849 12.1347 8.15434 12.2925 8.15434 12.4572C8.15434 12.6218 8.08851 12.7796 7.97131 12.896L6.58015 14.2779C6.46286 14.3941 6.30394 14.4594 6.13825 14.4594C5.97256 14.4594 5.81364 14.3941 5.69634 14.2779V14.278ZM7.18898 15.4729C7.07201 15.3564 7.00633 15.1986 7.00633 15.0341C7.00633 14.8695 7.07201 14.7117 7.18898 14.5952L8.29066 13.5011C8.4081 13.3858 8.56669 13.3214 8.7318 13.3219C8.89691 13.3223 9.05512 13.3877 9.17188 13.5037C9.28863 13.6196 9.35443 13.7767 9.35492 13.9407C9.3554 14.1047 9.29053 14.2622 9.17447 14.3789L9.02968 14.5226L8.07275 15.473C7.95543 15.5892 7.7965 15.6545 7.63081 15.6544C7.46513 15.6544 7.30623 15.589 7.18898 15.4728V15.4729ZM9.12352 16.8483C8.99992 16.8486 8.87902 16.8124 8.77615 16.7443C8.67328 16.6763 8.59309 16.5794 8.54574 16.466C8.4984 16.3526 8.48604 16.2278 8.51023 16.1074C8.53442 15.987 8.59408 15.8765 8.68162 15.7898L8.68199 15.7895L9.49373 14.9833C9.61137 14.8691 9.76958 14.8056 9.93406 14.8065C10.0985 14.8074 10.256 14.8727 10.3723 14.9882C10.4886 15.1037 10.5544 15.2601 10.5554 15.4235C10.5564 15.5868 10.4925 15.744 10.3775 15.8608L9.56543 16.6674C9.50748 16.7251 9.43858 16.7708 9.36272 16.8018C9.28687 16.8329 9.20557 16.8486 9.12352 16.8483ZM11.4926 16.0431C11.4256 16.1514 11.3268 16.2368 11.2094 16.2876C11.0921 16.3383 10.9618 16.3521 10.8363 16.3271L10.8416 16.3219C10.9607 16.2039 11.0552 16.0637 11.1194 15.9092C11.1836 15.7548 11.2163 15.5892 11.2157 15.4221C11.2157 15.3229 11.2041 15.224 11.1813 15.1275L11.3976 15.2782C11.4967 15.3771 11.5598 15.506 11.577 15.6445C11.5942 15.783 11.5645 15.9232 11.4926 16.0431ZM16.2159 12.2544C16.1289 12.3942 15.9898 12.4943 15.8289 12.5329C15.668 12.5714 15.4983 12.5453 15.3567 12.4602L14.7617 12.0989L14.7608 12.0983L14.7604 12.0981L12.1344 10.5035C12.0976 10.4807 12.0567 10.4654 12.0139 10.4584C11.9711 10.4514 11.9274 10.4529 11.8852 10.4628C11.843 10.4727 11.8032 10.4908 11.7681 10.5161C11.733 10.5413 11.7033 10.5732 11.6807 10.61C11.6581 10.6467 11.643 10.6875 11.6364 10.73C11.6298 10.7726 11.6317 10.816 11.642 10.8578C11.6524 10.8996 11.671 10.939 11.6967 10.9736C11.7225 11.0082 11.7549 11.0374 11.7921 11.0596L14.4187 12.6545C14.5601 12.7404 14.6614 12.8786 14.7002 13.0386C14.7391 13.1987 14.7123 13.3675 14.6258 13.5079C14.5393 13.6484 14.4002 13.749 14.2391 13.7875C14.0779 13.8261 13.9079 13.7995 13.7665 13.7136L11.3894 12.27C11.3152 12.2249 11.2259 12.2109 11.1413 12.2312C11.0567 12.2515 10.9837 12.3043 10.9383 12.378C10.8929 12.4518 10.8789 12.5404 10.8993 12.6244C10.9197 12.7084 10.9729 12.781 11.0471 12.8261L12.7989 13.8897L12.7992 13.89C13.0175 14.0226 13.1257 14.1874 13.1208 14.3798C13.1152 14.603 12.9527 14.8445 12.726 14.9671C12.6356 15.0206 12.5321 15.0482 12.427 15.0469C12.3218 15.0456 12.219 15.0155 12.13 14.96L11.7872 14.7533L10.6022 13.9287C10.5556 13.8962 10.5012 13.8764 10.4445 13.8711C10.3878 13.8658 10.3307 13.8753 10.2788 13.8986C10.2269 13.9219 10.182 13.9582 10.1485 14.004C10.115 14.0497 10.0941 14.1034 10.0878 14.1596C10.057 14.156 10.0263 14.1531 9.99507 14.1517C10.0255 13.9742 10.0177 13.7923 9.97196 13.618C9.92626 13.4438 9.84378 13.2812 9.72999 13.141C9.6162 13.0008 9.4737 12.8862 9.31194 12.8049C9.15018 12.7236 8.97287 12.6774 8.79175 12.6693C8.80353 12.5992 8.8095 12.5282 8.80959 12.4572C8.81023 12.2901 8.7775 12.1246 8.71329 11.9701C8.64909 11.8157 8.55468 11.6754 8.43553 11.5575C8.25133 11.375 8.01567 11.2525 7.75976 11.2061C7.50385 11.1597 7.23979 11.1916 7.00257 11.2977C6.95679 11.0721 6.85027 10.8632 6.69434 10.693C6.53842 10.5229 6.33894 10.3979 6.11716 10.3315C5.89538 10.2651 5.6596 10.2596 5.43496 10.3158C5.21032 10.3719 5.00523 10.4876 4.84153 10.6504L4.7294 10.7617L4.19566 10.4763L6.36014 6.75301L7.63486 7.38372L6.74749 8.43006C6.68484 8.5027 6.64349 8.59102 6.62793 8.68541C6.61237 8.77979 6.62321 8.8766 6.65926 8.96529C6.69043 9.04423 6.72429 9.12209 6.76078 9.19874C6.85623 9.39818 6.99968 9.57118 7.17845 9.70248C7.35721 9.83377 7.56579 9.9193 7.78575 9.95152C8.00571 9.98373 8.23027 9.96164 8.43958 9.88718C8.6489 9.81273 8.83652 9.68821 8.98588 9.52463L9.86361 8.56298C10.01 8.39958 10.2098 8.29287 10.4278 8.26175C10.6458 8.23064 10.8678 8.27711 11.0546 8.39295L16.0088 11.4011C16.1496 11.4875 16.2504 11.6256 16.2892 11.7854C16.328 11.9452 16.3017 12.1137 16.216 12.2544H16.2159ZM15.9841 10.6222L11.397 7.83675C11.0803 7.64029 10.7038 7.56147 10.3342 7.61424C9.96463 7.667 9.62575 7.84794 9.37758 8.12503L8.49984 9.08668C8.42291 9.17094 8.32626 9.23509 8.21844 9.27344C8.11062 9.3118 7.99495 9.32319 7.88164 9.3066C7.76834 9.29002 7.66089 9.24597 7.5688 9.17835C7.47671 9.11072 7.4028 9.02161 7.35362 8.91889C7.33479 8.87958 7.31601 8.83742 7.29743 8.79351L9.062 6.71268C9.17652 6.57208 9.32221 6.45968 9.48771 6.38427C9.65321 6.30885 9.83402 6.27247 10.016 6.27795L14.3869 6.32394L16.6346 10.1902L15.9841 10.6222ZM17.5703 10.4967L14.8395 5.7991L17.4928 4.27767L20.2237 8.97527L17.5703 10.4967Z" fill="%234048E0"></path></svg>');
}

.rent-cabinet.mg-cabinet .client-cabinet__request:nth-child(2) .client-cabinet__request-total:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.6082 13.5429C21.2859 13.2216 20.9081 12.9615 20.4931 12.7749C20.9966 12.4397 21.3788 11.9514 21.5833 11.3822C21.7878 10.813 21.8036 10.1931 21.6285 9.61418C21.4535 9.03525 21.0967 8.52804 20.6111 8.16755C20.1254 7.80705 19.5367 7.61241 18.9319 7.61241C18.327 7.61241 17.7383 7.80705 17.2526 8.16755C16.767 8.52804 16.4102 9.03525 16.2352 9.61418C16.0601 10.1931 16.0759 10.813 16.2804 11.3822C16.4849 11.9514 16.8671 12.4397 17.3706 12.7749C16.7244 13.0668 16.1739 13.5356 15.7828 14.1271C15.3203 13.1657 14.5209 12.4076 13.5365 11.9964C14.1395 11.6293 14.6058 11.075 14.8642 10.4181C15.1227 9.76115 15.1591 9.03769 14.9679 8.35813C14.7767 7.67858 14.3684 7.08024 13.8053 6.65446C13.2422 6.22868 12.5553 5.99883 11.8493 6C11.1434 6.00118 10.4572 6.23331 9.89552 6.66096C9.33385 7.08861 8.92754 7.6883 8.7386 8.36849C8.54966 9.04868 8.58847 9.77201 8.8491 10.4281C9.10973 11.0841 9.57788 11.6369 10.1821 12.002C9.19771 12.4147 8.3969 13.1711 7.92878 14.1303C7.79078 13.9193 7.6322 13.7226 7.45535 13.5429C7.13337 13.2224 6.75618 12.9627 6.34195 12.7763C6.84595 12.4414 7.22876 11.9532 7.43373 11.3839C7.6387 10.8146 7.65495 10.1944 7.48006 9.61511C7.30517 9.03584 6.94844 8.52826 6.46266 8.16748C5.97687 7.80671 5.38785 7.61191 4.78276 7.61191C4.17766 7.61191 3.58864 7.80671 3.10285 8.16748C2.61707 8.52826 2.26034 9.03584 2.08545 9.61511C1.91056 10.1944 1.92681 10.8146 2.13178 11.3839C2.33675 11.9532 2.71956 12.4414 3.22356 12.7763C2.56178 13.0756 2.00018 13.5591 1.60587 14.1691C1.21156 14.779 1.00122 15.4896 1 16.2159V17.3265C1.00006 17.4343 1.04291 17.5377 1.11914 17.6139C1.19536 17.6902 1.29873 17.733 1.40652 17.7331H22.3081C22.4159 17.7331 22.5193 17.6902 22.5955 17.614C22.6718 17.5378 22.7146 17.4344 22.7146 17.3265V16.2159C22.7161 15.7193 22.6191 15.2274 22.4292 14.7686C22.2392 14.3097 21.9602 13.8931 21.6082 13.5429ZM16.9292 10.4301C16.9292 10.0336 17.0468 9.64603 17.267 9.31639C17.4873 8.98674 17.8004 8.72982 18.1667 8.57811C18.533 8.4264 18.936 8.38672 19.3249 8.46408C19.7137 8.54144 20.0709 8.73238 20.3512 9.01274C20.6315 9.29309 20.8224 9.65029 20.8997 10.0391C20.977 10.428 20.9373 10.831 20.7856 11.1973C20.6338 11.5636 20.3769 11.8766 20.0472 12.0969C19.7175 12.3171 19.3299 12.4346 18.9335 12.4346C18.4022 12.434 17.8928 12.2228 17.5171 11.8472C17.1414 11.4716 16.9299 10.9623 16.9292 10.431V10.4301ZM9.43361 9.23836C9.43375 8.75956 9.57586 8.29155 9.84197 7.89351C10.1081 7.49546 10.4862 7.18526 10.9286 7.00213C11.371 6.81899 11.8578 6.77115 12.3274 6.86464C12.797 6.95814 13.2283 7.18877 13.5668 7.52739C13.9053 7.866 14.1358 8.29738 14.2292 8.767C14.3225 9.23661 14.2746 9.72336 14.0913 10.1657C13.908 10.608 13.5977 10.9861 13.1996 11.2521C12.8015 11.5181 12.3334 11.6601 11.8546 11.6601C11.2128 11.6593 10.5975 11.4041 10.1436 10.9502C9.68975 10.4964 9.43441 9.88112 9.43361 9.23929V9.23836ZM2.77639 10.431C2.77639 10.0345 2.89395 9.64698 3.11421 9.31734C3.33447 8.9877 3.64753 8.73078 4.01381 8.57906C4.38008 8.42734 4.78312 8.38765 5.17196 8.46499C5.56079 8.54234 5.91796 8.73325 6.1983 9.01358C6.47863 9.29392 6.66954 9.65109 6.74689 10.0399C6.82423 10.4288 6.78454 10.8318 6.63282 11.1981C6.4811 11.5644 6.22418 11.8774 5.89454 12.0977C5.5649 12.3179 5.17735 12.4355 4.7809 12.4355C4.24944 12.4349 3.73991 12.2236 3.36411 11.8478C2.98831 11.472 2.77694 10.9624 2.77639 10.431ZM1.81212 16.2152C1.81328 15.5181 2.05961 14.8436 2.50799 14.3098C2.95637 13.776 3.57821 13.4169 4.26467 13.2955C4.95112 13.174 5.65843 13.2978 6.26278 13.6453C6.86712 13.9928 7.32999 14.5418 7.57034 15.1961C7.56802 15.207 7.56732 15.2194 7.56523 15.2298C7.54316 15.346 7.52528 15.4654 7.51296 15.5852C7.51087 15.6047 7.50971 15.6243 7.50809 15.6438C7.49694 15.7701 7.48973 15.897 7.48973 16.025V16.9193H1.81212V16.2152ZM8.30278 16.025C8.30241 15.7665 8.33125 15.5088 8.38873 15.2568C8.52617 14.6353 8.82816 14.0622 9.26308 13.5974C9.698 13.1327 10.2499 12.7934 10.8609 12.6151C11.4719 12.4368 12.1196 12.426 12.7362 12.5839C13.3528 12.7419 13.9157 13.0626 14.3658 13.5127C14.8487 13.9945 15.1816 14.6061 15.324 15.2733C15.3799 15.5199 15.4075 15.7721 15.4065 16.025V16.9193H8.30278V16.025ZM21.9016 16.9193H16.2195V16.025C16.2195 15.8756 16.2117 15.7264 16.1963 15.5778C16.191 15.5265 16.1814 15.4781 16.1745 15.4277C16.164 15.3539 16.1563 15.2786 16.1419 15.2064C16.379 14.549 16.8404 13.9964 17.4449 13.6457C18.0494 13.2951 18.7581 13.1689 19.4465 13.2895C20.1348 13.41 20.7585 13.7695 21.2079 14.3047C21.6572 14.8399 21.9034 15.5164 21.903 16.2152L21.9016 16.9193Z" fill="%234048E0"></path></svg>');
}

.rent-cabinet.mg-cabinet .client-cabinet__request:nth-child(3) .client-cabinet__request-total:after {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5686_11842" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24"><path d="M23.5002 23.5V0.499771H0.5V23.5H23.5002Z" fill="white" stroke="white"></path></mask><g mask="url(%23mask0_5686_11842)"><path d="M11.574 4.82396L3.92796 12.7833C3.77509 12.9424 3.52136 12.9449 3.36535 12.7889L2.58533 12.0089C2.43369 11.8573 2.43124 11.6121 2.57981 11.4575L11.432 2.2426C11.742 1.91991 12.2583 1.91991 12.5683 2.2426L21.4205 11.4575C21.5691 11.6121 21.5666 11.8573 21.415 12.0089L20.6349 12.7889C20.479 12.9449 20.2252 12.9424 20.0724 12.7833L12.4262 4.82396C12.1938 4.58193 11.8066 4.58193 11.574 4.82396Z" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.66296 19.9961V16.4517C9.66296 15.161 10.7093 14.1146 12.0001 14.1146C13.2909 14.1146 14.3373 15.161 14.3373 16.4517V19.9961H9.66296Z" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.9919 19.1295C18.9919 19.6081 18.604 19.9961 18.1253 19.9961H5.875C5.39642 19.9961 5.00842 19.6081 5.00842 19.1295V11.6587L11.5741 4.82403C11.8066 4.582 12.1938 4.582 12.4263 4.82403L18.9919 11.6587V19.1295Z" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
}

.rent-cabinet.mg-cabinet .client-cabinet__request:last-child .client-cabinet__request-total:after {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.89429 12.8672H17.1281" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.89429 14.6875H17.1281" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.89429 16.5078H17.1281" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.89429 18.3281H11.9994" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.1282 9.78516H13.3677" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.1282 8.35547H13.3677" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><mask id="mask0_5686_11236" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="3" y="3" width="18" height="18"><path d="M20.4999 20.5V3.50005H3.5V20.5H20.4999Z" fill="white" stroke="white"></path></mask><g mask="url(%23mask0_5686_11236)"><path d="M18.872 17.7113V7.02294C18.872 6.74689 18.7623 6.48213 18.5671 6.28694L15.8487 3.56856C15.7521 3.47191 15.6373 3.39525 15.511 3.34294C15.3848 3.29064 15.2494 3.26372 15.1127 3.26372H6.1677C5.59283 3.26372 5.12683 3.72972 5.12683 4.30456V19.6955C5.12683 20.2703 5.59283 20.7363 6.1677 20.7363H17.8311C18.4059 20.7363 18.872 20.2703 18.872 19.6955V18.9486" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.5439 3.35722V5.94651C15.5439 6.30292 15.8329 6.5918 16.1892 6.5918H18.7785" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.87073 6.41377V6.16659C6.87073 5.83138 7.14245 5.55966 7.47766 5.55966H10.5743C10.9095 5.55966 11.1812 5.83138 11.1812 6.16659V10.0063C11.1812 10.3416 10.9095 10.6133 10.5743 10.6133H7.47766C7.14245 10.6133 6.87073 10.3416 6.87073 10.0063V7.64635" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.99272 7.93558C9.99272 8.4695 9.55988 8.90234 9.02596 8.90234C8.49201 8.90234 8.0592 8.4695 8.0592 7.93558C8.0592 7.40163 8.49201 6.96879 9.02596 6.96879C9.55988 6.96879 9.99272 7.40163 9.99272 7.93558Z" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.48795 8.73835C7.74732 8.9188 7.14938 9.46348 6.89429 10.1719" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.1578 10.1719C10.9027 9.46351 10.3047 8.9188 9.56409 8.73835" stroke="%234048E0" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
}

.mg-cabinet__grid {
    margin-top: 1.8rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.88rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.88rem;
}

.mg-cabinet__item {
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
border: 1px solid var(--STROKE, #E3E3E3);
}

.mg-cabinet__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: .94rem;
    border-bottom: .0625rem solid #E3E3E3;
}

.mg-cabinet__name {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.mg-cabinet__toggler {
    min-width: 1rem;
    max-width: 1rem;
height: 1rem;
-webkit-background-size: 100% 100%;
   -moz-background-size: 100%;
     -o-background-size: 100%;
        background-size: 100%;
background-repeat: no-repeat;
background-position: center;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 5L13 10H3L8 5Z" fill="%234048E0"></path></svg>');
-webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
        transform: rotate(180deg);
-webkit-transition: ease-in-out .3s;
-o-transition: ease-in-out .3s;
-moz-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}

.mg-cabinet__toggler.active {
-webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
        transform: rotate(0deg);
-webkit-transition: ease-in-out .3s;
-o-transition: ease-in-out .3s;
-moz-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}

.mg-cabinet__body {
    padding: .94rem;
}

.mg-cabinet__subgrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.23rem minmax(16.75rem, 16.75rem);
    grid-template-columns: 1fr minmax(16.75rem, 16.75rem);
    gap: 4.23rem;
}

.mg-cabinet__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.19rem;
}

.mg-cabinet__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.88rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.88rem;
            flex: 0 1 7.88rem;
    color: var(--LIGHT-BLACK, #424242);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
    gap: .62rem;
    font-weight: 400;
line-height: 140%; /* 1.4rem */
}

.mg-cabinet__title span {
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    width: 0.75rem;
    height: 0.75rem;
}

.mg-cabinet__total {
    color: var(--GREY, #A3A3B5);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 1.4rem */
}

.mg-cabinet__wrap {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    margin-top: -2.5rem;
} 

.mg-cabinet__wrap svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mg-cabinet__number {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: var(--LIGHT-BLACK, #424242);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 2.1rem */
}

.adm-pages.tips .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.0675rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.0675rem;
            flex: 0 1 1.0675rem;
}

.adm-pages.tips .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.0625rem;
            flex: 0 1 7.0625rem;
}

.adm-pages.tips .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23.3375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 23.3375rem;
            flex: 0 1 23.3375rem;
}

.adm-pages.tips .cust__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.4375rem;
            flex: 0 1 5.4375rem;
}

.adm-pages.tips .cust__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.625rem;
            flex: 0 1 2.625rem;
}

.adm-pages.tips .cust__header .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.375rem;
            flex: 0 1 5.375rem;
}

.adm-pages.tips .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.8075rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 16.8075rem;
            flex: 0 1 16.8075rem;
}


.adm-pages.tips .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 .4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 .4375rem;
            flex: 0 1 .4375rem;
}

.adm-pages.tips .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.0625rem;
            flex: 0 1 7.0625rem;
}

.adm-pages.tips .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23.3375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 23.3375rem;
            flex: 0 1 23.3375rem;
}

.adm-pages.tips .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.4375rem;
            flex: 0 1 5.4375rem;
}

.adm-pages.tips .cust__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.625rem;
            flex: 0 1 2.625rem;
}

.adm-pages.tips .cust__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.375rem;
            flex: 0 1 5.375rem;
}

.adm-pages.tips .cust__block:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.1275rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.1275rem;
            flex: 0 1 8.1275rem;
}

.adm-pages.tips .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.5025rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.5025rem;
            flex: 0 1 6.5025rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tips .cust__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.tips .object__edit {
    margin-top: 0;
}

.tips__sublink {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
}

.tips__subitem {
    margin-top: .75rem;
}

.tips__subitem-warn {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.tips__subitem-wrapper {
    padding: .94rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
    margin-top: .62rem;
}

.tips__subitem-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tips__subitem-name {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
    position: relative;
    padding-left: 1.5rem;
}

.tips__subitem-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1rem;
height: 1rem;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_1819_21450)"><path d="M8 0.5C6.51664 0.5 5.0666 0.939867 3.83323 1.76398C2.59986 2.58809 1.63856 3.75943 1.07091 5.12987C0.50325 6.50032 0.354725 8.00832 0.644114 9.46318C0.933503 10.918 1.64781 12.2544 2.6967 13.3033C3.7456 14.3522 5.08197 15.0665 6.53683 15.3559C7.99168 15.6453 9.49968 15.4968 10.8701 14.9291C12.2406 14.3614 13.4119 13.4001 14.236 12.1668C15.0601 10.9334 15.5 9.48336 15.5 8C15.4978 6.01157 14.7069 4.10522 13.3008 2.69918C11.8948 1.29315 9.98844 0.50225 8 0.5ZM8 14.5C6.71442 14.5 5.45772 14.1188 4.3888 13.4046C3.31988 12.6903 2.48676 11.6752 1.99479 10.4874C1.50282 9.29972 1.3741 7.99279 1.6249 6.73191C1.8757 5.47104 2.49477 4.31285 3.40381 3.40381C4.31285 2.49476 5.47104 1.8757 6.73192 1.6249C7.99279 1.37409 9.29973 1.50281 10.4874 1.99478C11.6752 2.48675 12.6903 3.31987 13.4046 4.38879C14.1188 5.45771 14.5 6.71442 14.5 8C14.498 9.7233 13.8126 11.3754 12.594 12.594C11.3754 13.8126 9.7233 14.498 8 14.5Z" fill="%234048E0"></path><path d="M8 6C7.86739 6 7.74021 6.05268 7.64645 6.14645C7.55268 6.24021 7.5 6.36739 7.5 6.5V12.5C7.5 12.6326 7.55268 12.7598 7.64645 12.8536C7.74021 12.9473 7.86739 13 8 13C8.13261 13 8.25979 12.9473 8.35355 12.8536C8.44732 12.7598 8.5 12.6326 8.5 12.5V6.5C8.5 6.36739 8.44732 6.24021 8.35355 6.14645C8.25979 6.05268 8.13261 6 8 6ZM8 3C7.86739 3 7.74021 3.05268 7.64645 3.14645C7.55268 3.24021 7.5 3.36739 7.5 3.5V4.5C7.5 4.63261 7.55268 4.75979 7.64645 4.85355C7.74021 4.94732 7.86739 5 8 5C8.13261 5 8.25979 4.94732 8.35355 4.85355C8.44732 4.75979 8.5 4.63261 8.5 4.5V3.5C8.5 3.36739 8.44732 3.24021 8.35355 3.14645C8.25979 3.05268 8.13261 3 8 3Z" fill="%234048E0"></path></g><defs><clipPath id="clip0_1819_21450"><rect width="16" height="16" fill="white"></rect></clipPath></defs></svg>');
}

.tips__subitem-toggler {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    max-width: 1rem;
    min-width: 1rem;
    height: 1rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 5L3 10H13L8 5Z" fill="%234048E0"></path></svg>');
}

.tips__subitem-toggler.active {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.tips__subitem-body {
    margin-top: .94rem;
}

.tips__subitem-body ul {
    list-style: none;
    padding-left: 0;
}

.tips__subitem-body ul li {
    position: relative;
    padding-left: 1.62rem;
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    margin-bottom: .94rem;
}

.tips__subitem-body ul li:last-child {
    margin-bottom: 0;
}

.tips__subitem-body ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .19rem;
    width: 1rem;
    height: 1rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2 8H14" stroke="%234048E0" stroke-width="2" stroke-linecap="round"></path></svg>');
}

.tips__subitem-body ul li a {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

#edit-tip {
    max-width: 70.875rem;
}

#edit-answer {
    max-width: 70.875rem;
}

.edit-tip__row {
    gap: .94rem;
}

.edit-tip__row .paymnet-popup__input-wrapper:first-child {
    width: 100%;
}

.edit-tip__row .paymnet-popup__input-wrapper:last-child {
    min-width: 20.5rem;
}

.edit-tip__row .paymnet-popup__input-wrapper input {
    margin-top: 0;
}

.edit-tip__row {
    margin-top: .94rem;
}

.edit-tip__subheading {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
    margin-top: .94rem;
}

#edit-tip .popup__body-title,
#edit-answer .popup__body-title  {
    padding-bottom: .94rem;
    border-bottom: 0.0625rem solid #E3E3E3;
}

.paymnet-popup__input-wrapper.--arrow:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: .94rem;
    right: .94rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 11L13 6H3L8 11Z" fill="%234048E0"></path></svg>');
}

.edit-tips__icons {
    position: absolute;
    left: 0;
    top: -webkit-calc(100% + .94rem);
    top: -moz-calc(100% + .94rem);
    top: calc(100% + .94rem);
    width: 100%;
    z-index: 1;
    padding: .94rem;
    -webkit-border-radius: 0.5rem;
       -moz-border-radius: 0.5rem;
            border-radius: 0.5rem;
    background: var(--WHITE, #FFF);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.06);
       -moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.06);
    z-index: 2;
    min-width: 19.625rem;
    display: none;
}

.edit-tips__left, .edit-tips__right {
    width: 2.875rem;
    height: 2.875rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.edit-tips__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.edit-tips__left {
    background-image: url('data:image/svg+xml,<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="45" height="45" rx="5.5" stroke="%23E3E3E3"></rect><path d="M26 17L20 23L26 29" stroke="%234048E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.edit-tips__left:hover {
    background-image: url('data:image/svg+xml,<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="45" height="45" rx="5.5" stroke="%234048E0"></rect><path d="M26 17L20 23L26 29" stroke="%234048E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.edit-tips__right {
    background-image: url('data:image/svg+xml,<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-0.5" y="0.5" width="45" height="45" rx="5.5" transform="matrix(-1 0 0 1 45 0)" stroke="%23E3E3E3"></rect><path d="M20 17L26 23L20 29" stroke="%234048E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.edit-tips__right:hover {
    background-image: url('data:image/svg+xml,<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-0.5" y="0.5" width="45" height="45" rx="5.5" transform="matrix(-1 0 0 1 45 0)" stroke="%234048E0"></rect><path d="M20 17L26 23L20 29" stroke="%234048E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.edit-tips__pagination {
    text-align: center;
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.edit-tips__icons .paymnet-popup__input-wrapper{
    margin: 0 0 .94rem;
}

.tips .attr__subrow {
    max-width: 28.4375rem;
}

.adm-blog .attr__subrow {
    max-width: 40.5625rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.5rem;
            flex: 0 1 1.5rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.1875rem;
            flex: 0 1 4.1875rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.5625rem;
            flex: 0 1 11.5625rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.5625rem;
            flex: 0 1 3.5625rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.8125rem;
            flex: 0 1 4.8125rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.8125rem;
            flex: 0 1 4.8125rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.3125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.3125rem;
            flex: 0 1 8.3125rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:nth-child(8) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.4375rem;
            flex: 0 1 5.4375rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:nth-child(9) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.375rem;
            flex: 0 1 4.375rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:nth-child(10) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.5625rem;
            flex: 0 1 4.5625rem;
}

.adm-pages.adm-blog .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.9375rem;
            flex: 0 1 5.9375rem;
}

.adm-blog .cust__header,
.adm-blog .cust__item{
    gap: .94rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.adm-pages.adm-blog .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.1875rem;
            flex: 0 1 1.1875rem;
}

.adm-pages.adm-blog .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.1875rem;
            flex: 0 1 4.1875rem;
}

.adm-pages.adm-blog .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.5625rem;
            flex: 0 1 11.5625rem;
}

.adm-pages.adm-blog .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.5625rem;
            flex: 0 1 3.5625rem;
}

.adm-pages.adm-blog .cust__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.8125rem;
            flex: 0 1 4.8125rem;
}

.adm-pages.adm-blog .cust__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.8125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.8125rem;
            flex: 0 1 4.8125rem;
}

.adm-pages.adm-blog .cust__block:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.3125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.3125rem;
            flex: 0 1 8.3125rem;
}

.adm-pages.adm-blog .cust__block:nth-child(8) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.4375rem;
            flex: 0 1 5.4375rem;
}

.adm-pages.adm-blog .cust__block:nth-child(9) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.375rem;
            flex: 0 1 4.375rem;
}

.adm-pages.adm-blog .cust__block:nth-child(10) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.5625rem;
            flex: 0 1 4.5625rem;
}

.adm-pages.adm-blog .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.9375rem;
            flex: 0 1 5.9375rem;
}

.cust__block:first-child .cust__text.--black {
    color: var(--LIGHT-BLACK, #424242);
}

.adm-pages.adm-blog .object__edit {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: .5rem;
    padding-right: 0;
}

.adm-pages.adm-blog .object__edit:after {
    position: relative;
    top: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.adm-pages.adm-blog .cust__block:nth-child(6) .cust__text {
    margin-top: .31rem;
    color: var(--GREY, #A3A3B5);
}

.adm-pages.adm-blog .cust__block:nth-child(7) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: .62rem;
}

.adm-pages.adm-blog .cust__block:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.adm-blog__subrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: .69rem;
}

.adm-blog__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .63rem;
}

.adm-blog__header-title {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.adm-blog__header .mg-object__toggler {
    background: var(--LIGHT-BLUE, #F0F2FF);
}

.adm-blog__subitem {
    margin-top: 2rem;
}

.adm-blog__heading {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.adm-blog__subitem-row  {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.adm-blog__subitem-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}

.adm-blog__subitem-head .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.9975rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.9975rem;
            flex: 0 1 5.9975rem;
}

.adm-blog__subitem-head .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 61.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 61.75rem;
            flex: 0 1 61.75rem;
}

.adm-blog__subitem-body .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.3675rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.3675rem;
            flex: 0 1 5.3675rem;
}

.adm-blog .mg-reviews__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.adm-blog__subitem-body .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 58.87rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 58.87rem;
            flex: 0 1 58.87rem;
}

.adm-blog__subitem-body .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1rem;
            flex: 0 1 1rem;
}

.adm-blog__subitem-body {
    margin-top: .63rem;
}

.adm-faq .attr__subrow {
    max-width: 22.375rem;
}

.adm-faq .object__edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    padding-right: 0;
    gap: .5rem;
}

.adm-faq .object__edit:after {
    position: relative;
    top: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.adm-pages.adm-faq .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.12rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.12rem;
            flex: 0 1 3.12rem;
}

.adm-pages.adm-faq .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.37rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.37rem;
            flex: 0 1 14.37rem;
}

.adm-pages.adm-faq .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22.185rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 22.185rem;
            flex: 0 1 22.185rem;
}

.adm-pages.adm-faq .cust__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.185rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.185rem;
            flex: 0 1 8.185rem;
}

.adm-pages.adm-faq .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.8775rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.8775rem;
            flex: 0 1 14.8775rem;
}

.adm-pages.adm-faq .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.12rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.12rem;
            flex: 0 1 3.12rem;
}

.adm-pages.adm-faq .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.37rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.37rem;
            flex: 0 1 14.37rem;
}

.adm-pages.adm-faq .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22.185rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 22.185rem;
            flex: 0 1 22.185rem;
}

.adm-pages.adm-faq .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.185rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.185rem;
            flex: 0 1 8.185rem;
}

.adm-pages.adm-faq .cust__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.9375rem;
            flex: 0 1 11.9375rem;
}

.adm-pages.adm-faq .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1rem;
            flex: 0 1 1rem;
}

.adm-faq__cat {
    margin-top: 2.25rem;
}

#add-question, #add-cat {
    max-width: 25rem;
    width: 100%;
}

#add-question .popup__body-title, #add-cat .popup__body-title{
    margin-bottom: .94rem;
}


#add-question .catalogue-filters__wrap.--width:nth-last-child(3),
#add-cat .catalogue-filters__wrap.--width:nth-last-child(3) {
    max-width: 100%;
}

.adm-forum .attr__subrow{
 max-width: 22.375rem;   
}

.adm-pages.adm-forum .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.13rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.13rem;
            flex: 0 1 3.13rem;
}

.adm-pages.adm-forum .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 26.005rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 26.005rem;
            flex: 0 1 26.005rem;
}


.adm-pages.adm-forum .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 20.5rem;
            flex: 0 1 20.5rem;
}

.adm-pages.adm-forum .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.3725rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.3725rem;
            flex: 0 1 14.3725rem;
}

.adm-forum .cust__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}


.adm-pages.adm-forum .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.5rem;
            flex: 0 1 2.5rem;
}

.adm-pages.adm-forum .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 26.005rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 26.005rem;
            flex: 0 1 26.005rem;
}


.adm-pages.adm-forum .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 20.5rem;
            flex: 0 1 20.5rem;
}

.adm-pages.adm-forum .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.1225rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.1225rem;
            flex: 0 1 12.1225rem;
}

.adm-pages.adm-forum .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1rem;
            flex: 0 1 1rem;
}

.adm-forum__status {
    padding: .31rem .88rem;
    -webkit-border-radius: 6.25rem;
       -moz-border-radius: 6.25rem;
            border-radius: 6.25rem;
    background: var(--WHITE, #FFF);
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.cust__item {
    margin-bottom: .63rem;
}

.cust__item:last-child {
    margin-bottom: 0;
}

.chat-answers__other-btns {
    gap: .63rem;
}

.chat-answers__other-btns .chat__row-btn{
    max-width: unset;
    white-space: nowrap;
    min-width: unset;
}

.edit-tip__text {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    margin-top: .94rem;
}

.adm-themes__row {
    margin-top: 2rem;
    gap: 1.87rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.adm-themes__current {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
    padding: .62rem .87rem;
    -webkit-border-radius: 6.25rem;
       -moz-border-radius: 6.25rem;
            border-radius: 6.25rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
}

.adm-themes .cust__item{
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}


.adm-pages.adm-themes .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 23.375rem;
            flex: 0 1 23.375rem;
}

.adm-pages.adm-themes .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 29.3725rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 29.3725rem;
            flex: 0 1 29.3725rem;
}


.adm-pages.adm-themes .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.75rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.75rem;
            flex: 0 1 14.75rem;

}

.adm-themes__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.69rem;
}

.adm-pages.adm-themes .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 21.185rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 21.185rem;
            flex: 0 1 21.185rem;
}

.adm-pages.adm-themes .cust__block {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.adm-pages.adm-themes .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6rem;
            flex: 0 1 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .94rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.amd-themes__check {
    display: block;
    position: relative;
    padding-left: 1.94rem;
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.amd-themes__check::before {
    content: '';
    position: absolute;
    left: 0;
    top: .125rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 1rem;
    width: 1rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1 7.07692L5.95238 12L14 4" stroke="%234048E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.adm-themes .cust__block .mg-reviews__link:last-child {
    margin-top: .63rem;
    display: block;
    white-space: nowrap;
}

.adm-themes__block {
    margin-left: -8.25rem;
}

.adm-pages .cust__block:first-child .mg-reviews__link {
    margin-top: .725rem;
}

.adm-themes__popup {
    max-width: 22.6875rem;
    width: 100%;
}

.adm-letter__item .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.13rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.13rem;
            flex: 0 1 3.13rem;
}

.adm-letter__item .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.8725rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.8725rem;
            flex: 0 1 10.8725rem;
}

.adm-letter__item .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 13.6875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 13.6875rem;
            flex: 0 1 13.6875rem;
}

.adm-letter__item .cust__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.685rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.685rem;
            flex: 0 1 12.685rem;
}

.adm-letter__item .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23.62rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 23.62rem;
            flex: 0 1 23.62rem;
}

.adm-letter__item .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.5rem;
            flex: 0 1 2.5rem;
}

.adm-letter__item .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.8725rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.8725rem;
            flex: 0 1 10.8725rem;
}

.adm-letter__item .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 13.6875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 13.6875rem;
            flex: 0 1 13.6875rem;
}

.adm-letter__item .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.685rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.685rem;
            flex: 0 1 12.685rem;
}

.adm-letter__item .cust__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.5rem;
            flex: 0 1 12.5rem;
}

.adm-letter__item .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.9375em;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.9375em;
            flex: 0 1 8.9375em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .5rem;
}

.adm-letter__item .cust__block:last-child .geo__toggler {
    margin-right: 0;
}

.adm-letter__item .cust__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.adm-letter__item .object__edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    gap: .5rem;
    padding-right: 0;
}

.adm-letter__item .object__edit:after {
    position: relative;
    top: 0;
}

.adm-letter__subtitle {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.adm-letter__subtitle  span {
    color: var(--GREY, #A3A3B5);
}

.adm-letter__logs {
    margin-top: .62rem;
}

.adm-letter__logs .cust__body {
    margin-top: .62rem;
}

.adm-letter__logs .cust__header {
    margin-top: .62rem;
}

.cust__item.--trans {
    background-color: transparent;
    padding: 0;
}

.adm-letter__item .adm-letter__logs .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.13rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.13rem;
            flex: 0 1 3.13rem;
}

.adm-letter__item .adm-letter__logs .cust__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.81rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 16.81rem;
            flex: 0 1 16.81rem;
} 

.adm-letter__item .adm-letter__logs .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.5rem;
            flex: 0 1 5.5rem;
} 

.adm-letter__wrapper {
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    border: 1px solid var(--STROKE, #E3E3E3);
    padding: 2.5rem;
    margin-top: .94rem;
}

.adm-letter__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 37.125rem;   
    margin: 0 auto;
    text-align: center;
}

.adm-letter__top, .adm-letter__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.88rem;
}

.adm-letter__body {
    gap: .94rem;
    margin-top: 2.5rem;
}

.adm-letter__subheading {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2.1rem */
}

.adm-letter .h2 {
    margin-bottom: 0;
}

.adm-letter .hero__wrap {
    margin-top: 2rem;
}

.adm-letter__body-heading {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2.1rem */
}

.adm-letter__body-text {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.adm-letter__info {
    margin-top: 2.19rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
}

.amd-letter__info-text {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}


.amd-letter__info-text a {
    color: var(--BLUE, #4048E0);
    font-weight: 400;
}

.adm-letter__bottom {
    margin-top: 2.19rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .81rem;
}

.adm-letter__bottom-text {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.adm-letter__bottom-link {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.adm-files__text {
    margin-top: 1.25rem;
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.adm-files__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(16.3125rem, 16.3125rem) 1.87rem 1fr;
    grid-template-columns: minmax(16.3125rem, 16.3125rem) 1fr;
    gap: 1.87rem;
    margin-top: 1.25rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.amd-files__folders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .62rem;
    padding: .94rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    border: 1px solid var(--STROKE, #E3E3E3);
}

.adm-files__folder {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    position: relative;
    padding-left: 1.5rem;
}

.adm-files__folder::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.19rem;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.00877 1.72266H4.8353C5.08591 1.72266 5.31739 1.85652 5.44244 2.07368L6.07223 2.93403C6.13367 3.04073 6.22214 3.12935 6.32872 3.19098C6.43531 3.2526 6.55625 3.28505 6.67937 3.28506H16V13.1078C16 13.6237 15.5817 14.0419 15.0659 14.0419H0.934116C0.418234 14.0419 0 13.6237 0 13.1078V4.37471C-2.96625e-06 3.65265 0.111557 2.93493 0.330733 2.24694C0.369767 2.09682 0.457516 1.9639 0.580224 1.86902C0.702931 1.77413 0.853658 1.72266 1.00877 1.72266Z" fill="%23F6C358"></path><path d="M1.45703 3.125H13.7557V8.32031H1.45703V3.125Z" fill="%23EBF0F3"></path><path d="M15.2994 2.1875H11.4433C11.3091 2.1875 11.1776 2.22609 11.0646 2.29867C10.9517 2.37126 10.8619 2.47478 10.8061 2.59692L10.1463 4.04104C10.0905 4.16317 10.0007 4.2667 9.88776 4.33928C9.77479 4.41187 9.64334 4.45046 9.50906 4.45046H0V13.3391C0 13.855 0.418234 14.2732 0.934116 14.2732H15.0659C15.5818 14.2732 16 13.855 16 13.3391V2.88809C16 2.50118 15.6863 2.1875 15.2994 2.1875Z" fill="%23FCD462"></path></svg>');
}

.adm-files__inner .messenger__search  {
    max-width: 100%;
}

.adm-files__inner .messenger__search .client-cabinet__list-input{
    max-width: 100%;
    margin-top: 0;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
    border: none;
}

.adm-files__btns {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: .63rem;
    gap: .62rem;
}

.amd-files__counter {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
}

.adm-files__wrapper {
    margin-top: 1.87rem;
    padding: .94rem;
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
    border: 1px solid var(--STROKE, #E3E3E3);
}

.amd-files__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.12rem;
}

.adm-files__toggler {
    width: 1.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 1.5rem;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
    border: 1px solid var(--STROKE, #E3E3E3);
    cursor: pointer;
}

.adm-files__toggler.active {
    background-color: var(--cr-blue);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 65% 65%;
    -moz-background-size: 65% 65%;
    -o-background-size: 65% 65%;
    background-size: 65% 65%;
    border-color: var(--cr-blue);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M1 4.07692L5.95238 9L14 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.amd-files__heading {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.amd-files__heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.1325rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.1325rem;
            flex: 0 1 12.1325rem;
}

.amd-files__heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 13.0675rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 13.0675rem;
            flex: 0 1 13.0675rem;
}

.amd-files__heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.82rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.82rem;
            flex: 0 1 14.82rem;
}

.amd-files__heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.625rem;
            flex: 0 1 4.625rem;
}

.adm-files__items {
    margin-top: .81rem;
}

.adm-files__item {
    
    margin-bottom: .63rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
    padding: .63rem;
    padding-right: 1.88rem;
}

.adm-files__item-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .5rem;
}

.adm-files__item .adm-files__text {
    margin-top: 0;
}

.adm-files__item:last-child {
    margin-bottom: 0;
}

.adm-files__item .adm-files__folder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.7525rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.7525rem;
            flex: 0 1 12.7525rem;
}

.adm-files__item  .adm-files__text:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 13.6875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 13.6875rem;
            flex: 0 1 13.6875rem;
}

.adm-files__item  .adm-files__text:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15.44rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 15.44rem;
            flex: 0 1 15.44rem;
}

.adm-files__item .object__edit {
    margin-top: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1rem;
            flex: 0 1 1rem;
}

.adm-files__item .object__edit:after {
    position: relative;
    top: 0;
}

.add-files__chain {
    display: block;
    margin-left: auto;
    width: 1rem;
    height: 1rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.93957 13.0572C5.88087 14.155 4.15673 14.2563 2.97682 13.2899C2.27413 12.6815 1.91519 11.7667 2.01664 10.8428C2.1045 10.1616 2.42288 9.53099 2.91881 9.0558L4.83652 7.13679C5.22696 6.74622 5.22696 6.1131 4.83652 5.72252C4.44594 5.33208 3.81282 5.33208 3.42225 5.72252L1.54524 7.60022C0.689645 8.42528 0.150075 9.52395 0.0202691 10.7054C-0.222183 13.3665 1.73847 15.7203 4.39953 15.9627C5.82858 16.0929 7.24172 15.5821 8.25712 14.5682L10.2628 12.5631C10.6533 12.1725 10.6533 11.5394 10.2628 11.1489C9.87227 10.7584 9.23915 10.7584 8.84858 11.1489L6.93957 13.0572Z" fill="%234048E0"></path><path d="M14.109 0.976671C12.1178 -0.486291 9.3527 -0.256935 7.62975 1.51412L5.74205 3.40247C5.35161 3.79304 5.35161 4.42616 5.74205 4.81673C6.13263 5.20718 6.76575 5.20718 7.15632 4.81673L9.07402 2.90103C10.1096 1.82999 11.7851 1.70934 12.9634 2.62098C14.1762 3.61548 14.3532 5.40484 13.3587 6.61767C13.3005 6.68865 13.2389 6.75675 13.1741 6.82177L11.1684 8.82749C10.7779 9.21806 10.7779 9.85118 11.1684 10.2418C11.559 10.6322 12.1921 10.6322 12.5826 10.2418L14.5884 8.23603C16.4766 6.34174 16.4718 3.27538 14.5775 1.38712C14.4303 1.24041 14.2738 1.10332 14.109 0.976671Z" fill="%234048E0"></path><path d="M5.73827 8.83025L8.84588 5.72264C9.23648 5.33204 9.86976 5.33204 10.2604 5.72264C10.651 6.11325 10.651 6.74652 10.2604 7.13712L7.15275 10.2447C6.76214 10.6353 6.12887 10.6353 5.73827 10.2447C5.34766 9.85413 5.34766 9.22086 5.73827 8.83025Z" fill="%234048E0"></path></svg>');
}

.adm-files__item-children {
    margin-top: 1rem;
    padding-left: 3.56rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.adm-files__subbtns {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: .63rem;
    gap: .63rem;
}

.adm-cabinet .mg-clients__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.13rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.13rem;
            flex: 0 1 6.13rem;
}

.adm-cabinet .mg-clients__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.495rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.495rem;
            flex: 0 1 14.495rem;
}

.adm-cabinet .mg-clients__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.4375rem;
            flex: 0 1 7.4375rem;
}

.adm-cabinet .mg-clients__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.375rem;
            flex: 0 1 6.375rem;
}

.adm-cabinet .mg-clients__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.94rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.94rem;
            flex: 0 1 9.94rem;
}

.adm-cabinet .mg-clients__header .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.685rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.685rem;
            flex: 0 1 7.685rem;
}

.adm-cabinet .mg-clients__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.435rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.435rem;
            flex: 0 1 9.435rem;
}





.adm-cabinet .mg-clients__body .mg-reviews__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5.5rem;
            flex: 0 1 5.5rem;
}

.adm-cabinet .mg-clients__body .mg-reviews__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14.495rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14.495rem;
            flex: 0 1 14.495rem;
}

.adm-cabinet .mg-clients__body .mg-reviews__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.4375rem;
            flex: 0 1 7.4375rem;
}

.adm-cabinet .mg-clients__body .mg-reviews__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.375rem;
            flex: 0 1 6.375rem;
}

.adm-cabinet .mg-clients__body .mg-reviews__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.94rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.94rem;
            flex: 0 1 9.94rem;
}

.adm-cabinet .mg-clients__body .mg-reviews__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.685rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.685rem;
            flex: 0 1 7.685rem;
}

.adm-cabinet .mg-clients__body .mg-reviews__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.805rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 8.805rem;
            flex: 0 1 8.805rem;
}

.adm-cabinet .mg-reviews__item {
    padding-inline: .63rem;
}

.adm-cabinet .mg-clients__body .mg-reviews__block:first-child .mg-reviews__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
}

.mg-reviews__content__row {
    margin-top: .12rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .63rem;
}

.adm-clients__role {
    -webkit-border-radius: 6.25rem;
       -moz-border-radius: 6.25rem;
            border-radius: 6.25rem;
background: var(--WHITE, #FFF);
padding: .25rem .62rem;
color: var(--BLUE, #4048E0);
text-align: right;
font-variant-numeric: lining-nums proportional-nums;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.05rem */
}

.adm-cabinet__subgrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(1.25rem, 1.25rem) .81rem 1fr;
    grid-template-columns: minmax(1.25rem, 1.25rem) 1fr;
    gap: .81rem;
}

.adm-cabinet__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.56rem;
}

.adm-cabinet__num {
    color: var(--GREY, #A3A3B5);
font-variant-numeric: lining-nums proportional-nums;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.05rem */
}

.adm-cabinet__wrap {
    position: relative;
    width: 100%;
    padding-bottom: 54.30327868852459%;
}

.adm-cabinet__wrap svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.adm-cabinet__subrow {
    padding-left: 1.94rem;
    gap: .81rem;
    margin-top: .94rem;
}

.adm-pages.adm-b-cat .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.13rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 3.13rem;
            flex: 0 1 3.13rem;
}

.adm-pages.adm-b-cat .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.1875rem;
            flex: 0 1 11.1875rem;
}

.adm-pages.adm-b-cat .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.9375rem;
            flex: 0 1 10.9375rem;
}

.adm-pages.adm-b-cat .cust__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.0575rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.0575rem;
            flex: 0 1 11.0575rem;
}

.adm-pages.adm-b-cat .cust__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.1875rem;
            flex: 0 1 9.1875rem;
}

.adm-pages.adm-b-cat .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17.255rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.255rem;
            flex: 0 1 17.255rem;
}

.adm-b-cat .cust__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.adm-pages.adm-b-cat .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.5rem;
            flex: 0 1 2.5rem;
}

.adm-pages.adm-b-cat .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.1875rem;
            flex: 0 1 11.1875rem;
}

.adm-pages.adm-b-cat .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.9375rem;
            flex: 0 1 10.9375rem;
}

.adm-pages.adm-b-cat .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 11.0575rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 11.0575rem;
            flex: 0 1 11.0575rem;
}

.adm-pages.adm-b-cat .cust__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 9.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 9.1875rem;
            flex: 0 1 9.1875rem;
}

.adm-pages.adm-b-cat .cust__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.125rem;
            flex: 0 1 12.125rem;
}

.adm-pages.adm-b-cat .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.9375rem;
            flex: 0 1 2.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .94rem;
}

.adm-b-cat .object__edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    margin-top: 0;
}

.adm-b-cat .object__edit span {
    display: none;
}

.adm-b-cat .object__edit:after {
    top: 0;
    position: relative;
}

.adm-b-cat__item-row {
    gap: .31rem;
    margin-top: .31rem;
}

.adm-b-cat__item-icon {
    width: 1.125rem;
    height: 1.125rem;
    color: var(--WHITE, #FFF);
font-variant-numeric: lining-nums proportional-nums;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.05rem */
-webkit-border-radius: 0.125rem;
   -moz-border-radius: 0.125rem;
        border-radius: 0.125rem;
background: var(--green, #00BC35);
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
   -moz-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.adm-b-cat .attr__subrow {
    max-width: 29.4375rem;
}

.adm-b .attr__subrow .client-cabinet__list-input {
    max-width: 15.6875rem;
}

.adm-b__eyes, .adm-b__doc {
    width: 1rem;
height: 1rem;
display: block;
-webkit-background-size: 100% 100%;
   -moz-background-size: 100%;
     -o-background-size: 100%;
        background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}

.adm-b__eyes {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1803_15402)"><path d="M15.8917 8.32982C16.0419 8.12408 16.0353 7.84323 15.8753 7.64402C13.4554 4.66893 10.8428 3.16016 8.10613 3.16016C3.46552 3.16016 0.242231 7.48399 0.108336 7.66688C-0.0418885 7.87262 -0.035357 8.15347 0.124664 8.35268C2.54131 11.331 5.1539 12.8398 7.89059 12.8398C12.5312 12.8398 15.7545 8.51597 15.8917 8.32982ZM7.89059 11.7197C5.61111 11.7197 3.3904 10.4656 1.28074 7.99672C2.10697 7.02026 4.73262 4.2803 8.10613 4.2803C10.3856 4.2803 12.6063 5.53435 14.716 8.00325C13.8898 8.9797 11.2641 11.7197 7.89059 11.7197Z" fill="%234048E0"></path><path d="M7.9968 5.15625C6.42925 5.15625 5.15234 6.43315 5.15234 8.00071C5.15234 9.56826 6.42925 10.8452 7.9968 10.8452C9.56436 10.8452 10.8413 9.56826 10.8413 8.00071C10.8413 6.43315 9.56436 5.15625 7.9968 5.15625ZM7.9968 9.72502C7.04647 9.72502 6.27249 8.95104 6.27249 8.00071C6.27249 7.05038 7.04647 6.2764 7.9968 6.2764C8.94713 6.2764 9.72111 7.05038 9.72111 8.00071C9.72111 8.95104 8.94713 9.72502 7.9968 9.72502Z" fill="%234048E0"></path></g><defs><clipPath id="clip0_1803_15402"><rect width="16" height="16" fill="white"></rect></clipPath></defs></svg>');
}

.adm-b__doc {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="18" viewBox="0 0 16 18" fill="none"><path d="M1 15V3C1 1.89543 1.89543 1 3 1H8.60377C9.16128 1 9.69349 1.23271 10.072 1.64199L13.4683 5.31399C13.8101 5.68359 14 6.16853 14 6.67199V15C14 16.1046 13.1046 17 12 17H3C1.89543 17 1 16.1046 1 15Z" stroke="%234048E0"></path><path d="M9 1V3C9 4.10457 9.89543 5 11 5H13" stroke="%234048E0"></path></svg>');
}

.adm-b.adm-pages .cust__header .client-aapplications__items-heading:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.0625rem;
            flex: 0 1 1.0625rem;
}

.adm-b.adm-pages .cust__header .client-aapplications__items-heading:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.25rem;
            flex: 0 1 10.25rem;
}

.adm-b.adm-pages .cust__header .client-aapplications__items-heading:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 1.25rem;
            flex: 0 1 1.25rem;
}

.adm-b.adm-pages .cust__header .client-aapplications__items-heading:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.625rem;
            flex: 0 1 10.625rem;
}

.adm-b.adm-pages .cust__header .client-aapplications__items-heading:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7rem;
            flex: 0 1 7rem;
}

.adm-b.adm-pages .cust__header .client-aapplications__items-heading:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.1875rem;
            flex: 0 1 6.1875rem;
}

.adm-b.adm-pages .cust__header .client-aapplications__items-heading:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 13.0575rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 13.0575rem;
            flex: 0 1 13.0575rem;
}

.adm-b.adm-pages .cust__header .client-aapplications__items-heading:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.8725rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7.8725rem;
            flex: 0 1 7.8725rem;
}

.adm-b.adm-pages .cust__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.adm-b.adm-pages .cust__block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 .4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 .4375rem;
            flex: 0 1 .4375rem;
}

.adm-b.adm-pages .cust__block:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.25rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.25rem;
            flex: 0 1 10.25rem;
}

.adm-b.adm-pages .cust__block:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 4.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 4.1875rem;
            flex: 0 1 4.1875rem;
}

.adm-b.adm-pages .cust__block:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10.625rem;
            flex: 0 1 10.625rem;
}

.adm-b.adm-pages .cust__block:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 7rem;
            flex: 0 1 7rem;
}

.adm-b.adm-pages .cust__block:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.1875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.1875rem;
            flex: 0 1 6.1875rem;
}

.adm-b.adm-pages .cust__block:nth-child(7) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.3575rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.3575rem;
            flex: 0 1 6.3575rem;
}

.adm-b.adm-pages .cust__block:nth-child(8) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.5625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.5625rem;
            flex: 0 1 2.5625rem;
    margin-right: -0.69rem;
}

.adm-b.adm-pages .cust__block:nth-child(9) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 2.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 2.9375rem;
            flex: 0 1 2.9375rem;  
    display: -webkit-box;  
    display: -webkit-flex;  
    display: -moz-box;  
    display: -ms-flexbox;  
    display: flex;
    gap: .94rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -.5rem;
}

.adm-b.adm-pages .cust__block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.9375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.9375rem;
            flex: 0 1 6.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .94rem;
}

.adm-b .object__edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
}

.adm-b .object__edit:after {
    position: relative;
    top: 0;
}


@media screen and (max-width: 1100px) {
    .mg-cabinet__subgrid {
        gap: 1.42rem;
    }
}

@media screen and (max-width: 1024px) {
    .mg-cabinet__subgrid {
        gap: 1.42rem;
    }

    .mg-application .client-cabinet__list-input, .mg-application .catalogue-filters__wrap {
        flex: calc(50% - 7.06rem);
    }

    .mg-application .attr__subrow .messenger__search {
        flex-wrap: wrap;
    }

    .mg-application .catalogue-filters__list-check {
        order: 1;
    }
}

@media screen and (max-width: 940px) {
    .mg-cabinet__grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 786px) {
    .--mg .messenger__grid  {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
} 

@media screen and (max-width: 768px) {
    .mg-verify__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: .62rem;
    }

    .mg-verify__files {
        gap: .62rem;
    }

    .mg-verify__btn  {
        max-width: 100%;
        width: 100%;
    }

    .mg-messenger__header {
        display: none;
    }

    .mg-messenger__body {
        margin-top: 0;
    }

    .mg-messenger__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .mg-messenger__item .mg-messenger__block {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 1 auto!important;
           -moz-box-flex: 0!important;
            -ms-flex: 0 1 auto!important;
                flex: 0 1 auto!important;
    }

    .mg-messenger__block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr .81rem 1fr;
        grid-template-columns: 1fr 1fr;
        gap: .81rem;
    }

    .--mg .client-balance__items-hidden {
        color: var(--GREY, #A3A3B5);
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 1.4rem */
    }

    .--mg .messenger__grid {
        margin-top: 0;
    }

    .mg-messenger__wrap {
        margin-top: .63rem;
    }

    .--mg .messenger__chat-top {
        padding-top: .94rem;
    }

    .messenger__chat-body .notifications-center__search {
        display: none;
    }

    .geo__header {
        display: none;
    }

    .geo__block {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 1 auto!important;
           -moz-box-flex: 0!important;
            -ms-flex: 0 1 auto!important;
                flex: 0 1 auto!important;
    }

    .geo__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .geo__block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.19rem;
    }

    .geo__item-top {
        gap: .94rem;
    }

    .geo__block .client-balance__items-hidden,
    .geo__subitem  .client-balance__items-hidden{
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 4rem;
           -moz-box-flex: 0;
            -ms-flex: 0 1 4rem;
                flex: 0 1 4rem;
    }

    .geo__subitem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .geo__subblock {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.19rem;
    }

    .geo__subblock:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
           -moz-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }

    .geo__subblock:last-child {
        margin-left: 0;
    }

    .cust__header {
        display: none;
    }

    .cust__body {
        margin-top: 0;
    }

    .attr__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: .63rem;
    }

    .attr__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: .63rem;
    }

    .cust__wrapper {
        margin-top: .63rem;
        padding: .31rem;
    }

    .cust__remove  {
        background-image: none;
    }

    .cust__remove span {
        display: block;
    }

    .cust__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: .94rem;
    }

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

    .cust__block {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 1 auto!important;
           -moz-box-flex: 0!important;
            -ms-flex: 0 1 auto!important;
                flex: 0 1 auto!important;
    }

    .cust__block:last-child {
        margin-left: 0;
        width: 100%;
    }

    .cust__remove {
        width: 100%;
        padding: .75rem;
        color: var(--red, #F00);
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 1.4rem */
        -webkit-border-radius: 0.375rem;
           -moz-border-radius: 0.375rem;
                border-radius: 0.375rem;
        border: 1px solid var(--red, #F00);
        height: auto;
        text-align: center;
    }

    .cust__remove:hover {
        background-color: #F00;
        color: #FFF;
        -webkit-box-shadow: 0px 8px 24px 0px rgba(255, 0, 0, 0.25);
           -moz-box-shadow: 0px 8px 24px 0px rgba(255, 0, 0, 0.25);
                box-shadow: 0px 8px 24px 0px rgba(255, 0, 0, 0.25);

    }
    
    .category__wrapper {
        margin-top: .63rem;
        padding: .31rem;
        gap: .31rem;
    }

    .mg-reviews__header {
        display: none;
    }

    .attr__subrow {
        margin-top: 0;
    }

    .mg-reviews__wrapper {
        margin-top: .63rem;
        padding: .31rem;
    }

    .mg-reviews__body {
        gap: .31rem;
    }

    .mg-reviews__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: .94rem;
    }

    .mg-reviews__block {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 1 auto!important;
           -moz-box-flex: 0!important;
            -ms-flex: 0 1 auto!important;
                flex: 0 1 auto!important;
    }

    a.mg-reviews__lock {
        width: 100%;
        height: auto;
        background-image: none;
        -webkit-border-radius: 0.375rem;
           -moz-border-radius: 0.375rem;
                border-radius: 0.375rem;
        border: 1px solid var(--red, #F00);
        text-align: center;
        padding: .75rem;
        color: var(--red, #F00);
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 1.4rem */
    }

    a.mg-reviews__lock:hover {
        background-color: #F00;
        color: #FFF;
        -webkit-box-shadow: rgba(255, 0, 0, 0.25);
           -moz-box-shadow: rgba(255, 0, 0, 0.25);
                box-shadow: rgba(255, 0, 0, 0.25);
    }

    .mg-reviews__block:nth-child(6) .mg-reviews__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: .84rem;
    }

    .mg-reviews__lock span {
        display: block;

    }

    .mg-reviews__lock.--red {
        background-image: none;
        border: 1px solid var(--BLUE, #4048E0);
        color: #4048E0;
    }

    .mg-reviews__lock.--red:hover {
        color: #FFF;
        background-color: #4048E0;
        -webkit-box-shadow: 0px 8px 24px 0px rgba(64, 72, 224, 0.38);
           -moz-box-shadow: 0px 8px 24px 0px rgba(64, 72, 224, 0.38);
                box-shadow: 0px 8px 24px 0px rgba(64, 72, 224, 0.38);
    }

    .mg-reviews__block .client-balance__items-hidden {
        margin-bottom: .94rem;
        color: var(--GREY, #A3A3B5);
    }

    .mg-reviews  .messenger__search {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .mg-reviews   .catalogue-filters__list-check {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .mg-reviews .client-cabinet__list-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 7.005rem);
           -moz-box-flex: 0;
            -ms-flex: 0 1 calc(100% - 7.005rem);
                flex: 0 1 calc(100% - 7.005rem);
    }

    .mg-application__body .mg-reviews__block:last-child .mg-reviews__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: .62rem;
    }

    .mg-reviews__lock.--green {
        background-image: unset;
    }

    .attr__subrow.mg-application__subrow .messenger__search > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
    }

    .attr__subrow.mg-application__subrow .client-cabinet__list-button {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .attr__subrow.mg-application__subrow .client-cabinet__list-filters {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .attr__subrow.mg-application__subrow .catalogue-filters__list-check {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 7.01rem);
           -moz-box-flex: 0;
            -ms-flex: 0 1 calc(100% - 7.01rem);
                flex: 0 1 calc(100% - 7.01rem);
    }

    .mg-reviews__body {
        margin-top: 0;
    }

    .mg-object__status {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    
    .mg-objects__body .mg-reviews__block:last-child .mg-reviews__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1rem;
    }

    .attr__subrow.mg-application__subrow.mg-objects__subrow .messenger__search .catalogue-filters__wrap,
    .attr__subrow.mg-application__subrow.mg-objects__subrow .messenger__search .client-cabinet__list-input  {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
    }

    .mg-object__popup .review-popup__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .mg-object__popup .review-popup__btns .review-popup__btn.--close {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .mg-clients__subblock {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }

    .mg-clients__body .mg-reviews__block:last-child .mg-reviews__content {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .mg-clients__lock span, .mg-clients__remove span {
        display: block;
    }

    .mg-clients__lock, .mg-clients__remove {
        width: 100%;
        height: auto;
        background-image: unset;
        padding: .75rem;
        text-align: center;
    }

    .mg-clients__lock {
        color: var(--BLUE, #4048E0);
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        -webkit-border-radius: 0.375rem;
           -moz-border-radius: 0.375rem;
                border-radius: 0.375rem;
        border: 1px solid var(--BLUE, #4048E0);
        line-height: 140%; /* 1.4rem */
    }

    .mg-clients__lock:hover {
        color: #fff;
        background-color: var(--BLUE, #4048E0);
    }

    .mg-clients__remove {
        -webkit-border-radius: 0.375rem;
           -moz-border-radius: 0.375rem;
                border-radius: 0.375rem;
        border: 1px solid var(--red, #F00);
        color: var(--red, #F00);
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 1.4rem */
    }

    .mg-clients__remove:hover {
        color: #fff;
        background-color: var(--red, #F00);
    }

    .attr__subrow.mg-clients__subrow .messenger__search{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .attr__subrow.mg-clients__subrow .catalogue-filters__list-check:nth-last-child(3) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    
    .attr__subrow.mg-clients__subrow .catalogue-filters__list-check label {
        white-space: normal;
        max-width: 11.8125rem;
    }

    .mg-partners__body .mg-reviews__block:last-child .mg-reviews__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .mg-clients__info {
        display: none;
    }

    #mg-object-remove .mg-verify__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .adm-balance__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    #add-partner .user-managment__info-name {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
           -moz-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }

    #add-partner .review-popup__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 100%;
        margin-top: 0;
    }

    .review-popup__btn.--close {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .mg-object__subitem,
    .mg-attr__body .mg-reviews__block:last-child .mg-reviews__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .mg-attr__body .mg-attr__list .mg-reviews__block:last-child {
        width: 100%;
    }

    .mg-object__top:nth-child(2) {
        display: none;
    }

    .mg-object__top:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: .63rem;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
    }

    .mg-object__top:first-child .attr__btn {
        max-width: 100%;
        width: 100%;
    }

    .mg-attr__body .mg-attr__list .mg-reviews__block:last-child .mg-clients__remove {
        max-width: 100%;
        width: 100%;
    }

    .mg-cabinet__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: .65rem;
    }

    .mg-cabinet__subgrid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .adm-pages.tips .cust__block:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: .94rem;
    }

    .geo__toggler {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    #add-tip.payment-popup .review-popup__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .edit-tip__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .edit-tip__row .paymnet-popup__input-wrapper:last-child {
        min-width: unset;
    }

    .adm-pages.adm-blog .cust__block:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: .5rem;
    }

    .adm-pages.adm-blog .cust__block:last-child .mg-clients__remove {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .adm-pages.adm-blog .cust__block:nth-child(7) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .adm-blog__subitem-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: .62rem;
    }

    .adm-blog__subitem {
        margin-top: .62rem;
    }

    .adm-blog__subitem .attr__btn {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .adm-blog__subitem-head {
        display: none;
    }

    .adm-blog .mg-reviews__item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    
    #add-question.payment-popup .review-popup__btns,
    #add-cat.payment-popup .review-popup__btns  {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .chat-answers__other-row.--align-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 1.87rem;
    }

    .chat-answers__subtitle {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .chat-answers__other-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }

    .adm-themes__block {
        margin-left: 0rem;
    }

    .adm-themes__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: .31rem;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .adm-pages.adm-themes .cust__block:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .adm-themes__row {
        margin-top: .63rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: .63rem;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .adm-themes__current {
        max-width: 100%;
        text-align: center;
        width: 100%;
        padding: .31rem;
    }

    .adm-themes .attr__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .adm-themes__popup.payment-popup .review-popup__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    } 

    .adm-letter__item .cust__block:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .adm-letter__wrapper {
        padding: .94rem;
        margin-top: .63rem;
    }

    .adm-letter__wrapper .hero__wrap-map {
        width: 7.375rem;
        height: 7.375rem;
        right: .94rem;
    }

    .adm-letter__wrapper .hero__wrap-map-text {
        bottom: -.2rem;
    }

    .adm-files__text, .adm-files__grid {
        margin-top: .63rem;
    }

    .amd-files__folders {
        display: none;
    }

    .adm-files__btns {
        gap: .31rem .62rem;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .adm-files__btns .attr__btn {
        width: -webkit-calc(50% - .31rem);
        width: -moz-calc(50% - .31rem);
        width: calc(50% - .31rem);
    }

    .adm-files__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: .62rem;
    }

    .amd-files__counter {
        margin-left: auto;
    }

    .adm-files__wrapper {
        margin-top: .63rem;
        padding: .31rem;
        overflow-x: auto;
    }

    .adm-files__inner {
        overflow: hidden;
    }

    .amd-files__body {
        background: var(--LIGHT-BLUE, #F0F2FF);
        padding: .62rem;
        min-width: 31.25rem;
    }

    .adm-files__subbtns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .mg-clients__body .mg-reviews__block:last-child .mg-reviews__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: .87rem;
    }

    .adm-cabinet__wrap {
        padding-bottom: 0;
        height: 16.5625rem;
        width: 30.5rem;
    }

    .adm-cabiet .mg-cabinet__item:last-child {
        overflow: hidden;
    }

    .adm-cabinet .mg-cabinet__item:last-child .mg-cabinet__body {
        overflow-x: auto;
    }

    .adm-b-cat .object__edit span {
        display: block;
    }

    .adm-b-cat .object__edit:after {
        display: none;
    }

    .adm-b-cat .object__edit {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 100%;
        text-align: center;
        padding: .75rem;
        color: var(--BLUE, #4048E0);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.4rem */
-webkit-border-radius: 0.375rem;
   -moz-border-radius: 0.375rem;
        border-radius: 0.375rem;
border: 1px solid var(--BLUE, #4048E0);
    }

    .adm-b-cat .object__edit:hover {
        color: #FFF;
        background: #4048E0;
    }

    .adm-pages.adm-b-cat .cust__block:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .adm-b.adm-pages .cust__block:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .adm-b .attr__subrow .messenger__search {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .adm-b .attr__subrow .client-cabinet__list-input {
        max-width: 100%;
    }

    .adm-b .catalogue-filters__wrap.--width:nth-last-child(3) {
        width: -webkit-calc(100% - 7.01rem);
        width: -moz-calc(100% - 7.01rem);
        width: calc(100% - 7.01rem);
        max-width: 100%;
    }

    .mg-cabinet .client-cabinet__request-btn {
        max-width: 100%;
        width: 100%;
    }
}


.balance-popup.payment-popup {
    max-width: 30.875rem;
    width: 100%;
}

.balance-popup__row {
    margin-top: .94rem;
    display: flex;
    gap: .94rem;
    align-items: center;
}

.balance-popup__text {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    flex: 0 0 8.6875rem;
    line-height: 140%; /* 1.4rem */
}   

.balance-popup__row .payment-popup__inputs-input {
    margin-top: 0;
}

.balance-popup .catalogue-filters__wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: .94rem;
    right: .94rem;
    display: block;
}

.balance-popup__total {
    margin-top: .94rem;
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

.balance-popup .catalogue-filters__wrap {
    width: 100%;
}

#balance-status.payment-popup .review-popup__btns {
    flex-direction: column;
}

.balance-popup__info {
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.balance-popup__info a {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.balance-popup__info span.--red {
    color: var(--red, #F00);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.balance-popup .btn:disabled {
    opacity: 1;
}

.balance-popup__status {
    max-width: max-content;
    color: var(--red, #F00);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    padding: .31rem .87rem;
    border-radius: 6.25rem;
    background: #FFF3F3;
    margin-top: .94rem;
}

.adm-balance .adm-balance__info {
    display: none;
}

.mg-object__subitem .mg-reviews__block:last-child {
    margin-left: auto;
}

.mg-verify__reason .user-managment__info-additional {
    margin-left: .25rem;
    margin-bottom: -.1rem;
}

#review-edit {
    width: 100%;
    max-width: 30.875rem;
}

.edit-popup__row {
    display: flex;
    gap: .94rem;
}

.edit-popup__row {
    margin-bottom: .94rem;
}

.edit-popup__name {
    flex: 0 0 4.625rem;
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
}

#add-subcategory {
    width: 100%;
    max-width: 31rem;
    overflow: visible;
}

.add-subcat__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .63rem;
    align-items: flex-start;
}

#add-subcategory textarea {
    font-family: var(--ff-raleway);
    padding: .94rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--STROKE, #E3E3E3);
    background: var(--WHITE, #FFF);
    outline: none;
    color: var(--GREY, #A3A3B5);
    width: 100%;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    margin-top: .31rem;
    font-weight: 400;
    line-height: 140%;
}

#add-subcategory textarea:focus, #add-subcategory textarea:hover {
    border-color: var(--cr-blue);
}

#add-subcategory .paymnet-popup__input-wrapper.--arrow:after {
    top: 1.88rem;
}

#add-subcategory .catalogue-filters__list-check {
    margin-top: .94rem;
}

#add-subcategory .catalogue-filters__list-check label {
    color: var(--GREY, #A3A3B5);
}

#add-subcategory  .review-popup__btns {
    margin-left: 0;
    max-width: 21.875rem;
}

.edit-attr__subtext {
    margin-top: .94rem;
    color: var(--LIGHT-BLACK, #424242);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.4rem */
}

.paymnet-popup__input-wrapper.--blue input {
    color: var(--cr-blue);
}

#edit-tag {
    max-width: 42.9375rem;
    width: 100%;
}

#edit-tag .popup__body-title span {
    color: var(--cr-grey);
}

.edit-tag__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#edit-tag .mg-reviews__wrapper {
    margin-top: .94rem;
}
 
#edit-tag .mg-attr__header .client-aapplications__items-heading:first-child {
    flex: 0 0 1.8775rem;
}

#edit-tag .mg-attr__header .client-aapplications__items-heading:nth-child(2) {
    flex: 0 0 15.755rem;
}

#edit-tag .mg-attr__header .client-aapplications__items-heading:last-child {
    flex: 0 0 19.065rem;
}

#edit-tag .mg-attr__body .mg-reviews__block:first-child {
    flex: 0 0 1.325rem;
}

#edit-tag .mg-attr__body .mg-reviews__block:nth-child(2) {
    flex: 0 0 15.755rem;
}

#edit-tag .mg-attr__body .mg-reviews__block:nth-child(3) {
    flex: 0 0 15.875rem;
}


#edit-tag .mg-attr__body .mg-reviews__block:last-child {
    flex: 0 0 1rem;
}

#edit-tag .mg-reviews__item {
    padding: .94rem .56rem;
}

#add-cat .payment-popup__inputs-input {
    margin-top: 0;
}


#add-cat .review-popup__btns {
    max-width: 100%;
}

.object__edit.--red {
    color: var(--cr-red);
}

#edit-beds {
    max-width: 58.1875rem;
    width: 100%;
}



#edit-beds .mg-attr__header .client-aapplications__items-heading:first-child {
    flex: 0 0 1.8775rem;
}

#edit-beds .mg-attr__header .client-aapplications__items-heading:nth-child(2) {
    flex: 0 0 15.745rem;
}

#edit-beds .mg-attr__header .client-aapplications__items-heading:nth-child(3) {
    flex: 0 0 14.875rem;
}


#edit-beds .mg-attr__header .client-aapplications__items-heading:last-child {
    flex: 0 0 16.1875rem;
}

#edit-beds .mg-attr__body .mg-reviews__block:first-child {
    flex: 0 0 1.36659rem;
}

#edit-beds .mg-attr__body .mg-reviews__block:nth-child(2) {
    flex: 0 0 15.745rem;
}

#edit-beds .mg-attr__body .mg-reviews__block:nth-child(3) {
    flex: 0 0 14.875rem;
}

#edit-beds .mg-attr__body .mg-reviews__block:nth-child(4) {
    flex: 0 0 12.9375rem;
}

#edit-beds .mg-attr__body .mg-reviews__block:last-child {
    flex: 0 0 1rem;
}

.edit-vision__sub {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    margin-top: .94rem;
}

#edit-vision {
    width: 100%;
    max-width: 27.25rem;
}

.attr .client-cabinet__heading {
    flex: 0 0 25.625rem;
}

#edit-beds .popup__body-title span{
    color: var(--cr-grey);
}

.attr .attr__row {
    gap: 2rem;
}

.attr .attr__btns {
    flex-wrap: wrap;
}

#geo-image {
    width: 100%;
    max-width: 29.8125rem;
}

.geo__image-wrap {
    position: relative;
    margin-top: .94rem;
    width: 100%;
    padding-bottom: 96.19686800894854%;
}

.geo__image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.geo__image-btn {
    margin-top: .94rem;
}

.geo__image-link {
    display: block;
    max-width: max-content;
    margin-top: .94rem;
    color: var(--BLUE, #4048E0);
font-variant-numeric: lining-nums proportional-nums;
font-size: 0.75rem;
padding: .41rem .5rem;
border-radius: 6.25rem;
background: var(--LIGHT-BLUE, #F0F2FF);
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.05rem */
}

#geo-image .review-popup__btn {
max-width: 8.65625rem;
}

.review-popup.subject-popup.geo-edit__popup {
    max-width: 70.875rem;
    width: 100%;
}

#add-tag {
    max-width: 52.0625rem;
    width: 100%;
}

#add-tag .popup__body-title span {
    color: var(--cr-grey);
}

#add-tag  .mg-attr__header .client-aapplications__items-heading:first-child {
    flex: 0 0 1.1875rem;
}

#add-tag  .mg-attr__header .client-aapplications__items-heading:nth-child(2) {
    flex: 0 0 10.69rem;
}

#add-tag  .mg-attr__header .client-aapplications__items-heading:nth-child(3) {
    flex: 0 0 7.5625rem;
}

#add-tag  .mg-attr__header .client-aapplications__items-heading:last-child {
    flex: 0 0 25.3175rem;
}

#add-tag  .mg-attr__body .mg-reviews__block:first-child {
    flex: 0 0 .4375rem;
}

#add-tag  .mg-attr__body .mg-reviews__block:nth-child(2) {
    flex: 0 0 10.69rem;
}

#add-tag  .mg-attr__body .mg-reviews__block:nth-child(3) {
    flex: 0 0 7.5625rem;
}

#add-tag  .mg-attr__body .mg-reviews__block:nth-child(4) {
    flex: 0 0 14.2475rem;
}

#add-tag  .mg-attr__body .mg-reviews__block:nth-child(5) {
    flex: 0 0 6.5625rem;
}

#add-tag  .mg-attr__body .mg-reviews__block:last-child {
    flex: 0 0 1rem;
}

#add-tag .mg-clients__remove {
    margin-top: .375rem;
}

.add-tag__body {
    margin-top: .62rem;
}

.add-tag__title {
    color: var(--LIGHT-BLACK, #424242);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 1.4rem */
}

.add-tag__header, .add-tag__subbody {
    display: flex;
    gap: 1.25rem;
    margin-top: .62rem;
}

.add-tag__header .client-aapplications__items-heading:first-child {
    flex: 0 0 1.6275rem;
}

.add-tag__header .client-aapplications__items-heading:nth-child(2) {
    flex: 0 0 23.4975rem;
}

.add-tag__header .client-aapplications__items-heading:last-child {
    flex: 0 0 20.3725rem;
}

#add-tag .mg-attr__body  .add-tag__subbody .mg-reviews__block:first-child {
    flex: 0 0 1.6275rem;
}

#add-tag .mg-attr__body .add-tag__subbody .mg-reviews__block:nth-child(2) {
    flex: 0 0 23.4975rem;
}

#add-tag .mg-attr__body  .add-tag__subbody .mg-reviews__block:last-child {
    flex: 0 0 20.3725rem;
}

#add-tag .mg-object__toggler {
background: var(--LIGHT-BLUE, #F0F2FF);
}

.client-balance__items-hidden {
    color: var(--cr-grey);
}

.adm-manage .mg-partners__header .client-aapplications__items-heading:first-child {
    flex: 0 0 6.12rem;
}

.adm-manage .mg-partners__header .client-aapplications__items-heading:nth-child(2) {
    flex: 0 0 14.505rem;
}

.adm-manage .mg-partners__header .client-aapplications__items-heading:nth-child(3) {
    flex: 0 0 7.4375rem;
}

.adm-manage .mg-partners__header .client-aapplications__items-heading:nth-child(4) {
    flex: 0 0 6.375rem;
}

.adm-manage .mg-partners__header .client-aapplications__items-heading:nth-child(5) {
    flex: 0 0 9.94rem;
}

.adm-manage .mg-partners__header .client-aapplications__items-heading:nth-child(6) {
    flex: 0 0 7.685rem;
}

.adm-manage .mg-partners__header .client-aapplications__items-heading:last-child {
    flex: 0 0 8.185rem;
}


.adm-manage .mg-partners__body .mg-reviews__block:first-child {
    flex: 0 0 5.49rem;
}

.adm-manage .mg-partners__body .mg-reviews__block:first-child .mg-reviews__content {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.adm-manage .mg-partners__body .mg-reviews__block:nth-child(2) {
    flex: 0 0 14.25rem;
}

.adm-manage .mg-partners__body .mg-reviews__block:nth-child(3) {
    flex: 0 0 7.4375rem;
}

.adm-manage .mg-partners__body .mg-reviews__block:nth-child(4) {
    flex: 0 0 6.375rem;
}

.adm-manage .mg-partners__body .mg-reviews__block:nth-child(5) {
    flex: 0 0 9.94rem;
}

.adm-manage .mg-partners__body .mg-reviews__block:nth-child(6) {
    flex: 0 0 7.685rem;
}

.adm-manage .mg-partners__body .mg-reviews__block:last-child {
    flex: 0 0 8.185rem;
}

.adm-manage__link {
    color: var(--BLUE, #4048E0);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.4rem */
}

.adm-manage__subrow {
    display: flex;
    align-items: center;
    gap: .62rem;
}

.adm-manage__tag {
    color: var(--BLUE, #4048E0);
font-variant-numeric: lining-nums proportional-nums;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.05rem */
padding: .25rem .63rem;
border-radius: 6.25rem;
background: var(--WHITE, #FFF);
}

.adm-manage__login {
    color: var(--GREY, #A3A3B5);
font-variant-numeric: lining-nums proportional-nums;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.05rem */
}


.forum-theme .attr__row {
    align-items: flex-start;
}

.forum-theme__link{
    color: var(--BLUE, #4048E0);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.4rem */
display: block;
max-width: max-content;
margin-top: .94rem;
}

.forum-theme__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.88rem;
    margin-top: 1.25rem;
}

.forum-theme__content {
    flex: 0 0 calc(100% - 22.375rem)
}

.forum-theme__content-name {
    margin-bottom: .63rem;
    color: var(--GREY, #A3A3B5);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.4rem */
}

.forum-theme .user-managment__info-input {
    max-width: 100%;
}

.forum-theme__content-item {
    margin-bottom: .94rem;
}

.forum-theme__content-item:last-child {
    margin-bottom: 0;
}

.forum-theme__info {
    padding: .94rem;
    border-radius: 0.375rem;
border: .0625rem solid var(--STROKE, #E3E3E3);
}

.forum-theme__info-row {
    display: flex;
    gap: 1.63rem;
}

.forum-theme__info-item-name {
    color: var(--GREY, #A3A3B5);
font-variant-numeric: lining-nums proportional-nums;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.4rem */
margin-bottom: .63rem;
}

.forum-theme__info-row .mg-object__toggler {
    border-radius: 0.125rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
}

.forum-theme__info-list {
    margin-top: .94rem;
}

.forum-thene__info-listing {
    margin-bottom: .94rem;
}

.forum-thene__info-listing:last-child {
    margin-bottom: 0;
}

.forum-theme__btns {
    margin-top: .94rem;
    gap: .94rem;
    display: flex;
}

.forum-theme__btns .btn {
    width: 100%;
}

.forum-theme__messeges .mg-reviews__wrapper {
    margin-top: .94rem;
}

.forum-theme__messeges .mg-attr__header .client-aapplications__items-heading:first-child {
    flex: 0 1 3.1275rem;
}

.forum-theme__messeges .mg-attr__header .client-aapplications__items-heading:nth-child(2) {
    flex: 0 1 9.7475rem;
}

.forum-theme__messeges .mg-attr__header .client-aapplications__items-heading:nth-child(3) {
    flex: 0 1 12.31rem;
}

.forum-theme__messeges .mg-attr__header .client-aapplications__items-heading:nth-child(4) {
    flex: 0 1 4.375rem;
}

.forum-theme__messeges .mg-attr__header .client-aapplications__items-heading:last-child {
    flex: 0 1 10.1825rem;
}


.forum-theme__messeges .mg-attr__body .mg-reviews__block:first-child {
    flex: 0 1 2.25rem;
}

.forum-theme__messeges .mg-attr__body .mg-reviews__block:nth-child(2) {
    flex: 0 1 9.7475rem;
}

.forum-theme__messeges .mg-attr__body .mg-reviews__block:nth-child(3) {
    flex: 0 1 12.31rem;
}

.forum-theme__messeges .mg-attr__body .mg-reviews__block:nth-child(4) {
    flex: 0 1 4.375rem;
}

.forum-theme__messeges .mg-attr__body .mg-reviews__block:nth-child(5) {
    flex: 0 1 7.0025rem;
}

.forum-theme__messeges .mg-attr__body .mg-reviews__block:last-child {
    flex: 0 0 1rem;
    margin-left: auto;
}

.forum-theme__messeges {
    flex: 0 0 calc(100% - 22.375rem);
}

.forum-theme__btns .btn.--trans {
    background-color: transparent;
    border-color: var(--cr-blue);
    color: var(--cr-blue);
}

.forum-theme__btns .btn.--trans:hover {
    color: var(--cr-white);
    background-color: var(--cr-blue)
}

#edit-answer.adm-base-edit {
    max-width: 46.625rem;
}

#edit-cat {
    max-width: 25rem;
}

.edit-cat__popup-row {
    display: flex;
    gap: .63rem;
}

.edit-cat__popup-row input:last-child {
    flex: 0 0 4.25rem;
}

.review-popup.subject-popup.adm-base-chat {
    max-width: 46.625rem;
}

.adm-base-chat__link {
    color: var(--BLUE, #4048E0);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.05rem */
    padding: .31rem .87rem;
    border-radius: 6.25rem;
    background: var(--LIGHT-BLUE, #F0F2FF); 
    display: block;
    max-width: max-content;
    margin-top: .94rem;
}

.adm-base-chat__time {
    color: var(--GREY, #A3A3B5);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    margin-top: .94rem;
    line-height: 140%; /* 1.05rem */
}

.adm-base-chat__wrapper {
    padding: .94rem;
    border-radius: 0.5rem;
    border: 1px solid var(--STROKE, #E3E3E3);
    background: var(--WHITE, #FFF);
    margin-top: .94rem;
}

.adm-base-chat__row {
    display: flex;
    gap: .31rem;
    align-items: center;
}

.adm-base-chat__row .adm-base-chat__link, .adm-base-chat__row .adm-base-chat__time {
    margin-top: 0;
}

.adm-base-chat__subrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5rem;
}

.adm-base-chat__delete {
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 5.98C17.67 5.65 14.32 5.48 10.98 5.48C9 5.48 7.02 5.58 5.04 5.78L3 5.98M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97M18.85 9.14L18.2 19.21C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M10.33 16.5H13.66M9.5 12.5H14.5" stroke="%23FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.adm-base-chat__subwrap {
    position: relative;
    margin-top: .94rem;
}

.adm-base-chat__subwrap textarea {
    font-family: var(--ff-raleway);
    padding: .94rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--STROKE, #E3E3E3);
    background: var(--WHITE, #FFF);
    outline: none;
    color: var(--GREY, #A3A3B5);
    width: 100%;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.adm-base-chat__subwrap textarea:hover, .adm-base-chat__subwrap textarea:focus {
    border-color: var(--cr-blue);
}

.adm-base-chat__btns {
    position: absolute;
    width: 100%;
    display: flex;
    right: .94rem;
    bottom: .94rem;
    align-items: center;
    justify-content: flex-end;
    gap: .94rem;
}

.adm-base-chat__emoji, .adm-base-chat__send {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
}

.adm-base-chat__emoji {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_1803_15411)"><path d="M16.336 14.253L17.666 15.746C16.0781 17.1025 14.0858 17.8951 12 18C9.91422 17.8951 7.92187 17.1025 6.33401 15.746L7.66601 14.254C8.88823 15.2821 10.4064 15.8937 12 16C13.5943 15.8933 15.1131 15.2814 16.336 14.253ZM24 12C24 14.3734 23.2962 16.6935 21.9776 18.6668C20.6591 20.6402 18.7849 22.1783 16.5922 23.0866C14.3995 23.9948 11.9867 24.2324 9.65892 23.7694C7.33115 23.3064 5.19295 22.1635 3.51472 20.4853C1.83649 18.8071 0.693605 16.6689 0.230582 14.3411C-0.232441 12.0133 0.00519943 9.60051 0.913451 7.4078C1.8217 5.21509 3.35977 3.34094 5.33316 2.02236C7.30655 0.703788 9.62663 0 12 0C15.1815 0.00344108 18.2318 1.26883 20.4815 3.51852C22.7312 5.76821 23.9966 8.81846 24 12ZM22 12C22 10.0222 21.4135 8.08879 20.3147 6.4443C19.2159 4.79981 17.6541 3.51808 15.8268 2.7612C13.9996 2.00433 11.9889 1.8063 10.0491 2.19215C8.10929 2.578 6.32746 3.53041 4.92894 4.92893C3.53041 6.32746 2.578 8.10929 2.19215 10.0491C1.8063 11.9889 2.00433 13.9996 2.76121 15.8268C3.51809 17.6541 4.79981 19.2159 6.4443 20.3147C8.08879 21.4135 10.0222 22 12 22C14.6513 21.9971 17.1931 20.9426 19.0679 19.0679C20.9426 17.1931 21.9971 14.6513 22 12ZM8.00001 9C8.32001 9 9.00001 9.946 9.00001 11H11C11 9.108 9.76801 7 8.00001 7C6.23201 7 5.00001 9.108 5.00001 11H7.00001C7.00001 9.946 7.68001 9 8.00001 9ZM16 7C14.232 7 13 9.108 13 11H15C15 9.946 15.68 9 16 9C16.32 9 17 9.946 17 11H19C19 9.108 17.768 7 16 7Z" fill="%234048E0"></path></g><defs><clipPath id="clip0_1803_15411"><rect width="24" height="24" fill="white"></rect></clipPath></defs></svg>');
}

.adm-base-chat__send {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.035 4.43718L4.85149 20.3322L11.0003 18.2914V12.0003C11.0003 11.448 11.448 11.0003 12.0003 11.0003C12.5525 11.0003 13.0003 11.448 13.0003 12.0003V18.2676L19.1552 20.3281L12.035 4.43718ZM11.3743 1.87306C11.7936 1.66657 12.2852 1.66736 12.7039 1.87519C13.0725 2.0582 13.2655 2.37867 13.3585 2.54463C13.4587 2.72332 13.5613 2.95232 13.6635 3.18065C13.6685 3.1917 13.6734 3.20275 13.6784 3.21379L21.1819 19.96C21.2867 20.1939 21.3912 20.427 21.4589 20.6235C21.521 20.8039 21.6347 21.1672 21.5221 21.569C21.3948 22.023 21.0615 22.3908 20.6222 22.5619C20.2334 22.7134 19.8606 22.6359 19.675 22.5917C19.4728 22.5436 19.2305 22.4625 18.9875 22.3811L12.0375 20.0544L5.01357 22.3857C4.7701 22.4666 4.52749 22.5472 4.32499 22.5948C4.13929 22.6385 3.76612 22.7151 3.37751 22.5625C2.93855 22.39 2.60623 22.0212 2.48032 21.5667C2.36885 21.1644 2.48375 20.8012 2.54649 20.621C2.6149 20.4246 2.7202 20.1917 2.82588 19.9579L10.3955 3.20852C10.4004 3.1975 10.4054 3.18648 10.4104 3.17546C10.5134 2.94745 10.6167 2.71877 10.7175 2.54039C10.8111 2.37473 11.005 2.05488 11.3743 1.87306Z" fill="%234048E0"></path></svg>');
}

#base-cat-edit {
    max-width: 30.875rem;
    width: 100%;
}

#base-cat-edit .edit-popup__row {
    align-items: center;
}

#base-cat-edit .payment-popup__inputs-input {
    margin-top: 0;
}

#base-cat-edit .edit-popup__name {
    flex: 0 0 8.6875rem;
}

.base-cat-lang__empty {
    color: var(--GREY, #A3A3B5);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.4rem */
    padding: .75rem;
    border-radius: 0.375rem;
    background: var(--LIGHT-BLUE, #F0F2FF);
    margin-top: .94rem;
}

#base-cat-lang .review-popup__btns {
    max-width: 7.9375rem;
}

.edit-popup__attention {
    width: 0.25rem;
    height: 1.5rem;
    margin-left: .25rem;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    margin-bottom: -0.325rem;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="24" viewBox="0 0 4 24" fill="none"><path d="M0.507614 7.53439L1.38071 6.22222L0 5.75661L0.22335 4.99471L1.62437 5.54497L1.58376 4H2.41624L2.37563 5.54497L3.77665 4.99471L4 5.75661L2.61929 6.22222L3.51269 7.53439L2.86294 8L2.01015 6.62434L1.13706 8L0.507614 7.53439Z" fill="%23FF0000"></path></svg>');
}

#add-couple {
    max-width: 30.875rem;
    width: 100%;
}

#add-couple .popup__body-title {
    margin-bottom: .94rem;
}

#add-couple .edit-popup__row{
    align-items: center;
}

#add-couple  .payment-popup__inputs-input {
    margin-top: 0;
}

#add-couple .catalogue-filters__date {
    width: 100%;
}

#add-couple .edit-popup__name {
    flex: 0 0 8.6875rem;
}

#add-couple .catalogue-filters__wrap {
    width: 100%;
}

#add-couple.payment-popup .review-popup__btns {
    max-width: 19.375rem;
}

#add-currency {
    max-width: 52.0625rem;
}

#add-currency  .popup__body-title span {
    color: var(--cr-grey);
}

#add-currency .mg-attr__header .client-aapplications__items-heading:first-child {
    flex: 0 0 1.1875rem;
}

#add-currency .mg-attr__header .client-aapplications__items-heading:nth-child(2) {
    flex: 0 0 10.6875rem;
}

#add-currency .mg-attr__header .client-aapplications__items-heading:nth-child(3) {
    flex: 0 0 17.475rem;
}

#add-currency .mg-attr__header .client-aapplications__items-heading:nth-child(4) {
    flex: 0 0 7.25rem;
}

#add-currency .mg-attr__header .client-aapplications__items-heading:last-child {
    flex: 0 0 6.6875rem;
}


#add-currency .mg-attr__body .mg-reviews__block:first-child {
    flex: 0 0 .625rem;
}

#add-currency .mg-attr__body .mg-reviews__block:nth-child(2) {
    flex: 0 0 10.6875rem;
}

#add-currency .mg-attr__body .mg-reviews__block:nth-child(3) {
    flex: 0 0 17.475rem;
}

#add-currency .mg-attr__body .mg-reviews__block:nth-child(4) {
    flex: 0 0 7.25rem;
}

#add-currency .mg-attr__body .mg-reviews__block:nth-child(5) {
    flex: 0 0 2.25rem;
}

#add-currency .mg-attr__body .mg-reviews__block:last-child {
    flex: 0 0 1rem;
}

#add-couple .catalogue-filters__wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    right: .95rem;
    top: .75rem;
}

.mg-verify .mg-verify__reason .user-managment__info-additional {
    margin-left: .25rem;
}

.adm-letter__item .object__edit, .adm-pages .object__edit {
    display: inline-block;
}

.adm-letter__item .object__edit:after, .adm-pages .object__edit:after {
    display: inline-block;
    margin-left: .5rem;
    top: .125rem;
    position: relative;
}

.adm-pages .object__edit {
    margin-top: 0;
}

.adm-letter__item .cust__block:last-child .object__edit:after  {
    margin-left: 0;
}

.popover {
    z-index: 1000000000000;
}

.geo__subblock.--hidden {
    display: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .mg-application .mg-reviews__body,   .mg-application .mg-reviews__wrapper {
        overflow-x: hidden;
    }

    .mg-application .mg-reviews__item, .mg-application .mg-reviews__header {
        width: 69rem;
    }

    .mg-application .catalogue-filters__wrap, .mg-application .client-cabinet__list-input {
        flex:0 1 calc(32.5% - 7.06rem)!important;
    }
}

@media screen and (max-width: 768px) {
    .balance-popup__row {
        flex-direction: column;
        align-items: flex-start;
        gap: .31rem;
    }

    .balance-popup.payment-popup .review-popup__btns {
        flex-direction: column;
    }

    .balance-popup__text {
        flex: auto;
    }

    .adm-balance__row {
        flex-direction: column;
        gap: .31rem;
    }
    
    .adm-balance__name {
        flex: auto;
    }

    .client-balance__wrap:first-child .mg-reviews__block:nth-child(5)   .client-balance__items-hidden {
        margin-bottom: .5rem;
    }

    .adm-balance__btns {
        flex-direction: column;
    }

    .adm-balance__btns  .btn {
        width: 100%;
        max-width: 100%;
    }

    .adm-balance__btns  .btn.--red {
        order: 1;
    }

    .adm-balance .client-balance__wrap .catalogue-filters__wrap:first-child {
        width: 100%;
        flex: 0 1 100%;
    }

    .adm-balance .catalogue-filters__wrap.--width:nth-last-child(3) {
        max-width: 100%;
    }

    .mg-application .client-cabinet__list-input, .mg-application .catalogue-filters__wrap {
        flex: 0 0 100%;
    } 

    .mg-application .catalogue-filters__list-check {
        order: unset;
    }

    .mg-application .client-cabinet__list-button {
        order: 2;
    }

    .mg-application .client-cabinet__list-filters {
        order: 3;
    }

    .mg-application .catalogue-filters__list-check:nth-last-child(3) {
        order: 6;
    }

    .mg-application .catalogue-filters__list-check:nth-last-child(4) {
        order: 5;
    }

    .mg-application .catalogue-filters__list-check:nth-last-child(5) {
        order: 4;
    }

    .mg-partners__body .mg-reviews__block:nth-child(3) .client-balance__items-hidden {
        margin-bottom: .5rem;
    }

    .mg-partners__body .mg-reviews__block:nth-child(3) .mg-paretns__tag {
        margin-bottom: .5rem;
    }

    .mg-partners__body .mg-reviews__block:nth-child(7) .mg-clients__subblock {
        flex-direction: row;
    }

    .mg-partners__body .mg-reviews__block:last-child .mg-clients__subblock {
        margin-top: .94rem;
    }

    .fancybox-slide--current {
        padding: 0 .94rem;
    }

    .mg-application .client-cabinet__list-button {
        margin-left: auto;
    }

    .mg-clients__body .mg-reviews__block:last-child .mg-reviews__content .mg-clients__subblock:first-child {
        flex-direction: row;
    }

    .mg-application__body .mg-reviews__block:last-child .client-balance__items-hidden{
        margin-bottom: .5rem;
    }

    .mg-application__body .mg-reviews__block:last-child .mg-reviews__content {
        gap: .94rem;
    }

    .edit-popup__row {
        flex-direction: column;
    }

    .edit-popup__name {
        flex: auto;
    }

    #review-edit .review-popup__btns {
        flex-direction: column;
        max-width: 100%;
        gap: .94rem;
    }

    #add-subcategory .review-popup__btns {
        flex-direction: column;
        max-width: 100%;
        gap: .94rem;
    }

    
    #edit-attr .review-popup__btns {
        flex-direction: column;
        max-width: 100%;
        gap: .94rem;
    }


    .add-subcat__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .edit-tips__icons {
        min-width: 100%;
    }

    .edit-tag__row {
        flex-direction: column;
        gap: .94rem;
        align-items: flex-start;
    }

    .edit-tag__row .attr__btn {
        max-width: 100%;
        width: 100%;
    }

    #edit-tag .review-popup__btns {
        max-width: 100%;
        flex-direction: column;
    }

    #add-cat .review-popup__btns {
        max-width: 100%;
        flex-direction: column;
    }

    #edit-beds .review-popup__btns {
        max-width: 100%;
        flex-direction: column;
    }

    #edit-vision .review-popup__btns {
        max-width: 100%;
        flex-direction: column;
    }

    .attr .client-cabinet__heading {
        flex: auto;
    }

    .attr .attr__subrow .messenger__search {
        flex-wrap: wrap;
    }

    .geo__image-wrap {
        padding-bottom: 106.66666666666667%;
    }

    .geo__image-btn {
        max-width: 100%;
        width: 100%;
    }

    #geo-image .review-popup__btn {
        max-width: 100%;
    }

    .add-tag__header {
        display: none;
    }

    .add-tag__subbody {
        flex-direction: column;
        gap: .94rem;
    }

    #add-tag .review-popup__btns {
        flex-direction: column;
        max-width: 100%;
    }

    .adm-manage__subrow {
        margin-top: .31rem;
        gap: .31rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .adm-manage.mg-application .catalogue-filters__wrap {
        flex: 0 1 calc(100% - 7.06rem);
    }

    .attr .attr__row {
        gap: .94rem;
    }

    .forum-theme__link {
        margin-top: .62rem;
    }

    .forum-theme .attr__btn, .forum-theme  .attr__btns {
        max-width: 100%;
        width: 100%;
    }

    .forum-theme__row {
        flex-direction: column;
        gap: 1.88rem;
    }

    .forum-theme__info-row {
        flex-direction: column;
        gap: 1.62rem;
    }

    .forum-theme__messeges .mg-attr__body .mg-reviews__block:last-child {
        margin-left: 0;
    }

    #edit-answer.adm-base-edit .review-popup__btns {
        flex-direction: column;
        gap: .94rem;
        max-width: 100%;
    }

    .edit-cat__popup-row  {
        flex-direction: column;
        gap: 0;
    }

    #edit-cat .review-popup__btns  {
        flex-direction: column;
        gap: .94rem;
    }

    .edit-cat__popup-row input:last-child {
        flex: auto;
    }

    #adm-chat .review-popup__btns {
        flex-direction: column;
        gap: .94rem;

        max-width: 100%;
    }

    #base-cat-edit .edit-popup__name  {
        flex: auto;
    }

    #base-cat-edit  .edit-popup__row {
        align-items: flex-start;
        gap: .31rem;
    }
    
    #base-cat-edit .review-popup__btns {
        flex-direction: column;
        max-width: 100%;
        gap: .94rem;
    }

    #base-cat-lang .review-popup__btns {
        max-width: 100%;
    }

    .adm-table  .catalogue-filters__list-check {
        order: 1;
        flex: 0 1 100%;
    }

    .adm-table  .attr__subrow .messenger__search {
        flex-wrap: wrap;
    }

    .adm-table  .attr__subrow  {
        margin-top: .63rem;
    }

    .adm-table  .client-cabinet__list-input {
        flex: calc(100% - 7.06rem);
    }

    #add-currency .review-popup__btns {
        flex-direction: column;
        max-width: 100%;
        gap: .94rem;
    }

    .--mg-objects .mg-object__top .client-aapplications__items-heading {
        flex: auto!important;
    }

    .--mg-objects .mg-object__top {
        margin-left: 0;
        display: none;
    }

    .--mg-objects .mg-object__subitem .mg-reviews__block:last-child {
        margin-left: 0;
    }

    #add-couple .edit-popup__name {
        flex: auto;
    }

    #add-couple .edit-popup__row {
        align-items: flex-start;
    }

    #add-couple.payment-popup .review-popup__btns {
        max-width: 100%;
        flex-direction: column;
    }

    .mg-messenger__item .mg-messenger__block {
        grid-template-columns: 1fr;
        gap: .31rem;
    }

    .adm-blog .attr__subrow .messenger__search {
        flex-wrap: wrap;
    }

    .adm-blog .catalogue-filters__wrap.--width:nth-last-child(3) {
        max-width: 100%;
        flex: 0 1 calc(100% - 7.06rem);
    }

    .adm-pages.adm-blog .cust__block:last-child .mg-clients__remove {
        max-width: 100%;
    }

    .adm-blog .mg-clients__remove {
        max-width: 100%;
        width: 100%;
    }

    .adm-blog .adm-blog__subitem-body .mg-reviews__block:last-child {
        width: 100%;
    }

    .forum-theme__messeges .mg-attr__body .mg-reviews__block:last-child {
        margin-top: 1.5rem;
    }

    .adm-forum .attr__subrow, .adm-faq .attr__subrow {
        max-width: 100%;
    }

    .adm-faq .catalogue-filters__wrap.--width:nth-last-child(3) {
        max-width: 100%;
    }

    .adm-pages.adm-themes .cust__block:nth-child(3) .client-balance__items-hidden {
        margin-bottom: .5rem;
    }

    .mg-object__subitem.ng {
        align-items: flex-start;
    }

    .mg-attr__body .mg-reviews__block:last-child {
        margin-top: 1.5rem;
    }

    .attr__btn  {
        position: relative;
        z-index: 2;
    }

    .geo__content .object__edit.--hidden {
        display: block;
    }

    .geo .geo__item-top {
        display: none;
    }

    .geo__subblock {
        flex-direction: column;
        gap: .31rem;
    }

    .geo__block .client-balance__items-hidden, .geo__subitem .client-balance__items-hidden {
        flex: 0 1 auto!important;
    }

    .geo .geo__item-body {
        margin-top: 0;
    }

    .geo .geo__subitem {
        gap: .75rem;
    }

    .geo__subblock:nth-child(2) .geo__name {
        padding-left: 0;
    }

    .geo__subblock.--hidden {
        display: block;
    }

    .geo__subblock.--hide {
        display: none;
    }

    .geo__subblock.--hidden:last-child .geo__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .geo__subblock.--hidden:last-child .geo__content {
        gap: .5rem;
    }

    .geo__subblock.--hidden .mg-clients__remove {
        order: 1;
    }
}

.geo__btn-wrapper {
    position: relative;
    padding: .62rem 0;
    margin-top: .62rem;
}

.geo__subblock.--hide {
    margin-left: auto;
}

.geo__btn-wrapper::before {
    content: '';
    position: absolute;
    left: -.62rem;
    top: 0;
    height: 100%;
    width: calc(100% + 1.24rem);
    background-color: #FFF;
}

@media screen and (max-width: 520px) {
    .popup {
        max-width: 100%;
        width: calc(100% - 1.88rem);
        margin: 0!important;
    }

    .mg-verify__state.--red {
        max-width: 100%;
    }
}

.popover {
    border: none;
}

.popover-body {
    padding: 0;
}

.popover__wrapper {
    border-radius: 0.625rem;
    background: var(--Neutral-100, #FFF);
    padding: .75rem 1rem;
    border: none;
}

.popover__row {
    display: flex;
    gap: .63rem;
    align-items: center;
}

.popover .payment-popup__inputs-input {
    margin-top: 0;
    color: var(--LIGHT-BLACK, #424242);
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.bs-popover-top>.arrow::before {
    border-top-color: transparent;
}

.popover__submit {
    width: 2.8125rem;
    height: 2.875rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="44" height="45" rx="5.5" stroke="%234048E0"></rect><path d="M12.75 22.25L19.75 29.25L32.25 16.75" stroke="%234048E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.popover__close {
    width: 1rem;
    height: 1rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_1862_19266)"><path d="M4.24173 4.24264L12.727 12.7279M12.727 4.24264L4.24173 12.7279" stroke="%23A3A3B5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1862_19266"><rect width="16" height="16" fill="white"></rect></clipPath></defs></svg>');
}

.popover-cont {
    position: relative;
}

.popover__clear {
    position: absolute;
    top: .75rem;
    right: .94rem;
    width: 1rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_1862_19262)"><path d="M4.24173 4.24264L12.727 12.7279M12.727 4.24264L4.24173 12.7279" stroke="%23A3A3B5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1862_19262"><rect width="16" height="16" fill="white"></rect></clipPath></defs></svg>');
    height: 1rem;
}