

/* Start:/local/templates/uiscom/components/bitrix/news/help-center/style.css?17471335736582*/
/*div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.shadow {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1)) !important; 
}
*/
.b-breadcrumbs {
	margin-bottom: 24px !important;
}
.b-layout__main,
.b-layout__main-content,
.b-main-header,
.b-main-header__hamburger {
	z-index: auto !important;
}
.hc-single .b-content.main .b-content__content,
.hc-100 {
	width: 100%;
}
.hc-fade {
	position: fixed;
	z-index: 16777010;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	background: rgba(0,0,0,.5);
}
.hc-fade.opened {
	display: block;
}
.xs-show,
.sm-show,
.bg-show,
.lg-show,
.hidden {
	display: none;
}

@media (min-width: 451px) {
	.xs-hidden {
		display: none;
	}
	.xs-show{
		display: block;
	}
}
@media (min-width: 661px) {
	.sm-hidden {
		display: none;
	}
	.sm-show{
		display: block;
	}
}
@media (min-width: 951px) {
	.bg-hidden {
		display: none;
	}
	.bg-show{
		display: block;
	}
}
@media (min-width: 1281px) {
	.lg-hidden {
		display: none;
	}
	.lg-show {
		display: block;
	}
}

.hc-single {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}
.hc-hr {
	margin-bottom: 10px;
	border-top: 1px solid #D9D9D9;
}
.hc-mt {
	margin-top: 10px !important;
}
.hc-btn-group {
	padding: 10px 0;
}
.hc-btn-group .hc-btn:not(:last-child) {
	margin: 0 10px 10px 0;
}
.hc-btn {
	/*display: inline-block;	*/
	border-radius: 999px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	padding: 8px 12px;
	cursor: pointer;
}
.hc-btn-empty {
	background: none;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
	color: #0000AA;
}
.hc-btn-gray {
	border-color: #E1E1E1;
	background-color: #E1E1E1;
	color: #252525;
}

.hc-single-col,
.hc-single-content {
	box-sizing: border-box;
	padding: 0 16px;
}
.hc-single-col {
	font-size: 16px;
	position: fixed;
	bottom: 10px;
	right: 0;
	left: 0;
	font-weight: 300;
	width: 100%;
	z-index: 16777020;
}
.hc-single-col ul,
.hc-single-col li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: inherit !important;
	width: auto;
}

.hc-single-col.opened {
	display: block;
}

.hc-single-col a {
	display: block;
	border-radius: 4px;
	color: #252525;
	padding: 4px 0;
}

.hc-single-side-list {
	overflow-y: auto;
	max-height: calc(100vh - 155px);
}
.hc-single-side-list ul {
	margin-left: 16px;
}
.hc-single-side-list li {
	position: relative;
}
.hc-single-col .active > a {
	color: #0000AA;
}
.hc-single-col .parent > a {
	padding-right: 32px;
}
.hc-single-col .parent > .hc-single-side-list-toggle {
	display: block;
	position: absolute;
	right: 2px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23252525' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.hc-single-col .opened > .hc-single-side-list-toggle {
	transform: rotate(180deg);
}
.hc-single-col .parent > ul {
	display: none;
}
.hc-single-col .opened > ul {
	display: block;
}

.hc-single-subtitle {
	font-size: 16px;
	font-weight: 500;
}
div.hc-single-subtitle {
	margin-bottom: 10px;
}

.hc-single-side-inner,
.hc-single-anch-inner {
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.hc-single-side-inner {	
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.hc-single-search {
	display: flex;
}
.hc-single-search-input {
	-webkit-appearance: none;
	appearance: none;
	color: #FFF0E6;
	font-size: 14px;
	border-radius: 999px;
	background: #929292 url(/images/filter.svg) no-repeat right 1rem center;
	border: none;
	flex: 1;
	padding-left: 24px;
	padding-right: 36px;
	max-width: 100%;
}
.hc-single-search-input::-webkit-input-placeholder {
	color: #FFF0E6;
}
.hc-single-search-input:-moz-placeholder {
	color: #FFF0E6;
}
button.hc-single-search-btn {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	background: #FFF;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
	border-radius: 999px;
	text-align: center;
	line-height: 0;
	margin-left: 16px;
	padding: 0;
}
.hc-single-search-btn svg {
	vertical-align: middle;
	line-height: 1;
}

.hc-single-content {
	width: 100%;
	flex: 1;
}

.hc-single-content .b-title-with-desc__title,
.hc-single-content .main-content-center,
.hc-single-content .b-video,
.hc-single-content .b-copy-content,
.hc-single-content .b-image.main {
	width: auto;
	text-align: left;
}
.hc-single-content .b-copy-content {
	text-align: end;
}
.hc-single-content .b-help-center-forms__line {
	max-width: none;
}
.hc-single-content .b-steps-list__item-title {
	align-items: flex-start;	
}
@media (min-width: 951px) {
	.hc-single-content .b-important-content__main {
		padding: 2rem;
	}
}
@media (min-width: 451px) {
	.hc-single-content .b-important-content__main {
		flex-direction: column;
	}
	.hc-single-content .b-important-content__image {
		margin: 0 0 1.5rem;
	}
}

@media (min-width: 951px) {
	.hc-single {
		flex-wrap: nowrap;
	}
	.hc-single-col {
		font-size: 13px;
		position: sticky;
		position: -webkit-sticky;
		top: 70px;
		bottom: auto;
		left: auto;
		right: auto;
		align-self: flex-start;
		z-index: auto;
	}
	.hc-single-col a {
		padding: 4px 8px;
	}
	.hc-single-col a:hover {
		background-color: #EAEAEA;
		color: #252525;
	}
	.hc-single-subtitle {
		/*font-weight: 400;*/
	}
	.hc-single-side.opened {
		display: none;
	}
	.hc-single-side,
	.hc-single-anch {
		width: 32%;	
	}
	.hc-single-content {
		width: calc(100% - 64%);
	}
	.hc-single-side-list {
		order: 2;
		max-height: calc(100vh - 235px);
	}
	.hc-single-side .hc-btn-group {
		order: 3;
	}
	.hc-single-search-input {
		height: 30px;
	}
}

@media (min-width: 1281px) {
	.hc-single-col {
		font-size: 14px;
	}
	.hc-single-side {
		width: 23%;
	}
	.hc-single-list-toggle {
		width: 100%;
	}
	.hc-single-anch {
		width: 200px;
		order: 3;
	}
	.hc-single-content {
		width: calc(100% - 23% - 200px);
	}
	.hc-single-anch a {
		margin-left: -8px;
	}
	.hc-single-anch-inner {
		padding: 0;
		background: none;
		border-radius: 0;
		overflow: visible;
	}
}


.hc-list-item {
	padding: 20px;
	border-bottom: 1px solid #C4C4C4;
}
.hc-list-item:last-child {
	border-bottom: none;
}
.hc-list-item p {
	margin-bottom: 1rem;
}
.hc-list-item-title {
	display: block;
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.hc-list-item-meta {
	font-size: 12px;
	color: #AEAEAE;
}
@media (min-width: 951px) {
	.hc-list-item-meta {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/uiscom/components/sprint.editor/blocks/.default/_style.css?174713357348*/
/* Общие стили для блоков */

/* End */
/* /local/templates/uiscom/components/bitrix/news/help-center/style.css?17471335736582 */
/* /local/templates/uiscom/components/sprint.editor/blocks/.default/_style.css?174713357348 */
