

/* Start:/local/templates/pradar/components/bitrix/news.list/smi/style.css?17605462032862*/
.slider-smi {
        position: relative;
    }

    .slider-smi {
        .smi-items img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.2s;
        }
    
        .swiper-pagination{
            position: absolute;
            top: -57px;
            bottom:auto;
            left:auto;
            right: 40px;
            width: fit-content;
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 125%;
            color: #505050;
        }
        .swiper-button-next, .swiper-button-prev {
            width: 24px;
            height: 24px;
            bottom: auto;
            left:auto;
            margin: 0;
            top: -56px;
        }
        .swiper-button-next{
            right: 0;
            background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 5.64209L14.8306 11.8611C15.2158 12.3105 15.2158 12.9737 14.8306 13.423L9.5 19.6421" stroke="%23505050" stroke-width="2" stroke-linecap="round"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        } 
        
        .swiper-button-prev {
            right: 120px;
            background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 5.64209L10.1694 11.8611C9.7842 12.3105 9.7842 12.9737 10.1694 13.423L15.5 19.6421" stroke="%23505050" stroke-width="2" stroke-linecap="round"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
    
        .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after , .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
            content: none;
        }
    
    @media(max-width: 650px) {
        .swiper-pagination {
            position: absolute;
            top: -42px;
            bottom: auto;
            left: auto;
            right: 50%;
            transform: translateX(50%);
            width: fit-content;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
    
        }
    
        .swiper-button-prev {
            right: 50%;
            transform: translateX(-35px);
        }
    
        .swiper-button-next {
            right: 50%;
            transform: translateX(58px);
        }
        
        .swiper-button-next, .swiper-button-prev {
            width: 24px;
            height: 24px;
            bottom: auto;
            left: auto;
            margin: 0;
            top: -45px;
        }
    
        .swiper-smi {
            margin-top: 65px;
        }
    }
}
/* End */
/* /local/templates/pradar/components/bitrix/news.list/smi/style.css?17605462032862 */
