

/* Start:/local/templates/site/components/bitrix/news.line/banner_home/style.css?173510593119342*/
@font-face {
	font-family: Montserrat;
	font-family: var(--f-main-family);
	src: url(/resources/fonts/Montserrat.woff2) format("woff2"),url(/resources/fonts/Montserrat.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:Montserrat;font-family:var(--f-main-family);src:url(/resources/fonts/Montserrat-Semibold.woff2) format("woff2"),url(/resources/fonts/Montserrat-Semibold.woff) format("woff");font-weight:600;font-style:normal;
}

@font-face {
	font-family:Montserrat;font-family:var(--f-main-family);src:url(/resources/fonts/Montserrat-Bold.woff2) format("woff2"),url(/resources/fonts/Montserrat-Bold.woff) format("woff");font-weight:600;font-style:normal;
}

:root {
	--c-black: #000;
	--c-black-bg: #101010;
	--c-black-hover: #353535;
	--c-white: #fff;
	--c-green: #18ffa0;
	--c-light-green: #18ff9f;
	--c-purple: #9f8cff;
	--c-light-blue: #dfe8ff;
	--f-main-family: Montserrat;
	--f-main: Montserrat,sans-serif;
}

*,:after,:before {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Montserrat;
	font-family: var(--f-main-family);
	color: #000;
	color: var(--c-black);
}

.wrapper {
	padding: 0px 20px 25px;
	width: 1160px;
	margin: 0 auto;
}

@media (max-width:1159px) {
	.wrapper {
		width: 100%;
		padding: 0 30px;
	}
}

@media (max-width:639px) {
	.wrapper {
		padding: 0 20px;
	}
}

h1 {
	font-size: 55px;
	line-height: 67px;
	font-weight: 700;
	margin: 0 0 35px;
}

@media (max-width:1159px) {
	h1 {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 25px;
	}
}

h2 {
	position: relative;
	font-size: 48px;
	line-height: 59px;
	font-weight: 700;
	margin: 0 0 65px;
}

h2.__center {
	text-align: center;
}

@media (max-width:1159px) {
	h2 {
		font-size: 30px;
		line-height: 36px;
	}
}

.__white {
	color: #fff;
	color: var(--c-white);
}

p,ul {
	margin: 0;
}

ul {
	padding: 0;
}

.v-button,ul li {
	list-style: none;
}

.v-button {
	text-decoration: none;
	border-radius: 4px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border: none;
	color: #fff;
	color: var(--c-white);
	background: #101010;
	background: var(--c-black-bg);
	padding: 23px 28px;
	cursor: pointer;
	outline: none;
	transition: background-color .3s ease-in-out;
}

.v-button:hover {
	background: #353535;
	background: var(--c-black-hover);
}

@media (max-width:1159px) {
	.v-button {
		font-size: 18px;
		line-height: 22px;
		padding: 20px 25px;
	}
}

.v-recommend_top-block {
	position: relative;
	padding: 80px 0 100px;
	background: #101010;
	background: var(--c-black-bg);
}

.v-recommend_top-block:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 120px;
	height: 280px;
	background: url(/resources/images/var/www/web/sites/rkeeper.dedev.ru/front_sources/src/images/recommend_bg.png) no-repeat;
	background-size: contain;
}

@media (max-width:639px) {
	.v-recommend_top-block:before {
		top: 60px;
		height: 210px;
	}
}

@media (max-width:1159px) {
	.v-recommend_top-block {
		padding: 120px 0 100px;
	}
}

@media (max-width:1159px) {
	.v-recommend_title {
		margin-left: 50px;
	}
}

@media (max-width:639px) {
	.v-recommend_title {
		margin-left: 25px;
	}
}

.v-recommend_top-list {
	display: flex;
	justify-content: flex-start;
}

@media (max-width:1159px) {
	.v-recommend_top-list {
		display: block;
	}
}

.v-recommend_top-item {
	position: relative;
	width: 510px;
	padding-left: 200px;
	flex-shrink: 0;
}

.v-recommend_top-item:first-child {
	margin-right: 35px;
}

@media (max-width:1159px) {
	.v-recommend_top-item {
		padding: 130px 0 0;
	}

	.v-recommend_top-item:first-child {
		margin: 0 0 40px;
	}
}

@media (max-width:639px) {
	.v-recommend_top-item {
		width: 100%;
	}
}

.v-recommend_top-item:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 125px;
	height: 100px;
	background: url(/resources/images/var/www/web/sites/rkeeper.dedev.ru/front_sources/src/images/arrow.svg) no-repeat 50%;
	background-size: contain;
}

@media (max-width:1159px) {
	.v-recommend_top-item:before {
		width: 100px;
		height: 80px;
		transform: rotate(90deg);
	}
}

.v-recommend_top-block-subtitle {
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 25px;
}

@media (max-width:1159px) {
	.v-recommend_top-block-subtitle {
		font-size: 22px;
		line-height: 26px;
	}
}

.v-recommend_top-block-text {
	font-size: 16px;
	line-height: 23px;
}

@media (max-width:1159px) {
	.v-recommend_top-block-text {
		line-height: 19px;
	}
}

.v-recommend_bottom-block {
	padding: 80px 0 100px;
	background: #18ffa0;
	background: var(--c-green);
}

.v-recommend_bottom-block .swiper-wrapper {
	padding-bottom: 50px;
}

@media (max-width:639px) {
	.v-recommend_bottom-block {
		padding: 0 0 100px;
	}
}

@media (max-width:639px) {
	.v-recommend_bottom-title-block {
		padding: 45px 0;
		background-color: #fff;
		background-color: var(--c-white);
		margin-bottom: 65px;
	}

	.v-recommend_bottom-title-block h2 {
		margin: 0;
	}
}

.v-recommend_slide-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	flex-shrink: 0;
	max-width: 335px;
	height: 245px;
	padding-top: 55px;
}

.v-recommend_slide-block:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 35px;
	height: 31px;
	background: url(/resources/images/var/www/web/sites/rkeeper.dedev.ru/front_sources/src/images/icon_recommend.png) no-repeat 50%;
	background-size: contain;
}

@media (max-width:639px) {
	.v-recommend_slide-block:before {
		width: 30px;
		height: 28px;
	}
}

@media (max-width:639px) {
	.v-recommend_slide-block {
		width: 100%;
		height: 190px;
		padding: 0 0 0 45px;
	}
}

.v-recommend_bottom-block-subtitle {
	font-size: 34px;
	line-height: 41px;
	font-weight: 600;
}

@media (max-width:639px) {
	.v-recommend_bottom-block-subtitle {
		font-size: 30px;
		line-height: 37px;
	}
}

.v-recommend_bottom-block-text {
	font-size: 20px;
	line-height: 24px;
}

.swiper-container {
	position: relative;
}

.main-banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #dfe8ff;
	background-color: var(--c-light-blue);
	margin-right: 10px;
	opacity: 1;
}

.main-banner .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.main-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000;
	background-color: #00CF6F;
}

.v-hero {
	position: relative;
	padding: 70px 0 90px;
	background-color: #18ffa0;
	background-color: var(--c-green);

	margin: 0;
	font-family: Montserrat;
	font-family: var(--f-main-family);
	color: #000;
	color: var(--c-black);
}

@media (max-width:639px) {
	.v-hero {
		padding: 66px 0 0;
	}
}

.v-hero h1 {
	position: relative;

    font-size: 55px;
    line-height: 67px;
    font-weight: 700;
    margin: 0 0 35px;
}

@media (max-width:639px) {
	.v-hero h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

.v-hero:before {
	position: absolute;
	content: "";
	width: 454px;
	height: 536px;
	right: 0;
	top: 100px;
	background: url(/local/templates/site/components/bitrix/news.line/banner_home/front_sources/images/raspberry_pie.png) no-repeat 50%;
	background-size: contain;
}

@media (max-width:1159px) {
	.v-hero:before {
		z-index: 5;
		width: 295px;
		height: 350px;
		top: auto;
		bottom: -135px;
	}
}

@media (max-width:639px) {
	.v-hero .wrapper {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.v-hero_subtitle {
	font-size: 22px;
	line-height: 32px;
	max-width: 650px;
	margin-bottom: 60px;
}

@media (max-width:1159px) {
	.v-hero_subtitle {
		font-size: 16px;
		line-height: 23px;
	}
}

.v-hero_offer-list {
	display: flex;
	justify-content: flex-start;
	margin: 0 160px 40px 0;
}

@media (max-width:1159px) {
	.v-hero_offer-list {
		padding-left: 80px;
		margin: 0 80px 40px 0;
	}
}

@media (max-width:639px) {
	.v-hero_offer-list {
		display: block;
		order: 3;
	}
}

@media (max-width:639px) {
	.v-hero_title-block {
		order: 1;
	}
}

.v-hero_offer-item {
	width: 380px;
	position: relative;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
}

@media (max-width:1159px) {
	.v-hero_offer-item {
		width: 240px;
		font-size: 22px;
		line-height: 28px;
	}
}

@media (max-width:639px) {
	.v-hero_offer-item {
		margin-bottom: 50px;
		width: 210px;
		font-size: 18px;
		line-height: 24px;
	}
}

.v-hero_offer-item .offer-item_price {
	display: inline-block;
	color: #fff;
	color: var(--c-white);
	background-color: #9f8cff;
	background-color: var(--c-purple);
}

.v-hero_offer-item .v-hero_kinesis-block:before {
	position: absolute;
	content: "";
	top: -20px;
	left: -170px;
}

@media (max-width:1159px) {
	.v-hero_offer-item .v-hero_kinesis-block:before {
		left: -130px;
	}
}

@media (max-width:639px) {
	.v-hero_offer-item .v-hero_kinesis-block:before {
		left: -100px;
	}
}

.v-hero_offer-item.v-hero_offer-item__left {
	margin-right: 160px;
}

.v-hero_offer-item.v-hero_offer-item__left .v-hero_kinesis-block:before {
	width: 173px;
	height: 233px;
	background: url(/local/templates/site/components/bitrix/news.line/banner_home/front_sources/images/raspberry.png) no-repeat 50%;
	background-size: cover;
}

@media (max-width:1159px) {
	.v-hero_offer-item.v-hero_offer-item__left .v-hero_kinesis-block:before {
		width: 140px;
		height: 160px;
	}
}

@media (max-width:639px) {
	.v-hero_offer-item.v-hero_offer-item__left .v-hero_kinesis-block:before {
		width: 110px;
		height: 130px;
	}
}

@media (max-width:1159px) {
	.v-hero_offer-item.v-hero_offer-item__left {
		margin-right: 100px;
	}
}

@media (max-width:639px) {
	.v-hero_offer-item.v-hero_offer-item__left {
		margin-right: 0;
	}
}

.v-hero_offer-item.v-hero_offer-item__right .v-hero_kinesis-block:before {
	width: 196px;
	height: 204px;
	background: url(/local/templates/site/components/bitrix/news.line/banner_home/front_sources/images/raspberry_right.png) no-repeat 50%;
	background-size: cover;
}

@media (max-width:1159px) {
	.v-hero_offer-item.v-hero_offer-item__right .v-hero_kinesis-block:before {
		width: 140px;
		height: 160px;
	}
}

@media (max-width:639px) {
	.v-hero_offer-item.v-hero_offer-item__right .v-hero_kinesis-block:before {
		width: 105px;
		height: 120px;
	}
}

.v-hero_btn {
	flex-grow: 0;
	flex-shrink: 0;
}

@media (max-width:639px) {
	.v-hero_btn {
		order: 3;
		margin-bottom: 70px;
		z-index: 6;
	}
}

.v-partners {
	padding: 80px 0 100px;
	background-color: #000;
	background-color: var(--c-black);
}

.v-partners_list {
	display: flex;
	justify-content: flex-start;
	align-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-right: -20px;
	min-height: 145px;
}

.v-partners_item {
	margin: 0 30px 20px 0;
}

.v-partners_img {
	max-width: 100%;
}

.v-how-work {
	padding: 80px 0 100px;
	overflow: hidden;
}

.v-how-work_title-block {
	display: flex;
	justify-content: space-between;
}

.v-how-work_title-block h2 {
	width: 43%;
	flex-shrink: 0;
}

.v-how-work_title-block .v-how-work_subtitle {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}

@media (max-width:1159px) {
	.v-how-work_title-block {
		font-size: 16px;
		line-height: 23px;
	}
}

@media (max-width:639px) {
	.v-how-work_title-block {
		display: block;
	}

	.v-how-work_title-block h2 {
		width: 100%;
		margin-bottom: 25px;
	}

	.v-how-work_title-block .v-how-work_subtitle {
		font-size: 16px;
		line-height: 23px;
	}
}

.v-how-work_content-block {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

@media (max-width:1159px) {
	.v-how-work_content-block {
		display: block;
		margin-top: 35px;
	}
}

.v-how-work_tabs {
	width: 43%;
	flex-shrink: 0;
	padding-top: 40px;
}

.v-how-work_tab {
	position: relative;
	cursor: pointer;
	width: 355px;
	height: 130px;
	padding-left: 15px;
	margin-bottom: 31px;
	overflow: hidden;
	color: rgba(0,0,0,.3);
	transition: all .5s ease;
}

.v-how-work_tab:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #18ffa0;
	background-color: var(--c-green);
	transition: width .4s ease;
}

@media (max-width:1159px) {
	.v-how-work_tab:before {
		display: none;
	}
}

.v-how-work_tab.__active {
	height: 230px;
	color: #000;
	color: var(--c-black);
}

.v-how-work_tab.__active:before {
	width: 6px;
}

@media (max-width:1159px) {
	.v-how-work_tab {
		width: 275px;
	}

	.v-how-work_tab.__active {
		height: auto;
	}
}

.v-how-work_tab .v-how-work_tab-step {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.v-how-work_tab .v-how-work_tab-title {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media (max-width:1159px) {
	.v-how-work_tab .v-how-work_tab-title {
		font-size: 24px;
		line-height: 32px;
	}
}

.v-how-work_tab .v-how-work_tab-text {
	font-size: 16px;
	line-height: 23px;
}

@media (max-width:1159px) {
	.v-how-work_tab .v-how-work_tab-text {
		font-size: 14px;
		line-height: 28px;
	}
}

.v-how-work_img {
	background-color: #9f8cff;
	background-color: var(--c-purple);
	position: relative;
	padding: 85px 65px;
	width: 780px;
	flex-shrink: 0;
}

.v-how-work_img img {
	width: 100%;
	height: auto;
}

@media (max-width:1159px) {
	.v-how-work_img {
		margin-bottom: 35px;
	}
}

.main-banner .pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #dfe8ff;
	background-color: var(--c-light-blue);
	margin-right: 10px;
	opacity: 1;
}

.main-banner .pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.main-banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #18ffa0;
	background-color: var(--c-green);
}

.v-footer {
	position: relative;
	padding: 80px 0 100px;
	background-color: #101010;
	background-color: var(--c-black-bg);
	overflow: hidden;
}

.v-footer h2 {
	text-align: center;
}

@media (max-width:639px) {
	.v-footer h2 {
		text-align: left;
		font-size: 26px;
		line-height: 32px;
	}
	.main-banner__btn > a {
		width: 100%;
	}
	.main-banner__descr{
		margin-top: 20px;
	}
	.main-banner__inner {
		height: 725px;
		display: flex;
		flex-direction: column;
	}
	.main-banner__btn {
		margin-top: auto;
	}
}

.v-footer .wrapper {
	position: relative;
	z-index: 2;
}

.v-footer:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 440px;
	height: 815px;
	background: url(/resources/images/var/www/web/sites/rkeeper.dedev.ru/front_sources/src/images/registr_left_bg.png) no-repeat 50%;
	background-size: cover;
}

@media (max-width:639px) {
	.v-footer:before {
		width: 100%;
		height: 100%;
		background: url(/resources/images/var/www/web/sites/rkeeper.dedev.ru/front_sources/src/images/registr_bg_mobile.png) no-repeat 50%;
		background-size: cover;
	}
}

.v-footer:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 915px;
	height: 780px;
	background: url(/resources/images/var/www/web/sites/rkeeper.dedev.ru/front_sources/src/images/registr_right_bg.png) no-repeat 50%;
	background-size: cover;
}

@media (max-width:639px) {
	.v-footer:after {
		display: none;
	}
}

.v-footer_form-block {
	position: relative;
	width: 355px;
	height: 440px;
	background-color: transparent;
	border-radius: 8px;
	margin: 0 auto 45px;
	padding: 0 0 0 5px;
}

@media (max-width:639px) {
	.v-footer_form-block {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 135px;
	}
}

.v-footer_form-block:before {
	position: absolute;
	content: "";
	left: -80px;
	top: 78px;
	width: 623px;
	height: 460px;
	background: url(/resources/images/var/www/web/sites/rkeeper.dedev.ru/front_sources/src/images/registr_mid.png) no-repeat 50%;
	background-size: contain;
	z-index: -1;
}

@media (max-width:639px) {
	.v-footer_form-block:before {
		width: 556px;
		height: 692px;
		background: url(/resources/images/var/www/web/sites/rkeeper.dedev.ru/front_sources/src/images/registr_mid_mobile.png) no-repeat 50%;
		background-size: cover;
		left: -159px;
		top: -72px;
	}
}

.v-footer_text {
	width: 495px;
	margin: 0 auto 60px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

@media (max-width:639px) {
	.v-footer_text {
		width: 100%;
		max-width: 495px;
	}
}

.v-footer_link {
	color: #fff;
	color: var(--c-white);
	text-decoration: none;
}

.v-footer_link:hover {
	opacity: .4;
}

.v-footer_social-list {
	position: relative;
	z-index: 2;
	display: flex;
	height: 20px;
	justify-content: center;
	margin-bottom: 25px;
}

.v-footer_social-item {
	margin-right: 20px;
}

.v-footer_social-item:last-child {
	margin: 0;
}

.v-footer_social-link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.v-footer_social-link path {
	transition: fill .3s ease-in-out;
}

.v-footer_social-link:hover path {
	fill: #18ff9f;
	fill: var(--c-light-green);
}

.v-footer_social-img {
	height: 20px;
	width: auto;
}

.v-footer_copyright {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.v-header-menu {
	background: #18ffa0;
	background: var(--c-green);
	height: 100px;
	position: fixed;
	width: 100%;
	z-index: 10;
	transition: all .3s ease;
}

.v-header-menu.__change {
	background: #fff;
	background: var(--c-white);
}

.v-header-menu.__change .v-header_btn {
	margin: 0;
}

.v-header-menu_wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	overflow: hidden;
}

@media (max-width:1159px) {
	.v-header-menu_wrapper {
		justify-content: space-between;
	}
}

.v-header-menu_list {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	height: 50px;
	margin-right: 50px;
}

@media (max-width:1159px) {
	.v-header-menu_list {
		margin: 0;
	}
}

.v-header-menu_item {
	position: relative;
	font-size: 14px;
	cursor: pointer;
	line-height: 17px;
	margin: 0 25px;
}

.v-header-menu_item:hover {
	color: #353535;
	color: var(--c-black-hover);
}

@media (max-width:1159px) {
	.v-header-menu_item {
		margin: 0 20px;
	}
}

.v-header_btn {
	position: relative;
	padding: 16px 30px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin-right: -260px;
	transition: margin .1s linear;
}

.v-header-menu-mobile {
	position: fixed;
	height: 145px;
	width: 100%;
	z-index: 15;
}

.v-header-menu-mobile.__change .v-header-menu-mobile_bottom-block,.v-header-menu-mobile.__change .v-header-menu-mobile_top-block {
	background-color: #fff;
	background-color: var(--c-white);
}

.v-header-menu-mobile_top-block {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
	background: #18ffa0;
	background: var(--c-green);
	padding: 15px 20px;
	box-shadow: 0 4px 4px rgba(0,0,0,.1);
	transition: background-color .4s ease;
}

.v-header-menu-mobile_btn {
	padding: 16px 30px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.v-header-menu-mobile_logo {
	width: 120px;
	height: auto;
}

.v-header-menu-mobile_bottom-block {
	position: relative;
	z-index: 2;
	background: #18ffa0;
	background: var(--c-green);
	box-shadow: 0 4px 4px rgba(0,0,0,.1);
	padding: 22px 35px;
	transition: background-color .4s ease;
}

.v-header-menu-mobile_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.v-header-menu-mobile_item {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.main-banner__heading .subtitle{
	font-size: 55%;
}
@media(max-width: 767px){
	.cloud-present img{
		max-height: 31px;
	}
}

/* End */


/* Start:/local/templates/site/components/bitrix/news.line/advantage/style.css?1733482200815*/
.text-center {
   font-weight: 500;
   color: #293048;
}

.img-utp__name a {
   font-weight: 600;
}

.is-logo {
   display: inline-block;
   height: 48px;
   width: 225px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   margin: 0 auto;
   margin-top: 10px;
}
   .is-logo.rkeeper {
      background-image: url('/local/templates/site/components/bitrix/news.line/advantage/img/r_keeper.svg');
   }
   .is-logo.restera {
      background-image: url('/local/templates/site/components/bitrix/news.line/advantage/../../../../img/logo-restera-dark.svg');
   }

@media (max-width:1150px) {
   .is-logo {
      margin-top: 0;
      height: 37px;
      width: 165px;
      transform: translateY(7px);
   }
}

@media (max-width:767px) {
   .is-logo {
      margin-top: 0;
      height: 32px;
      width: 142px;
      /* transform: translateY(5px); */
   }
}
/* End */


/* Start:/local/templates/site/components/bitrix/news.list/blog_big/style.css?165643226144*/
.is-hidden.hide{
	display:none !important;
}
/* End */
/* /local/templates/site/components/bitrix/news.line/banner_home/style.css?173510593119342 */
/* /local/templates/site/components/bitrix/news.line/advantage/style.css?1733482200815 */
/* /local/templates/site/components/bitrix/news.list/blog_big/style.css?165643226144 */
