.banner-racing{
    position: relative;
    margin-bottom: 40px;
}
.banner-racing img{
    width: 100%;
}
.banner-racing-content{
    display: flex;
    flex-direction: column;
    width: 55%;
}
.section-block{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.section-block-content{
    display: flex;
    flex-direction: row;
}
.banner-racing-content-title{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 24px;
    margin-top: 64px;
}
.banner-racing-content-text{
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 40px;
}
.banner-racing-content-text p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.banner-racing-content-btm{
    border-radius: 6px;
    background: #F24E40;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    display: inline-flex;
}
.banner-racing .logo-racing{
    position: absolute;
    top: 32px;
    width: 139.289px;
    height: 79px;
    right: 0;
}
.block-logo-racing{
    width: 45%;
    display: flex;
}
.mobile-racing{
    display: none;
}
.list-icon {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.item-icon {
    display: flex;
    flex-direction: column;
    padding: 16px 12px;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
    background: linear-gradient(297deg, rgba(151, 71, 255, 0.08) 7.53%, rgba(69, 99, 236, 0.08) 91.11%);
    margin-top: 40px;
    width: calc(100% / 6);
}
.item-icon img {
    width: 56px;
    height: 56px;
}
.item-icon span{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.info-page{
    margin-bottom: 80px;
}
.banner-info{
    display: flex;
    flex-direction: row;
    padding: 40px;
    gap: 32px;
    border-radius: 12px;
    background: linear-gradient(297deg, rgba(151, 71, 255, 0.08) 7.53%, rgba(69, 99, 236, 0.08) 91.11%);
}
.info-page-title{
    color: #230856;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.content-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 51%;
}
.info-page-tab-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.info-page-tab {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}
.item-tab {
    padding: 8px 12px;
    background: #FFF;
    backdrop-filter: blur(2px);
    color: #230856;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
.info-page-dop-title{
    color: var(--text-main-neitral-900, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.img-block img{
    border-radius: 12px;
}
.info-block-pilots{
    margin-top: 40px;
}
.info-block-pilots p{
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    padding: 0;
    margin: 0;
}
.info-block-pilots p span{
    color: #F24E40;
}
.pilots{
    padding: 40px 0;
    border-radius: 12px;
    background: linear-gradient(297deg, rgba(151, 71, 255, 0.08) 7.53%, rgba(69, 99, 236, 0.08) 91.11%);
    margin-bottom: 40px;
}
.title-pilots{
    color: #230856;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}
.block-pilots{
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.item-pilot{
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
}
.item-pilot img{
    border-radius: 12px;
    margin-bottom: 12px;
}
.name-pilot{
    margin-bottom: 16px;
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding: 0 20px;
}
.btn-link-pilot{
    padding: 0 20px;
    margin-bottom: 16px;
}
.btn-link-pilot span{
    color: #F24E40;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}
.btn-link-pilot{
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.modal-block-content-title{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 8px 0;
}
.modal-block-content p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.modal-block-content p span{
    font-weight: 400;
}
.modal-block-content-title.mtt{
    margin-top: 24px;
}
.modal-block {
    display: none;
    flex-direction: row;
    gap: 40px;
    padding: 40px;
    z-index: 100;
    border-radius: 12px;
    background: #FFF;
    position: fixed;
    width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-block-img{
    width: 50%;
}
.modal-block-content{

}
.modal-block-img .mobile{
    display: none;
}
.close-btm-pilot{
    position: absolute;
    right: 21px;
    top: 21px;
    cursor: pointer;
}
.popup-fade {
    position: absolute;
    width: 100%;
    display: none;
    height: 100%;
    opacity: 0.56;
    background: #000;
    z-index: 99;
    top: 0;
    left: 0;
}
.modal-block.active{
    display: flex !important;
}
.modal-block .mobile{
    display: none;
}

@media (max-width: 1700px){
    .banner-racing-content-title{
        margin-top: 40px;
    }
}
@media (max-width: 1600px){
    .banner-racing-content-title{
        font-size: 22px;
        font-weight: 800;
        line-height: 28px;
        margin-top: 20px;
    }
}
@media (max-width: 1400px){
    .banner-racing-content-text{
        margin-bottom: 32px;
    }
    .banner-racing-content-text p{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }
}
@media (max-width: 1366px){
    .info-page-title{
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 1200px){
    .desc-racing{
        display: none;
    }
    .mobile-racing{
        display: block;
    }
    .section-block{
        position: relative;
        background: #16131E;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .banner-racing{
        display: flex;
        flex-direction: column;
    }
    .block-logo-racing{
        display: none;
    }
    .section-block-content{
        flex-direction: column;
    }
    .banner-racing-content{
        width: auto;
    }
    .banner-racing-content-title{
        margin-top: 0;
    }
    .banner-racing{
        margin-bottom: 32px;
    }
    .banner-info{
        padding: 32px 16px;
        flex-direction: column;
        border-radius: 0;
    }
    .content-text{
        width: 100%;
    }
    .img-block {
        display: flex;
        justify-content: center;
    }
    .list-icon{
        overflow-x: auto;
        overflow-y: hidden;
        gap: 12px;
    }
    .item-icon{
        min-width: 202px;
    }
    .list-icon::-webkit-scrollbar {
        display: none;
    }
    .info-page .container{
        padding: 0 0;
    }
    .item-icon:nth-child(1){
        margin-left: 16px;
    }
    .info-page {
        margin-bottom: 64px;
    }
    .item-pilot{
        min-width: 225px;
    }
    .block-pilots{
        overflow-x: auto;
    }
    .block-pilots::-webkit-scrollbar {
        display: none;
    }
    .name-pilot{
        font-size: 24px;
        line-height: 28px;
        word-break: normal;
    }
    .title-pilots{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .pilots{
        padding-top: 24px;
    }
    .block-pilots{
        gap: 12px;
    }
    .item-pilot img{
        margin-bottom: 24px;
    }
    .info-block-pilots p{
        font-size: 26px;
        line-height: 32px;
    }
    .info-block-pilots{
        margin-top: 48px;
    }
    .modal-block {
        height: 100%;
        top: 50%;
        border-radius: 0;
        flex-direction: column;
        overflow: scroll;
        padding: 64px 18px 20px 18px;
        gap: 20px;
    }
    .modal-block-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .modal-block-content-title{
        font-size: 16px;
        line-height: 20px;
    }
    .modal-block-content p{
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 768px){
    .modal-block .mobile{
        display: block;
    }
    .modal-block .desc{
        display: none;
    }
}
