

/* Start:/racing/assets/css/style.css?177882731210729*/
.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 !important;
    z-index: 100;
    border-radius: 12px;
    background: #FFF;
    position: fixed !important;
    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;
}
.title-video_section{
    color: #230856;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}
.video_info p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.video_info .title-info{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.video_block{
    display: flex;
    gap: 32px;
    flex-direction: row;
    border-radius: 12px;
    background: linear-gradient(297deg, rgba(151, 71, 255, 0.08) 7.53%, rgba(69, 99, 236, 0.08) 91.11%);
}
.video_vk,
.video_info {
    width: 50%;
    min-height: 408px;
}
.video_section{
    margin-bottom: 80px;
}
.video_info{
    padding: 40px 40px 24px 0px;
}


@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 !important;
        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;
    }
    .title-video_section{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .video_block{
        gap: 0px;
        flex-direction: column;
    }
    .video_info{
        width: 100%;
        min-height: auto;
    }
    .video_vk{
        width: 100%;
        min-height: 220px;
    }
    .video_vk iframe{
        height: 400px !important;
    }

    .video_info {
        padding: 32px 16px 32px 16px;
    }
    .video_section{
        margin-bottom: 64px;
    }
    .video_info .title-info,
    .video_info p{
        line-height: 24px
    }

}
@media (max-width: 768px){
    .video_vk iframe{
        height: 220px !important;
    }
    .modal-block .mobile{
        display: block;
    }
    .modal-block .desc{
        display: none;
    }
}

/* End */


/* Start:/local/templates/technobearing/components/bitrix/catalog.top/main-top/section/style.min.css?17585476913208*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-top-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/technobearing/components/bitrix/catalog.top/main-top/section/themes/blue/style.min.css?1758547691702*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/technobearing/components/bitrix/news.list/articles-index/style.css?1758547691150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /racing/assets/css/style.css?177882731210729 */
/* /local/templates/technobearing/components/bitrix/catalog.top/main-top/section/style.min.css?17585476913208 */
/* /local/templates/technobearing/components/bitrix/catalog.top/main-top/section/themes/blue/style.min.css?1758547691702 */
/* /local/templates/technobearing/components/bitrix/news.list/articles-index/style.css?1758547691150 */
