.profile {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.profile__sidebar {
    width: 88px;
    border-right: 1px solid #E1E5EB;
    position: relative;
    min-height: 700px;
}

.profile__logo {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
}

.header__notification {
    transition: 0.5s;
    margin-right: 12px;
    margin-left: 12px;
}

.header__notification a {
    transition: 0.5s;
    padding: 8px;
    gap: 4px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__notification a:hover {
    background: #F7F9FC;
}

.profile__manager-picture {
    overflow: hidden;
    width: 96px;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #D5DCE5;
    border-radius: 12px;
}

    .profile__manager-picture img {
        width: 40px;
        height: 40px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
    }

    .profile__manager-picture .profile__manager-show {
        width: 24px;
        height: 24px;
    }

.profile__manager-picture:hover{
    cursor: pointer;
}

.profile__manager-picture p {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    display: initial;
    color: #151A30;
    margin-left: 12px;
    width: 76px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.profile__bottom-block {
    z-index: 5;
    position: relative;
}

.profile__open-block {
    padding: 16px;
    height: 56px;
    background: #F7F9FC;
    border-radius: 12px;
    position: relative;
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.profile__open-block p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    margin-left: 12px;
}

.profile__open-block:hover {
    cursor: pointer;
}

.profile__open-block svg {
    width: 24px;
    height: 24px;
}


.profile .menu-item a {
    display: -ms-flexbox;
    display: flex;
}

.profile .menu-item a span {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
}

.profile .menu-item a svg {
    width: 24px;
    height: 24px;
}

.profile .menu-item:hover {
    background: #F7F9FC;
}

.profile .menu-item:hover svg path, .profile .menu-item:hover rect {
    fill: #1982FF;
}

.profile .menu-item p {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #FF3D71;
    border-radius: 50%;
    font-weight: 700;
    font-size: 9px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    right: 15px;
    top: 38%;
    transform: translateY(-50%);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile .menu-item a {
    display: block;
    width: 100%;
    height: 100%;
}

span.red-warning {
    display:inline-block!important;
    position:relative;
    top:-2px;
    margin-left:2px;
    line-height:16px;
    height:16px;
    text-align:center;
    color:red!important;
}

    span.red-warning img {
        height:16px!important;
    }

.profile__content {
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px;
    padding-top: 16px;
}

.profile__sidebar-position.open .profile__manager-picture div:before {
    right: 8px;
    left: inherit;
}

.profile__sidebar-position.open .menu-item p {
    top: 50%;
}

.profile__sidebar {
    z-index: 99;
}

.profile__sidebar-position {
    top: 0;
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 16px;
}

.profile__sidebar-position .menu-item a {
    padding: 16px;
}

.profile .menu-item.active {
    background: #F7F9FC;
}

.profile .menu-item.active svg path, .profile .menu-item.active rect {
    fill: #1982FF;
}

.profile .menu-item.active svg path:nth-child(3) {
    stroke: #1982ff;
    fill: inherit;
}

.profile__logo {
    width: 56px;
    height: 56px;
    background-image: url(../../images/profile/brand.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.profile .menu-item.active {
    background: #F7F9FC;
}

.profile .menu-item.active svg path, .profile .menu-item.active rect {
    fill: #1982FF;
}

.profile__sidebar-position.open .profile__logo {
    width: 140px;
    height: 40px;
    background-image: url(../../images/profile/menu/logo-open.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px;
}

.profile__sidebar-position.open {
    left: 0;
    transform: inherit;
    width: 292px;
    background: #fff;
    z-index: 5;
    border-right: 1px solid #E1E5EB;
    z-index: 999;
    height: 100%;
}

.profile__sidebar-position.open .menu-item {
    width: 100%;
}

.profile__sidebar-position.open .menu-item a {
    display: -ms-flexbox;
    display: flex;
}

.profile__sidebar-position.open .menu-item p {
    border-radius: 4px;
    width: 24px;
    height: 24px;
}

.profile .profile__sidebar-position.open .menu-item a span {
    display: block;
}

.profile .profile__sidebar-position.open .profile__bottom-block {
    width: 260px;
}

.profile__bottom-block.open {
    width: 292px;
    z-index: 999;
}

.profile__bottom-block.open .profile__open-block svg rect {
    fill: #8F9BB3;
}

.profile__bottom-block.open .profile__open-block svg {
    transform: rotate(-180deg);
}

.mobile-header {
    display: none;
}

.profile__bottom-block.open .profile__open-block p {
    display: block;
}

.nice-select {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
}

.profile__manager-picture.profile-manager__menu {
    display: none;
}

.role-person .header__order-wrap {
    left: -75px;
}

.role-person {
    position: relative;
}

.role-person .profile__content {
    padding-top: 120px;
}

.wrapper__block.role-person.tooltip-block .profile__content {
    padding-top: 180px;
}

.role-person .header {
    padding-left: 0;
}

.role-person .catalog-full.open {
    z-index: 9999;
}

.catalog-full.open {
    z-index: 444;
}

#sm_menu_ham {
    display: none;
}

.profile__sidebar {
    min-width: 88px;
}

.left-sidebar .header {
    padding-left: 0;
}


.profile .menu-item:hover svg path:nth-child(3) {
    stroke: #1982ff;
    fill: inherit;
}

.nice-select .current {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    max-width: 80vw;
}

.nice-select .option {
    word-break: normal;
    word-wrap: break-word;
}

.child-menu.child-menu__level-back {
    display: flex;
    align-items: center;
}

.child-menu.child-menu__level-back .arrow-list {
    display: block;
    right: inherit;
    left: 0;
    top: 4px;

}

.child-menu.child-menu__level-back .child-menu__link span {
    padding-left: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
}

.header__location-bottom-mobile {
    display: none;
}

@media (max-width: 1279px) {
    .header__right.header__right-4pl {
        width: auto;
        flex: 1 1 auto;
    }
    .header__right.header__right-4pl .profile__bottom-block {
        display: block;
    }

    .header__right-4pl .header__top-left {
        max-width: 100%;
        width: 100%;
    }
    .wrap-4pl .header-left__catalog-block .header-left__logo{
        display: none;
    }
    .wrap-4pl.wrapper__block .header__logo-mobile{
        display: block;
        margin-right: 16px;
        min-width: 48px;
    }
    .header__right.header__right-4pl{
        height: 56px;
        margin-left: 16px;
    }
    .header__location.header__location-4pl {
        width: 100%;
    }

    .header__right.header__right-4pl .profile__bottom-block {
        width: 140px;
    }
}

@media (max-width: 1199px) {
    .header__right.header__right-4pl .profile__bottom-block {
        width: 80px;
    }
    .profile__manager-picture p {
        display: none;
    }

    .profile__manager-picture {
        width: auto;
        margin-right: 12px;
    }

    .sm_menu_outer .mobile_menu li.menu__bottom-arrow a:before {
        position: absolute;
        top: 16px;
        right: inherit;
        left: 217px;
        width: 24px;
        height: 24px;
        background-image: url(../../images/files/arrow-right.svg);
        background-repeat: no-repeat;
        background-position: center;
        content: '';
    }

    .sm_menu_outer .mobile_menu li.menu__bottom-first {
        margin-top: 24px;
    }

    .sm_menu_outer.slide .mobile_menu li.active > .submenu a.link {
        border-bottom: 0;
        border-top: 1px solid #D5DCE6;
    }

    .sm_menu_outer.slide .mobile_menu li.active > .submenu li:nth-child(2) a.link {
        border-top: 0;
    }
}

@media (max-width: 719px) {
    .header__right.header__right-4pl .header__location .title, .header__right.header__right-4pl .header__location .subtitle, .header__right.header__right-4pl .header__location img {
        display: block;
    }

    .header__right.header__right-4pl .header__location img.location-mobile {
        display: none;
    }
    .header__right.header__right-4pl .profile__bottom-block {
        width: 80px;
        position: absolute;
        right: 55px;
        height: 56px;
        display: flex;
        align-items: center;
    }
    .header__bottom {
        display: block;
        height: 40px;
        padding: 0;
        background: inherit;
    }

    .header__bottom-menu, .header__right {
        display: none;
    }

    .header__bottom-content {
        height: 40px;
    }

    .header__top.new-header .header__right {
        display: block;
    }

    .header__location.header__location-bottom-mobile p.title {
        display: block;
    }
    .header__bottom-4pl .header__location-bottom-mobile{
        display: none;
    }
    .header__bottom-4pl.header__bottom{
        display: none;
    }
    .header__location-bottom-mobile {
        display: flex;
        max-width: 100%;
        height: 40px;
        padding: 8px;
        align-items: center;
        width: 100%;
        border-radius: 0
    }

    .header__location.header__location-bottom-mobile .title {
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
    }

    .header__location.header__location-bottom-mobile .subtitle {
        display: block;
    }

    .header__location-bottom-mobile img {
        min-width: 24px;
        height: 24px;
        margin-right: 8px;
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
    }

    .profile__mobile-block.open {
        z-index: 99999;
    }

    .profile__mobile-block .profile__period:nth-child(2), .profile__mobile-block .profile__period:first-child {
        height: 48px;
    }

    .profile__logistic {
        margin-top: -145px !important;
    }

    .role-person .header__bottom-center {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header__search-mobile-open.open {
        z-index: 99999;
        top: 14px;
    }

    .role-person .profile__content {
        padding-top: 100px;
    }
}

@media (max-width: 1199px) {
    .mobile__location-social .header__manager-social-item a {
        padding: 0 !important;
        width: 40px;
        height: 40px;
    }

    .mobile__location-social .header__manager-social-item a img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        margin-right: 0;
    }

    .tooltip-menu #sm_menu_ham {
        top: 70px;
    }

    #sm_menu_ham {
        display: block;
        top: 29px;
    }

    .profile__manager-picture div:before {
        right: 0;
        left: inherit;
    }

    .mmactive .profile__manager-picture.profile-manager__menu {
        display: block;
        background: #fff;
        padding: 20px 0 60px;
        position: relative;
        border-top: 1px solid #E1E5EB;
        -o-border-image: inherit;
        border-image: inherit;
        margin-top: 16px;
    }

    .sm_menu_outer {
        height: 100vh;
        overflow-y: scroll;
    }

    .mobile__location-block-top .profile__logistic {
        height: 30px;
        margin-top: -3px !important;
        margin-left: 8px;
    }

    .mobile__location-block {
        position: relative;
    }

    .sm_menu_outer .mobile_menu li {
        width: 100%;
    }

    .sm_menu_outer .mobile_menu li.menu-bottom-chat {
        position: fixed;
        bottom: 48px;
        width: auto;
        right: 16px;
        left: 16px;
    }

    .sm_menu_outer .menu-bottom__link {
        display: flex;
        position: fixed;
        bottom: 0;
        height: 48px;

    }

    .sm_menu_outer .menu-bottom__link .menu-bottom__link-manager {
        display: flex;
        justify-content: center;
        width: 50%;
        border: 0;
        padding: 0;
        align-items: center;
    }

    .sm_menu_outer .menu-bottom__link .menu-bottom__link-manager p {
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        color: #8F9BB3;
        margin: 0;
    }

    .sm_menu_outer .menu-bottom__link .menu-bottom__link-faq {
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        color: #8F9BB3;
        width: 50%;
        display: flex;
        justify-content: center;
        border: 0;
        padding: 0;
    }

    .sm_menu_outer .menu-bottom-chat-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 16px;
        background: #E8F2FF;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .sm_menu_outer .menu-bottom-chat-link span {
        margin-left: 8px;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #151A30;
    }

    .sm_menu_outer .mobile_menu .menu-bottom-chat-link {
        border: 0;
        margin: 0;
    }

    .sm_menu_outer .mobile_menu .menu-bottom-chat-link img {
        margin-right: 0;
    }

    .mobile__location-block-top {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 8px;
        position: relative;
        flex-wrap: wrap;
    }

    .sm_menu_outer .mobile_menu .menu__number {
        position: fixed;
        bottom: 136px;
        background: #fff;
    }

    .sm_menu_outer .mobile_menu .menu__call-center {
        position: fixed;
        bottom: 76px;
        background: #fff;
        height: 60px;
    }

    .sm_menu_outer .mobile_menu .menu__number a {
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        align-items: center;
        text-align: center;
        color: #151A30;
        display: block;
        border: 0;
        width: 90%;
    }

    .sm_menu_outer .mobile_menu .menu__call-center p {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        display: block;
        color: #8F9BB3;
        width: 90%;
    }

    .mobile__location-block-top .name {
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        color: #1982FF;
    }

    .mobile__location-block-top .profile__logistic {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        padding: 4px 8px;
        background: #E8F2FF;
        border-radius: 4px;
        margin-right: 10px;
    }

    .mobile__location-block-top .profile__logistic img {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .mobile__location-block-top .profile__logistic span {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #1982FF;
    }

    .mobile__location-block .address {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #151A30;
    }

    .mobile__location-block {
        padding: 12px 36px 12px 16px;
        background: #E8F2FF;
        border-radius: 8px;
    }

    .mobile__location-block:before {
        position: absolute;
        top: 22px;
        right: 12px;
        width: 24px;
        height: 24px;
        background-image: url(../../images/profile/ar-r.svg);
        background-repeat: no-repeat;
        background-position: center;
        content: '';
        transform: rotate(90deg);
    }

    .profile__sidebar {
        position: fixed;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        min-height: 60px;
        height: 60px;
        background: #fff;
        z-index: 55;
    }

    .profile__bottom-block, .profile__menu {
        display: none;
    }

    .profile__sidebar-position {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mobile-header {
        display: -ms-flexbox;
        display: flex;
    }

    .profile__logo {
        display: block;
        width: 48px;
        height: 48px;
        margin-bottom: 0;
    }

    .profile__sidebar-position {
        position: relative;
        left: 0;
        transform: inherit;
        top: 0;
        width: 100%;
        height: 60px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .header__search-mobile {
        background: inherit;
    }


    .header__search-mobile-open.open {
        top: 6px;
    }

    .sm_menu_outer {
        background: #fff;
    }

    .sm_menu_outer .mobile_menu a {
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        color: #151A30;
        text-transform: inherit;
        font: inherit;
        letter-spacing: inherit;
        padding: 12px 0;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #D5DCE6;
    }

    .sm_menu_outer .mobile_menu a p {
        position: absolute;
        width: 24px;
        height: 24px;
        background: #FF3D71;
        border-radius: 4px;
        font-weight: 700;
        font-size: 9px;
        line-height: 16px;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        right: 8px;
        top: 15px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sm_menu_outer .mobile_menu a span {
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        color: #151A30;
    }

    .sm_menu_outer .mobile_menu a.catalog:before {
        position: absolute;
        top: 12px;
        right: 16px;
        width: 24px;
        height: 24px;
        background-image: url("../../images/catalog/category/ar-menu.svg");
        background-repeat: no-repeat;
        background-position: center;
        content: '';
    }

    .sm_menu_outer .mobile_menu li a:before {
        position: absolute;
        top: 12px;
        right: 16px;
        width: 24px;
        height: 24px;
        background-image: url("../../images/files/ar.svg");
        background-repeat: no-repeat;
        background-position: center;
        content: '';
    }

    .sm_menu_outer .menu-bottom__link .menu-bottom__link-faq:before, .sm_menu_outer .mobile_menu .menu-bottom-chat-link:before, .sm_menu_outer .mobile_menu .menu__number a:before, .sm_menu_outer .mobile_menu li.back a:before {
        display: none;
    }

    .sm_menu_outer .mobile_menu li.hasChild a span {
        color: #1982FF;
    }

    .sm_menu_outer .mobile_menu li.hasChild a.no-link span {
        color: #151A30;
    }

    .sm_menu_outer .mobile_menu a svg {
        margin-right: 20px;
    }

    .sm_menu_outer.slide .mobile_menu .submenu {
        background: #fff;
    }

    .sm_menu_outer .mobile_menu li {
        background-image: none;
        border-bottom: 0;
        background: #fff;
    }

    .sm_menu_outer.active .mobile_menu {
        display: block;
        padding: 0 16px;
    }

    .sm_menu_outer.slide .mobile_menu .submenu {
        padding: 0 8px;
    }

    .sm_menu_outer.slide .mobile_menu .submenu a img {
        width: 24px;
        height: 24px;
        margin-right: 16px;
    }

    .sm_menu_outer.slide .mobile_menu .submenu a.no-link {
        background: #F7F9FC;
        border-radius: 12px;
        margin-bottom: 12px;
        padding: 16px;
    }

    .sm_menu_outer.slide .mobile_menu .submenu a.link {
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        color: #151A30;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 48px 12px 12px;
    }

    .sm_menu_outer.slide .mobile_menu .submenu a.link-arrow:before {
        position: absolute;
        top: 9px;
        right: 16px;
        width: 24px;
        height: 24px;
        background-image: url("../../images/profile/ar-r.svg");
        background-repeat: no-repeat;
        background-position: center;
        content: '';
    }

    .sm_menu_outer.slide .mobile_menu .submenu .hasChild.active a.link {
        color: #1982FF;
    }

    .sm_menu_outer.slide .mobile_menu .submenu .hasChild .submenu a {
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #151A30;
        padding: 16px;
    }

    .sm_menu_outer .mobile_menu li.back {
        padding-left: 0;
    }

    .sm_menu_outer .mobile_menu li.back a {
        font-style: normal;
        font-weight: 800;
        font-size: 26px;
        line-height: 32px;
        color: #151A30;
        margin-left: 8px;
    }

    .sm_menu_outer.slide .mobile_menu .submenu .hasChild .submenu li.back a {
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        margin-left: 8px;
        padding-right: 25px;
    }

    .sm_menu_outer .mobile_menu a img {
        margin-right: 20px;
        width: 24px;
        height: 24px;
    }

    .sm_menu_outer .mobile_menu a {
        padding-left: 8px;
    }

    .sm_menu_outer .mobile_menu li.back:before {
        position: absolute;
        top: 23px;
        left: 16px;
        width: 24px;
        height: 24px;
        background-image: url("../../images/profile/ar-r.svg");
        background-repeat: no-repeat;
        background-position: center;
        content: '';
        transform: rotate(-180deg);
        display: none;
    }

    .sm_menu_outer .mobile_menu li.back a {
        padding: 20px 5px 32px 0;
        border: 0;
    }

    .sm_menu_outer {
        height: 100vh;
    }

    .mobile_menu .close {
        position: absolute;
        top: 20px;
        right: 16px;
        width: 24px;
        height: 24px;
    }

    .mobile_menu .title-menu {
        position: absolute;
        top: 16px;
        left: 16px;
        font-weight: 800;
        font-size: 26px;
        line-height: 32px;
        color: #151A30;
    }

    .sm_menu_outer.active .mobile_menu {
        padding-top: 80px;
        height: 100%;
        position: relative;
    }

    #sm_menu_ham {
        cursor: pointer;
        float: right;
        height: 25px;
        position: fixed;
        right: 21px;
    }

    .header__catalog.open {
        background: inherit;
    }

    #sm_menu_ham span {
        background-color: #1982ff;
        border-radius: 5px;
        display: block;
        width: 14px;
    }

    #sm_menu_ham.open span {
        background-color: #8F9BB3;
    }

    #sm_menu_ham span:nth-child(4) {
        display: none;
    }

    #sm_menu_ham span:nth-child(1) {
        top: 5px;
    }

    #sm_menu_ham span:nth-child(3) {
        top: 18px;
    }

    .mobile-header {
        padding-right: 42px;
    }

    .mmactive #sm_menu_ham span:nth-child(1) {
        left: 50%;
        top: 18px;
        width: 0;
    }

    .mmactive #sm_menu_ham {
        top: 20px;
        z-index: 9999;
    }

    .mmactive #sm_menu_ham span:nth-child(2) {
        transform: rotate(45deg);
        top: 10.4px;
    }

    .mmactive #sm_menu_ham span:nth-child(3) {
        transform: rotate(-45deg);
        top: 10px;
    }

    .mmactive #sm_menu_ham span:nth-child(4) {
        left: 50%;
        top: 18px;
        width: 0;
    }

    #sm_menu_ham span:nth-child(3) {
        top: 13px;
    }

    .mmactive #sm_menu_ham span:nth-child(3) {
        top: 10.4px;
    }

    .mobile__location p {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #8F9BB3;
    }

    .mobile__location {
        margin-top: 24px;
    }

    .mobile__location > p {
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        color: #151A30;
        margin-bottom: 8px;
    }

    .sm_menu_outer .mobile_menu li.mobile__location {
        margin-bottom: 32px;
        margin-top: 0;
    }

    .header__location-popup.open {
        display: block;
        z-index: 99999;
    }

    .location-list {
        overflow-y: inherit;
        max-height: 100%;
        overflow-x: hidden;
        margin-right: 5px;
    }

    .profile__manager-picture {
        bottom: inherit;
        width: 100%;
        padding: 0 16px;
    }

    .profile__manager-picture.profile-manager__menu p {
        display: block;
        width: 200px;
    }

    .profile__manager-picture div img {
        margin-right: 20px;
        width: 48px;
        height: 48px;
    }

    .sm_menu_outer.slide .mobile_menu .submenu {
        padding-bottom: 100px;
        height: initial;
        min-height: 100%;
    }
}

@media (max-width: 590px) {
    .profile__manager-picture{
        height: 100%;
        display: flex;
    }
    .header__location.header__location-4pl {
        width: 100%;
    }
    .header__right-4pl .header__top-left{
        width: calc(100vw - 146px);
    }
    .header__right.header__right-4pl {
        margin-right: 0;
    }
}

