.header__content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    order: 1;
    width: 100%;
    background-color: var(--colorPrimary);
    will-change: transform
}

html.app__layout--desktop .header__content {
    position: relative;
    z-index: 57;
    background-color: var(--colorPrimary);
    border-bottom-color: transparent
}

.profile-menu {
    width: 240px;
    background-color: var(--colorPrimary);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.profile-menu__feedback-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--colorPrimaryL5)
}

.profile-menu__feedback-item .list-item__inner {
    align-items: flex-start
}

.profile-menu__feedback-item .list-item__default {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left
}

.profile-menu__feedback-text {
    margin-top: 2px;
    line-height: 12px;
    letter-spacing: .4px
}

.profile-menu .list-item .list-item__prefix {
    width: 46px
}

.profile-menu .list-item:hover {
    background-color: var(--colorPrimaryL10);
    cursor: pointer
}

.profile-menu .list-item:hover span {
    color: var(--colorWhite)
}

.profile-menu .list-item:hover .list-item__prefix svg {
    fill: var(--colorWhite)
}

.profile-menu .list-item:last-child:hover .list-item__prefix svg {
    fill: transparent
}

.header-profile {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.header-profile__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.header-profile__item {
    position: relative;
    display: flex
}

html.app__layout--desktop .header-profile__item--notification {
    margin-right: 20px
}

html.app__layout--desktop .header-profile__item--balance {
    margin-right: 13px
}

.header-profile__notification {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 56px;
    background-color: transparent
}

html.app__theme--light .header-profile__notification {
    background-color: transparent
}

@media(hover:hover)and (pointer:fine) {
    .header-profile__notification:before {
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        z-index: -1;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        transform: translate(-50%, -50%)
    }

    .header-profile__notification:hover:before {
        background-color: var(--colorPrimaryL10);
        content: ""
    }
}

.header-profile__balance {
    display: flex;
    align-items: center
}

.header-profile__balance-info {
    margin-top: -4px;
    padding-left: 8px
}

.header-profile__balance-value {
    display: block
}

.header-profile__info {
    padding: 12px 16px
}

html.app__layout--desktop .header-profile__info {
    width: 240px;
    color: var(--colorWhite);
    background-color: var(--colorPrimaryD2)
}

.header-profile__item-badge {
    position: absolute;
    top: 18px;
    right: 12px;
    width: 4px;
    height: 4px;
    background-color: var(--colorGreen);
    border-radius: 50%;
    z-index: 1
}

.header-profile .popper {
    border-radius: 0 0 2px 2px
}

.header-registration {
    display: flex;
    flex-direction: row
}

.header-registration__button {
    flex: none;
    padding: 0 12px;
    letter-spacing: normal
}

@media(min-width:900px) {
    .header-registration__button {
        padding: 0 24px
    }
}

.header-registration__button--registration {
    letter-spacing: -.2px
}

html.app__layout--desktop .header-registration__button:first-child {
    margin: 0 12px
}

html.app__layout--desktop .header-registration__button {
    letter-spacing: .4px
}

.header__logo {
    flex-shrink: 0
}

.header__logo img{
    width: 120px;
}

@media (max-width: 500px) {
	.header__logo img{
		width: 100px;
	}
}

.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.header-bar__logo--ball {
    display: none
}

html.app__layout--desktop .header-bar {
    /* justify-content: flex-start; */
    /* min-width: 700px; */
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 12px 0 0
}

html.app__layout--desktop .header-bar__logo {
    width: auto
}

html.app__layout--desktop .header-bar__logo--full {
    display: none
}

html.app__layout--desktop .header-bar__logo--ball {
    display: block
}

@media(min-width:1025px) {
    html.app__layout--desktop .header-bar__logo--full {
        display: block
    }

    html.app__layout--desktop .header-bar__logo--ball {
        display: none
    }
}

.header-bar__left {
    flex: 1;
    overflow: visible
}

html.app__layout--desktop .header-bar__left {
    padding-left: 16px
}

.header-bar__left--overflow-hidden {
    overflow: hidden
}

.header-bar__left,
.header-bar__right {
    display: flex;
    align-items: center
}

.header-bar__right {
    flex: none;
    padding-right: 9px
}

html.app__layout--desktop .header-bar__right {
    padding-right: 0
}

.header-bar__menu {
    display: flex;
    margin: 0 20px
}

.header-bar__menu-button {
    flex-shrink: 0;
    width: 40px;
    height: 44px
}

html.app__layout--desktop .header-bar__menu-button {
    width: 56px;
    height: 56px;
    margin-left: -16px
}

@media(min-width:1025px) {
    html.app__layout--desktop .header-bar__menu-button {
        display: none
    }
}

.wrapper-fullscreen .header-bar__menu-button {
    display: none
}

html.app__layout--desktop .header-bar__menu {
    margin: 0 8px 0 16px
}

html.app__layout--desktop .header-bar__info {
    position: relative;
    display: flex
}

.header-bar__timezone {
    margin-right: 12px
}

.header-bar__search {
    position: relative;
    width: 56px;
    height: 56px;
    background-color: transparent
}

html.app__theme--light .header-bar__search {
    background-color: transparent
}

@media(hover:hover)and (pointer:fine) {
    .header-bar__search:before {
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        z-index: -1;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        transform: translate(-50%, -50%)
    }

    .header-bar__search:hover:before {
        background-color: var(--colorPrimaryL10);
        content: ""
    }
}

.header-bar__lang {
    margin-right: 8px
}

.header-bar__theme-switcher {
    width: 48px;
    height: 56px
}

.feedback-legacy {
    padding: 0 20px 32px
}

.feedback-legacy__description {
    line-height: 20px
}

.feedback-legacy__buttons {
    margin-top: 20px
}

html.app__layout--desktop .feedback-legacy {
    padding-right: 32px;
    padding-left: 32px
}

html.app__layout--desktop .feedback-legacy__buttons {
    margin-top: 16px
}

.horizontal-navigation-button {
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 20px 16px;
    color: var(--colorPrimaryL70);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .4px;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    background: var(--colorPrimary);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.horizontal-navigation-button--active,
.horizontal-navigation-button:hover {
    color: var(--colorWhite);
    text-decoration: none;
}

.horizontal-navigation-button--active:after {
    position: absolute;
    right: 8px;
    bottom: 0;
    left: 8px;
    height: 2px;
    background-color: var(--colorRed);
    content: ""
}

.horizontal-navigation-button--inverted {
    background: var(--colorPrimaryL70)
}

.horizontal-navigation-button--inverted,
.horizontal-navigation-button--inverted:hover {
    color: var(--colorPrimary)
}

.horizontal-navigation-button--inverted:hover {
    background: var(--colorWhite)
}

.horizontal-navigation-button__badge {
    margin-left: 4px
}

.horizontal-navigation {
    display: flex;
    flex: 1;
    height: 56px
}

.horizontal-navigation--hide-overflow {
    overflow: hidden
}

.horizontal-navigation__base {
    display: flex;
    flex: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.horizontal-navigation__list-item {
    flex: none;
    margin: 0;
    padding: 0
}

.horizontal-navigation__more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 56px;
    overflow: hidden;
    cursor: pointer
}

.horizontal-navigation__more:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: var(--colorPrimaryL70);
    opacity: 0;
    content: ""
}

.horizontal-navigation__dots {
    position: relative;
    display: block;
    overflow: visible
}

.horizontal-navigation__dots,
.horizontal-navigation__dots:after,
.horizontal-navigation__dots:before {
    width: 4px;
    height: 4px;
    background: var(--colorPrimaryL30);
    border-radius: 50%
}

.horizontal-navigation__dots:after,
.horizontal-navigation__dots:before {
    position: absolute;
    top: 0;
    content: ""
}

.horizontal-navigation__dots:before {
    left: -7px
}

.horizontal-navigation__dots:after {
    right: -7px
}

.horizontal-navigation__more:focus-within .horizontal-navigation__dots,
.horizontal-navigation__more:focus-within .horizontal-navigation__dots:after,
.horizontal-navigation__more:focus-within .horizontal-navigation__dots:before,
.horizontal-navigation__more:hover .horizontal-navigation__dots,
.horizontal-navigation__more:hover .horizontal-navigation__dots:after,
.horizontal-navigation__more:hover .horizontal-navigation__dots:before {
    background: var(--colorPrimary)
}

.horizontal-navigation__drop {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0
}

.horizontal-navigation__more:focus-within,
.horizontal-navigation__more:hover {
    overflow: visible
}

.horizontal-navigation__more:focus-within:before,
.horizontal-navigation__more:hover:before {
    -webkit-animation: opacityIn .3s ease forwards;
    animation: opacityIn .3s ease forwards
}

.horizontal-navigation__more:focus-within .horizontal-navigation__drop,
.horizontal-navigation__more:hover .horizontal-navigation__drop {
    -webkit-animation: opacityIn .3s ease forwards;
    animation: opacityIn .3s ease forwards
}


.lang_wrap{
    position: relative;
    margin: 0 -10px 0 6px;
}
.lang_wrap img{
    width: 24px;
}
.lang_wrap .lang{
    padding: 4px;
}
.lang_wrap .lang_drop{
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s;
    transition-property: opacity, visibility;
    opacity:0;
    visibility: hidden;
    border-radius: 2px;
}
.lang_wrap .lang_drop ul{
    margin: 0;
    padding:0;
}
.lang_wrap .lang_drop li{
    margin:2px;
}
.lang_wrap .lang_drop a{
    display:block;
    padding: 4px 0;
    text-align: center;
	transition: all 0.3s;
}
.lang_wrap .lang_drop img{
}
.lang_wrap .lang_drop a:hover{
    background-color:rgba(0 0 0 / 0.3)
}
.lang_wrap:hover .lang_drop{
	display:block;
	opacity:1;
	visibility: visible;
}

/*# sourceMappingURL=view-header.63a0ad90.css.map*/