#topbar {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
    z-index: 6
}

#topbar ul {
    margin: 0;
    padding: 0
}

#topbar .phone_icon {
    margin-left: 10px
}

#topbar .phone_icon svg {
    height: 18px
}

#topbar .topbar__controls {
    align-items: center;
    display: flex
}

#topbar .topbar__controls:after {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 12px;
    opacity: .2;
    width: 1px
}

#topbar .topbar__free_money_btn {
    align-items: center;
    background-image: linear-gradient(285.39deg,#ffb800 -4.36%,#fff173 115.87%);
    border-radius: 50px;
    display: flex;
    height: 24px;
    justify-content: space-between;
    padding: 0 8px;
    width: 100%
}

#topbar .topbar__free_money_btn span {
    color: #090f1e;
    font-size: 12px;
    font-weight: 600
}

#topbar .topbar__free_money_btn img {
    max-height: 40px
}

#topbar .topbar__free_money_btn svg {
    fill: #795805;
    margin-left: 8px;
    width: 8px
}

#topbar .topbar__bonus_btn,#topbar .topbar__col {
    align-items: center;
    display: flex
}

#topbar .topbar__bonus_btn {
    background-color: rgba(78,93,134,.3);
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 26px;
    padding-right: 35px;
    position: relative;
    transition: .2s
}

#topbar .topbar__bonus_btn:hover {
    background-color: rgba(78,93,134,.4)
}

#topbar .topbar__bonus_btn svg {
    width: 18px
}

#topbar .topbar__bonus_btn img {
    max-height: 62px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(30%)
}

#topbar .topbar__bonus_btn_icon {
    align-items: center;
    background: linear-gradient(86.37deg,#d062ff 2.96%,#7bb0ff 99.68%),linear-gradient(90deg,#ed6ea0,#ec8c69);
    border-radius: 100%;
    box-shadow: 0 5px 15px rgba(201,85,255,.4);
    display: flex;
    justify-content: center;
    padding: 8px;
    transform: translateX(-10px)
}

#topbar .topbar__applications {
    align-items: center;
    display: flex
}

#topbar .topbar__applications:after,#topbar .topbar__applications:before {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 14px;
    opacity: .2;
    width: 1px
}

#topbar .topbar__applications_windows {
    align-items: center;
    display: flex;
    font-size: 10px
}

#topbar .topbar__applications_windows:after {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 14px;
    opacity: .2;
    width: 1px
}

#topbar .topbar__applications_windows .topbar__applications_windows_title {
    display: inline-block;
    line-height: 14px;
    margin-right: 10px
}

#topbar .topbar__applications_windows .topbar__applications_windows_title b {
    font-size: 11px;
    font-weight: 700
}

#topbar .topbar__applications_windows .topbar__applications_windows_title span {
    color: hsla(0,0%,100%,.5);
    font-weight: 600
}

#topbar .topbar__applications_windows svg {
    width: 24px
}

#topbar .topbar__applications_windows svg path {
    transition: .2s
}

#topbar .topbar__applications_windows svg:hover path {
    fill: #e4e4e4
}

#topbar .topbar__applications_phones {
    align-items: center;
    background-color: rgba(78,93,134,.3);
    border-radius: 6px;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 0 10px
}

#topbar .topbar__applications_phones .app_phone_apple {
    margin-left: 10px
}

#topbar .topbar__applications_phones a {
    align-items: center;
    display: flex
}

#topbar .topbar__applications_phones svg {
    width: 14px
}

#topbar ul {
    margin-top: 5px
}

.control_btn {
    align-items: center;
    background-color: rgba(78,93,134,.3);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 4px;
    text-decoration: none;
    transition: .2s;
}

.control_btn svg {
    fill: #fff;
    height: 18px;
    width: 18px;
}