.cabinet-block-1{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 90px;
    gap: 10px;
}

.card-left{
    background: url("/static/img/background.webp") repeat;
    width: 472px;
    height: 1050px;
    border-radius: 50px;
    box-shadow: 0 0 51.2px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.card-left .link-main{
    background: #FF091A;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Lays Cyr";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.2s;
}

.card-left .link-main:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.1);
}


.card-left .cab-links{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 21px;
    /*max-width: 420px;*/
    width: 420px;
}

.card-left .cab-links > a{
    color: #000;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    transition: 0.2s;
}

.card-left .cab-links > a:hover{
    transition: 0.2s;
    transform: scale(1.1);
}



.card-left .images-cab{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-left .photo-cab{
    width: 472px;
}

.card-left .logo-cab{
    margin-top: -20px;
    width: 265px;
}

.card-left .text-date{
    background: #FFF;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: "NotoBold";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}



.card-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1100px;
}

.card-right .card-right1{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 36px;
}

.cabinet-mobile-menu-toggle,
.cabinet-mobile-menu{
    display: none;
}

.card-right1 .user-info{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.card-right1 .user-info-inner{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.card-right1 .user-info-inner .username{
    color: #000;
    font-family: "Noto Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.card-right1 .user-info-inner .created{
    color: #FF091A;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}


.card-right1 .lang-logout{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card-right1 .cabinet-language{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.card-right1 .cabinet-language > a{
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    transition: 0.2s;
}

.card-right1 .cabinet-language > a:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.1);
}

.card-right1 .cabinet-language .lang-selected-cab{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FF091A;
    color: #FFF;
    width: 72px;
    height: 48px;
}

.card-right1 .cabinet-language .lang-unselected-cab{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 4px solid #FF091A;
    background: #FDD700;
    color: #FF091A;
    width: 72px;
    height: 48px;
}

.card-right1 .lang-logout .logout-button{
    color: #000;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 4px solid #FF091A;
    width: 120px;
    height: 48px;
}

.card-right1 .lang-logout .logout-button:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.1);
}



.card-right .card-right2{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/static/img/cab-red-block.png") no-repeat center center;
    background-size: contain;
    height: 434px;
    width: 1101px;
    gap: 40px;
    margin-bottom: 90px;
}

.card-right2 .points{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.card-right2 .total-points{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 163px;
    padding: 10px 0;
    color: #000;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin: 0;
    border-radius: 20px;
    background: #FFF;
    flex-direction: column;
}

.card-right2 .total-points > span{
    color: #FF091A;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}


.card-right2 .your-balance{
    color: #FFF;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.card-right2 > img{
    width: 208px;
}

.card-right2 .texts{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(-10deg);
}

.card-right2 .red-right-text{
    color: #FFF;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 95.517%;
    margin: 0;
    text-transform: uppercase;
}

.card-right2 .red-right-text-mini{
    color: #FFF;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}


.card-right .card-right3{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}


.card-right3 .card-right3-1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.card-right3 .card-right3-1 > img{
    width: 210px;
}

.card-right3 .card-right3-1 .red-link{
    color: #FFF;
    font-family: "Lays Cyr";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.612px;
    text-transform: uppercase;
    border-radius: 0 0 20px 20px;
    background: #FF091A;
    box-shadow: 0 4px 19.1px 0 rgba(0, 0, 0, 0.25);
    width: 290px;
    height: 72px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

.card-right3 .card-right3-1 .red-link:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.1);
}



.card-right3 .card-right3-1 .black-link{
    color: #000;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    transition: 0.2s;
}

.card-right3 .card-right3-1 .black-link:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.1);
}


.card-right3 .card-right3-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.card-right3 .card-right3-2 .red-text4{
    color: #FF091A;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.card-right3 .card-right3-2 .black-text5{
    color: #000;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.card-right .card-right3 .flip-counter{
    width: 370px;
    height: 190px;
    margin: 12px 0;
}

.card-right3 .card-right3-3{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/static/img/white-mini-block.png") no-repeat center center;
    background-size: contain;
    height: 202px;
    width: 336px;
}

.card-right3 .card-right3-3 > a{
    color: #FF091A;
    font-family: "Lays Cyr";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.612px;
    text-transform: uppercase;
    margin: 0;
    transition: 0.2s;
}

.card-right3 .card-right3-3 > a:hover{
    transition: 0.2s;
    transform: scale(1.1);
}



.cabinet-block-2{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    padding-top: 46px;
}

.cabinet-block-2 .block-title{
    text-align: right;
}

.cabinet-block-2 .marketplace{
    background: url("/static/img/white-big-block.png") no-repeat center center;
    background-size: contain;
    width: 1768px;
    height: 627px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: calc((1660px - 1768px) / 2); /* = -54px */
    margin-right: calc((1660px - 1768px) / 2);
}

.cabinet-block-2 .marketplace .prize-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 450px;
}

.marketplace .prize-block .count-block{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.marketplace .prize-block .count-block .count{
    color: #FF0C1C;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    border-radius: 10px 10px 0 0;
    background: #FDD700;
    width: 48px;
    height: 34px;
    margin: 0 14px 0 0;
}

.marketplace .prize-block .count-block .count-text{
    color: #000;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 124px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FDD700;
    box-shadow: 0 0 9.9px 0 rgba(0, 0, 0, 0.25);
    margin: 0;
}

.marketplace .prize-block .image-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    position: relative;
}

.marketplace .prize-block .image-block > img{
    width: 200px;
}

.marketplace .prize-block .image-block > .main-text{
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    max-width: 140px;
    height: 64px;
}

.marketplace .prize-block .image-block > .main-text > span{
    color: #000;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.marketplace .prize-block .image-block > .extra-text{
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    width: 200px;
    height: 14px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.marketplace .prize-block > a{
    color: #FFF;
    font-family: "Lays Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.34px;
    text-transform: uppercase;
    width: 141px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 20px 20px;
    background: #FF091A;
    box-shadow: 0 4px 19.1px 0 rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}

.marketplace .prize-block > a:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.1);
}


.cabinet-block-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 160px 0 100px;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1660px;
    min-height: 570px;
}

.cabinet-block-3-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}

.cabinet-block-3-title .red-text{
    color: #FF091A;
    font-family: "Lays Cyr";
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: -43px;
    left: 57%;
    transform: translateX(-50%);
    max-width: 770px;
    width: 100%;
}

.cabinet-block-3-title .black-text{
    color: #000;
    font-family: "Lays Cyr";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 125px;
    left: 57%;
    transform: translateX(-50%);
    max-width: 770px;
    width: 100%;
}

.cabinet-block-3 > img{
    width: 1205px;
    margin-left: -130px;
}

.cabinet-block-3 .date-draw{
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cabinet-block-3 .date-draw .date-draw-black{
    color: #000;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.cabinet-block-3 .date-draw .date-draw-red{
    color: #FF091A;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}


.cabinet-block-3 .red-white-block{
    background: url("/static/img/white-middle-block.png") no-repeat center;
    background-size: contain;
    width: 497px;
    height: 452px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 50px 0;
    position: relative;
}

.cabinet-block-3 .red-white-block .up-text{
    color: #FFF;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
}

.cabinet-block-3 .red-white-block .count-chance{
    color: #000;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.cabinet-block-3 .red-white-block .count-chance > span{
    color: #FF091A;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.cabinet-block-3 .red-white-block .every-check{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}




.cabinet-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    padding-bottom: 25px;
}

.cabinet-footer .upload-check-button{
    margin-right: 62px;
}

.cabinet-footer-red-block{
    border-radius: 50px;
    background: #FF091A;
    width: 1660px;
    height: 390px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 25px 40px;
}

.cabinet-footer-red-block .cabinet-footer-up > img{
    height: 270px;
    padding-right: 100px;
}

.cabinet-footer-red-block-inner > p{
    color: #FFF;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    width: 750px;
}

.cabinet-footer-links{
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 14px 0 0 12px;
}

.cabinet-footer-links > a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    transition: 0.2s;
}

.cabinet-footer-links > a:hover{
    transition: 0.2s;
    transform: scale(1.1);
}

.cabinet-footer-links > a > p{
    color: #FFF;
    text-align: center;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    text-decoration: none;
    transition: 0.2s;
}

.cabinet-footer-links > a > p:hover{
    text-decoration: underline;
}

.cabinet-footer-up{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}

.cabinet-footer-main-links{
    border-top: 4px solid #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}

.cabinet-footer-main-links > a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.2s;
}
.cabinet-footer-main-links > a:hover{
    transition: 0.2s;
    text-decoration: none;
    transform: scale(1.1);
}



.cabinet-footer-main-links .lang-logout{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 43px;
}

.cabinet-footer-main-links .lang-logout .cabinet-language{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cabinet-footer-main-links .lang-logout .cabinet-language .lang-selected-cab{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF091A;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 10px;
    background: #FFF;
    width: 70px;
    height: 48px;
    transition: 0.2s;
}
.cabinet-footer-main-links .lang-logout .cabinet-language .lang-selected-cab:hover{
    transition: 0.2s;
    text-decoration: none;
    transform: scale(1.1);
}

.cabinet-footer-main-links .lang-logout .cabinet-language .lang-unselected-cab{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 10px;
    background: #FDD700;
    width: 70px;
    height: 48px;
    transition: 0.2s;
}
.cabinet-footer-main-links .lang-logout .cabinet-language .lang-unselected-cab:hover{
    transition: 0.2s;
    text-decoration: none;
    transform: scale(1.1);
}



.cabinet-footer-main-links .lang-logout .logout-button{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Lays Cyr";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 10px;
    border: 4px solid #FDD700;
    text-transform: uppercase;
    transition: 0.2s;
    height: 48px;
    width: 120px;
}
