.custom-select-input {
    display: flex;
    flex-grow: 1
}

.custom-select-input__label {
    position: absolute;
    left: 1.1333333333rem;
    top: .5333333333rem;
    font-size: .6666666667rem;
    line-height: 1;
    color: var(--WHITE_TRANSPARENT_05);
    pointer-events: none;
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select-input__label {
        left: 1.7rem;
        top: .8rem;
        font-size: 1rem
    }
    .play .custom-select-input__label {
        left: 1.05rem;
        top: .56rem;
        font-size: .7rem;
        letter-spacing: -.0077rem
    }
}

@media(min-width:1025px) {
    .custom-select-input__label {
        left: .9444444444rem;
        top: .4444444444rem;
        font-size: .5555555556rem
    }
    .play .custom-select-input__label {
        left: .8166666667rem;
        top: .4355555556rem;
        font-size: .5444444444rem;
        letter-spacing: -.0059888889rem
    }
}

.custom-select-input__selected {
    background-color: var(--EIGHT_BALL);
    padding: .3333333333rem 1.0666666667rem;
    color: rgba(var(--WHITE), .8);
    margin: 0;
    font-size: 1.0666666667rem;
    border-radius: .4rem;
    border: 1px solid var(--INFINITY);
    max-width: 100%;
    height: 3.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .2s ease-in-out
}

.starda-app:not(.touch) .custom-select-input__selected:hover[disabled],
.starda-app:not(.touch) .custom-select-input__selected[disabled] {
    cursor: default
}

.partners-contests-create-contest__select .starda-app:not(.touch) .custom-select-input__selected:hover[disabled],
.partners-contests-create-contest__select .starda-app:not(.touch) .custom-select-input__selected[disabled] {
    border: .0666666667rem dashed var(--WHITE_TRANSPARENT_03)
}

@media(min-width:769px) {
    .partners-contests-create-contest__select .starda-app:not(.touch) .custom-select-input__selected:hover[disabled],
    .partners-contests-create-contest__select .starda-app:not(.touch) .custom-select-input__selected[disabled] {
        border-width: .1rem
    }
}

@media(min-width:1025px) {
    .partners-contests-create-contest__select .starda-app:not(.touch) .custom-select-input__selected:hover[disabled],
    .partners-contests-create-contest__select .starda-app:not(.touch) .custom-select-input__selected[disabled] {
        border-width: .0555555556rem
    }
}

.starda-app:not(.touch) .custom-select--opened .custom-select-input__selected:hover,
.starda-app:not(.touch) .custom-select-input__selected:not(.select__selected--error):hover {
    border-color: var(--ABANDONED_SPACESHIP)
}

.partners-contests-create-contest__select .custom-select-input__selected[disabled]:hover {
    border-color: var(--WHITE_TRANSPARENT_03)
}

.payment-area-form .custom-select--opened .custom-select-input__selected,
.starda-app:not(.touch) .custom-select--opened .custom-select-input__selected,
.state-select .custom-select--opened .custom-select-input__selected {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.partners-contests-create-contest__settings--timer .custom-select--opened .custom-select-input__selected {
    border-radius: 0 0 .4rem .4rem
}

@media(min-width:769px) {
    .partners-contests-create-contest__settings--timer .custom-select--opened .custom-select-input__selected {
        border-radius: 0 0 .6rem .6rem
    }
}

@media(min-width:1025px) {
    .partners-contests-create-contest__settings--timer .custom-select--opened .custom-select-input__selected {
        border-radius: 0 0 .3333333333rem .3333333333rem
    }
}

.patch-timezone__content-select .custom-select-input__selected {
    display: flex;
    justify-content: space-between
}

.state-select__select.disabled .custom-select-input__selected {
    border-color: var(--WHITE_TRANSPARENT_03);
    border-style: dashed
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select-input__selected {
        font-size: 1.6rem;
        padding: .4rem 1.6rem;
        border-radius: .6rem;
        height: 4.8rem
    }
    .play .custom-select-input__selected {
        height: 3.36rem;
        min-height: 3.36rem;
        padding: .42rem 1.05rem .42rem 1.05rem;
        font-size: .98rem;
        border-radius: .14rem
    }
}

@media(min-width:1025px) {
    .custom-select-input__selected {
        height: 2.6666666667rem;
        padding: .2222222222rem .8888888889rem;
        font-size: .8888888889rem;
        border-radius: .3333333333rem
    }
    .play .custom-select-input__selected {
        height: 2.6133333333rem;
        min-height: 2.6133333333rem;
        padding: .3266666667rem .8166666667rem .3266666667rem .8166666667rem;
        font-size: .7622222222rem;
        border-radius: .1088888889rem
    }
}

.select__selected--error {
    border-color: var(--ROUGE_SARDE)
}

.custom-select-input__selected--label {
    padding-top: 1rem
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select-input__selected--label {
        padding-top: 1.5rem
    }
    .play .custom-select-input__selected--label {
        padding-top: 1.05rem
    }
}

@media(min-width:1025px) {
    .custom-select-input__selected--label {
        padding-top: .8333333333rem
    }
    .play .custom-select-input__selected--label {
        padding-top: .8166666667rem
    }
}

.custom-select-input__name {
    overflow: hidden;
    flex: 1 1 auto;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--WHITE);
    text-overflow: ellipsis;
    cursor: pointer
}

.custom-select-input__name:first-letter {
    text-transform: uppercase
}

.custom-select-input__selected[disabled] .custom-select-input__name {
    cursor: default
}

.payment-area__card-list__select .custom-select-input__name {
    overflow: hidden;
    line-height: 1;
    color: var(--WHITE);
    letter-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: auto
}

.payment-area__card-list__select .custom-select-input__name span {
    margin-top: -.2666666667rem;
    margin-right: .6666666667rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal
}

.payment-area__card-list__select .custom-select-input__name span:first-letter {
    text-transform: uppercase
}

@media(min-width:451px)and (max-width:768px) {
    .payment-area__card-list__select .custom-select-input__name span {
        margin-top: -.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select-input__name {
        margin-right: 1.5rem;
        font-size: 1.5rem
    }
    .payment-area__card-list__select .custom-select-input__name span {
        margin-top: -.2rem;
        margin-right: 1rem;
        font-size: 1.5rem
    }
    .play .custom-select-input__name {
        font-size: 1.05rem
    }
}

@media(min-width:1025px) {
    .custom-select-input__name {
        margin-right: .8333333333rem;
        font-size: .8333333333rem
    }
    .payment-area__card-list__select .custom-select-input__name span {
        margin-top: -.1666666667rem;
        margin-right: .5555555556rem;
        font-size: .8333333333rem
    }
    .play .custom-select-input__name {
        font-size: .8166666667rem
    }
}

.custom-select-input__name--placeholder {
    color: var(--WHITE_TRANSPARENT_08)
}

.custom-select-input__arrow-ic {
    width: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select-input__arrow-ic {
        width: 1.2rem
    }
}

@media(min-width:1025px) {
    .custom-select-input__arrow-ic {
        width: .6666666667rem
    }
}

.custom-select-input__arrow-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-select-input__arrow--label {
    margin-top: -.6rem
}

[disabled] .custom-select-input__arrow--label {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select-input__arrow--label {
        margin-top: -.9rem
    }
}

@media(min-width:1025px) {
    .custom-select-input__arrow--label {
        margin-top: -.5rem
    }
}

.custom-select {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: .6666666667rem
}

.custom-select:last-child:not(.payment-area__card-list__select),
.state-select .custom-select {
    margin-bottom: 0
}

.custom-select select {
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: var(--BLACK)
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select {
        margin-bottom: 1rem
    }
    .custom-select select {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .custom-select {
        margin-bottom: .5555555556rem
    }
    .custom-select select {
        font-size: .8888888889rem
    }
    .play .custom-select {
        margin-bottom: .5444444444rem
    }
    .play .custom-select select {
        font-size: .8711111111rem
    }
}

.profile-contacts__col .custom-select--opened {
    z-index: 20
}

.account-profile-details__form .custom-select--opened {
    z-index: 2
}

@-webkit-keyframes selectItemsDropdownListItem {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0
    }
    50% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes selectItemsDropdownListItem {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0
    }
    50% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.payment-area__card-list__select .custom-select__option-label-card-type {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: -.024rem
}

.payment-area__card-list__select .custom-select__option-label-card-type:first-letter {
    text-transform: uppercase
}

@media(min-width:451px)and (max-width:768px) {
    .payment-area__card-list__select .custom-select__option-label-card-type {
        margin-top: -.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-area__card-list__select .custom-select__option-label-card-type {
        font-size: 1.8rem;
        letter-spacing: -.036rem
    }
}

@media(min-width:1025px) {
    .payment-area__card-list__select .custom-select__option-label-card-type {
        font-size: 1rem;
        letter-spacing: -.02rem
    }
}

.payment-area__card-list__select .custom-select__option-label-title {
    display: inline;
    overflow: hidden;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: var(--WHITE);
    letter-spacing: -.024rem;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-area__card-list__select .custom-select__option-label-title {
        font-size: 1.6rem;
        letter-spacing: -.036rem
    }
}

@media(min-width:1025px) {
    .payment-area__card-list__select .custom-select__option-label-title {
        font-size: .8888888889rem;
        letter-spacing: -.02rem
    }
}

@media(min-width:769px) {
    .record-winnings__select .custom-select-input__selected {
        display: flex;
        align-items: center;
        height: 3.2rem;
        border: none;
        padding-right: 0
    }
}

@media(min-width:1025px) {
    .record-winnings__select .custom-select-input__selected {
        height: 1.7777777778rem
    }
}

@media(min-width:769px) {
    .record-winnings__select .custom-select-input__name {
        font-size: 1.4rem;
        line-height: 1.42;
        margin-right: .4rem
    }
}

@media(min-width:1025px) {
    .record-winnings__select .custom-select-input__name {
        font-size: .7777777778rem;
        margin-right: .2222222222rem
    }
}

@media(min-width:769px) {
    .record-winnings__select .custom-select-input__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .record-winnings__select .custom-select-input__arrow {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.partners-contests-create-contest__select .custom-select__options-wrap {
    border-color: var(--ABANDONED_SPACESHIP);
    border-radius: 0 0 .4rem .4rem
}

@media(min-width:769px) {
    .record-winnings__select .custom-select__options-wrap {
        top: 3.2rem !important;
        border-radius: .6rem;
        right: 0 !important;
        text-align: right;
        width: -webkit-max-content;
        width: max-content
    }
    .partners-contests-create-contest__select .custom-select__options-wrap {
        border-radius: 0 0 .6rem .6rem
    }
}

@media(min-width:1025px) {
    .record-winnings__select .custom-select__options-wrap {
        top: 1.7777777778rem !important;
        border-radius: .3333333333rem
    }
    .partners-contests-create-contest__select .custom-select__options-wrap {
        border-radius: 0 0 .3333333333rem .3333333333rem
    }
}

.validation-select__error {
    display: block
}

.record-winnings__table-img {
    width: 20px;
    height: 20px
}

.record-winnings__table {
    align-items: center;
    justify-content: space-between
}

.record-winnings__table-img {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    border-radius: 50%;
    margin-right: .8rem
}

@media(min-width:769px) {
    .record-winnings__table-img {
        width: 2.8rem;
        height: 2.8rem;
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .record-winnings__table-img {
        width: 1.7777777778rem;
        height: 1.7777777778rem;
        margin-right: .6666666667rem
    }
}

.record-winnings__table-multiplier-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .1333333333rem
}

@media(min-width:769px) {
    .record-winnings__table-multiplier-icon {
        width: 2.4rem;
        height: 2.4rem;
        margin-right: .2rem
    }
}

@media(min-width:1025px) {
    .record-winnings__table-multiplier-icon {
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        margin-right: .1111111111rem
    }
}

.record-winnings {
    min-height: 23.1333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .record-winnings {
        padding-top: 4.8rem;
        min-height: 28.7rem
    }
}

@media(min-width:1025px) {
    .record-winnings {
        padding-top: 2.6666666667rem;
        min-height: 23.6666666667rem
    }
}

@media(min-width:769px) {
    .record-winnings__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2.2rem
    }
}

@media(min-width:1025px) {
    .record-winnings__top {
        margin-bottom: 1.2222222222rem
    }
}

.record-winnings__tabs {
    display: flex
}

@media(max-width:768px) {
    .record-winnings__tabs {
        overflow-x: auto;
        margin-bottom: 1.0666666667rem;
        scrollbar-width: none
    }
    .record-winnings__tabs::-webkit-scrollbar {
        display: none
    }
}

.record-winning__tab {
    padding: .2666666667rem 1.3333333333rem;
    border-radius: .2666666667rem;
    font-size: 1.0666666667rem;
    font-weight: 400;
    line-height: 1.5;
    background: var(--RIVER_STYX);
    margin-right: .5333333333rem;
    flex-shrink: 0;
    cursor: pointer
}

.record-winning__tab:last-child {
    margin-right: 0
}

@media(min-width:769px) {
    .record-winning__tab {
        padding: .4rem 2rem;
        border-radius: .4rem;
        font-size: 1.6rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .record-winning__tab {
        padding: .2222222222rem 1.1111111111rem;
        border-radius: .2222222222rem;
        font-size: .8888888889rem;
        margin-right: .4444444444rem
    }
}

.record-winning__tab--active {
    position: relative;
    background-color: transparent;
    font-weight: 600
}

.record-winning__tab--active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: .8rem;
    right: .8rem;
    height: 2px;
    background: #e92139
}

@media(min-width:769px) {
    .record-winning__tab--active:after {
        left: 1.2rem;
        right: 1.2rem
    }
}

@media(min-width:1025px)and (min-width:769px) {
    .record-winning__tab--active:after {
        left: .6666666667rem;
        right: .6666666667rem
    }
}

@media(max-width:768px) {
    .record-winnings__table-wr {
        overflow-x: auto
    }
}

.record-winnings__table {
    display: flex;
    align-items: stretch;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border-radius: .2666666667rem
}

.record-winnings__table:first-child {
    background-color: var(--RIVER_STYX)
}

.record-winnings__table:nth-child(odd):not(:first-child) {
    background-color: var(--EIGHT_BALL)
}

.record-winnings__table:nth-child(2n) {
    background: linear-gradient(83deg, hsla(0, 0%, 100%, .04) 5.59%, hsla(0, 0%, 100%, .01) 94.41%)
}

@media(min-width:769px) {
    .record-winnings__table {
        border-radius: .4rem
    }
}

@media(min-width:1025px) {
    .record-winnings__table {
        border-radius: .2222222222rem
    }
}

.record-winnings__table-column {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: .5333333333rem .8rem;
    font-size: .8rem;
    line-height: 1.33
}

.record-winnings__table-wr .record-winnings__table:first-child .record-winnings__table-column {
    font-weight: 600
}

.record-winnings__table-column.record-winnings__table-column--active {
    background-color: hsla(0, 0%, 100%, .05)
}

.record-winnings__table-column.record-winnings__table-game-wr {
    width: 13.3333333333rem
}

.record-winnings__table-column.record-winnings__table-game-nickname {
    width: 10rem
}

.record-winnings__table-column.record-winnings__table-bet {
    width: 7rem
}

.record-winnings__table-column.record-winnings__table-multiplier,
.record-winnings__table-column.record-winnings__table-win {
    width: 7.7333333333rem;
    text-align: right;
    justify-content: flex-end
}

@media(min-width:769px) {
    .record-winnings__table-column {
        font-size: 1.2rem;
        padding: .8rem 1.2rem
    }
    .record-winnings__table-column.record-winnings__table-game-wr {
        width: 20rem
    }
    .record-winnings__table-column.record-winnings__table-game-nickname {
        width: 15rem
    }
    .record-winnings__table-column.record-winnings__table-bet {
        width: 10.5rem
    }
    .record-winnings__table-column.record-winnings__table-multiplier,
    .record-winnings__table-column.record-winnings__table-win {
        width: 11.6rem
    }
}

@media(min-width:1025px) {
    .record-winnings__table-column {
        font-size: .8888888889rem;
        line-height: 1.5;
        padding: .3333333333rem .6666666667rem
    }
    .record-winnings__table:not(:first-child) .record-winnings__table-column {
        min-height: 2.6666666667rem
    }
    .record-winnings__table-column.record-winnings__table-game-wr {
        width: 18.4444444444rem
    }
    .record-winnings__table-column.record-winnings__table-bet,
    .record-winnings__table-column.record-winnings__table-game-nickname,
    .record-winnings__table-column.record-winnings__table-multiplier,
    .record-winnings__table-column.record-winnings__table-win {
        width: 15.7222222222rem
    }
}

.record-winnings__table-game-name {
    color: var(--WHITE)
}