.desktop .modal-profile {
    width: 1534px;
    height: 972px;
    margin-left: 262px;
}

.desktop .modal-profile .modal-background {
    width: 1534px;
    height: 972px;
    background: url(../images/modals/profile/profile-bg.png);
    position: absolute;
    z-index: 1;
}

.desktop .modal-profile .buttons {
    width: 587px;
    height: 445px;
    position: absolute;
    z-index: 0;
    margin-left: -277px;
    margin-top: 119px;
}

.desktop .modal-profile .buttons .button {
    width: 587px;
    height: 284px;

    color: #FFF;
    text-shadow: 0px 3px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 50px;
    letter-spacing: 2.5px;
    cursor: pointer;
}

.desktop .modal-profile .buttons .button .text {
    padding-left: 57px;
    padding-top: 36px;
    transform: rotate(-9deg);
}

.desktop .modal-profile .buttons .button.profile .text {
    padding-top: 24px;
    padding-left: 83px;
}

.desktop .modal-profile .buttons .button .count {
    width: 74px;
    height: 74px;
    background-image: url(../images/modals/profile/profile-ellipse.png);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.60);
    text-align: center;
    line-height: 74px;
    border-radius: 50%;
    margin-left: 202px;
    margin-top: -104px;
}

.desktop .modal-profile .buttons .button.profile {
    background: url(../images/modals/profile/profile-button.png);
}

.desktop .modal-profile .buttons .button.information {
    background: url(../images/modals/profile/information-button.png);
    font-size: 32px;
    letter-spacing: 1.6px;
}

.desktop .modal-profile .buttons .button:nth-child(2) {
    margin-top: -133px;
}

.desktop .modal-profile .modal-close {
    width: 108px;
    height: 108px;
    background-image: url(../images/modals/profile/profile-close-button.png);
    position: absolute;
    z-index: 1;
    margin-left: 1369px;
    margin-top: -32px;
    cursor: pointer;
}

.desktop .modal-profile .content {
    position: absolute;
    z-index: 1;
    width: 1349px;
    height: 862px;
    margin-top: 65px;
    margin-left: 89px;
}
.desktop .modal-profile .title {
    width: calc(91%);
    text-align: right;
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 96px;
    letter-spacing: 8.64px;
}

.desktop .modal-profile .avatars-content {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.desktop .modal-profile .avatars-content .my-avatar {
    width: 201px;
    height: 201px;
    float: left;
    margin-right: 89px;
    background: url(../images/modals/profile/avatar-big-background.png);
}

.desktop .modal-profile .avatars-content .my-avatar img {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    margin: 2px 8px;
}
.desktop .modal-profile .avatars-content .my-avatar .border {
    width: 188px;
    height: 191px;
    background: url(../images/modals/profile/avatar-big-border.png);
    position: relative;
    margin-top: -193px;
    margin-left: 7px;
}

.desktop .modal-profile .avatars-content .avatars-list {
    width: 918px;
    height: 494px;
    background-image: url(../images/modals/profile/profile-avatars-background.png);
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px;
}

.desktop .modal-profile .avatars-content .avatars-list .avatar {
    width: 132px;
    height: 132px;
    float: left;
    margin-right: 89px;
    background: url(../images/modals/profile/avatar-big-background.png);
    background-size: 100%;
    margin: 10px 20px;
    cursor: pointer;
}

.desktop .modal-profile .avatars-content .avatars-list .avatar.active::before {
    content: "";
    position: absolute;
    width: 126px;
    height: 126px;
    background: url(../images/modals/profile/avatar-selected.png);
    border-radius: 50%;
    margin-left: 4px;
}

.desktop .modal-profile .avatars-content .avatars-list .avatar img {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    margin: -1px 3px;
}

.desktop .modal-profile .avatars-content .avatars-list .avatar .border {
    width: 132px;
    height: 135px;
    background: url(../images/modals/profile/avatar-big-border.png);
    background-size: 100%;
    position: relative;
    margin-top: -133px;
    margin-left: 1px;
}

.desktop .modal-profile .profile-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.desktop .modal-profile .profile-buttons .button-ok {
    cursor: pointer;
    width: 307px;
    height: 115px;
    background: url(../images/modals/profile/buttons/button-ok.png);
    float: left;
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 56px;
    letter-spacing: 4.8px;
    text-align: center;
    line-height: 111px;
}

.desktop .modal-profile .profile-buttons .button-ok:hover, .modal-profile .profile-buttons .button-ok:focus {
    background: url(../images/modals/profile/buttons/button-ok-hover.png);
}

.desktop .modal-profile .profile-buttons .button-cp {
    cursor: pointer;
    width: 400px;
    height: calc(151px - 21px);
    background: url(../images/modals/profile/buttons/button-cp.png);
    float: left;
    margin-left: 70px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 52px;
    letter-spacing: 2.6px;
    line-height: 45px;
    padding-top: 21px;
}

.desktop .modal-profile .profile-buttons .button-cp:hover, .modal-profile .profile-buttons .button-cp:focus {
    background: url(../images/modals/profile/buttons/button-cp-hover.png);
}

.desktop .modal-profile .profile-buttons .button-events {
    cursor: pointer;
    width: 400px;
    height: 151px;
    background: url(../images/modals/profile/buttons/button-events.png);
    float: left;
    margin-left: 70px;
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 80px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 147px;
}

.desktop .modal-profile .profile-buttons .button-events:hover, .modal-profile .profile-buttons .button-events:focus {
    background: url(../images/modals/profile/buttons/button-events-hover.png);
}

.desktop .modal-password {
    width: 1192px;
    height: 828px;
    background: url(../images/modals/password/background.png);
}

.desktop .modal-password .title {
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.75px;
    text-align: center;
    line-height: 160px;
}

.desktop .modal-password  .inputs {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 54px;
}

.desktop .modal-password  .inputs .input {
    margin-bottom: 25px;
    width: 499px;
    height: 106px;
    background-image: url(../images/modals/password/password-input.png);
}

.desktop .modal-password  .inputs .input input {
    background: none;
    border: 0;
    outline: 0;
    width: 426px;
    margin-left: 16px;
    margin-top: 10px;
    height: 65px;
    padding: 0px 20px;
    color: rgba(255, 255, 255, 0.20);
    font-family: Luckiest Guy;
    font-size: 35px;
    letter-spacing: 2.1px;
    line-height: 65px;
}

.desktop .safari .modal-password .inputs .input input::placeholder, .safari .modal-password .inputs .input input {
    padding-top: 7px;
}

.desktop .modal-password .button {
    width: 411px;
    height: 155px;
    background-image: url(../images/modals/password/buttons/button-ok.png);
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 114px;
    letter-spacing: 5.7px;
    text-align: center;
    line-height: 155px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: -10px;
}

.desktop .modal-password .button:hover, .modal-password .button:focus {
    background-image: url(../images/modals/password/buttons/button-ok-hover.png);
}

.desktop .modal-password .modal-close {
    width: 108px;
    height: 108px;
    background-image: url(../images/modals/profile/profile-close-button.png);
    position: absolute;
    z-index: 1;
    margin-left: 1065px;
    margin-top: 6px;
    cursor: pointer;
}

.desktop .modal-events {
    width: 1583px;
    height: 995px;
}

.desktop .modal-events .title {
    width: 1583px;
    height: 311px;
    background: url(../images/modals/events/background-title.png);
    color: #FFF;
    text-shadow: 0px 9px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 140px;
    letter-spacing: 7px;
    text-align: center;
}

.desktop .modal-events .content {
    width: 1298px;
    height: 917px;
    background: url(../images/modals/events/background.png);
    margin: 0 auto;
    margin-top: -243px;
    position: relative;
    z-index: -1;
}

.desktop .modal-events .modal-close {
    width: 108px;
    height: 108px;
    background-image: url(../images/modals/profile/profile-close-button.png);
    position: absolute;
    z-index: 1;
    margin-left: 1388px;
    margin-top: 0px;
    cursor: pointer;
}

.desktop .modal-events .arrows {
    width: 1356px;
    height: 107px;
    position: absolute;
    margin-top: 436px;
    z-index: 3;
    margin-left: -28px;
}

.desktop .modal-events .arrows .arrow {
    width: 107px;
    height: 107px;
    cursor: pointer;
}

.desktop .modal-events .arrows .arrow.left {
    float: left;
    background-image: url(../images/modals/events/arrow-left.png);
}

.desktop .modal-events .arrows .arrow.right {
    float: right;
    background-image: url(../images/modals/events/arrow-right.png);
}

.desktop .modal-events .slider {
    width: 1069px;
    height: 672px;
    position: absolute;
    margin-top: 141px;
    margin-left: 109px;
    border-radius: 20px;
    overflow: hidden;
}

.desktop .modal-events .slider .slide {
    width: 1069px;
    height: 672px;
    float: left;
}

.desktop .modal-events .slick-slider {
    width: 1069px;
    height: 672px;
    margin: 0 auto;
}

.desktop .modal-events .slick-list {
    width: 1069px;
    height: 672px;
    overflow: hidden;
}

.desktop .modal-events .slick-slide {
    width: 1069px;
    height: 672px;
    float: left;
}

.desktop .modal-messages {
    width: 1504px;
    height: 1012px;
    margin-left: 274px;
}

.desktop .modal-messages .modal-background {
    width: 1504px;
    height: 926px;
    background: url(../images/modals/messages/background.png);
    position: absolute;
    z-index: 1;
} 

.desktop .modal-messages .buttons {
    width: 587px;
    height: 445px;
    position: absolute;
    z-index: 0;
    margin-left: -277px;
    margin-top: 119px;
}

.desktop .modal-messages .buttons .button {
    width: 587px;
    height: 284px;

    color: #FFF;
    text-shadow: 0px 3px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 50px;
    letter-spacing: 2.5px;
    cursor: pointer;
}

.desktop .modal-messages .buttons .button .text {
    padding-left: 57px;
    padding-top: 36px;
    transform: rotate(-9deg);
}

.desktop .modal-messages .buttons .button.profile .text {
    padding-top: 24px;
    padding-left: 66px;
}

.desktop .modal-messages .buttons .button .count {
    width: 74px;
    height: 74px;
    background-image: url(../images/modals/profile/profile-ellipse.png);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.60);
    text-align: center;
    line-height: 74px;
    border-radius: 50%;
    margin-left: 202px;
    margin-top: -104px;
}

.desktop .modal-messages .buttons .button.profile {
    background: url(../images/modals/profile/profile-button.png);
}

.desktop .modal-messages .buttons .button.information {
    background: url(../images/modals/profile/information-button.png);
    font-size: 32px;
    letter-spacing: 1.6px;
}

.desktop .modal-messages .buttons .button:nth-child(2) {
    margin-top: -133px;
}

.desktop .modal-messages .modal-close {
    width: 108px;
    height: 108px;
    background-image: url(../images/modals/profile/profile-close-button.png);
    position: absolute;
    z-index: 1;
    margin-left: 1369px;
    margin-top: -2px;
    cursor: pointer;
}

.desktop .modal-messages .content {
    position: absolute;
    z-index: 1;
    width: 1349px;
    height: 862px;
    margin-top: 65px;
    margin-left: 89px;
}

.desktop .modal-messages .total {
    width: 761px;
    height: 236px;
    background-image: url(../images/modals/messages/messages-bg.png);
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 45px;
    letter-spacing: 4.5px;
    position: absolute;
    z-index: 1;
    margin-left: calc((1504px - 761px) / 2);
    margin-top: 770px;
    text-align: center;
    line-height: 236px;
}

.desktop .modal-bonus {
    width: 1238px;
    height: 976px;
    margin-left: 503px;
}

.desktop .modal-bonus .modal-background {
    width: 1238px;
    height: 976px;
    position: absolute;
    z-index: -1;
}

.desktop .modal-bonus.daily .modal-background {
    background-image: url(../images/modals/bonus/background-daily.png);
}

.desktop .modal-bonus.weekly .modal-background {
    background-image: url(../images/modals/bonus/background-weekly.png);
}

.desktop .modal-bonus .title {
    width: 565px;
    height: 198px;
    background-image: url(../images/modals/bonus/bonus-daily-title.png);
    color: #FFB800;
    text-shadow: -2px 2px 0px #FFF;
    font-family: Luckiest Guy;
    font-size: 64px;
    letter-spacing: 3.2px;
    text-align: center;
    line-height: 191px;
    margin-left: 94px;
    margin-top: 67px;
}

.desktop .modal-bonus.weekly .title {
    background-image: url(../images/modals/bonus/bonus-weekly-title.png);
}

.desktop .modal-bonus .icon {
    width: 602px;
    height: 427px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 78px;
    margin-top: -20px;
    margin-bottom: -28px;
}

.desktop .modal-bonus .icon img {}

.desktop .modal-bonus .stars {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 602px;
    margin-left: 78px;
    transform: scale(0.92);
}

.desktop .modal-bonus .stars .star {
    width: 101px;
    height: 99px;
    background-image: url(../images/modals/bonus/bonus-star.png);
    float: left;
}

.desktop .modal-bonus .stars .star.active {
    background-image: url(../images/modals/bonus/bonus-star-active.png);
}

.desktop .modal-bonus .balance {
    width: 486px;
    height: 113px;
    background: url(../images/modals/bonus/balance-input.png);
    margin-left: 117px;
}

.desktop .modal-bonus .users {
    width: 471px;
    height: 66px;
    background: url(../images/modals/bonus/users-input.png);
    margin-left: 134px;
    position: absolute;
    margin-top: -18px;
}

.desktop .modal-bonus .balance .text {
    position: absolute;
    width: 393px;
    height: 46px;
    margin-left: 86px;
    margin-top: 33px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 34px;
}

.desktop .modal-bonus .users .text {
    position: absolute;
    width: 393px;
    height: 46px;
    margin-left: 71px;
    margin-top: 7px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 34px;
}

.desktop .modal-bonus .progress {
    width: 479px;
    height: 623px;
    position: absolute;
    margin-top: -655px;
    margin-left: 724px;
}
.desktop .modal-bonus .progress .text-title {
    width: 99%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #FFF;
    text-shadow: 0px 3px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 79px;
    letter-spacing: 3.95px;
}

.desktop .modal-bonus .bonuses {
    width: 422px;
    height: 490px;
    margin-top: 21px;
    margin-left: 22px;
    padding: 7px;
}

.desktop .modal-bonus .bonuses .bonus {
    width: 397px;
    height: 142px;
    border-radius: 32px;
    border: 5px solid #8EB8CD;
    background: linear-gradient(180deg, #0085D1 0%, #0080CD 0%, #6DBDCE 39.58%, #00A9FC 100%);
    box-shadow: 0px 10px 2px 2px rgba(255, 255, 255, 0.50) inset, 0px 4px 5px 3px rgba(0, 0, 0, 0.40), 0px -5px 4px 0px rgba(0, 0, 0, 0.25) inset;
    margin-top: 9px;
}

.desktop .modal-bonus.weekly .bonuses .bonus {
    border-radius: 32px;
    border: 5px solid #9576EF;
    background: linear-gradient(180deg, #9F82F7 0%, #9D7EF3 0%, #896AEA 39.58%, #5839AB 100%);
    box-shadow: 0px 10px 2px 2px rgba(255, 255, 255, 0.50) inset, 0px 4px 5px 3px rgba(0, 0, 0,  0.40), 0px -5px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.desktop .modal-bonus .bonuses .bonus .button-space {
    float: left;
    width: 187px;
    margin-top: -11px;
    display: flex;
    justify-content: center;
}

.desktop .modal-bonus .bonuses .bonus .claim-button {
    color: #FFF;
    text-shadow: 0px 3px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 27px;
    letter-spacing: 2px;
    border-radius: 32px;
    background: linear-gradient(180deg, #FEB5FF 0%, #E68EE9 0%, #CD87CC 39.58%, #DE00DE 100%);
    box-shadow: 0px 3px 2px 2px rgba(255, 255, 255, 0.50) inset, 0px 4px 5px 3px rgba(0, 0, 0, 0.40), 0px -5px 4px 0px rgba(0, 0, 0, 0.25) inset;
    float: left;
    padding: 6px 16px;
    cursor: pointer;
}

.desktop .modal-bonus .bonuses .bonus:first-child {
    margin-top: 0;
}

.desktop .modal-bonus .bonuses .bonus .text {
    color: #2C3B6D;
    font-family: Luckiest Guy;
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.65px;
    padding: 8px 12px;
}

.desktop .modal-bonus .bonuses .bonus .bonus-progress {
    width: 204px;
    height: 44px;
    background-image: url(../images/modals/bonus/progress-background.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    margin-left: 5px;
    float: left;
    margin-top: -6px;
}

.desktop .modal-bonus .bonuses .bonus .progress-border {
    width: 204px;
    height: 44px;
    background-image: url(../images/modals/bonus/progress-border.png);
    position: relative;
    z-index: 1;
}
.desktop .modal-bonus .bonuses .bonus .progress-line {
    width: 191px;
    max-width: 191px;
    height: 25px;
    border-radius: 23px;
    border: 2px solid #3EB344;
    background: linear-gradient(180deg, #090 0%, #090 0%, #7BCD86 34.9%, #00FD00 100%);
    box-shadow: 0px 4px 2px 2px rgba(255, 255, 255, 0.50) inset, 0px 4px 5px 3px rgba(0, 0, 0, 0.40), 0px -8px 4px 0px rgba(0, 0, 0, 0.29) inset;
    position: relative;
    margin-top: -41px;
    margin-left: 4px;
    z-index: 0;
}

.desktop .modal-bonus .buttons {
    width: 587px;
    height: 445px;
    position: absolute;
    z-index: -1;
    margin-left: -205px;
    margin-top: 119px;
    transform: scale(0.8);
}

.desktop .modal-bonus .buttons .button {
    width: 587px;
    height: 284px;
    color: #FFF;
    text-shadow: 0px 3px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 43px;
    letter-spacing: 2.5px;
    cursor: pointer;
}

.desktop .modal-bonus .buttons .button .text {
    padding-left: 66px;
    padding-top: 37px;
    transform: rotate(-9deg);
}

.desktop .modal-bonus .buttons .button.profile .text {
    padding-top: 28px;
    padding-left: 70px;
}

.desktop .modal-bonus .buttons .button.profile {
    background: url(../images/modals/profile/profile-button.png);
}

.desktop .modal-bonus .buttons .button.information {
    background: url(../images/modals/profile/information-button.png);
    font-size: 33px;
    letter-spacing: 1.6px;
}

.desktop .modal-bonus .buttons .button:nth-child(2) {
    margin-top: -133px;
}

.desktop .modal-bonus .modal-close {
    width: 108px;
    height: 108px;
    background-image: url(../images/modals/profile/profile-close-button.png);
    position: absolute;
    z-index: 1;
    margin-left: 651px;
    margin-top: 18px;
    cursor: pointer;
}

.desktop .modal-wheel {
    width: 1520px;
    height: 908px;
    background: url(../images/modals/wheel/background.png);
}

.desktop .modal-wheel .wheel {
    width: 803px;
    height: 858px;
    background: url(../images/modals/wheel/wheel-back.png);
    float: left;
    margin-top: 33px;
}

.desktop .modal-wheel .wheel-step {
    width: 385px;
    height: 99px;
    position: absolute;
    margin-left: 921px;
    background-repeat: no-repeat;
}

.desktop .modal-wheel .wheel-step.first {background-image: url(../images/modals/wheel/step_1.png);}
.desktop .modal-wheel .wheel-step.second {background-image: url(../images/modals/wheel/step_2.png);}
.desktop .modal-wheel .wheel-step.third {background-image: url(../images/modals/wheel/step_3.png);}

.desktop .modal-wheel .bonuses {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.desktop .modal-wheel .bonuses .bonus {
    width: 134px;
    height: 138px;
    background: url(../images/modals/wheel/wheel_bonus.png);
    margin-right: 25px;
    float: left;
    cursor: pointer;
}

.desktop .modal-wheel .bonuses .bonus:last-child {
    margin-right: 0;
}

.desktop .modal-wheel .bonuses .bonus .bonus-lock {
    width: 100px;
    height: 100px;
    background: url(../images/modals/wheel/wheel_bonus_lock_background.png);
    margin-top: 7px;
    position: absolute;
    margin-left: 17px;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop .modal-wheel .bonuses .bonus .bonus-lock .lock {
    width: 82px;
    height: 107px;
    background: url(../images/modals/wheel/wheel_bonus_lock.png);
    margin-top: 9px;
}

.desktop .modal-wheel .bonuses .bonus .bonus-content {
    width: 100px;
    height: 100px;
    background: url(../images/modals/wheel/wheel_bonus_lock_background.png);
    margin-top: 7px;
    position: absolute;
    margin-left: 17px;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop .modal-wheel .bonuses .bonus .bonus-content .bonus-gift {
    width: 72px;
    height: 90px;
    background: url(../images/modals/wheel/wheel_gift.png);
}

.desktop .modal-wheel .bonuses .bonus.active {
    background: url(../images/modals/wheel/wheel_bonus_active.png);
}

.desktop .modal-wheel .wheel .spinner {
    width: 697px;
    height: 698px;
    /* background: url(../images/modals/wheel/wheel.png); */
    margin-top: 50px;
    margin-left: 54px;
    /* transition: transform 10s; */
    /* transform: rotate(1000deg); */
}

.desktop .modal-wheel .wheel .spinner.first {background: url(../images/modals/wheel/wheel_1.png);}
.desktop .modal-wheel .wheel .spinner.second {background: url(../images/modals/wheel/wheel_2.png);}
.desktop .modal-wheel .wheel .spinner.third {background: url(../images/modals/wheel/wheel_3.png);}

.desktop .modal-wheel .wheel .overlay {
    width: 792px;
    height: 834px;
    background: url(../images/modals/wheel/wheel-border.png);
    position: relative;
    margin-top: -787px;
    margin-left: 1px;
}

.desktop .modal-wheel .wheel .overlay .spin-button {
    width: 162px;
    height: 162px;
    background: url(../images/modals/wheel/spin-button.png);
    margin-top: 354px;
    position: absolute;
    margin-left: 320px;
    cursor: pointer;
}

.desktop .modal-wheel .wheel .gold {
    width: 317px;
    height: 233px;
    background: url(../images/modals/wheel/gold.png);
    position: absolute;
    margin-top: -162px;
}

.desktop .modal-wheel .wheel .coins {
    width: 239px;
    height: 164px;
    background: url(../images/modals/wheel/coin.png);
    position: absolute;
    margin-top: -93px;
    margin-left: 470px;
}

.desktop .modal-wheel .modal-close {
    width: 108px;
    height: 108px;
    background-image: url(../images/modals/profile/profile-close-button.png);
    position: absolute;
    z-index: 1;
    margin-left: 1413px;
    margin-top: 20px;
    cursor: pointer;
}

.desktop .modal-wheel .content {
    float: left;
    width: 549px;
    height: 629px;
    margin-left: 40px;
    margin-top: 159px;
}

.desktop .modal-wheel .content .descriptions {
    width: 549px;
    height: 394px;
    background: url(../images/modals/wheel/text-background.png);
}

.desktop .modal-wheel .content .descriptions-content {
    color: #FFF;
    font-family: Luckiest Guy;
    font-size: 28px;
    width: 489px;
    height: 334px;
    overflow: hidden scroll;
    margin: 30px;
    position: absolute;
}

.desktop .modal-wheel .content .descriptions-content .title {
    text-align: center;
    font-size: 38px;
    margin-bottom: 15px;
}

.desktop .modal-wheel .content .wheel-progress {
    width: 543px;
    height: 69px;
    background: #ABABAB;
    border-radius: 123px;
    margin-top: 5px;
    border: 1px solid #232e3f;
}

.desktop .modal-wheel .content .wheel-progress .line {
    border-radius: 32px;
    border: 2px solid #3EB344;
    background: linear-gradient(180deg, #090 0%, #090 0%, #7BCD86 34.9%, #00FD00 100%);
    box-shadow: 0px 4px 2px 2px rgba(255, 255, 255, 0.50) inset, 0px 4px 5px 3px rgba(0, 0, 0, 0.40), 0px -8px 4px 0px rgba(0, 0, 0, 0.29) inset;
    float: left;
    margin: 1px;
    height: 49px;
    margin-top: 6px;
    max-width: 530px;
}

.desktop .modal-wheel .content .wheel-progress .border {
    width: 548px;
    height: 76px;
    background: url(../images/modals/wheel/progress-border.png);
    position: relative;
    margin-top: -5px;
    margin-left: -3px;
}

.desktop .modal-language {
    width: 748px;
    height: 918px;
    background: url(../images/modals/language/background.png);
}

.desktop .modal-language .language-list {
    width: 678px;
    height: 798px;
    margin: 60px 40px;
    overflow: hidden scroll;
}

.desktop .modal-language .language-list .language:first-child {
    margin-top: 0;
}

.desktop .modal-language .language-list .language {
    width: 628px;
    height: 159px;
    border-radius: 32px;
    border: 6px solid #04A1E3;
    background: linear-gradient(180deg, #02A8EE 0%, #0296E8 0%, #09B9DA 49.65%, #03ABFF 100%);
    box-shadow: 0px 20px 2px 2px rgba(255, 255, 255, 0.50) inset, 0px 4px 5px 3px rgba(0, 0, 0, 0.40), 0px -20px 4px 0px rgba(0, 0, 0, 0.25) inset;
    margin-top: 35px;
    display: block;
    cursor: pointer;
}

.desktop .modal-language .language-list .language.active {
    border-radius: 32px;
    border: 6px solid #2AC15A;
    background: linear-gradient(180deg, #00EF00 0%, #00B93F 0%, #9AD9A3 49.65%, #00D700 100%);
    box-shadow: 0px 20px 2px 2px rgba(255, 255, 255, 0.50) inset, 0px 4px 5px 3px rgba(0, 0, 0, 0.40), 0px -20px 4px 0px rgba(0, 0, 0, 0.25) inset;

}

.desktop .modal-language .language-list .language .flag {
    width: 109px;
    height: 109px;
    float: left;
    margin: 25px;
}
.desktop .modal-language .language-list .language .flag img {
    width: 109px;
    height: 109px;
}

.desktop .modal-language .language-list .language .text {
    float: left;
    height: 159px;
    line-height: 159px;
    color: #FFF;
    text-shadow: 0px 9px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 96px;
    letter-spacing: 4.8px;
}

.desktop .modal-language .modal-close {
    width: 108px;
    height: 108px;
    background-image: url(../images/modals/profile/profile-close-button.png);
    position: absolute;
    z-index: 1;
    margin-left: 682px;
    margin-top: -44px;
    cursor: pointer;
}

.desktop .modal-overlay {
    width: 1920px;
    height: 1080px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}