.choise {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    min-height: 26px;
}
.choise:after {
    display: block;
    font-family: gwi;
    content: "\f004";
    font-size: 10px;
}
.choise__content, .choise__pic {
    margin-right: 8px;
}
.choise__content_adaptive {
    display: none;
}
.tip-menu__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tip-menu__item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tip-menu__item, .tip-menu__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tip-menu__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    white-space: nowrap;
    padding: 10px 0;
    min-height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.tip-menu__link:hover {
    color: #797979;
}
.tip-menu__img {
    margin-right: 10px;
}
[data-theme=def] {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    padding: 10px 15px;
    pointer-events: all;
    min-width: 207px;
    -webkit-filter: drop-shadow(0 11px 42px rgba(0, 0, 0, .19));
    filter: drop-shadow(0 11px 42px rgba(0, 0, 0, .19));
}
[data-theme=def] .tippy-content {
    padding: 0;
}
[data-theme=def] .tippy-arrow {
    color: #fff;
}
[data-theme=def].tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -10px;
    border-width: 0 10px 10px;
}
.tip-content {
    display: none;
}

.section_bar {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_bar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.container_bar, .section_bar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container_bar {
    max-width: 1170px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}

[data-section=bar] {
    min-height: 48px;
    background: #0e283a;
    z-index: 10;
}
.bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}
.bar__sep {
    height: 26px;
    width: 1px;
    background-color: #386789;
    margin: 0 10px;
}
.bar__logotype {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 10px;
}
.support {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support a {
    background-color: transparent;
    color: #eecd56;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    transition-property: opacity, color, background-color;
    outline: 0;
}
.support a:hover {
    text-decoration: none;
}
.support a:active, a:focus {
    outline: 0;
}

.support__content {
    display: none;
    margin-right: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #83a2b8;
}
.logo_bar {
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    line-height: 0;
}
.scl {
    margin: 0 -5px;
}
.scl, .scl__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.scl__item {
    color: #83a2b8;
    text-decoration: none;
    position: relative;
    z-index: 0;
    width: 22px;
    height: 22px;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
    margin: 2px 5px;
}
.scl__item:hover {
    color: #a0c6e0;
}
.scl__gwi {
    position: relative;
    z-index: 5;
}

@media (max-width:540px) {
	.section_bar {
		display: none;
	}
}
@media (min-width:360px) {
    .bar__sep {
    margin: 0 20px;
	}
} @media (min-width:540px) {
.bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 40px;
}
.bar__sep_1 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.bar__sep_2 {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
}
.bar__logotype {
    width: auto;
    margin: 0;
}
.bar__lang {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
}
.bar__games {
    -webkit-box-ordinal-group: 41;
    -ms-flex-order: 40;
    order: 40;
}
.bar__support {
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50;
    margin-left: auto;
}
}@media (min-width:1000px) {
	[data-section=bar] {
    height: 48px;
}
.bar {
    padding-right: 0;
}
}