

/* Start:/local/templates/lr-service/components/bitrix/news.list/el_sov_rem/style.css?17761674961787*/
.el-sov-rem {
    padding: 60px 0;
}

.el-sov-rem .section-title {
    margin-bottom: 40px;
}

.el-sov-rem__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.el-sov-rem__card {
    overflow: hidden;
    background: #f9f9f9;
}

.el-sov-rem__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 32px;
    min-height: 94px;
}

.el-sov-rem__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}

.el-sov-rem__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.el-sov-rem__title {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.35;
    color: #fff;
}

.el-sov-rem__body {
    padding: 28px 32px 36px;
}

.el-sov-rem__text {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.36;
    color: #1e1e1e;
}

@media (max-width: 991px) {
    .el-sov-rem__grid {
        grid-template-columns: 1fr;
    }

    .el-sov-rem__title {
        font-size: 24px;
    }

    .el-sov-rem__text {
        font-size: 17px;
    }

    .el-sov-rem__icon {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 575px) {
    .el-sov-rem {
        padding: 40px 0;
    }

    .el-sov-rem .section-title {
        margin-bottom: 24px;
    }

    .el-sov-rem__header {
        padding: 16px 20px;
        min-height: auto;
    }

    .el-sov-rem__body {
        padding: 20px 20px 28px;
    }

    .el-sov-rem__title {
        font-size: 20px;
    }

    .el-sov-rem__text {
        font-size: 16px;
    }

    .el-sov-rem__icon {
        width: 40px;
        height: 40px;
    }
}

/* End */


/* Start:/local/templates/lr-service/components/bitrix/news.list/service-transparency/style.css?1776326178929*/
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;
}

/* ================= service-transparency compare styles ================= */
/* ================= end service-transparency compare styles ================= */

/* ================= service-transparency slider styles ================= */
.service-transparency__slider-wrap {
    margin-top: 30px;
}

.service-transparency__slide-image {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.service-transparency__slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.service-transparency__slide-image:hover img {
    transform: scale(1.05);
}
/* ================= end service-transparency slider styles ================= */

/* End */
/* /local/templates/lr-service/components/bitrix/news.list/el_sov_rem/style.css?17761674961787 */
/* /local/templates/lr-service/components/bitrix/news.list/service-transparency/style.css?1776326178929 */
