

/* Start:/local/templates/tenet/components/bitrix/news.list/islider/style.css?1770800536964*/
.islider__content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    gap: 15px
}
.islider__content > .container{
    height: 100%;
}
.islider__title{
    font-size: 3.1vw;
    font-weight: 600;
}
.islider__subtitle{
    font-size: 1.7vw;
    font-weight: 400;
    line-height: 1.9rem;
}
.slider_btn{
    margin-top: 30px;
}
@media(max-width: 1365px){
    .slider_btn{
        margin-top: auto;
    }
}
@media(max-width: 767px){
    .islider__title{
        font-size: 7vw;
        text-align: center;
    }
    .islider__subtitle {
        font-size: 5vw;
        text-align: center;
    }
    .slider_btn {
        display: flex;
        justify-content: center;
    }
    .islider__content{
        padding-bottom: 10%;
    }
}
.islider .swiper-button-next, .islider .swiper-button-prev{
    color: #b84854;
}
.islider .swiper-pagination-bullet-active{
    background: #b84854;
}
/* End */
/* /local/templates/tenet/components/bitrix/news.list/islider/style.css?1770800536964 */
