

/* Start:/local/templates/flat_house/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?17805627486598*/
/* blog heading preview */

.ds_aside {
	display: none;
}

@media(max-width: 860px) {
	.ds_aside {
		display: block;
	}
}

#blog_fixed_cont {
    display: block;
    width: 296px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -345px;
    z-index: 5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#blog_fixed_cont.active {
    right: 0;
    height: 100%;
    z-index: 999999;
}

#blog_fixed_cont.active #blog_fixed_cont_inn {
    height: 100%;
}

#blog_fixed_cont_inn {
    display: block;
    height: 100vh;
    position: relative;
    background: #f2f2f2;
    border-left: 1px solid #d3d2d2;
    padding: 25px 0 11px;
}

#blog_fixed_arrow {
    display: flex;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #d3d2d2;
    position: absolute;
    left: -50px;
    top: 50%;
    bottom: 50%;
    margin-top: -25px;
    z-index: -1;
}

#blog_fixed_arrow span {
    display: flex;
	justify-content: center;
	align-items: center;
    width: 32px;
    height: 27px;
    margin-left: 12px;
    pointer-events: none;
}

#blog_fixed_arrow span i {
	font-size: 30px;
	color: #19b04b;
}

.ds_aside #blog_fixed_arrow {
    display: none;
}

#blog_fixed_cont_inn_top {
    padding: 0 17px;
}

#blog_fixed_cont_inn_caption {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

#blog_fixed_cont_inn_img {
    margin: 13px 0 18px;
    height: 70px;
    overflow: hidden;
}

#blog_fixed_cont_inn_img img {
    max-width: 100%;
}

#blog_fixed_cont_inn_list {
    padding: 0 2px 0 12px;
}

#blog_fixed_cont_inn_list_caption {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 25px;
}

#blog_fixed_cont_inn_list_caption:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--red-color);
    position: absolute;
    bottom: -4px;
    left: 0;
    pointer-events: none;
}

#blog_fixed_cont_inn_items {
    min-height: 320px;
    height: 100%;
    max-height: 680px;
    overflow-y: auto;
}

#blog_fixed_cont_inn_items:-webkit-scrollbar {
    width: 7px;
    border: 1px solid #f35554;
}

#blog_fixed_cont_inn_items:-webkit-scrollbar-track {
}

#blog_fixed_cont_inn_items:-webkit-scrollbar-thumb {
    background: #f35554;
}

#blog_fixed_cont_inn_items li {
    position: relative;
}

#blog_fixed_cont_inn_items li.active > a,
#blog_fixed_cont_inn_items li.open > a {
    color: var(--red-color);
}

#blog_fixed_cont_inn_items li .view_arrow {
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 10px solid #f35554;
}

#blog_fixed_cont_inn_items li.open .view_arrow {
    top: 5px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 10px solid #f35554;
}

#blog_fixed_cont_inn_items > ul > li {
    padding-left: 21px;
    padding-right: 10px;
    line-height: 25px;
    background: url(/images/icons/blog/triangle_grey.png) no-repeat left center;
    background-position: 3px 6px;
}

#blog_fixed_cont_inn_items > ul > li:before {
    content: none;
}

#blog_fixed_cont_inn_items > ul > li.isset_childs {
    background: none;
}

#blog_fixed_cont_inn_items > ul > li > a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

#blog_fixed_cont_inn_items > ul > li > a:hover {
    text-decoration: none;
}

#blog_fixed_cont_inn_items > ul > li > ul {
    display: none;
    margin: 15px 0 15px 0;
}

#blog_fixed_cont_inn_items > ul > li > ul > li {
    background: url(/images/icons/blog/triangle_grey.png) no-repeat left center;
    background-position: 3px center;
    padding-left: 23px;
    margin-bottom: 3px;
}

#blog_fixed_cont_inn_items > ul > li > ul > li:before {
    content: none;
}

#blog_fixed_cont_inn_items > ul > li.open > ul {
    display: block;
}

#blog_fixed_cont_inn_items > ul > li > ul > li:last-child {
    margin-bottom: 0;
}

#blog_fixed_cont_inn_items > ul > li > ul > li > a {
    color: #818181;
    font-size: 14px;
    line-height: 22px;
}

#blog_fixed_cont_inn_items > ul > li > ul > li > a:hover {
    text-decoration: none;
}

#content_right_inner #blog_fixed_cont_inn_items > ul > li {
    line-height: 20px;
    background-position: 3px 5px;
}

#content_right_inner #blog_fixed_cont_inn_items > ul > li > ul > li {
    line-height: 23px;
}

#content_right_inner #blog_fixed_cont_inn_items li .view_arrow {
    top: 6px;
}

#content_right_inner #blog_fixed_cont_inn_items li.open .view_arrow {
    top: 0;
}

#blog_fixed_cont_inn_text .item_best_content {
    display: none;
}

/* blog heading inner end */

.item_best_content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 120px;
    height: 30px;
    text-decoration: none;
    color: #eb5851;
    z-index: 5;
}

.item_best_content:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #19b04b;
    opacity: 0.8;
    border-radius: 5px;
    z-index: -1;
}

.item_best_content:hover:before {
    opacity: 1;
}

.item_best_text {
    margin-left: 5px;
	color: #fff;
}

.icon_best {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
}

.icon_best:before,
.icon_best:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.icon_best:before {
    top: 5px;
    width: 9px;
}

.icon_best:after {
    bottom: 5px;
}

/* blog heading inner */

#blog_fixed_cont_inn_text .item_best_content {
	display: flex;
	left: -170px;
    top: 230px;
    box-shadow: 0.946px 0.326px 6px 0px rgb(0 0 0 / 35%);
    border-radius: 5px;
}

#blog_fixed_cont.active .item_best_content {
	display: none;
}

#blog_fixed_cont.active #blog_fixed_arrow {
	display: flex;
}

#blog_fixed_cont {
	top: 58px;
}

#blog_fixed_cont #blog_fixed_cont_inn_items {
	min-height: auto;
	height: calc(100vh - 140px);
	max-height: calc(100vh - 140px);
}

/* blog heading inner end */

@media(max-width: 860px) {
	.ds_aside h2 {
		font-size: 18px;
	}
	
	.ds_aside .page_list_content_link a {
		font-size: 14px;
		line-height: 18px;
	}
	
	.ds_aside .page_list_content_link a span {
		text-decoration: none;
	}
	
	.ds_aside #page_list_content {
		padding-right: 15px;
	}
}
/* End */


/* Start:/local/templates/flat_house/components/bitrix/news.list/aksii_stocks_banners/style.css?17823715682048*/
.rm_aksii_proj_slider.owl-carousel {
	width: 100%;
}

.rm_aksii_proj_slider .rm_aksii_proj_item {
	position: relative;
	background: #e1e1e1;
	z-index: 1;
}

.rm_aksii_proj_slider .rm_aksii_proj_item img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.rm_aksii_proj_slider .rm_aksii_proj_hover {
	display: grid;
	justify-content: space-between;
	gap: 25px;
	width: 100%;
	height: 100%;
	padding: 24px 15px 25px 42px;
}

.rm_aksii_proj_slider .rm_aksii_proj_title {
	display: block;
	width: auto;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.5px;
	background: rgba(60,176,80,0.5);
	padding: 4px 7px;
}

.rm_aksii_proj_slider .rm_aksii_proj_title span {
	display: block;
}

.rm_aksii_proj_slider .rm_aksii_proj_btn {
	padding-left: 3px;
}

.rm_aksii_proj_slider .rm_aksii_proj_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	min-height: 33px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #ee8972;
	border: 1px solid #ee8972;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 31px;
}

.rm_aksii_proj_slider .rm_aksii_proj_btn a:hover {
	background: none;
	border: 1px solid #fff;
}

.rm_aksii_proj_slider .rm_aksii_proj_slider {
	overflow: hidden;
}

.rm_aksii_proj_slider .rm_aksii_proj_slider .owl-prev {
	left: -50px;
	transition: left .3s;
}

.rm_aksii_proj_slider .rm_aksii_proj_slider:hover .owl-prev {
	left: 0;
}

.rm_aksii_proj_slider .rm_aksii_proj_slider .owl-next {
	right: -50px;
	transition: right .3s;
}

.rm_aksii_proj_slider .rm_aksii_proj_slider:hover .owl-next {
	right: 0;
}

@media(max-width: 860px) {
	.rm_aksii_proj_slider .rm_aksii_proj_title {
		font-size: 18px;
		line-height: normal;
	}
	
	.rm_aksii_proj_slider .rm_aksii_proj_hover {
		padding: 11px 10px;
		gap: 30px;
	}
	
	.rm_aksii_proj_slider .rm_aksii_proj_btn a {
		font-size: 12px;
		min-height: 30px;
		line-height: 27px;
	}
}
/* End */


/* Start:/local/templates/flat_house/components/bitrix/news.list/aksii_stati_banners/style.css?17821355811804*/
.rm_aksii_proj_slider.owl-carousel {
	width: 100%;
}

.rm_aksii_proj_item {
	position: relative;
	background: #e1e1e1;
}

.rm_aksii_proj_item img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.rm_aksii_proj_hover {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 25px;
	width: 100%;
	height: 100%;
	padding: 24px 15px 25px 42px;
}

.rm_aksii_proj_title {
	display: block;
	width: auto;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.5px;
	background: rgba(60,176,80,0.5);
	padding: 4px 7px;
}

.rm_aksii_proj_title span {
	display: block;
}

.rm_aksii_proj_btn {
	padding-left: 3px;
}

.rm_aksii_proj_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	min-height: 33px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #ee8972;
	border: 1px solid #ee8972;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 31px;
}

.rm_aksii_proj_btn a:hover {
	background: none;
	border: 1px solid #fff;
}

.rm_aksii_proj_slider {
	overflow: hidden;
}

.rm_aksii_proj_slider .owl-prev {
	left: -50px;
	transition: left .3s;
}

.rm_aksii_proj_slider:hover .owl-prev {
	left: 0;
}

.rm_aksii_proj_slider .owl-next {
	right: -50px;
	transition: right .3s;
}

.rm_aksii_proj_slider:hover .owl-next {
	right: 0;
}

.rm_banner_stati_top {
	margin-bottom: 30px;
}

.rm_banner_stati_bottom {
	margin-top: 30px;
}

@media(max-width: 860px) {
	.rm_aksii_proj_title {
		font-size: 18px;
		line-height: normal;
	}
	
	.rm_aksii_proj_hover {
		padding: 11px 10px;
		gap: 30px;
	}
	
	.rm_aksii_proj_btn a {
		font-size: 12px;
		min-height: 30px;
		line-height: 27px;
	}
}
/* End */
/* /local/templates/flat_house/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?17805627486598 */
/* /local/templates/flat_house/components/bitrix/news.list/aksii_stocks_banners/style.css?17823715682048 */
/* /local/templates/flat_house/components/bitrix/news.list/aksii_stati_banners/style.css?17821355811804 */
