.menu-top {
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    padding-left: 8px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #D9DCE3;
}
.menu-top__logo {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 19px;
    height: 32px;
}

.btn-switcher {
    width: 100px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    border: none;
    color: #717172;
    height: 24px;
    background: #D9DCE3;
}

.btn-switcher.en {
  width: 110px;
}

.btn-switcher.active {
    color: #FFFFFF;
    background-color: #1763A2;
}

.menu-top__btn-switcher__standar {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.menu-top__btn-switcher__old {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-top__visibility-hidden {
    width: 100%;
    height: 24px;
}

.menu-top__contact {
    /* width: 505px; */
    height: 32px;
    background-color: #F8F9FB;
    padding: 4px 8px;
    border-radius: 4px;
}

.menu-top__contact__title {
    line-height: 1.5;
}

.menu-top__helper {
    gap: 10px;
    position: relative;
}

.menu-top__account {
    position: relative;
}

.menu-top__account__avt {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #5AB4FF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    /* padding-top: 3px; */

}

/* Help Center Modal */
.help-center-modal {
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    z-index: 1000;
}

.help-center-modal__content {
    width: 309px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    padding: 8px 0px;
    padding-top: 16px;
}

.help-center-modal__menu {
    display: flex;
    flex-direction: column;
}

.help-center-modal__menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px 24px;
    width: 309px;
    height: 40px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.help-center-modal__menu-item:hover {
    background-color: #F8F9FB;
}

.help-center-modal__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.help-center-modal__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.571428;
    color: #313131;
    white-space: nowrap;
}

.help-center-modal__footer {
    display: flex;
    flex-direction: column;
    padding: 8px 24px;
    /* gap: 4px; */
    /* margin-top: 8px; */
}

.help-center-modal__footer-logo {
    width: 158px;
    height: 24px;
}

.help-center-modal__footer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.571428;
    color: #000000;
    margin: 0;
}

/* Account Modal */
.account-modal {
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    z-index: 1000;
}

.account-modal__content {
    width: 309px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    padding: 8px 0px;
}

.account-modal__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 16px 0px;
}

.account-modal__header-item {
    display: flex;
    align-items: center;
    padding: 0px 24px;
}

.account-modal__header-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.362;
    color: #626263;
    text-align: center;
}

.account-modal__divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #D9DCE3;
}

.account-modal__menu {
    display: flex;
    flex-direction: column;
    padding: 8px 0px 0px;
}

.account-modal__menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px 24px;
    height: 40px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.account-modal__menu-item:hover {
    background-color: #F8F9FB;
}

.account-modal__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.account-modal__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.571428;
    color: #313131;
    white-space: nowrap;
}

.account-modal__logout-form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.account-modal__logout-btn {
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    font-family: inherit;
}