<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/rb/components/bitrix/news.list/index_news_list/style.css?15524205131399*/
.index_news {
	margin-top: 25px;
}

.index_news h3 {
	font-size: 20px;
    font-family: "HelveticaNeueCyr-Bold";
    text-transform: uppercase;
    margin-bottom: 15px;
}

.index_news_item {
	margin-bottom: 15px;
}

.index_img_wrap {
	position: relative;
}

.index_news_name {
	font-family: HelveticaNeueCyr-Medium, sans-serif;
    text-decoration: none;
    color: #3366cc;
    font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0;
}

.index_news_time {
	margin: 0 0 25px;
	display: block;
	color: #3366cc;
	font-family: HelveticaNeueCyr-Roman, sans-serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.02em;
}

.index_news_img {
	display: block;
	height: 260px;
}

.index_news_item {
	transition: .3s all;
}

.index_news_item img {
	width: 100%;
	height: 100%;
    object-fit: cover;
	object-position: center;
}

.index_news_item p {
	margin: 35px 0;
}

.index_news_all {
	margin-top: 10px;
}

.index_news_text {
	max-height: 120px;
	overflow: hidden;
}

.index_news_text p {
	margin: 0;
	padding: 0;
}

.index_news_category {
    position: absolute;
    color: #fff;
    font-family: HelveticaNeueCyr-Bold, sans-serif;
    text-transform: uppercase;
    background: #f05a3f;
    padding: 5px 20px;
    font-size: 20px;
    bottom: 40px;
}

.machref {
	color: #3366cc;
	text-decoration: underline;
}

.machref:hover {
	text-decoration: none;
	cursor: pointer;
}
/* End */


/* Start:/local/templates/rb/components/bitrix/news.list/index_vendors_list/style.css?15566148771399*/
.index_news {
	margin-top: 25px;
}

.index_news h3 {
	font-size: 20px;
    font-family: "HelveticaNeueCyr-Bold";
    text-transform: uppercase;
    margin-bottom: 15px;
}

.index_news_item {
	margin-bottom: 15px;
}

.index_img_wrap {
	position: relative;
}

.index_news_name {
	font-family: HelveticaNeueCyr-Medium, sans-serif;
    text-decoration: none;
    color: #3366cc;
    font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0;
}

.index_news_time {
	margin: 0 0 25px;
	display: block;
	color: #3366cc;
	font-family: HelveticaNeueCyr-Roman, sans-serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.02em;
}

.index_news_img {
	display: block;
	height: 260px;
}

.index_news_item {
	transition: .3s all;
}

.index_news_item img {
	width: 100%;
	height: 100%;
    object-fit: cover;
	object-position: center;
}

.index_news_item p {
	margin: 35px 0;
}

.index_news_all {
	margin-top: 10px;
}

.index_news_text {
	max-height: 120px;
	overflow: hidden;
}

.index_news_text p {
	margin: 0;
	padding: 0;
}

.index_news_category {
    position: absolute;
    color: #fff;
    font-family: HelveticaNeueCyr-Bold, sans-serif;
    text-transform: uppercase;
    background: #f05a3f;
    padding: 5px 20px;
    font-size: 20px;
    bottom: 40px;
}

.machref {
	color: #3366cc;
	text-decoration: underline;
}

.machref:hover {
	text-decoration: none;
	cursor: pointer;
}
/* End */


/* Start:/local/templates/rb/components/bitrix/news.list/rb_info_projects/style.css?1534240656885*/
.info_projects_elems {
    margin-bottom: 60px;
}

.infoProjectElem {
    height: 380px;
    position: relative;
}

.infoProjectElem_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s all;
    background: transparent;
}

.infoProjectElem_title {
    display: block;
    font-family: HelveticaNeueCyr-Bold, sans-serif;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    background: #3366cc;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0;
}

.infoProjectElem_overlay:hover {
    background: rgba(51,102,204, .54);
}

.infoProjectElem_img {
    display: block;
}

.infoProjectElem_img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.space_after {
    margin-bottom: 60px;
}
/* End */


/* Start:/local/templates/rb/components/bitrix/news.list/rb_indexSideBar/style.css?1552417977832*/
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;
}

.rb_indexSideBar-item {
	margin-bottom: 15px;
}

.rb_indexSideBar-img {
	width: 120px;
    height: 120px;
    float: left;
}

.rb_indexSideBar-img a {
	display: block;
    width: 100%;
    height: 100%;
}

.rb_indexSideBar-img .preview_picture {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rb_indexSideBar-name {
	max-height: 120px;
    padding-left: 140px;
    line-height: 18px;
    font-size: 15px;
    font-family: HelveticaNeueCyr-Medium, sans-serif;
    letter-spacing: .001em;
    display: block;
    text-decoration: none;
    color: #333;
    transition: .3s all;
}

.rb_indexSideBar-name:hover {
    color: rgb(51, 102, 204);
}
/* End */
/* /local/templates/rb/components/bitrix/news.list/index_news_list/style.css?15524205131399 */
/* /local/templates/rb/components/bitrix/news.list/index_vendors_list/style.css?15566148771399 */
/* /local/templates/rb/components/bitrix/news.list/rb_info_projects/style.css?1534240656885 */
/* /local/templates/rb/components/bitrix/news.list/rb_indexSideBar/style.css?1552417977832 */
</pre></body></html>