.cabinet{
    /*background: url("/static/img/Личный-Кабинет.webp") top no-repeat;*/
    height: 920px;
    padding: 70px 16px 90px;
}

.cab-header{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 130px;
}

.cab-header-links{
    display: flex;
    gap: 24px;
}

.cab-title{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.change-lang-selected{
    display: flex;
    width: 215px;
    height: 45px;
    padding: 8px 48px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: "Museo-900";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 500px;
    background: #FFF;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.25);
    color: #952732;
    transition: 0.2s;
}

.change-lang-selected:hover{
    color: #952732;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.change-lang-unselected{
    display: flex;
    width: 215px;
    height: 45px;
    padding: 8px 48px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: "Museo-900";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 500px;
    border: 1px solid #FFF;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    transition: 0.2s;
}

.change-lang-unselected:hover{
    color: #FFF;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.cab-content{
    display: flex;
    flex-direction: column;
    width: 1410px;
    margin: 80px auto 0;
}

.identity-block{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
}

.identity-block-user{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.identity-username{
    color: #FFF;
    font-family: "Museo-900";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}

.identity-city{
    color: #FFF;
    font-family: "Museo-500";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.408px;
    margin: 0;
}

.cab-buttons{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 65px;
}

.cab-buttons-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cab-buttons-text{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin: 0;
}

.cab-buttons-btn{
    color: #952732;
    text-align: center;
    font-family: "Museo-900";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.408px;
    text-transform: uppercase;
    border-radius: 500px;
    background: #FFF;
    box-shadow: 0 0 19.1px 0 #EAFF00;
    width: 693px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.cab-buttons-btn:hover{
    color: #952732;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}


.cab-block3{
    display: flex;
    gap: 24px;
    margin-top: 80px;
}

.cab-block3-inner{
    max-width: 693px;
    width: 100%;
}

.cab-block3-text1{
    color: #FFF;
    font-family: "Museo-900";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.cab-block3-text-link{
    display: flex;
    gap: 50px;
    margin-top: 40px;
}

.cab-block3-text2{
    color: #FFF;
    font-family: "Museo-500";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
}

.prizes-slider-block{
    margin: auto;
}

.prizes-slider-cab{
    width: 485px;
    margin: 20px auto 0;
    position: relative;
}

.prizes-slider-cab-title{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.544px;
    text-transform: uppercase;
    margin: 0;
}

.prizes-slider-cab .item-class1{
    display: flex;
    flex-direction: column;
    width: 160px;
    height: 150px;
    justify-content: center;
    align-items: center;
}

.prizes-slider-cab .owl-item .active{
    width: 160px;
}

.prizes-slider-cab .owl-prev{
    position: absolute;
    top: 10%;
    left: -20%;
    transform: translate(0, 50%);
}
.prizes-slider-cab .owl-next{
    position: absolute;
    top: 10%;
    right: -20%;
    transform: translate(0, 50%);
}

.prizes-slider-cab .item-class1 .prize-img-wrapper >img{
    max-width: 160px;
    width: auto;
    max-height: 140px;
    height: auto;
}

.prize-img-wrapper {
    position: relative;
    display: inline-block;
}

.prize-count {
    position: absolute;
    top: 0;
    right: -10px;
    color: #952732;
    text-align: center;
    font-family: "Museo-900";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.34px;
    border-radius: 87px;
    background: #FFF;
    box-shadow: 0 0 4px 0 #EAFF00;
    width: 30px;
    height: 34px;
    padding: 5px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-item.active.center{
    display: flex;
    justify-content: center;
}

.cab-footer-links{
    margin-top: 60px;
    display: flex;
    justify-content: start;
    gap: 120px;
}

.cab-footer-links > a{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-decoration-line: underline;
    text-transform: uppercase;
}
