

/* Start:/local/templates/box/components/bitrix/news/help1/style.css?17508628601610*/
.wrapper_help{
	display: flex;
	gap: 30px;
	margin-top: 30px;
}

.wrapper_help .left{
	width: 210px;
	min-width: 210px;
}

.wrapper_help .left .left-menu{margin:0px 0px 26px;border-radius: 3px;overflow: hidden;}
.wrapper_help .left .left-menu *{box-sizing:border-box;}
.wrapper_help .left-menu > li { display: block; font-size: 13px;padding-left:0px;transition: background-color 0.07s ease-out 0s; -webkit-transition: background-color ease-out 0.07s; -moz-transition: background-color ease-out 0.07s; -o-transition: background-color ease-out 0.07s; background:#f7f7f7; }
.wrapper_help .left-menu > li:first-child { margin-top: 0; }
.wrapper_help .left-menu li a { font-size:13px; padding: 11px 19px 12px; text-decoration: none; }
.wrapper_help .left-menu li:not(.exit) a { color: #383838; display:block; }
.wrapper_help .left-menu li.exit a { display:block; text-align: left; position: relative; }
body .wrapper_help .left .left-menu li.exit a:before { display:inline-block !important; width: 5px; height: 8px; background: url('/local/templates/aspro_next/css/../images/arrows.png') -3px -292px no-repeat !important; content: ""; margin: 0px 8px 0px 0px;position:static; }
.wrapper_help .left-menu li:not(.exit).current a , .left-menu li:not(.exit).current a:hover { color: #fff; }
.wrapper_help .left-menu > li.exit { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none !important;}
.wrapper_help .left-menu > li.exit.current a {background: transparent;border: 0;}
.wrapper_help .left-menu > li a.selected, .wrapper_help .left-menu > li a.selected:visited{
    color: var(--main-color);
}
/* End */


/* Start:/bitrix/components/bitrix/menu/templates/.default/style.min.css?1740051168490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/components/bitrix/menu/templates/.default/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/box/components/bitrix/news/help1/bitrix/news.list/.default/style.css?17508628602006*/
.news__list{
	display: flex;
    flex-wrap: wrap;
    --news-cols: 4;
    --news-margin: 20px;
    margin: 0 -20px;
}

.news-item {
    width: calc((100% / var(--news-cols)) - (var(--news-margin) * 2));
    margin: var(--news-margin);
}

.news-item__picture{
	position: relative;
	padding-top: 56%;
	height: 0;
}

.news-item__picture img{
	position: absolute;
	object-fit: cover;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* border-radius: 4px; */
}

.news-item time{
	display: block;
	color: var(--text-color-4);
	margin: 10px 0;
	font-size: 12px;
}

.news-item__name {
    height: 2.3em;
    font-size: var(--main-h4-size);
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item__link{
	text-decoration: none;
    display: block;
    padding: 0 0 20px;
    /* outline: 1px solid var(--main-bg-color-2); */
	/* border-radius: 4px; */
}

.news-item__preview {
	font-size: var(--main-p-size);
	color: #000;
	font-weight: 200;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
			line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-block: 10px;
	height: 56px;
}

.button-readmore {
	--main-button-bg: #AE7925; 

	appearance: none;
    display: block;
    border: 1px solid var(--main-button-bg);
    width: min(100%, 240px);
	background: var(--main-button-bg);
    height: 40px;
    align-content: center;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: scale 150ms linear;
	margin-block: 10px;
    border-radius: var(--border-radius-button);
}

.button-readmore:active {
	scale: .98;
}

@media (hover: hover) {
	.button-readmore {
		transition: background 300ms ease-in;
	}

	.button-readmore:hover {
		--main-button-bg: #BD7D17;
	}
}

@media (max-width: 767px) {
	.news__list{
		--news-cols: 2;
	}
}

@media (max-width: 600px) {
	.news__list{
		--news-cols: 2;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17459360281451*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	/* border: 1px solid var(--ui-border); */
	border: 1px solid #9f886a;
	border-radius: 4px;
	text-decoration: none;
	color: #504d48;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
}

span.pagination-list__link {
	/* background: #E9E9E9;
	border-color: #E9E9E9; */
	background: #ffffff;
	border-color: #9f886a;
}

.pagination-list__item--active .pagination-list__link {
	/* background: var(--ui-bg-active);
	border-color: var(--ui-bg-active);
	color: var(--ui-color-active); */
	background: #9f886a;
	border-color: #9f886a;
	color: #ffffff;
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */
/* /local/templates/box/components/bitrix/news/help1/style.css?17508628601610 */
/* /bitrix/components/bitrix/menu/templates/.default/style.min.css?1740051168490 */
/* /local/templates/box/components/bitrix/news/help1/bitrix/news.list/.default/style.css?17508628602006 */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17459360281451 */
