

/* Start:/local/templates/.default/components/bitrix/news.list/offer-banner/style.css?15415328033003*/
.service-list--item {
    margin-bottom: 46px;
}
    .service-list--item__link {
        display: block;
        border-radius: 5px;
        overflow: hidden;
        background: #e9e9e9;
        position: relative;
        height: 300px;
        padding: 38px 15px 0 27px;
        text-decoration: none;
        color: #fff !important;
    }
        .service-list--item__link--price {
            position: absolute;
            right: 0;
            top: 16px;
            z-index: 2;
            color: #fff;
            background: #f05b25;
            border-radius: 4px 0px 0px 23px;
            font-size: 19px;
            padding: 11px 16px 11px 24px;
        }
        .service-list--item__link--btn {
            position: absolute;
            bottom: 36px;
            left: 20px;
            z-index: 2;
            border: 1px solid #d9e2e9;
            background: #fff;
            font-size: 14px;
            font-weight: 300;
            color: #64727f;
            padding: 0 30px;
            border-radius: 2px;
            height: 40px;
            line-height: 40px;
        }
        .service-list--item__link--text {
            font:300 21px/1.3 Roboto;
            text-transform: uppercase;
            display: block;
            max-width: 90%;
            position: relative;
            z-index: 2;
        }
            .service-list--item__link--text b {
                text-transform: none;
                font-weight: 700;
                display: block;
                font-size:24px;
            }
        .service-list--item__image {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 1;
        }  

@media (max-width: 991px){
    .service-list--item__image {
    }  
}
@media (max-width: 767px){
    .service-list {margin-bottom: 30px;}
        .service-list--item {margin-bottom: 0;}
        .service-list--item + .service-list--item {margin-top: 20px;}
            .service-list--item__link--btn {display: none;}
            .service-list--item__link {
                padding: 46px 12px 12px;
            }
                .service-list--item__link--text {
                    font-size: 18px;   
                }
                    .service-list--item__text div + div {margin-top: 14px;}
                .service-list--item__image {
                    max-height: none;
                    width: auto;
                    min-width: 100%;
                }
            .service-list--item__content {
                padding: 18px 0 13px;
            }
                .service-list--item__title {
                    font-size: 24px;
                    font-weight: 500;
                    margin-bottom: 15px;
                }
                .service-list--item__text {height: auto;}
                .service-list--item_btn {
                    text-align: left;
                    margin-top: 18px;
                }
                    .service-list--item_btn .btn + .btn {margin-left: 5px;}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/offer-banner/style.css?15415328033003 */
