.nav__list{
    flex-wrap:nowrap;
}
.china__text p strong {
    display: inline-flex;
    overflow: hidden;
    width: max-content;
    height: 38px;
    padding: 0 10px;
    border-radius: 50px;
    background: radial-gradient(3518.51% 96.17% at 27% 42%, #e45c29, #d17224 100%);
    letter-spacing: -0.04rem;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    box-sizing: border-box;
    padding-bottom: 3px;
    font-weight:normal;
}

.trans__table table{
    width:100%;
    border-collapse:collapse;
}
.trans__table {
    border-radius:10px 10px;
}
.trans__table table tr td{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 21px 30px;
    vertical-align:center;
}
.trans__table table tr td:first-child{
    border-left:none;
}
.trans__table table tr td p{
    white-space:nowrap;
    color: #eff0f2;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 3px;
    letter-spacing: -0.04rem;

}
.trans__table table tr td p strong{
    white-space:nowrap;
    color:#e45c29;
}

.trans__table table tr:first-child td{
    padding: 21px 30px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border-bottom: none;
}
.trans__table table tr:first-child td p{
    color: #eff0f2;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.04rem;
}
.trans__table table tr:first-child td:first-child p{
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.04rem;
    color: #e45c29;
}
.trans__table table tr:first-child td:first-child {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.04rem;
    color: #e45c29;
}
.trans__table table tr:first-child td:first-child{
    border-radius: 10px 0 0 10px;
}
.trans__table table tr:first-child td:last-child{
    border-radius: 0 10px 10px 0;
}
.van__row_center{
    justify-content:center;
}
.van__block_last:nth-child(2n) p {
    margin-top: auto!important;

}

@media (max-width: 1200px) {
    .trans__table{
        overflow-x:scroll;
        max-width:100%;
    }
    .van__row_center{
        justify-content:flex-start;
    }
}

.uppercase-text{
    text-transform:uppercase!important;
}

.eng .ser .swiper1 .swiper-slide .ser__name {
    margin:0!important;
    position:absolute;
    text-align:right;
    width:210px;
    top:auto;
    bottom:0;
    right:0;
    max-width:100%;
}

@media (max-width: 1350px) {
    .eng .ser .swiper1 .swiper-slide .ser__name {
        width:191px;
    }
}
@media (max-width: 1200px) {
    .eng .ser .swiper1 .swiper-slide .ser__name {
        width:231px;
    }
}
@media (max-width: 992px) {
    .eng .ser .swiper1 .swiper-slide .ser__name {
        width:170px;
        font-size:15px;
    }
}
@media (max-width: 768px) {
    .eng .ser .swiper1 .swiper-slide .ser__name {
        width:160px;
    }
}
@media (max-width: 576px) {
    .eng .ser .swiper1 .swiper-slide .ser__name {
        left:0!important;
        right:0!important;
        font-size:14px;
        width:100%;
        min-width:100%;
        max-width:100%;
        text-align:right;
    }
}

@media (min-width: 991px) {
    .header__left {
        max-width: 844px;
        width:844px;
        padding-right:0;
    }
    .header__right{
        max-width:none;
        width:calc(100% - 870px);
    }
    .eng .nav__logo {
        top: -10px;
    }
}


.nav__list li.active {
    background: #e45c29;
    padding: 0 15px !important;
    margin-right: 0;
}
.nav {
    padding:  0 0 8px 0;
}
.header__left .nav__box{
    justify-content:space-between;
}

.header__left .nav__list{
     margin-right:15px;
}

.nav__list .lang{
    color:rgba(228,92,41,0.5); 
    display:flex;
    gap:5px;
}
.eng .nav__list .lang a{
    color:rgba(228,92,41,0.5); 
}
.nav__list .lang a.active{
    color:rgba(228,92,41,1); 
    font-weight:500;
}
.eng .nav__list li:last-child {
    padding-right: 15px;
}

.eng .header__prizes div:nth-child(2) p {
    padding-top: 0;
}