.header {
    width: 100%;
    padding: 16px 0;
    margin-bottom: 40px;
    position: relative;
    background: linear-gradient(0deg, transparent, #272931 90%);
    z-index: 2
}

.header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--secondary-gray);
    opacity: .1;
    position: absolute;
    left: 0;
    bottom: 0
}

.header__container {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 22px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__logo {
    display: inline-flex;
    gap: 22px;
    align-items: center
}

.header__logo>a {
    display: flex
}

.header__nav {
    gap: 24px;
    list-style-type: none;
    padding-right: 12px
}

.header__nav,
.header__nav-link {
    display: flex;
    align-items: center
}

.header__nav-link {
    color: var(--secondary-gray, #8a9ba8);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .14px;
    gap: 8px
}

.header__nav-link path {
    transition: all .3s ease-in-out
}

.header__nav-link:hover,
.header__nav-link_active {
    color: #fff
}

.header__nav-link:hover path,
.header__nav-link_active path {
    fill: #fff
}

.header__nav-link:active,
.header__nav-link:focus {
    color: var(--primary-blue)
}

.header__nav-link_mob {
    padding: 12px 0;
    color: var(--secondary-white, #fff);
    justify-content: space-between
}

.header__nav-link_dis {
    pointer-events: none;
    cursor: default;
    opacity: .7
}

.header__lang {
    max-width: 42px
}

.header__lang .dropdown__label {
    text-transform: uppercase
}

.header__auth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 258px
}

.header__mob-btn {
    display: none
}

.header__nav-title {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 8px
}

@media(max-width:1439px) {
    .header__auth {
        min-width: unset
    }

    .header .video-btn {
        display: none
    }
}

@media(max-width:1199px) {
    .header {
        margin-bottom: 12px;
        padding-top: 20px;
        padding-bottom: 0;
        z-index: 2020;
        position: relative;
        background: unset
    }

    .header:after {
        display: none
    }

    .header__container {
        padding: 12px 20px 20px
    }

    .header__container_user {
        padding: 12px 20px
    }

    .header__logo img {
        height: 32px;
        width: auto
    }

    .header__auth,
    .header__logo .video-btn,
    .header__logo_mob-user,
    .header__nav {
        display: none
    }

    .header__mob-btn {
        width: 56px;
        height: 56px;
        background: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 20px;
        z-index: 2010
    }
}

.mobile-menu {
    background: var(--neutral-black-800, #272931);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 2000;
    padding-top: 84px;
    display: flex;
    flex-direction: column
}

.mobile-menu_user {
    padding-top: 20px
}

.mobile-menu_user .mobile-menu__container {
    border-top: none;
    height: calc(100% - 326px)
}

.mobile-menu__container {
    border-top: 1px solid rgba(138, 155, 168, .1);
    padding: 12px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 126px)
}

.mobile-menu__container>div {
    position: fixed;
    bottom: 20px;
    width: calc(100vw - 40px);
    background: var(--neutral-black-800, #272931)
}

.mobile-menu__bottom {
    display: flex;
    gap: 8px
}

.mobile-menu .video-btn {
    font-size: 12px;
    border: none;
    padding-left: 0;
    padding-right: 0
}

.mobile-menu__lang {
    padding: 4px 0;
    margin-bottom: 12px
}

.mobile-menu__lang-btn {
    color: var(--secondary-white, #fff);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .14px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase
}

.mobile-menu__lang-btn svg {
    transition: all .3s linear
}

.mobile-menu__lang-btn.active svg {
    transform: rotate(180deg)
}

.mobile-menu__lang-list {
    padding: 12px 20px;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    list-style-type: none;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll
}

.mobile-menu__lang-list::-webkit-scrollbar {
    display: none
}

.mobile-menu__lang-list button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
    gap: 4px;
    min-width: 64px;
    border: none;
    background: transparent
}

.mobile-menu__lang-list button div {
    margin-right: 0
}

.mobile-menu__lang-flex {
    display: flex;
    justify-content: space-between
}

.mobile-menu__list {
    list-style-type: none;
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll
}

.mobile-menu__list::-webkit-scrollbar {
    display: none
}

.mobile-menu__list .row {
    margin-left: 0;
    margin-right: 0
}

.mobile-menu__list .row>* {
    padding-left: 0;
    padding-right: 0
}

.mobile-menu__btn-link {
    border: none;
    background: transparent;
    padding: 12px 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: var(--secondary-white, #fff);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .14px
}

.mobile-menu__btn-link svg {
    transition: all .3s linear
}

.mobile-menu__btn-link.active svg {
    transform: rotate(180deg)
}

.mobile-menu__btn-link.active svg path {
    stroke: #fff
}

.dropdown {
    position: relative;
    width: 100%
}

.dropdown__trigger {
    width: 100%;
    border-radius: 16px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    border: none
}

.dropdown__trigger_border {
    border: 2px solid var(--neutral-black-800, #272931)
}

.dropdown__trigger_border.dropdown__trigger_show {
    border: 2px solid #fff
}

.dropdown__trigger_disabled {
    border-radius: 16px;
    border: 2px solid var(--neutral-black-800, #272931);
    opacity: .5
}

.dropdown__trigger>svg:last-of-type {
    transform: rotate(0deg);
    transition: all .3s ease-in-out
}

.dropdown__trigger.dropdown__trigger_show>svg:last-of-type {
    transform: rotate(-180deg)
}

.dropdown__trigger.dropdown__trigger_show>svg:last-of-type path {
    stroke: #fff
}

.dropdown__label {
    color: var(--secondary-white, #fff);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    flex: auto;
    text-align: left;
    white-space: nowrap
}

.dropdown__list {
    width: 100%;
    min-width: 131px;
    padding: 32px;
    border-radius: 20px;
    background: #1e2027;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 12px 12px 40px 0 rgba(0, 0, 0, .24);
    list-style-type: none
}

.dropdown__link {
    color: var(--dashboard-primary-text-gray, #8b8b8b);
    text-align: center;
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center
}

.dropdown__link:active,
.dropdown__link:focus,
.dropdown__link:hover {
    color: #fff
}

.dropdown__link_cyr {
    font-family: Montserrat
}

.dropdown__menu {
    position: absolute;
    width: 100%;
    z-index: -1000;
    opacity: 0;
    transition: all .3s ease-in-out;
    justify-content: center;
    display: flex;
    pointer-events: none
}

.dropdown__menu_show {
    pointer-events: unset;
    opacity: 1;
    z-index: 1000
}

.dropdown__menu_show>svg {
    opacity: 1
}

.dropdown__menu>svg {
    position: absolute;
    transition: all .3s ease-in-out
}

.dropdown_lg .dropdown__trigger {
    padding: 16px 20px;
    gap: 12px
}

.dropdown_lg .dropdown__link {
    padding: 12px 0
}

.dropdown_lg .dropdown__menu {
    padding-top: 20px
}

.dropdown_lg .dropdown__menu>svg {
    top: 10px
}

.dropdown_sm .dropdown__trigger {
    padding: 12px 0;
    gap: 8px
}

.dropdown_sm .dropdown__link {
    padding: 8px 0
}

.dropdown_sm .dropdown__menu {
    padding-top: 10px
}

.dropdown_sm .dropdown__menu>svg {
    top: 0
}

.dropdown_header-link .dropdown__label {
    color: var(--secondary-gray, #8a9ba8)
}

.dropdown_header-link .dropdown__label:active,
.dropdown_header-link .dropdown__label:focus,
.dropdown_header-link .dropdown__label:hover,
.dropdown_header-link.active .dropdown__label {
    color: #fff
}

.dropdown_header-link+.dropdown__menu {
    justify-content: flex-start
}

.dropdown_header-link+.dropdown__menu>svg {
    margin-left: 32px
}

.dropdown_header-link+.dropdown__menu .dropdown__list {
    min-width: 504px;
    box-shadow: none
}

.dropdown_header-lang+.dropdown__menu .dropdown__list {
    min-width: 680px;
    box-shadow: none
}

button.dropdown__link[disabled] {
    opacity: .6
}

.lang-list .row {
    margin-left: -4px;
    margin-right: -4px
}

.lang-list .row>* {
    padding-left: 4px;
    padding-right: 4px
}

.lang-list__li_inact {
    position: relative;
    opacity: .5
}

.lang-list__li_inact:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.lang-list__item {
    display: flex;
    width: 100%;
    padding: 12px !important;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all .3s linear;
    color: #fff;
    background: transparent;
    border: none
}

.lang-list__item:active,
.lang-list__item:focus,
.lang-list__item:hover {
    background: #272931;
    font-size: 16px
}

.flag-round {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(/languages.svg) no-repeat 0 0;
    background-size: auto 24px;
    --f-width: -24px
}

.flag-round_de {
    background-position-x: 0
}

.flag-round_en {
    background-position-x: var(--f-width)
}

.flag-round_fr {
    background-position-x: calc(var(--f-width)*2)
}

.flag-round_es {
    background-position-x: calc(var(--f-width)*3)
}

.flag-round_it {
    background-position-x: calc(var(--f-width)*4)
}

.flag-round_pt {
    background-position-x: calc(var(--f-width)*5)
}

.flag-round_tr {
    background-position-x: calc(var(--f-width)*6)
}

.flag-round_ru {
    background-position-x: calc(var(--f-width)*7)
}

.flag-round_ar {
    background-position-x: calc(var(--f-width)*8)
}

.flag-round_cn {
    background-position-x: calc(var(--f-width)*9)
}

.flag-round_th {
    background-position-x: calc(var(--f-width)*10)
}

.flag-round_fa {
    background-position-x: calc(var(--f-width)*11)
}

.flag-round_vn {
    background-position-x: calc(var(--f-width)*12)
}

.flag-round_hi {
    background-position-x: calc(var(--f-width)*13)
}

.flag-round_ja {
    background-position-x: calc(var(--f-width)*14)
}

.flag-round_zh {
    background-position-x: calc(var(--f-width)*15)
}

.flag-round_ro {
    background-position-x: calc(var(--f-width)*16)
}

.flag-round_ko {
    background-position-x: calc(var(--f-width)*17)
}

.flag-round_nz {
    background-position-x: calc(var(--f-width)*18)
}

.flag-round_usa {
    background-position-x: calc(var(--f-width)*19)
}

.flag-round_au {
    background: url(/flag-au.svg) no-repeat 50%;
    background-size: cover
}

.flag-round_sg {
    background: url(/flag-sg.svg) no-repeat 50%;
    background-size: cover
}

.app-preloder {
    height: 100vh;
    background: #272931;
    display: flex;
    align-items: center
}

.app-preloder svg {
    max-height: 30vh
}

.flag {
    background: url(/flags-list.svg) no-repeat 0 0;
    background-size: cover;
    width: 36px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 4px;
    margin-right: 12px;
    --width: -36px;
    background-size: auto 24px
}

.flag-inactive {
    opacity: .5
}

.flag_sm {
    margin-right: 8px;
    width: 24px;
    height: 16px;
    --width: -24px;
    background-size: auto 16px
}

.flag_lg {
    margin-right: 0;
    width: 48px;
    height: 32px;
    --width: -48px;
    background-size: auto 32px
}

.flag_es {
    background-position-x: var(--width)
}

.flag_fr {
    background-position-x: calc(var(--width)*2)
}

.flag_fa {
    background-position-x: calc(var(--width)*3)
}

.flag_de {
    background-position-x: calc(var(--width)*4)
}

.flag_it {
    background-position-x: calc(var(--width)*5)
}

.flag_cn {
    background-position-x: calc(var(--width)*6)
}

.flag_pt {
    background-position-x: calc(var(--width)*7)
}

.flag_ar {
    background-position-x: calc(var(--width)*8)
}

.flag_tr {
    background-position-x: calc(var(--width)*10)
}

.flag_ru {
    background-position-x: calc(var(--width)*11)
}

.flag_th {
    background-position-x: calc(var(--width)*12)
}

.flag_vn {
    background-position-x: calc(var(--width)*13)
}

.flag_hi {
    background-position-x: calc(var(--width)*14)
}

.flag_ja {
    background-position-x: calc(var(--width)*15)
}

.flag_zh {
    background-position-x: calc(var(--width)*16)
}

.flag_ro {
    background-position-x: calc(var(--width)*17)
}

.flag_ko {
    background-position-x: calc(var(--width)*18)
}

.video-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px 8px 8px;
    border-radius: 12px;
    border: 1.5px dashed var(--neutral-black-700, #31343d);
    color: var(--secondary-white, #fff);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px
}

.video-btn,
.video-btn svg rect:first-of-type {
    transition: all .3s linear
}

.video-btn:hover {
    color: var(--primary-blue-hover)
}

.video-btn:hover svg rect:first-of-type {
    fill: var(--primary-blue-hover)
}

.video-btn:active,
.video-btn:focus {
    color: var(--primary-blue)
}

.copy-btn {
    display: flex;
    width: 100%;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1.5px dashed var(--neutral-black-700, #31343d);
    background: transparent
}

.copy-btn span {
    color: var(--secondary-white, #fff);
    font-size: 14px;
    line-height: 16px
}

.copy-btn span,
.tag-link {
    font-family: Poppins Medium;
    font-style: normal;
    font-weight: 500
}

.tag-link {
    display: inline-flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--secondary-gray, #8a9ba8);
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .24px;
    border: none;
    border-radius: 27px;
    background: var(--neutral-black-700, #31343d)
}

.tag-link path {
    fill: var(--secondary-gray)
}

.tag-link:hover {
    background: var(--neutral-black-700, #31343d);
    color: #fff
}

.tag-link:hover path {
    fill: #fff
}

.tag-link:active,
.tag-link_active {
    background: var(--primary-blue-click, #378afb);
    color: #fff
}

.tag-link:active path,
.tag-link_active path {
    fill: #fff
}

.rank-icon {
    width: 24px;
    height: 24px;
    background: url(/ranks.png) no-repeat 0 0;
    background-size: auto 48px;
    --width: -24px
}

.rank-icon_md {
    width: 32px;
    height: 32px;
    --width: -32px;
    background-size: auto 64px
}

.rank-icon_lg {
    width: 57.64px;
    height: 57.64px;
    --width: -57.64px;
    background-size: auto 115.28px
}

.rank-icon_xl {
    width: 120px;
    height: 120px;
    --width: -120px;
    background: url(/ranks-xl.png) no-repeat 0 0;
    background-size: auto 120px
}

.rank-icon_1 {
    background-position-x: var(--width)
}

.rank-icon_2 {
    background-position-x: calc(var(--width)*2)
}

.rank-icon_3 {
    background-position-x: calc(var(--width)*3)
}

.rank-icon_4 {
    background-position-x: calc(var(--width)*4)
}

.rank-icon_5 {
    background-position-x: calc(var(--width)*5)
}

.rank-icon_6 {
    background-position-x: calc(var(--width)*6)
}

.rank-icon_7 {
    background-position-x: calc(var(--width)*7)
}

.rank-icon_8 {
    background-position-x: calc(var(--width)*8)
}

.rank-icon_9 {
    background-position-x: calc(var(--width)*9)
}

.rank-icon_10 {
    background-position-x: calc(var(--width)*10)
}

.rank-icon_11 {
    background: url(/top-level.svg) no-repeat 50%;
    background-size: cover
}

.rank-icon_inactive {
    background-position-y: var(--width)
}

.user-menu {
    position: relative;
    width: 100%
}

.user-menu__trigger {
    background: transparent;
    border: none;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: end;
    width: 100%
}

.user-menu__name {
    color: #feffff;
    text-align: right;
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .14px
}

.user-menu__dropdown {
    position: absolute;
    width: 100%;
    z-index: -1000;
    right: -25px;
    top: calc(100% + 34px);
    display: flex;
    pointer-events: none;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease-in-out
}

.user-menu__dropdown_show {
    z-index: 1000;
    pointer-events: unset;
    opacity: 1
}

.user-menu__dropdown_show>svg {
    opacity: 1
}

.user-menu__dropdown>svg {
    position: absolute;
    transition: all .3s ease-in-out;
    top: -13px;
    right: 32px
}

.user-menu__content {
    border-radius: 20px;
    background: #1e2027;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.user-menu__row {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center
}

.user-menu__row>div {
    display: flex
}

.user-menu__col {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.user-menu__stat {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--neutral-black-800, #272931)
}

.user-menu__stat-label {
    flex: 1 0;
    color: var(--secondary-gray, #8a9ba8);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .24px
}

.user-menu__stat-data,
.user-menu__stat-label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400
}

.user-menu__stat-data {
    color: var(--secondary-white, #fff);
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.28px
}

.user-menu__username-col {
    flex: 1 0;
    align-self: stretch;
    flex-direction: column;
    justify-content: center
}

.user-menu .tag-link {
    border-radius: 50%;
    padding: 8px;
    width: 40px;
    background: var(--neutral-black-700, #31343d)
}

.user-menu__username {
    color: #feffff;
    font-family: Poppins Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

.user-menu__userrank {
    color: var(--secondary-white, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .56px;
    display: flex;
    gap: 8px;
    align-items: center
}

@media(min-width:1200px)and (max-width:1919px) {
    .user-menu__dropdown {
        justify-content: flex-end
    }

    .user-menu__content {
        margin-right: 15px
    }
}

.header-menu-link {
    display: flex;
    padding: 12px 0;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    background: transparent;
    border: 0
}

.header-menu-link_disabled,
.header-menu-link_disabled:hover {
    cursor: not-allowed;
    opacity: .5
}

.header-menu-link__icon {
    width: 24px;
    height: 24px
}

.header-menu-link__name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .28px
}

.header-menu-link__name,
.header-menu-link__text {
    font-family: Poppins;
    font-style: normal;
    text-align: left
}

.header-menu-link__text {
    color: var(--secondary-gray, #8a9ba8);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .24px;
    white-space: nowrap
}

.header-menu-link svg path,
.header-menu-link__text {
    transition: all .3s linear
}

.header-menu-link:not(.header-menu-link_disabled):active .header-menu-link__text,
.header-menu-link:not(.header-menu-link_disabled):focus .header-menu-link__text,
.header-menu-link:not(.header-menu-link_disabled):hover .header-menu-link__text {
    color: #fff
}

.header-menu-link:not(.header-menu-link_disabled):active svg path,
.header-menu-link:not(.header-menu-link_disabled):focus svg path,
.header-menu-link:not(.header-menu-link_disabled):hover svg path {
    stroke: #fff
}

@media(max-width:1199px) {
    .header-menu-link__text {
        display: none
    }

    .header-menu-link__name {
        color: #8a9ba8
    }
}

.mob-menu-user {
    padding: 0 12px
}

.mob-menu-user__stat {
    display: flex;
    gap: 1px;
    border-radius: 12px;
    overflow: hidden;
    margin: 12px 0
}

.mob-menu-user__stat-it {
    display: flex;
    padding: 8px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    flex: 1 0;
    background: #31343d;
    color: var(--secondary-white, #fff);
    text-align: center;
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .14px
}

.mob-menu-user__stat-it-l {
    color: var(--secondary-gray, #8a9ba8);
    text-align: center;
    font-family: Poppins
}

.mob-menu-user .copy-btn,
.mob-menu-user__stat-it-l {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .24px
}

.mob-menu-user .copy-btn {
    padding: 8px 16px;
    border: 1.5px dashed var(--neutral-black-700, #31343d);
    width: 100%
}

.mob-menu-user__edit {
    border-radius: 36px;
    background: var(--neutral-black-700, #31343d);
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -4px;
    bottom: 0
}

.mob-menu-user__icon {
    position: relative;
    width: 60.577px;
    height: 60.577px;
    flex-shrink: 0
}

.mob-menu-user__rank {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .24px
}

.mob-menu-user__name,
.mob-menu-user__rank {
    color: var(--secondary-white, #fff);
    font-style: normal
}

.mob-menu-user__name {
    font-family: Poppins Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .16px;
    margin-bottom: 4px
}

.mob-menu-user__row {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 8px 0
}

.footer {
    display: flex;
    flex-direction: column;
    background: var(--neutral-black-900, #1e2027);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: relative;
    z-index: 1010
}

.footer__container {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 46px 15px 0
}

.footer__copyright {
    width: 100%;
    border: 1px solid var(--neutral-black-800, #272931);
    background: var(--neutral-black-800, #272931);
    padding: 19px 15px;
    text-align: center;
    color: var(--secondary-gray, #8a9ba8);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .24px
}

.footer__comapny-links {
    width: 100%;
    border-top: 1px solid var(--neutral-black-800, #272931);
    padding-top: 40px;
    padding-bottom: 24px
}

.footer__comapny-links-row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 20px
}

.footer__comapny-links-row>div:first-of-type {
    flex: 1 1;
    flex-shrink: 0;
    max-width: 350px
}

.footer__comapny-links-row>div:nth-of-type(2) {
    flex: 1 1;
    flex-shrink: 0;
    max-width: 170px
}

.footer__comapny-links-row>div:nth-of-type(3) {
    flex-shrink: 0;
    flex: 1 1
}

.footer__comapny-links-row>div:nth-of-type(4) {
    flex: 1 1;
    flex-shrink: 0;
    max-width: 124px
}

.footer__comapny-links>div {
    margin-bottom: 16px
}

.footer__label {
    color: var(--secondary-gray, #8a9ba8);
    margin-bottom: 4px
}

.footer__label,
.footer__white-link {
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: .28px
}

.footer__white-link {
    color: var(--secondary-white, #fff);
    transition: all .3s ease-in-out
}

.footer__white-link_under {
    text-decoration: underline
}

.footer__white-link_under:active,
.footer__white-link_under:focus,
.footer__white-link_under:hover {
    text-decoration: none
}

.footer__white-link_addr {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer__white-link_addr:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/languages.svg) no-repeat 0 0;
    background-size: auto 24px;
    background-position-x: -432px;
    border-radius: 12px;
    flex-shrink: 0
}

.footer__white-link_addr_uk:after {
    background-position-x: -24px
}

.footer__top {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--neutral-black-800, #272931);
    margin-bottom: 40px
}

.footer__top,
.footer__top-row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between
}

.footer__top-row {
    width: 100%;
    max-width: 907px;
    gap: 25px
}

.footer__top-row>div:first-of-type {
    flex: auto
}

.footer__telegram-col {
    width: 100%;
    max-width: 230px
}

.footer__telegram-col .dropdown__list {
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
    padding: 0 5px
}

.footer__telegram-col li {
    flex: 1 1;
    padding: 0 5px;
    white-space: nowrap
}

.footer__telegram-col li:nth-of-type(odd) {
    padding-right: 0
}

.footer__telegram-col li.inactive {
    opacity: .6
}

.footer__telegram-col li.inactive a {
    pointer-events: none
}

.footer__main {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap
}

.footer__main>div {
    margin-bottom: 40px
}

.footer__menus {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    width: 100%;
    max-width: 907px
}

.footer__menus>div {
    min-width: 210px
}

.footer__links-title {
    color: var(--secondary-white, #fff);
    font-family: Poppins Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 20px;
    text-align: left
}

.footer__links-list {
    list-style-type: none
}

.footer__links-list li {
    margin-bottom: 15px
}

.footer__links-list li:active,
.footer__links-list li:focus,
.footer__links-list li:hover {
    color: var(--primary-white, #fff)
}

.footer__links-list li:last-of-type {
    margin-bottom: 0
}

.footer__links-list li a {
    color: var(--secondary-gray, #8a9ba8);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: .28px
}

.footer__links-list li a:hover {
    color: var(--primary-white, #fff)
}

.footer__links-list li a:active,
.footer__links-list li a:focus {
    color: var(--primary-blue)
}

.footer__domain {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.footer__verif-mob {
    display: flex
}

.footer__links-title_mob,
.footer__verif-mob-link {
    display: none
}

.footer__nz-logo {
    height: 60px;
    width: 204px;
    background: url(/nz_comp_off.png) no-repeat 50%;
    background-size: contain
}

.footer__m-i {
    display: none
}

@media(max-width:1259px) {
    .footer__menus {
        width: unset
    }
}

@media(max-width:767px) {
    .footer__container {
        padding-top: 44px;
        padding-left: 10px;
        padding-right: 10px
    }

    .footer__main>div,
    .footer__top {
        margin-bottom: 20px
    }

    .footer__top {
        border: none;
        padding-bottom: 0
    }

    .footer__top>div:first-of-type {
        margin: 0 auto 24px
    }

    .footer__top img {
        height: 32px;
        width: auto
    }

    .footer__top-row {
        justify-content: center;
        gap: 12px
    }

    .footer__top-row .cert-block,
    .footer__top-row .footer__telegram-col,
    .footer__top-row>div {
        width: 100%;
        max-width: 100%
    }

    .footer__top-row>div:first-of-type {
        flex: unset
    }

    .footer__top-row .social-media {
        order: 3
    }

    .footer__top-row .social-media li {
        padding: 8px
    }

    .footer__comapny-links {
        border-width: 2px;
        padding: 20px 12px 0
    }

    .footer__comapny-links-row {
        margin-bottom: 20px !important;
        gap: 8px
    }

    .footer__comapny-links-row>div {
        width: 100%;
        flex: unset !important;
        max-width: unset !important
    }

    .footer__comapny-links-row div:nth-of-type(2) a {
        display: block;
        width: 100%
    }

    .footer__comapny-links-row div:last-of-type {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important
    }

    .footer__comapny-links-row div:last-of-type .footer__label {
        margin-bottom: 0
    }

    .footer__copyright {
        background: transparent;
        border-top: none;
        padding-top: 12px
    }

    .footer__domain {
        align-items: center;
        width: 100%;
        justify-content: center;
        gap: 16px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid var(--neutral-black-800, #272931)
    }

    .footer__domain svg {
        max-width: 112px;
        height: 32px
    }

    .footer__domain .domain-info {
        width: calc(100% - 24px);
        background: transparent;
        border: none;
        padding: 0;
        gap: 0
    }

    .footer__domain .domain-info a {
        display: none
    }

    .footer__verif-mob {
        gap: 12px;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 24px)
    }

    .footer__verif-mob-link {
        display: inline-flex;
        width: auto;
        padding: 12px 24px;
        flex-shrink: 0;
        max-height: 44px
    }

    .footer__menus {
        gap: 20px;
        margin-bottom: 0
    }

    .footer__links-title {
        display: none
    }

    .footer__links-title_mob {
        display: flex;
        margin-bottom: 0;
        background: transparent;
        border: none;
        align-items: center;
        width: calc(100vw - 20px);
        padding: 0 12px;
        gap: 12px
    }

    .footer__links-title_mob svg {
        transition: all .3s linear;
        margin-left: auto
    }

    .footer__links-title_mob.active svg {
        transform: rotate(180deg)
    }

    .footer__links-title_mob.active svg path {
        stroke: #fff
    }

    .footer__links-list {
        display: none;
        padding-top: 15px;
        padding-left: 12px
    }

    .footer__links-list.active {
        display: block
    }

    .footer *,
    .footer .cert-block__text,
    .footer .domain-info__text,
    .footer a {
        font-size: 12px;
        line-height: 20px
    }

    .footer__nz-logo {
        height: 40px;
        width: 140px
    }

    .footer__white-link_addr {
        width: 100%;
        justify-content: space-between
    }

    .footer__m-i {
        display: block;
        width: 20px;
        height: 20px;
        background: url(/footer-menu-icons.svg) no-repeat 0 0;
        background-size: 60px 40px
    }

    .footer__m-i_fin {
        background-position-x: -20px
    }

    .footer__m-i_sup {
        background-position-x: -40px
    }

    .footer__telegram-col .dropdown_lg .dropdown__trigger {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .footer__telegram-col .dropdown__label {
        font-family: Poppins
    }
}

.google-maps-link {
    color: #006cff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .28px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

.google-maps-link:active,
.google-maps-link:focus,
.google-maps-link:hover {
    text-decoration: none
}

.google-maps-link:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url(/Google_Maps_icon.svg) no-repeat 50%;
    background-size: contain
}

.domain-info {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--neutral-black-800, #272931);
    background: var(--neutral-black-800, #272931);
    display: flex;
    flex-direction: column;
    gap: 16px
}

.domain-info__text {
    color: var(--secondary-gray, #8a9ba8);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .28px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px
}

.domain-info__text:last-of-type {
    margin-bottom: 0
}

.cert-block {
    display: inline-flex;
    padding-left: 0;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 8px;
    background: var(--neutral-black-800, #272931)
}

.cert-block__col {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px
}

.cert-block__col:first-of-type {
    padding-right: 0
}

.cert-block__col_blue {
    border-radius: 0 8px 8px 0;
    background: var(--primary-blue, #006cff)
}

.cert-block__text {
    color: var(--secondary-white, #fff);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .28px
}

.cert-block__text_cert {
    color: var(--dashboard-secondary-green, #48dd4b)
}

@media(max-width:767px) {
    .cert-block__col_blue .cert-block__text {
        display: none
    }
}

.social-media {
    display: flex;
    gap: 0 12px
}

.social-media__item {
    display: flex
}

@media(max-width:600px) {
    .social-media {
        gap: 0 8px
    }
}

.socialmedia-btn {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: url(/Social-Media-w.svg) no-repeat 0 0;
    background-size: auto 28px
}

.socialmedia-btn_youtube {
    background-position-x: -40px
}

.socialmedia-btn_twitter {
    background-position-x: -80px
}

.socialmedia-btn_medium {
    background-position-x: -120px
}

footer .socialmedia-btn {
    width: 24px;
    height: 24px;
    background: url(/Social-Media-g.svg) no-repeat 0 0;
    background-size: auto 24px
}

footer .socialmedia-btn_youtube {
    background-position-x: -36px
}

footer .socialmedia-btn_twitter {
    background-position-x: -72px
}

footer .socialmedia-btn_medium {
    background-position-x: -108px
}

@media(max-width:600px) {
    .auth .socialmedia-btn {
        width: 24px;
        height: 24px;
        background-size: auto 24px
    }

    .auth .socialmedia-btn_youtube {
        background-position-x: -34px
    }

    .auth .socialmedia-btn_twitter {
        background-position-x: -68px
    }

    .auth .socialmedia-btn_medium {
        background-position-x: -102px
    }
}