.m-btn{
    background: #66A251;
    border-radius: 4px;
    height: 32px;
    padding: 0 16px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
}
.m-btn--blue{
    background: #3367FF;
}
.m-btn--gray{
    background: #52627A;
}
.m-btn--light-gray{
    background: #acb6c3;
}


.m-btn-add-geo{
    padding: 0 16px 0 30px;
    text-decoration: none !important;
}
.m-btn-add-geo:hover{
    color: #FFFFFF;
}
.m-btn-add-geo svg{
    opacity: 0.8;
    margin-left: 14px;
}

.m-dropdown{
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    color: #FFFFFF;
    margin-left: auto;
    padding: 5px 0;
    display: inline-block;
}
.m-dropdown__inner{
    display: flex;
    align-items: center;
}
.m-dropdown__arrow{
    margin: 0 13px 0 8px;
    transform: rotate(180deg);
}
.m-dropdown__dropdown{
    display: none;
    flex-direction: column;
    position: absolute;
    align-items: end;
    top: calc(100% + 10px);
    right: 10px;
    width: 241px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(138, 150, 168, 0.4), 0px 0px 6px rgba(138, 150, 168, 0.08);
    border-radius: 4px;
    padding: 8px 0;
}
.m-dropdown.m-dropdown--active .m-dropdown__dropdown{
    display: flex;
}
.m-dropdown.m-dropdown--active .m-dropdown__arrow{
    transform: rotate(0deg);
}
.m-dropdown .m-dropdown__dropdown li{
    display: flex;
    box-sizing: border-box;
    height: 40px;
    align-items: center;
    padding: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2B313B;
    width: 100%;
    text-decoration: none !important;
}
.m-dropdown .m-dropdown__link:hover{
    background: #F1F2F4;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #2B313B;
}
.m-dropdown .m-dropdown__dropdown a{
    text-decoration: none !important;
    background-color: transparent;
    border: none;
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: #2B313B;
    padding: 0 16px;
    display: flex;
    align-items: center;
    margin: 0;
    border: none !important;
}
.m-dropdown .m-dropdown__link:hover a{
    text-decoration: none !important;
    color: #2B313B;
}
.m-dropdown__dropdown .tabs.primary{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
}

/*.m-dropdown .primary li:nth-child(3),*/
/*.m-dropdown .primary li:nth-child(4),*/
/*.m-dropdown .primary li:nth-child(5),*/
/*.m-dropdown .primary li:nth-child(6) {*/
/*    display: none !important;*/
/*}*/

/*.m-dropdown .primary li:nth-child(1) a{*/
/*    content: 'Профиль пользователя';*/
/*}*/

/*.m-dropdown .primary li:nth-child(2) a{*/
/*    content: 'Сменить пароль';*/
/*}*/

.m-dropdown .tabs{
    border: none !important;
}