

/* Start:/local/templates/race/components/bitrix/news/media/style.css?17611418723842*/
.media--sections {width: 100%}
.section--items {display: flex;--gap: 0;--columns: 4;gap: var(--gap);flex-wrap: wrap;margin-right: auto}
.section--item {width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));text-decoration: none;border:none;border-bottom: 4px solid transparent;transition: border-bottom-color .4s;cursor: pointer}
.section--item.active {text-decoration: none;border-color:var(--main);}
.section--item:hover .section--image{transform: scale(1.05)}
.section--item:hover .section--item-title{color:var(--main)}
.section--image-box {width: 100%;height: 0;position: relative;overflow: hidden;background-color: #F6F6F6;border-radius:20px;padding-top: 83%;}
.section--image {background-size: contain;background-repeat: no-repeat;background-position: center center;position: absolute;top:20px;left:20px;width: calc(100% - 40px);height: calc(100% - 40px);transition: .4s}
.section--info {padding: 12px;}
.section--item .section--item-title {font-weight: 400;font-size: 14px;line-height: 18px;letter-spacing: 0.1px;text-transform: uppercase;color:var(--text);transition: color .4s;padding: 20px 24px;}
.section--item.active .section--item-title {color:var(--main)}

.media--tab {display: none;position: relative}
.media--tab.active {display: block}
/*.media--filter {position: absolute;top:-80px;right:0;}*/

.detail {display: flex;gap:var(--gap)}
.detail--content {flex:1}
.detail--sidebar {width:320px;min-width: 320px;}
.detail--sidebar h3{margin-top: 0;font-weight: 700;font-size: 19px;line-height: 30px;min-height: 44px;margin-bottom: var(--gap);}

.news--detail img{width: 100%;border-radius: 24px;margin-bottom: var(--gap);height: auto}
.detail--line {display: flex;gap:12px;align-items: center;margin-bottom: var(--gap);flex-wrap: wrap}
.detail .media--type {width: 44px;height: 44px;padding: 10px;background-color: #e2173d1f;border-radius: 16px;justify-content: center;display: flex;align-items: center;}
.detail .media--type svg {width: 20px;height: 20px;min-width: 20px;}
[light] .detail .media--type svg *{stroke:var(--main)}
.detail .media--date {font-weight: 400;font-size: 14px;line-height: 20px;letter-spacing: 0.3px;color:var(--text-invis)}
.detail .media--divider {width: 4px;height: 4px;border-radius: 50%;background-color: var(--text)}
.detail .media--rds {font-weight: 400;font-size: 14px;line-height: 20px;letter-spacing: 0.3px;color:var(--main)}

.news--text p, .news--text span, .news--text .p{font-size: 16px;line-height: 24px}
.news--text li, .news--text .li{font-size: 16px;line-height: 24px}
.news--text b{font-weight: 700}
.news--text a{color:var(--main);border-bottom: 1px dashed var(--main)}

@media all and (min-width: 767px) {
    .detail .swiper-button-prev,
    .detail .swiper-button-next {display: none;}
}

@media all and (max-width: 1024px) {
    .detail {flex-wrap: wrap}
    .detail--sidebar {width: 100%;min-width: 100%;margin-top: 40px;position: relative}
    .detail--sidebar .news--short{width: 340px}
}

@media all and (max-width: 767px) {
    .detail .swiper-button-prev,
    .detail .swiper-button-next {display: flex;position: absolute;bottom: auto;top:-10px;transform: none;width: 36px;height: 36px;border-radius: 8px;background-color: var(--back-light);margin: 0; z-index: 10;cursor: pointer;;align-items: center;justify-content: center;}
    .detail .swiper-button-next:after, .detail .swiper-button-prev:after {display: none}

    .detail .swiper-button-prev svg,
    .detail .swiper-button-next svg {width: 8px;
        height: 14px;    object-fit: contain;
        transform-origin: center;}

    .detail .swiper-button-prev svg *,
    .detail .swiper-button-next svg *{fill:var(--text)}

    .detail .swiper-button-prev {
        left: auto;
        right: calc(36px + 24px);
    }
}



/* End */


/* Start:/local/templates/race/components/bitrix/news.detail/news/style.min.css?1746546557262*/
body h1{font-weight:700;font-size:36px;line-height:46px;letter-spacing:.1px;font-family:Futuris}.site--h1{width:calc(100% - 360px)}@media all and (max-width:767px){.site--h1{width:100%}body h1{font-weight:700;font-size:20px;line-height:130%;letter-spacing:.1px}}
/* End */


/* Start:/local/templates/race/components/tichiy/news.line/news--line/style.min.css?17488920761415*/
.news--short{padding-bottom:150px;position:relative}.news--short .media--image{overflow:hidden;height:0;padding-top:calc(81.25% + 24px);position:relative;display:block}.news--short .media--image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:.4s;position:absolute;top:0;left:0}.news--short,.news--short .media--text{border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.news--short .media--text{flex:1;margin-top:-24px;min-height:170px;position:absolute;bottom:0;left:0;width:100%;background-color:var(--back-light);padding:16px;z-index:2}.news--short .media--name{font-weight:700;font-size:19px;line-height:30px;color:var(--text);-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:90px}.news--short .media--line{gap:8px;margin-top:auto;display:flex;align-items:center}.news--short .media--polyline{display:flex;-webkit-line-clamp:1;max-width:calc(100% - 50px);white-space:nowrap;gap:7px}.news--short .media--date,.news--short .media--rds{font-weight:400;font-size:14px;line-height:20px;letter-spacing:.3px;color:var(--text-invis)}.news--short .media--rds{color:var(--main)}.detail .news--short .media--type{margin-left:auto}.news--short .media--div svg *{fill:var(--back2)}.detail .media--type svg *{stroke:var(--main)}.swiper--side-news .swiper:not(.swiper-initialized) .swiper-wrapper{gap:24px;flex-direction:column}
/* End */
/* /local/templates/race/components/bitrix/news/media/style.css?17611418723842 */
/* /local/templates/race/components/bitrix/news.detail/news/style.min.css?1746546557262 */
/* /local/templates/race/components/tichiy/news.line/news--line/style.min.css?17488920761415 */
